@charset "UTF-8";
.fc_color1 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.fc_color2 {
  color: #7C7C7C !important;
}

.fc_color_fb {
  color: #000AC5 !important;
}

.fc_color_red1 {
  color: #C31B3A !important;
}

.fc_color_red2 {
  color: #DE2749 !important;
}

.fc_color_dblue1 {
  color: #003d7f !important;
}

.fc_color_gold1 {
  color: #B59F3E !important;
}

.clr-ccc {
  color: #ccc !important;
}

:root {
  --vw: 1vw;
}

.link-color-w {
  color: white;
  text-decoration: none;
}
.link-color-w:hover {
  text-decoration: none;
}

/*
------------------------
用途：個別にhover要素付けたい時用
------------------------
例）
div {
    width:100px;
    height:100px;
    @include hover;
}
*/
/*
------------------------
用途：良く使うflexを1行に短縮
------------------------
例）
div {
    @include flex(b,w);
}
↑これは↓これを一行で書いた例
div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
*/
* {
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1400px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(1.3333333333 * var(--vw));
  }
}

body {
  color: #333;
  line-height: 1.8;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  position: relative;
  word-break: break-word;
  width: 100%;
  font-weight: 400;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

.mainSection {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .mainSection {
    margin-top: 60px;
  }
}

.container {
  overflow: hidden;
}

.bg-black {
  background-color: #000 !important;
  transition-duration: 0.3s;
  transition-property: background-color;
  transition-timing-function: ease-in;
}

.bg-black_bg {
  background-color: #000 !important;
  background-image: url(/assets/img/lower_mvbg_pc.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-black_bg2 {
  background-color: #000 !important;
  background-image: url(/assets/img/lower_mvbg_pc2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-black_bg3 {
  background-color: #000 !important;
  background-image: url(/assets/img/lower_mvbg_pc3.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-black_bg4 {
  background-color: #000 !important;
  background-image: url(/assets/img/lower_mvbg_pc4.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-black_bg5 {
  background-color: #000 !important;
  background-image: url(/assets/img/lower_mvbg_pc5.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-white {
  background-color: #fff !important;
}

.w100 {
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .w100sp {
    width: 100% !important;
  }
}

.bred-link {
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  .bred-link {
    font-size: 12px;
    color: #bbb;
    padding: 12px 0 12px 45px;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
  }
  .bred-link a {
    color: #2051ff;
  }
  .bred-link .slash {
    color: #333;
  }
}
@media only screen and (max-width: 767px) {
  .bred-link {
    display: none;
  }
}

.text_blue {
  color: blue !important;
}

.link_blue3 {
  color: #2051ff;
}

.link_blue4 {
  color: #000AC5;
}

.link_blue4_pr {
  color: #000AC5;
  position: relative;
}

.link_blue4_ul_red2 {
  color: #000AC5;
  text-decoration: underline #DE2749;
}

.all-sch-img {
  width: 100%;
}

.anchor-text {
  color: #fff;
  text-decoration: none;
}

.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sp_imp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp_imp {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .sp_i {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp_i {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .pc-ip {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .sp-ip {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .sp_i2 {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp_i2 {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 768px) {
  .sp_i3 {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp_i3 {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .sub-title-flex-sp {
    display: flex !important;
    justify-content: center;
  }
}

.he300 {
  height: 300px !important;
}

.he358 {
  height: 358px !important;
}

.hov-ng {
  pointer-events: none !important;
}

.btn {
  display: inline-block;
  width: 220px;
  height: 55px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .btn {
    width: 60%;
    margin: 30px auto 0;
  }
}
.btn:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 20px;
  position: absolute;
  transition: 0.3s;
}
.btn:hover {
  background-color: #fff;
  border-color: #333;
  color: #333;
}
.btn:hover:after {
  right: 18px;
  border-color: #333;
}
.btn span {
  display: block;
}

a img {
  transition: 0.3s;
}

@media only screen and (min-width: 768px) {
  a img:hover {
    opacity: 0.6;
  }
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 40px;
}
@media only screen and (max-width: 767px) {
  .inner {
    padding: 0 calc(4.2666666667 * var(--vw));
  }
}

.inner-def {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  .inner-def {
    padding: 0 calc(4.2666666667 * var(--vw));
  }
}

.inner-full {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .inner-full {
    padding: 0 calc(4.2666666667 * var(--vw));
  }
}

.inner-full-ct {
  position: relative;
  width: 100%;
  max-width: 1259px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .inner-full-ct {
    padding: 0 calc(4.2666666667 * var(--vw));
  }
}

.inner-data {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 40px;
}
@media only screen and (max-width: 767px) {
  .inner-data {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .inner-data .sp-padding {
    padding: 0 calc(4.2666666667 * var(--vw));
  }
}

.inner-slide {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.sec_in {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto 120px;
}
@media only screen and (max-width: 767px) {
  .sec_in {
    margin: 0 auto calc(8 * var(--vw));
  }
}
.sec_in {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .sec_in {
    padding: 0 calc(2.6666666667 * var(--vw));
  }
}
.sec_in.sec_in_bg {
  padding: 120px 30px;
}
@media only screen and (max-width: 767px) {
  .sec_in.sec_in_bg {
    padding: calc(8 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}

.topic_path {
  display: flex;
  margin: 10px auto 50px;
  width: 1100px;
}
@media only screen and (max-width: 767px) {
  .topic_path {
    max-width: inherit;
    display: none;
  }
}
.topic_path li {
  margin-right: 10px;
  font-size: 12px;
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
}
.topic_path li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
}
.topic_path li:first-child {
  padding-left: 0;
}
.topic_path li:first-child:before {
  display: none;
}
.topic_path li a {
  display: block;
  font-size: 12px;
}
.topic_path li a:hover {
  text-decoration: underline;
}

.inview {
  opacity: 0;
  position: relative;
}
.inview.animate {
  -webkit-animation: inview_slide_up 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.2s;
  animation: inview_slide_up 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.2s;
}

.inview-group .inview-list {
  opacity: 0;
  position: relative;
}
.inview-group .inview-list.animate {
  -webkit-animation: inview_slide_up 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.2s;
  animation: inview_slide_up 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.2s;
}

@-webkit-keyframes inview_slide_up {
  0% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes inview_slide_up {
  0% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.v-box {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.v-box .v-wrap {
  width: 768px;
  height: 432px;
  position: absolute;
  top: 1px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .v-box .v-wrap {
    width: calc(85.3333333333 * var(--vw));
    height: calc(48 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .smartphoto-count {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .smartphoto-caption {
    white-space: initial !important;
    text-align: left !important;
    text-overflow: initial !important;
    padding: 0 calc(10.6666666667 * var(--vw)) 0 calc(2.6666666667 * var(--vw)) !important;
  }
}

.smartPhoto-box table {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .zoom-pos {
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .zoom-img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .zoom-img {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(8.5333333333 * var(--vw));
    z-index: 100;
  }
}

.gallery a img {
  display: block;
  height: auto;
  width: 100%;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=submit] {
  -webkit-appearance: none;
}

textarea {
  resize: none;
  width: auto;
  height: auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

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

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

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

.txt_w {
  color: #fff;
}

.txt_b {
  color: #000;
}

.txt_b333 {
  color: #333;
}

.txt_db {
  color: #004C9F !important;
}

.txt_db2 {
  color: #002656 !important;
}

.txt_db4 {
  color: #000AC5 !important;
}

.link-a {
  position: relative;
}

.link-blue {
  color: blue !important;
  text-decoration: underline;
}

.link-blue3 {
  color: #2051ff;
  text-decoration: underline;
}

.link-blue4 {
  color: #000AC5;
  text-decoration: underline;
}

.outer-link {
  position: relative;
  padding-right: 23px;
}
@media only screen and (max-width: 767px) {
  .outer-link {
    padding-right: calc(6.1333333333 * var(--vw));
  }
}

.link-outer-mark::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/link_icon_blue.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .link-outer-mark::after {
    right: calc(0.8 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}

.link-outer-mark-r20::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/link_icon_blue.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .link-outer-mark-r20::after {
    right: calc(-5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}

.link-outer-mark-dg::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/link_icon_blue3.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .link-outer-mark-dg::after {
    right: calc(0.8 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}

.link-outer-mark_w::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  margin: auto 0;
  display: inline-block;
  width: 10px;
  height: 8px;
  background-image: url("/assets/img/link_icon_w.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .link-outer-mark_w::after {
    right: calc(18.6666666667 * var(--vw));
    bottom: calc(1.3333333333 * var(--vw));
    width: calc(2.6666666667 * var(--vw));
    height: calc(2.1333333333 * var(--vw));
  }
}

.link-outer-mark_w_ft::after {
  content: "";
  position: absolute;
  right: 70px;
  top: 7px;
  margin: auto 0;
  display: inline-block;
  width: 10px;
  height: 8px;
  background-image: url("/assets/img/link_icon_w.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .link-outer-mark_w_ft::after {
    right: calc(18.6666666667 * var(--vw));
    bottom: calc(1.3333333333 * var(--vw));
    width: calc(2.6666666667 * var(--vw));
    height: calc(2.1333333333 * var(--vw));
  }
}

.link-outer-mark1::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/link_icon_blue2.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .link-outer-mark1::after {
    right: calc(0.8 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}

.link-outer-mark_pdf::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: 3px;
  display: inline-block;
  width: 12px;
  height: 13px;
  background-image: url("../img/pdf_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .link-outer-mark_pdf::after {
    width: calc(3.2 * var(--vw));
    height: calc(3.4666666667 * var(--vw));
    margin: auto 0;
  }
}

.link-outer-mark_pdf-st::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  margin-top: 3px;
  display: inline-block;
  width: 12px;
  height: 13px;
  background-image: url("../img/pdf_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .link-outer-mark_pdf-st::after {
    width: calc(3.2 * var(--vw));
    height: calc(3.4666666667 * var(--vw));
    margin: auto 0;
  }
}

.link-outer-mark-st::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  margin-left: 12px;
  display: inline-block;
  width: 10px;
  height: 8px;
  background-image: url("/assets/img/link_icon_blk.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .link-outer-mark-st::after {
    width: calc(2.6666666667 * var(--vw));
    height: calc(2.1333333333 * var(--vw));
    margin: auto 0;
    margin-left: calc(3.2 * var(--vw));
  }
}

.link-outer-mark-st2::after {
  content: "";
  position: absolute;
  top: calc(8.5333333333 * var(--vw));
  bottom: 0;
  margin-left: calc(1.6 * var(--vw));
  display: inline-block;
  width: 10px;
  height: 8px;
  background-image: url("/assets/img/link_icon_blk.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .link-outer-mark-st2::after {
    width: calc(2.6666666667 * var(--vw));
    height: calc(2.1333333333 * var(--vw));
    margin-left: calc(1.6 * var(--vw));
  }
}

.link-outer-mark_pdf_w::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../img/pdf_icon_w.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .link-outer-mark_pdf_w::after {
    width: calc(2.6666666667 * var(--vw));
    height: calc(2.6666666667 * var(--vw));
    margin: auto 0;
  }
}

.link-outer-mark2::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/link_icon_blue.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .link-outer-mark2::after {
    top: calc(6.6666666667 * var(--vw));
    right: calc(0.8 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}

.link-outer-mark2-dg::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 30px;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/link_icon_blue3.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .link-outer-mark2-dg::after {
    top: calc(14.6666666667 * var(--vw));
    right: calc(4 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}

.link-outer-mark2_w::after {
  content: "";
  position: absolute;
  right: -20px;
  /* top: 0; */
  bottom: 5px;
  /* margin: auto 0; */
  display: inline-block;
  width: 10px;
  height: 8px;
  background-image: url("/assets/img/link_icon_w.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .link-outer-mark2_w::after {
    /*top: getvw(50);*/
    right: calc(8 * var(--vw));
    bottom: calc(1.8666666667 * var(--vw));
    width: calc(2.6666666667 * var(--vw));
    height: calc(2.1333333333 * var(--vw));
  }
}

.link-outer-mark2_w_ft::after {
  content: "";
  position: absolute;
  right: 25px;
  /* top: 0; */
  bottom: 10px;
  /* margin: auto 0; */
  display: inline-block;
  width: 10px;
  height: 8px;
  background-image: url("/assets/img/link_icon_w.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .link-outer-mark2_w_ft::after {
    /*top: getvw(50);*/
    right: calc(8 * var(--vw));
    bottom: calc(1.8666666667 * var(--vw));
    width: calc(2.6666666667 * var(--vw));
    height: calc(2.1333333333 * var(--vw));
  }
}

.anchor-underline {
  text-decoration: underline;
}

.op0 {
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .op0sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .op0sp {
    opacity: 0;
  }
}

.lh0 {
  line-height: 0;
}

@media only screen and (max-width: 767px) {
  .lh-1_4sp {
    line-height: 1.4 !important;
  }
}

@media only screen and (min-width: 768px) {
  .lh-1_6pc {
    line-height: 1.6 !important;
  }
}

.ilb {
  display: inline-block;
}

.f-serif {
  font-family: "Shippori Mincho", serif !important;
}

.font-w500 {
  font-weight: 500 !important;
}

.font-w600 {
  font-weight: 600 !important;
}

.font-w700 {
  font-weight: 700 !important;
}

.font-w600sp400 {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .font-w600sp400 {
    font-weight: 400;
  }
}

.font-regular {
  font-weight: 400 !important;
}

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

.font-semibold {
  font-weight: 600 !important;
}

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

.font-extraBold {
  font-weight: 800 !important;
}

.end-info {
  font-size: 16px;
  margin-top: -40px;
  margin-bottom: 16px;
  text-align: center;
  color: #DE2749;
}
@media only screen and (max-width: 767px) {
  .end-info {
    font-size: calc(3.7333333333 * var(--vw));
    margin-top: calc(-5.3333333333 * var(--vw));
    margin-bottom: calc(2.1333333333 * var(--vw));
  }
}

.num-lsp {
  letter-spacing: -3.24px;
}

.num-01sp {
  letter-spacing: -0.1px !important;
}

.num-03sp {
  letter-spacing: -0.3px;
}

.dot {
  letter-spacing: -20px !important;
}
@media only screen and (max-width: 767px) {
  .dot {
    letter-spacing: calc(-2.6666666667 * var(--vw)) !important;
  }
}

.dot10 {
  letter-spacing: -10px !important;
}
@media only screen and (max-width: 767px) {
  .dot10 {
    letter-spacing: calc(-2.6666666667 * var(--vw)) !important;
  }
}

.fnt10 {
  font-size: 10px !important;
}
@media only screen and (max-width: 767px) {
  .fnt10 {
    font-size: calc(2.6666666667 * var(--vw)) !important;
  }
}

.fnt12 {
  font-size: 12px !important;
}
@media only screen and (max-width: 767px) {
  .fnt12 {
    font-size: calc(3.2 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .fnt12sp {
    font-size: calc(3.2 * var(--vw)) !important;
    letter-spacing: calc(-0.0533333333 * var(--vw));
  }
}

.fnt14 {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .fnt14 {
    font-size: calc(3.2 * var(--vw));
  }
}

.fnt14ls4 {
  font-size: 14px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  .fnt14ls4 {
    font-size: calc(3.2 * var(--vw));
    letter-spacing: 0.48px;
  }
}

.fnt14ls4lh {
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .fnt14ls4lh {
    font-size: calc(3.2 * var(--vw));
    letter-spacing: 0.48px;
  }
}

.fnt14ls-2_8lh {
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .fnt14ls-2_8lh {
    font-size: calc(3.2 * var(--vw));
    letter-spacing: -0.336px;
  }
}

.fnt14sp14ls4lh {
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .fnt14sp14ls4lh {
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: 0.56px;
  }
}

.fnt14sp14ls4lhls-1sp {
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .fnt14sp14ls4lhls-1sp {
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: calc(-0.1333333333 * var(--vw));
  }
}

.fnt14_remark1 {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.2px;
}
@media only screen and (max-width: 767px) {
  .fnt14_remark1 {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.0666666667 * var(--vw));
    letter-spacing: calc(-0.0533333333 * var(--vw));
  }
}

.fnt14lh1_6 {
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .fnt14lh1_6 {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.6;
  }
}

.fnt14lh25 {
  font-size: 14px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .fnt14lh25 {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.7333333333 * var(--vw));
  }
}

.fnt14sp12 {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .fnt14sp12 {
    font-size: calc(3.2 * var(--vw));
  }
}

.fnt14sp12lh25 {
  font-size: 14px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .fnt14sp12lh25 {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.12 * var(--vw));
  }
}

.fnt14lh25pd {
  font-size: 14px;
  line-height: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .fnt14lh25pd {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.7333333333 * var(--vw));
    padding-top: calc(1.6 * var(--vw));
    padding-bottom: calc(1.6 * var(--vw));
  }
}

.fnt14sp16 {
  font-size: 14px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .fnt14sp16 {
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(7.4666666667 * var(--vw));
  }
}

.fnt16 {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .fnt16 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}

.fnt16-ls4sp {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .fnt16-ls4sp {
    font-size: calc(4.2666666667 * var(--vw));
    letter-spacing: 0.64px;
  }
}

.fnt16-ls4 {
  font-size: 16px;
  letter-spacing: 0.64px;
}
@media only screen and (max-width: 767px) {
  .fnt16-ls4 {
    font-size: calc(4.2666666667 * var(--vw));
    letter-spacing: 0.64px;
  }
}

.fnt16sp12_lh {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .fnt16sp12_lh {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.6 * var(--vw));
  }
}

.fnt16sp14_lh1_6 {
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .fnt16sp14_lh1_6 {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6 * var(--vw));
    letter-spacing: calc(-0.1066666667 * var(--vw));
  }
}

.fnt16sp14_lh25 {
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .fnt16sp14_lh25 {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6 * var(--vw));
    letter-spacing: 0.56px;
  }
}

.fnt16sp14_lh25ls-05 {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.64px;
}
@media only screen and (max-width: 767px) {
  .fnt16sp14_lh25ls-05 {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6 * var(--vw));
    letter-spacing: -0.56px;
  }
}

.fnt16sp14_lh1618 {
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .fnt16sp14_lh1618 {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}

.fnt16_lh {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .fnt16_lh {
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(7.4666666667 * var(--vw));
  }
}

.fnt16_lh16 {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .fnt16_lh16 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}

.fnt16_lh16sp14 {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .fnt16_lh16sp14 {
    font-size: calc(3.7333333333 * var(--vw));
  }
}

.fnt16sp14_lh {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .fnt16sp14_lh {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}

.fnt16sp14_lhls4 {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .fnt16sp14_lhls4 {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}

.fnt18 {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .fnt18 {
    font-size: calc(4.8 * var(--vw));
  }
}

.fnt18ls {
  font-size: 18px;
  letter-spacing: -0.72px;
}
@media only screen and (max-width: 767px) {
  .fnt18ls {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -0.72px;
  }
}

.fnt18ls4 {
  font-size: 18px;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 767px) {
  .fnt18ls4 {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 0.72px;
  }
}

.fnt18sp16 {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .fnt18sp16 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}

.fnt18_sm_l28_b4 {
  font-family: "Shippori Mincho", serif !important;
  color: #000AC5;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 767px) {
  .fnt18_sm_l28_b4 {
    font-size: calc(4.8 * var(--vw));
    font-weight: 600;
    line-height: calc(7.4666666667 * var(--vw));
    letter-spacing: 0.72px;
  }
}

.fnt18lh {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .fnt18lh {
    font-size: calc(4.8 * var(--vw));
    line-height: calc(7.4666666667 * var(--vw));
  }
}

.fnt18lh18 {
  font-size: 18px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .fnt18lh18 {
    font-size: calc(4.8 * var(--vw));
    line-height: calc(4.8 * var(--vw));
  }
}

.fnt18sp14 {
  font-size: 18px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .fnt18sp14 {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}

.fnt20 {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .fnt20 {
    font-size: calc(5.3333333333 * var(--vw));
  }
}

.fnt24 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .fnt24 {
    font-size: calc(6.4 * var(--vw));
  }
}

.fnt20lh36 {
  font-size: 20px;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .fnt20lh36 {
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}

.fnt22sp20 {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .fnt22sp20 {
    font-size: calc(5.3333333333 * var(--vw));
  }
}

.fnt24sp16 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .fnt24sp16 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}

.fnt24sp18 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .fnt24sp18 {
    font-size: calc(4.8 * var(--vw));
  }
}

.fnt24sp20 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .fnt24sp20 {
    font-size: calc(5.3333333333 * var(--vw));
  }
}

.fnt20sp16 {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .fnt20sp16 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}

.fnt20sp16lh20 {
  font-size: 20px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .fnt20sp16lh20 {
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(2.6666666667 * var(--vw));
  }
}

.fnt20sp16lh40 {
  font-size: 20px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .fnt20sp16lh40 {
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(5.3333333333 * var(--vw));
  }
}

.fnt40sp24 {
  font-size: 40px !important;
}
@media only screen and (max-width: 767px) {
  .fnt40sp24 {
    font-size: calc(6.4 * var(--vw)) !important;
  }
}

.fnt56sp28 {
  font-size: 56px !important;
}
@media only screen and (max-width: 767px) {
  .fnt56sp28 {
    font-size: calc(7.4666666667 * var(--vw)) !important;
  }
}

.spe-ls05 {
  letter-spacing: -0.5px !important;
}
@media only screen and (max-width: 767px) {
  .spe-ls05 {
    letter-spacing: calc(-0.1333333333 * var(--vw)) !important;
  }
}

.spe-ls6 {
  letter-spacing: -6px !important;
}
@media only screen and (max-width: 767px) {
  .spe-ls6 {
    letter-spacing: calc(-1.6 * var(--vw)) !important;
  }
}

.fc_color_fb18 {
  color: #000AC5;
  font-size: 18px !important;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .fc_color_fb18 {
    font-size: calc(4.8 * var(--vw)) !important;
    margin-top: calc(3.7333333333 * var(--vw));
    margin-bottom: calc(2.6666666667 * var(--vw));
  }
}

.Rmks-txt14 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  .Rmks-txt14 {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}

.Rmks-txt14sp12ls {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  .Rmks-txt14sp12ls {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.0666666667 * var(--vw));
    letter-spacing: -0.48px;
  }
}

.Rmks-txt14sp12lsh {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  .Rmks-txt14sp12lsh {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.0666666667 * var(--vw));
    letter-spacing: -0.24px;
  }
}

.fnt14ls {
  letter-spacing: -0.28px;
}
@media only screen and (max-width: 767px) {
  .fnt14ls {
    letter-spacing: -0.28px;
  }
}

.ind05 {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.ind-mark {
  display: flex;
  align-items: center;
}

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

.ind1-iblk {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}

.ind1-iblk-lp {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
  letter-spacing: 0;
  font-feature-settings: "palt";
}

.ind1-iblk-lp-1 {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .ind1-iblk-lp-1 {
    letter-spacing: calc(-0.2666666667 * var(--vw)) !important;
  }
}
.ind1-iblk-lp-1 {
  font-feature-settings: "palt";
}

.ind1-blk {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

.ind1sp1_2 {
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .ind1sp1_2 {
    text-indent: -1.2em;
    padding-left: 1.2em;
  }
}

.ind1_sp {
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .ind1_sp {
    text-indent: inherit;
    text-align: left;
    display: inline-block;
    padding-left: 32px;
    padding-right: 20px;
    text-indent: -1em;
  }
}

.ind1_pcsp {
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  margin: 0 20px !important;
}
@media only screen and (max-width: 767px) {
  .ind1_pcsp {
    text-indent: inherit;
    text-align: left;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ind1_note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.6;
  color: #7c7c7c;
}
@media only screen and (max-width: 767px) {
  .ind1_note {
    font-size: calc(3.7333333333 * var(--vw));
  }
}

.ind-sippori {
  text-indent: -0.3em;
  padding-left: 0.5em;
  margin-left: -10px;
}

.ind-head {
  text-indent: -0.6em;
  padding-left: 0.8em;
  margin-left: -10px;
}

.ind-head-ilb {
  text-indent: -0.6em;
  padding-left: 0.8em;
  margin-left: -10px;
  display: inline-block;
}

.ind1_5 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.ind2 {
  text-indent: -2em;
  padding-left: 2em;
}

.ind2-ib {
  text-indent: -2em;
  padding-left: 2em;
}

.ind2-dib {
  text-indent: -2em;
  padding-left: 2em;
  display: inline-block;
}

.ind2_lp {
  text-indent: -2em;
  padding-left: 2em;
  letter-spacing: 1.19px !important;
}
@media only screen and (max-width: 767px) {
  .ind2_lp {
    letter-spacing: 1.02px !important;
  }
}

.ind2_5 {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.ind2_8_lp07 {
  text-indent: -2.8em;
  padding-left: 2.8em;
  letter-spacing: 0.7px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .ind2_8_lp07 {
    padding-bottom: calc(3.2 * var(--vw));
  }
}

.ind3_lp {
  text-indent: -3.2em;
  padding-left: 3em;
  letter-spacing: 1.19px !important;
}
@media only screen and (max-width: 767px) {
  .ind3_lp {
    letter-spacing: 1.02px !important;
  }
}

.ind3 {
  text-indent: -3em;
  padding-left: 3em;
}

.ind3_dib {
  text-indent: -2.6em;
  padding-left: 3em;
  margin-left: -10px;
}
@media only screen and (max-width: 767px) {
  .ind3_dib {
    margin-left: calc(-2.6666666667 * var(--vw));
  }
}
.ind3_dib {
  display: inline-block;
}

.ind1_lp07 {
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.7px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .ind1_lp07 {
    padding-bottom: calc(3.2 * var(--vw));
  }
}

.ind1_lp07pb17 {
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.7px;
  padding-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .ind1_lp07pb17 {
    padding-bottom: calc(4.2666666667 * var(--vw));
  }
}

.ind1_lp07pb0sp {
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.7px;
  padding-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .ind1_lp07pb0sp {
    padding-bottom: calc(0 * var(--vw));
  }
}

.ind1_lp {
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.7px;
}

@media only screen and (max-width: 767px) {
  .ls0-palt {
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
}

.piod {
  display: inline-block;
  letter-spacing: -6px;
  text-indent: -0.25em;
}
@media only screen and (max-width: 767px) {
  .piod {
    letter-spacing: calc(-0.5333333333 * var(--vw));
    text-indent: -0.25em;
  }
}

.piod2 {
  display: inline-block;
  letter-spacing: -8px;
  text-indent: -0.15em;
}
@media only screen and (max-width: 767px) {
  .piod2 {
    letter-spacing: calc(-0.5333333333 * var(--vw));
    text-indent: -0.15em;
  }
}

.word-brk {
  word-break: break-all !important;
}

@media only screen and (max-width: 767px) {
  .ls12sp {
    letter-spacing: calc(0.32 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .ls10sp4 {
    letter-spacing: 0.4px;
  }
}

@media only screen and (max-width: 767px) {
  .ls12sp {
    letter-spacing: calc(0.32 * var(--vw));
  }
}

.ls16 {
  letter-spacing: 0.64px;
}
@media only screen and (max-width: 767px) {
  .ls16 {
    letter-spacing: 1.28px;
  }
}

.ls-init {
  letter-spacing: initial !important;
}

@media only screen and (max-width: 767px) {
  .ls-0sp {
    letter-spacing: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .ls-m05sp {
    letter-spacing: calc(-0.1333333333 * var(--vw)) !important;
  }
}

@media only screen and (min-width: 768px) {
  .ls-m05 {
    letter-spacing: -0.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ls-m1sp {
    letter-spacing: calc(-0.2666666667 * var(--vw));
  }
}

@media only screen and (min-width: 768px) {
  .ls-m1pc {
    letter-spacing: -1px;
  }
}

@media only screen and (max-width: 767px) {
  .ls-m1_1sp {
    letter-spacing: calc(-0.2933333333 * var(--vw));
  }
}

.ls-m1pc_2sp {
  letter-spacing: -1px !important;
}
@media only screen and (max-width: 767px) {
  .ls-m1pc_2sp {
    letter-spacing: calc(-0.2666666667 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .ls-m2sp {
    letter-spacing: calc(-0.5333333333 * var(--vw)) !important;
  }
}

.ls-m4pc {
  letter-spacing: -4px !important;
}
@media only screen and (max-width: 767px) {
  .ls-m4pc {
    letter-spacing: initial !important;
  }
}

.ls-m3pcsp {
  letter-spacing: -3px !important;
}
@media only screen and (max-width: 767px) {
  .ls-m3pcsp {
    letter-spacing: calc(-0.1 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .ls-m1_2sp {
    letter-spacing: calc(-0.2666666667 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .ls-m1_5sp {
    letter-spacing: calc(-0.4 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .ls-m02sp {
    letter-spacing: calc(-0.0533333333 * var(--vw));
  }
}

.lh-16 {
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .lh-16sp {
    line-height: 1.6 !important;
  }
}

.od1 {
  order: 1;
}

.od2 {
  order: 2;
}

.od3 {
  order: 3;
}

@media only screen and (max-width: 767px) {
  .od1sp {
    order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .od2sp {
    order: 2;
  }
}

@media only screen and (max-width: 767px) {
  .od3sp {
    order: 3;
  }
}

.color_white {
  color: #fff;
}

.color_red {
  color: #C31B3A;
}

.color_blue {
  color: #000AC5;
}

.bd-btm-l40 {
  border-bottom: solid 1px #002656;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .bd-btm-l40 {
    line-height: calc(8 * var(--vw));
  }
}

.bdr4 {
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .bdr4 {
    border-radius: calc(1.0666666667 * var(--vw));
  }
}

.font-set-palt {
  font-feature-settings: "palt";
}

.font-set-palt-ib {
  display: inline-block;
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .font-set-palt-ibsp {
    display: inline-block;
    font-feature-settings: "palt";
  }
}

.font-set-palt-sippori {
  margin-left: -10px;
}
@media only screen and (max-width: 767px) {
  .font-set-palt-sippori {
    margin-left: calc(-2.6666666667 * var(--vw));
  }
}

.font-set-palt-sippori1 {
  margin-left: -8px;
}
@media only screen and (max-width: 767px) {
  .font-set-palt-sippori1 {
    margin-left: calc(-2.1333333333 * var(--vw));
  }
}

@media only screen and (min-width: 768px) {
  .font-set-palt-sippori2 {
    margin-left: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .font-set-palt-sippori-sp {
    margin-left: calc(-2.6666666667 * var(--vw));
  }
}

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

.font-center-sp-left {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .font-center-sp-left {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .wb-sponly {
    word-break: break-all;
  }
}

.h-space14 {
  display: inline-block;
  width: 7px;
}
@media only screen and (max-width: 767px) {
  .h-space14 {
    width: calc(1.8666666667 * var(--vw));
  }
}

.h-space16 {
  display: inline-block;
  width: 8px;
}
@media only screen and (max-width: 767px) {
  .h-space16 {
    width: calc(2.1333333333 * var(--vw));
  }
}

.bold-uline {
  font-weight: 600;
  text-decoration: underline;
}

.pd-init {
  padding: initial !important;
}

.p-0-3 {
  padding: 0 3px;
}
@media only screen and (max-width: 767px) {
  .p-0-3 {
    padding: 0 calc(0.8 * var(--vw));
  }
}

.p-5 {
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .p-5 {
    padding: calc(1.3333333333 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .p-sp07 {
    padding: 0 calc(1.8666666667 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .p-sp16 {
    padding: calc(4.2666666667 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .p-sp20 {
    padding: calc(5.3333333333 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .p-24tb {
    padding-top: calc(6.4 * var(--vw)) !important;
    padding-bottom: calc(6.4 * var(--vw)) !important;
  }
}

.p-25 {
  padding: 25px !important;
}
@media only screen and (max-width: 767px) {
  .p-25 {
    padding: calc(6.6666666667 * var(--vw)) !important;
  }
}

.p-25-10sp32 {
  padding: 25px 0 10px;
}
@media only screen and (max-width: 767px) {
  .p-25-10sp32 {
    padding: calc(8.5333333333 * var(--vw)) 0 calc(8.5333333333 * var(--vw));
  }
}

.p-25-10sp-fl {
  padding: 25px 0 10px;
}
@media only screen and (max-width: 767px) {
  .p-25-10sp-fl {
    padding: calc(5.3333333333 * var(--vw)) 0 calc(3.4666666667 * var(--vw));
  }
}

.p-25sp20 {
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .p-25sp20 {
    padding: calc(5.3333333333 * var(--vw)) 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-40_23sp {
    padding: calc(10.6666666667 * var(--vw)) calc(6.1333333333 * var(--vw)) !important;
  }
}

.p-25-17sp {
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .p-25-17sp {
    padding: calc(6.6666666667 * var(--vw)) calc(4.5333333333 * var(--vw));
  }
}

.p-10-12-mb-1 {
  padding: 10px 12px;
}

@media only screen and (max-width: 767px) {
  .p-10-12-mb-1sp {
    padding: calc(2.6666666667 * var(--vw)) calc(3.2 * var(--vw));
  }
}

.p-12-12-mb-1 {
  padding: 12px 12px;
}

@media only screen and (max-width: 767px) {
  .p-16-18-mb-1sp {
    padding: calc(4.2666666667 * var(--vw)) calc(4.8 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .p-semi-2c {
    padding: calc(3.2 * var(--vw)) 0 calc(10.9333333333 * var(--vw)) !important;
  }
}

.p-semi-3c {
  padding: 32px 0 32px !important;
}
@media only screen and (max-width: 767px) {
  .p-semi-3c {
    padding: calc(3.2 * var(--vw)) 0 calc(14.6666666667 * var(--vw)) !important;
  }
}

.p-16-24 {
  padding-top: 16px !important;
  padding-bottom: 24px !important;
}
@media only screen and (max-width: 767px) {
  .p-16-24 {
    padding-top: calc(4.2666666667 * var(--vw)) !important;
    padding-bottom: calc(6.4 * var(--vw)) !important;
  }
}

.p-16-24sp {
  padding-top: 16px !important;
  padding-bottom: 24px !important;
}
@media only screen and (max-width: 767px) {
  .p-16-24sp {
    padding-top: calc(4.2666666667 * var(--vw)) !important;
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-40-14-sp {
    padding: calc(10.6666666667 * var(--vw)) calc(3.7333333333 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-16tb-sp {
    padding-top: calc(4.2666666667 * var(--vw)) !important;
    padding-bottom: calc(4.2666666667 * var(--vw)) !important;
  }
}

.p-16tb {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
@media only screen and (max-width: 767px) {
  .p-16tb {
    padding-top: calc(4.2666666667 * var(--vw)) !important;
    padding-bottom: calc(4.2666666667 * var(--vw)) !important;
  }
}

.p-16tb-acc {
  padding-top: 10px !important;
  padding-bottom: 45px !important;
}
@media only screen and (max-width: 767px) {
  .p-16tb-acc {
    padding-top: calc(2.6666666667 * var(--vw)) !important;
    padding-bottom: calc(10.6666666667 * var(--vw)) !important;
  }
}

.p-22-8 {
  padding: 22px 8px;
}
@media only screen and (max-width: 767px) {
  .p-22-8 {
    padding: calc(5.8666666667 * var(--vw)) 0 calc(5.8666666667 * var(--vw)) calc(2.1333333333 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .pt-init {
    padding-top: initial !important;
  }
}

@media only screen and (min-width: 768px) {
  .pt-7pc {
    padding-top: 7px !important;
  }
}

.pt-7sp5 {
  padding-top: 7px;
}
@media only screen and (max-width: 767px) {
  .pt-7sp5 {
    padding-top: calc(1.3333333333 * var(--vw));
  }
}

.pt-16 {
  padding-top: 16px;
}
@media only screen and (max-width: 767px) {
  .pt-16 {
    padding-top: calc(4.2666666667 * var(--vw));
  }
}

.pt-24 {
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  .pt-24 {
    padding-top: calc(6.4 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .pt-16sp {
    padding-top: calc(4.2666666667 * var(--vw));
  }
}

.pt-12sp10 {
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  .pt-12sp10 {
    padding-top: calc(2.6666666667 * var(--vw));
  }
}

.pt-15sp10 {
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .pt-15sp10 {
    padding-top: calc(2.6666666667 * var(--vw));
  }
}

.pb-0 {
  padding-bottom: initial !important;
}

.pb-15sp10 {
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .pb-15sp10 {
    padding-bottom: calc(2.6666666667 * var(--vw));
  }
}

.pb-15sp5 {
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .pb-15sp5 {
    padding-bottom: calc(1.3333333333 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .pl-14sp {
    padding-left: calc(3.7333333333 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .plr-15sp {
    padding-left: calc(4 * var(--vw));
    padding-right: calc(4 * var(--vw));
  }
}

.pt-16sp14 {
  padding-top: 16px;
}
@media only screen and (max-width: 767px) {
  .pt-16sp14 {
    padding-top: calc(3.7333333333 * var(--vw));
  }
}

@media only screen and (min-width: 768px) {
  .pt-20pc {
    padding-top: 20px !important;
  }
}

.pt-20sp16 {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .pt-20sp16 {
    padding-top: calc(4.2666666667 * var(--vw));
  }
}

.pt-50sp32 {
  padding-top: 42px !important;
}
@media only screen and (max-width: 767px) {
  .pt-50sp32 {
    padding-top: calc(8.5333333333 * var(--vw)) !important;
  }
}

.pb-50 {
  padding-bottom: 42px !important;
}
@media only screen and (max-width: 767px) {
  .pb-50 {
    padding-bottom: calc(11.2 * var(--vw)) !important;
  }
}

.pb-50-adj {
  padding-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  .pb-50-adj {
    padding-bottom: calc(6.6666666667 * var(--vw)) !important;
  }
}

.pb-10sp0 {
  padding-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .pb-10sp0 {
    padding-bottom: 0 !important;
  }
}

.pb-10sp12 {
  padding-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .pb-10sp12 {
    padding-bottom: calc(3.2 * var(--vw)) !important;
  }
}

.pb-15sp0 {
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .pb-15sp0 {
    padding-bottom: 0;
  }
}

.pb-12 {
  padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .pb-12 {
    padding-bottom: calc(3.2 * var(--vw));
  }
}

.pb-15 {
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .pb-15 {
    padding-bottom: calc(4 * var(--vw));
  }
}

.pb-20sp0 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .pb-20sp0 {
    padding-bottom: 0;
  }
}

.pb-20 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .pb-20 {
    padding-bottom: calc(5.3333333333 * var(--vw));
  }
}

.pb-35sp0 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .pb-35sp0 {
    padding-bottom: 0;
  }
}

.pb-45sp0 {
  padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .pb-45sp0 {
    padding-bottom: 0;
  }
}

.pb-25sp12 {
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .pb-25sp12 {
    padding-bottom: calc(3.2 * var(--vw));
  }
}

.pb-25sp20 {
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .pb-25sp20 {
    padding-bottom: calc(5.3333333333 * var(--vw));
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .pb-24 {
    padding-bottom: calc(6.4 * var(--vw));
  }
}

.pb-25 {
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .pb-25 {
    padding-bottom: calc(6.6666666667 * var(--vw));
  }
}

.pb-32sp30 {
  padding-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .pb-32sp30 {
    padding-bottom: calc(8 * var(--vw));
  }
}

.pb-35sp30 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .pb-35sp30 {
    padding-bottom: calc(8 * var(--vw));
  }
}

.pb-35sp0 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .pb-35sp0 {
    padding-bottom: 0;
  }
}

.pb-35sp12 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .pb-35sp12 {
    padding-bottom: calc(3.2 * var(--vw));
  }
}

.pb-35sp20 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .pb-35sp20 {
    padding-bottom: calc(5.3333333333 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp40 {
    padding-bottom: calc(10.6666666667 * var(--vw));
  }
}

.pb-100sp120 {
  padding-bottom: 100px !important;
}
@media only screen and (max-width: 767px) {
  .pb-100sp120 {
    padding-bottom: calc(32 * var(--vw)) !important;
  }
}

.pt-30sp20 {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .pt-30sp20 {
    padding-top: calc(5.3333333333 * var(--vw));
  }
}

.pt-40sp25 {
  padding-top: 40px !important;
}
@media only screen and (max-width: 767px) {
  .pt-40sp25 {
    padding-top: calc(6.6666666667 * var(--vw)) !important;
  }
}

.pt-pb-25 {
  padding-top: 35px !important;
  padding-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .pt-pb-25 {
    padding-top: calc(6.6666666667 * var(--vw)) !important;
    padding-bottom: calc(6.6666666667 * var(--vw)) !important;
  }
}

@media only screen and (min-width: 768px) {
  .pr-35pc {
    padding-right: 35px !important;
  }
}

.m-9-8sp {
  margin-top: 9px !important;
  margin-bottom: 8px !important;
}
@media only screen and (max-width: 767px) {
  .m-9-8sp {
    margin-top: calc(2.4 * var(--vw));
    margin-bottom: calc(2.1333333333 * var(--vw)) !important;
  }
}

.m-22-mt5mb2sp {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}
@media only screen and (max-width: 767px) {
  .m-22-mt5mb2sp {
    margin-top: calc(1.3333333333 * var(--vw)) !important;
    margin-bottom: calc(0.5333333333 * var(--vw)) !important;
  }
}

.m-22-mb16sp {
  margin-top: 22px !important;
  margin-bottom: 27px !important;
}
@media only screen and (max-width: 767px) {
  .m-22-mb16sp {
    margin-top: 0 !important;
    margin-bottom: calc(4.2666666667 * var(--vw)) !important;
  }
}

.m-27-11sp {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}
@media only screen and (max-width: 767px) {
  .m-27-11sp {
    margin-top: calc(2.9333333333 * var(--vw)) !important;
    margin-bottom: calc(2.9333333333 * var(--vw)) !important;
  }
}

.m-30-22sp {
  margin-top: 30px !important;
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .m-30-22sp {
    margin-top: calc(5.3333333333 * var(--vw)) !important;
    margin-bottom: calc(2.6666666667 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-22sp {
    margin-top: calc(5.8666666667 * var(--vw));
    margin-bottom: calc(5.8666666667 * var(--vw)) !important;
  }
}

.m-24sp32-5 {
  margin-top: 14px !important;
  margin-bottom: 19px !important;
}
@media only screen and (max-width: 767px) {
  .m-24sp32-5 {
    margin-top: calc(5.8666666667 * var(--vw)) !important;
    margin-bottom: calc(7.2 * var(--vw)) !important;
  }
}

.m-29sp32-5 {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}
@media only screen and (max-width: 767px) {
  .m-29sp32-5 {
    margin-top: calc(7.2 * var(--vw)) !important;
    margin-bottom: calc(7.2 * var(--vw)) !important;
  }
}

.m-40sp32 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .m-40sp32 {
    margin-top: calc(8.5333333333 * var(--vw)) !important;
    margin-bottom: calc(8.5333333333 * var(--vw)) !important;
  }
}

.m-40sp40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .m-40sp40 {
    margin-top: calc(10.6666666667 * var(--vw)) !important;
    margin-bottom: calc(10.6666666667 * var(--vw)) !important;
  }
}

.m-15-0 {
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  .m-15-0 {
    margin: calc(4 * var(--vw)) 0;
  }
}

.mtb-10sp0 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mtb-10sp0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .sub-title-m-top-bottom {
    margin: calc(7.4666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .sub-title-m-top14 {
    margin-top: calc(3.7333333333 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .sub-title-m-top24-bottom {
    margin: calc(6.4 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .m-15-30sp {
    margin: calc(4 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
  }
}

.m-24-10 {
  margin-top: 24px !important;
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .m-24-10 {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
    margin-bottom: calc(2.6666666667 * var(--vw)) !important;
  }
}

.m-24-16 {
  margin-top: 24px !important;
  margin-bottom: 16px !important;
}
@media only screen and (max-width: 767px) {
  .m-24-16 {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
    margin-bottom: calc(4.2666666667 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-24-16sp {
    margin-top: calc(6.4 * var(--vw)) !important;
    margin-bottom: calc(4.2666666667 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-30-15sp {
    margin-top: calc(8 * var(--vw)) !important;
    margin-bottom: calc(4 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-24-24sp {
    margin-top: calc(6.4 * var(--vw)) !important;
    margin-bottom: calc(6.4 * var(--vw)) !important;
  }
}

.m-30-0 {
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .m-30-0 {
    margin: calc(8 * var(--vw)) 0;
  }
}

.m-32-0-10 {
  margin: 32px 0 10px;
}
@media only screen and (max-width: 767px) {
  .m-32-0-10 {
    margin: calc(8.5333333333 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
  }
}

.m-32-0-16 {
  margin: 32px 0 16px;
}
@media only screen and (max-width: 767px) {
  .m-32-0-16 {
    margin: calc(8.5333333333 * var(--vw)) 0 calc(4.2666666667 * var(--vw));
  }
}

.m-32-0-24 {
  margin: 32px 0 24px;
}
@media only screen and (max-width: 767px) {
  .m-32-0-24 {
    margin: calc(8.5333333333 * var(--vw)) 0 calc(6.4 * var(--vw));
  }
}

.m-32-0 {
  margin: 32px 0;
}
@media only screen and (max-width: 767px) {
  .m-32-0 {
    margin: calc(8.5333333333 * var(--vw)) 0;
  }
}

.m-83 {
  margin-top: 83px !important;
  margin-bottom: 83px !important;
}
@media only screen and (max-width: 767px) {
  .m-83 {
    margin-top: calc(11.0666666667 * var(--vw)) !important;
    margin-bottom: calc(11.0666666667 * var(--vw)) !important;
  }
}

.mt-init {
  margin-top: initial !important;
}

.m-space {
  margin-top: 1px;
}

@media only screen and (max-width: 767px) {
  .mt-5sp {
    margin-top: calc(1.3333333333 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-8sp {
    margin-top: 8px !important;
  }
}

.mt-10 {
  margin-top: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mt-10 {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-10sp {
    margin-top: calc(2.6666666667 * var(--vw)) !important;
  }
}

.mt-10sp8 {
  margin-top: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mt-10sp8 {
    margin-top: calc(2.1333333333 * var(--vw)) !important;
  }
}

.mt-10sp10 {
  margin-top: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mt-10sp10 {
    margin-top: calc(2.6666666667 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-11sp {
    margin-top: calc(2.9333333333 * var(--vw)) !important;
  }
}

@media only screen and (min-width: 768px) {
  .mt-12pcilbk {
    margin-top: 12px !important;
    display: inline-block;
  }
}

.mt-5sp5 {
  margin-top: 5px !important;
}
@media only screen and (max-width: 767px) {
  .mt-5sp5 {
    margin-top: calc(1.3333333333 * var(--vw)) !important;
  }
}

.mt-m5spm5 {
  margin-top: -5px !important;
}
@media only screen and (max-width: 767px) {
  .mt-m5spm5 {
    margin-top: calc(-1.3333333333 * var(--vw)) !important;
  }
}

.mt-7sp7 {
  margin-top: 7px !important;
}
@media only screen and (max-width: 767px) {
  .mt-7sp7 {
    margin-top: calc(1.8666666667 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-6-di-sp {
    display: inline-block;
    margin-top: calc(1.6 * var(--vw)) !important;
  }
}

.mt-12sp12 {
  margin-top: 12px !important;
}
@media only screen and (max-width: 767px) {
  .mt-12sp12 {
    margin-top: calc(3.2 * var(--vw)) !important;
  }
}

.mt-14sp14 {
  margin-top: 14px !important;
}
@media only screen and (max-width: 767px) {
  .mt-14sp14 {
    margin-top: calc(3.7333333333 * var(--vw)) !important;
  }
}

.mt-16sp12 {
  margin-top: 16px !important;
}
@media only screen and (max-width: 767px) {
  .mt-16sp12 {
    margin-top: calc(3.2 * var(--vw)) !important;
  }
}

.mt-16sp16 {
  margin-top: 16px !important;
}
@media only screen and (max-width: 767px) {
  .mt-16sp16 {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
  }
}

.mt-16-db {
  margin-top: 16px !important;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .mt-16-db {
    margin-top: calc(2.9333333333 * var(--vw)) !important;
  }
}

.mt-16sp16ls {
  margin-top: 16px !important;
}
@media only screen and (max-width: 767px) {
  .mt-16sp16ls {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
    letter-spacing: calc(-0.0666666667 * var(--vw));
  }
}

.mt-18sp16 {
  margin-top: 18px !important;
}
@media only screen and (max-width: 767px) {
  .mt-18sp16 {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
  }
}

.mt-28sp16 {
  margin-top: 28px !important;
}
@media only screen and (max-width: 767px) {
  .mt-28sp16 {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-20sp {
    margin-top: calc(5.3333333333 * var(--vw)) !important;
  }
}

.mt-20sp14 {
  margin-top: 20px !important;
}
@media only screen and (max-width: 767px) {
  .mt-20sp14 {
    margin-top: calc(3.7333333333 * var(--vw)) !important;
  }
}

.mt-20sp15 {
  margin-top: 20px !important;
}
@media only screen and (max-width: 767px) {
  .mt-20sp15 {
    margin-top: calc(4 * var(--vw)) !important;
  }
}

.mt-20sp16 {
  margin-top: 20px !important;
}
@media only screen and (max-width: 767px) {
  .mt-20sp16 {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
  }
}

.mt-24 {
  margin-top: 24px !important;
}
@media only screen and (max-width: 767px) {
  .mt-24 {
    margin-top: calc(6.4 * var(--vw)) !important;
  }
}

.mt-6-12sp {
  margin-top: 6px !important;
}
@media only screen and (max-width: 767px) {
  .mt-6-12sp {
    margin-top: calc(3.2 * var(--vw)) !important;
  }
}

.mt-24sp16 {
  margin-top: 24px !important;
}
@media only screen and (max-width: 767px) {
  .mt-24sp16 {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
  }
}

.mt-25sp6 {
  margin-top: 25px !important;
}
@media only screen and (max-width: 767px) {
  .mt-25sp6 {
    margin-top: calc(1.6 * var(--vw)) !important;
  }
}

.mt-25sp35 {
  margin-top: 25px !important;
}
@media only screen and (max-width: 767px) {
  .mt-25sp35 {
    margin-top: calc(9.3333333333 * var(--vw)) !important;
  }
}

.mt-30 {
  margin-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .mt-30 {
    margin-top: calc(8 * var(--vw)) !important;
  }
}

.mt-30sp35 {
  margin-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .mt-30sp35 {
    margin-top: calc(9.3333333333 * var(--vw)) !important;
  }
}

.mt-32sp16 {
  margin-top: 32px !important;
}
@media only screen and (max-width: 767px) {
  .mt-32sp16 {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
  }
}

.mt-32sp24-5 {
  margin-top: 27px !important;
}
@media only screen and (max-width: 767px) {
  .mt-32sp24-5 {
    margin-top: calc(5.0666666667 * var(--vw)) !important;
  }
}

.mt-32sp24 {
  margin-top: 32px !important;
}
@media only screen and (max-width: 767px) {
  .mt-32sp24 {
    margin-top: calc(6.4 * var(--vw)) !important;
  }
}

.mt-30sp20 {
  margin-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .mt-30sp20 {
    margin-top: calc(5.3333333333 * var(--vw)) !important;
  }
}

.mt-22sp17 {
  margin-top: 22px !important;
}
@media only screen and (max-width: 767px) {
  .mt-22sp17 {
    margin-top: calc(4.5333333333 * var(--vw)) !important;
  }
}

.mt-25sp17 {
  margin-top: 25px !important;
}
@media only screen and (max-width: 767px) {
  .mt-25sp17 {
    margin-top: calc(4.5333333333 * var(--vw)) !important;
  }
}

.mt-30sp22 {
  margin-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .mt-30sp22 {
    margin-top: calc(5.8666666667 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-30sp {
    margin-top: calc(8 * var(--vw)) !important;
  }
}

.mt-35sp25 {
  margin-top: 35px !important;
}
@media only screen and (max-width: 767px) {
  .mt-35sp25 {
    margin-top: calc(6.6666666667 * var(--vw)) !important;
  }
}

.mt-40sp25 {
  margin-top: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mt-40sp25 {
    margin-top: calc(6.6666666667 * var(--vw)) !important;
  }
}

.mt-10sp10 {
  margin-top: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mt-10sp10 {
    margin-top: calc(2.6666666667 * var(--vw)) !important;
  }
}

.mt-m10 {
  margin-top: -10px !important;
}
@media only screen and (max-width: 767px) {
  .mt-m10 {
    margin-top: 0 !important;
  }
}

.m-15-0 {
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  .m-15-0 {
    margin: calc(4 * var(--vw)) 0;
  }
}

@media only screen and (max-width: 767px) {
  .m-15-20sp {
    margin: calc(4 * var(--vw)) 0 calc(8 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .m-15-30sp {
    margin: calc(4 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
  }
}

.m-30-0 {
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .m-30-0 {
    margin: calc(8 * var(--vw)) 0;
  }
}

.mt-20sp16 {
  margin-top: 20px !important;
}
@media only screen and (max-width: 767px) {
  .mt-20sp16 {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
  }
}

.m-24-10 {
  margin-top: 24px !important;
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .m-24-10 {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
    margin-bottom: calc(2.6666666667 * var(--vw)) !important;
  }
}

.m-24-16 {
  margin-top: 24px !important;
  margin-bottom: 16px !important;
}
@media only screen and (max-width: 767px) {
  .m-24-16 {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
    margin-bottom: calc(4.2666666667 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-24-16sp {
    margin-top: calc(6.4 * var(--vw)) !important;
    margin-bottom: calc(4.2666666667 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-30-15sp {
    margin-top: calc(8 * var(--vw)) !important;
    margin-bottom: calc(4 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-24-24sp {
    margin-top: calc(6.4 * var(--vw)) !important;
    margin-bottom: calc(6.4 * var(--vw)) !important;
  }
}

.m-32-0-10 {
  margin: 32px 0 10px;
}
@media only screen and (max-width: 767px) {
  .m-32-0-10 {
    margin: calc(8.5333333333 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
  }
}

.m-32-0-16 {
  margin: 32px 0 16px;
}
@media only screen and (max-width: 767px) {
  .m-32-0-16 {
    margin: calc(8.5333333333 * var(--vw)) 0 calc(4.2666666667 * var(--vw));
  }
}

.m-32-0-24 {
  margin: 32px 0 24px;
}
@media only screen and (max-width: 767px) {
  .m-32-0-24 {
    margin: calc(8.5333333333 * var(--vw)) 0 calc(6.4 * var(--vw));
  }
}

.m-32-0 {
  margin: 32px 0;
}
@media only screen and (max-width: 767px) {
  .m-32-0 {
    margin: calc(8.5333333333 * var(--vw)) 0;
  }
}

@media only screen and (min-width: 768px) {
  .ml-26pc {
    margin-left: 26px !important;
  }
}

@media only screen and (min-width: 768px) {
  .ml-50pc {
    margin-left: 50px !important;
  }
}

.mt-20sp16 {
  margin-top: 20px !important;
}
@media only screen and (max-width: 767px) {
  .mt-20sp16 {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
  }
}

.mt60sp40 {
  margin-top: 60px !important;
}
@media only screen and (max-width: 767px) {
  .mt60sp40 {
    margin-top: calc(10.6666666667 * var(--vw)) !important;
  }
}

.mt-57sp70 {
  margin-top: 72px !important;
}
@media only screen and (max-width: 767px) {
  .mt-57sp70 {
    margin-top: calc(18.6666666667 * var(--vw)) !important;
  }
}

.mt-72sp85 {
  margin-top: 72px !important;
}
@media only screen and (max-width: 767px) {
  .mt-72sp85 {
    margin-top: calc(22.6666666667 * var(--vw)) !important;
  }
}

.mt-85 {
  margin-top: 85px !important;
}
@media only screen and (max-width: 767px) {
  .mt-85 {
    margin-top: calc(22.6666666667 * var(--vw)) !important;
  }
}

.mt-88sp85 {
  margin-top: 88px !important;
}
@media only screen and (max-width: 767px) {
  .mt-88sp85 {
    margin-top: calc(22.6666666667 * var(--vw)) !important;
  }
}

.mt-90 {
  margin-top: 90px !important;
}
@media only screen and (max-width: 767px) {
  .mt-90 {
    margin-top: calc(12 * var(--vw)) !important;
  }
}

.mt-90sp60 {
  margin-top: 90px !important;
}
@media only screen and (max-width: 767px) {
  .mt-90sp60 {
    margin-top: calc(16 * var(--vw)) !important;
  }
}

.mt-90sp80 {
  margin-top: 90px !important;
}
@media only screen and (max-width: 767px) {
  .mt-90sp80 {
    margin-top: calc(21.3333333333 * var(--vw)) !important;
  }
}

.mt-100sp60 {
  margin-top: 95px !important;
}
@media only screen and (max-width: 767px) {
  .mt-100sp60 {
    margin-top: calc(14.6666666667 * var(--vw)) !important;
  }
}

.mt-115 {
  margin-top: 115px !important;
}
@media only screen and (max-width: 767px) {
  .mt-115 {
    margin-top: calc(15.3333333333 * var(--vw)) !important;
  }
}

.mt-90sp55 {
  margin-top: 90px !important;
}
@media only screen and (max-width: 767px) {
  .mt-90sp55 {
    margin-top: calc(14.6666666667 * var(--vw)) !important;
  }
}

.mt-115sp55 {
  margin-top: 115px !important;
}
@media only screen and (max-width: 767px) {
  .mt-115sp55 {
    margin-top: calc(14.6666666667 * var(--vw)) !important;
  }
}

.mt-115sp60 {
  margin-top: 115px !important;
}
@media only screen and (max-width: 767px) {
  .mt-115sp60 {
    margin-top: calc(16 * var(--vw)) !important;
  }
}

.mt-140sp40 {
  margin-top: 140px !important;
}
@media only screen and (max-width: 767px) {
  .mt-140sp40 {
    margin-top: calc(10.6666666667 * var(--vw)) !important;
  }
}

.mt-160sp45 {
  margin-top: 160px !important;
}
@media only screen and (max-width: 767px) {
  .mt-160sp45 {
    margin-top: calc(12 * var(--vw)) !important;
  }
}

.mt-160sp90 {
  margin-top: 160px !important;
}
@media only screen and (max-width: 767px) {
  .mt-160sp90 {
    margin-top: calc(24 * var(--vw)) !important;
  }
}

.mt-175 {
  margin-top: 175px !important;
}
@media only screen and (max-width: 767px) {
  .mt-175 {
    margin-top: calc(23.3333333333 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-p1 {
    margin-bottom: 1px !important;
  }
}

.mb-p2 {
  margin-bottom: 2px !important;
}
@media only screen and (max-width: 767px) {
  .mb-p2 {
    margin-bottom: calc(0.5333333333 * var(--vw)) !important;
  }
}

.mb-6 {
  margin-bottom: 6px !important;
}
@media only screen and (max-width: 767px) {
  .mb-6 {
    margin-bottom: calc(1.6 * var(--vw)) !important;
  }
}

.mb-8 {
  margin-bottom: 8px !important;
}
@media only screen and (max-width: 767px) {
  .mb-8 {
    margin-bottom: calc(1.0666666667 * var(--vw)) !important;
  }
}

.mb-10sp8 {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mb-10sp8 {
    margin-bottom: calc(2.1333333333 * var(--vw)) !important;
  }
}

.mb-10 {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mb-10 {
    margin-bottom: calc(2.6666666667 * var(--vw)) !important;
  }
}

.mb-10sp20 {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mb-10sp20 {
    margin-bottom: calc(5.3333333333 * var(--vw)) !important;
  }
}

.mb-10sp24 {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mb-10sp24 {
    margin-bottom: calc(6.4 * var(--vw)) !important;
  }
}

.mb-10sp12 {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mb-10sp12 {
    margin-bottom: calc(3.2 * var(--vw)) !important;
  }
}

.mb-16 {
  margin-bottom: 16px !important;
}
@media only screen and (max-width: 767px) {
  .mb-16 {
    margin-bottom: calc(4.2666666667 * var(--vw)) !important;
  }
}

@media only screen and (min-width: 768px) {
  .mb-20sp0 {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-20sp {
    margin-bottom: calc(5.3333333333 * var(--vw)) !important;
  }
}

.mb-20sp14 {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .mb-20sp14 {
    margin-bottom: calc(3.7333333333 * var(--vw)) !important;
  }
}

.mb-20sp16-5 {
  margin-bottom: 15px !important;
}
@media only screen and (max-width: 767px) {
  .mb-20sp16-5 {
    margin-bottom: calc(2.9333333333 * var(--vw)) !important;
  }
}

.mb-20sp16 {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .mb-20sp16 {
    margin-bottom: calc(4.2666666667 * var(--vw)) !important;
  }
}

.mb-22sp16 {
  margin-bottom: 22px !important;
}
@media only screen and (max-width: 767px) {
  .mb-22sp16 {
    margin-bottom: calc(4.2666666667 * var(--vw)) !important;
  }
}

.mb-24sp16 {
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 767px) {
  .mb-24sp16 {
    margin-bottom: calc(4.2666666667 * var(--vw)) !important;
  }
}

.mb-24 {
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 767px) {
  .mb-24 {
    margin-bottom: calc(6.4 * var(--vw)) !important;
  }
}

@media only screen and (min-width: 768px) {
  .mb-25pc {
    margin-bottom: 25px !important;
  }
}

.mb-28 {
  margin-bottom: 28px !important;
}
@media only screen and (max-width: 767px) {
  .mb-28 {
    margin-bottom: calc(7.4666666667 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-15sp {
    margin-bottom: calc(4 * var(--vw)) !important;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 767px) {
  .mb-30 {
    margin-bottom: calc(8 * var(--vw)) !important;
  }
}

.mb-35sp30 {
  margin-bottom: 35px !important;
}
@media only screen and (max-width: 767px) {
  .mb-35sp30 {
    margin-bottom: calc(8 * var(--vw)) !important;
  }
}

.mb-35sp40 {
  margin-bottom: 35px !important;
}
@media only screen and (max-width: 767px) {
  .mb-35sp40 {
    margin-bottom: calc(10.6666666667 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-35sp {
    margin-bottom: calc(9.3333333333 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-38sp {
    margin-bottom: calc(10.1333333333 * var(--vw)) !important;
  }
}

.mb-40sp24 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mb-40sp24 {
    margin-bottom: calc(6.4 * var(--vw)) !important;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: calc(10.6666666667 * var(--vw)) !important;
  }
}

.mb-15 {
  margin-bottom: 15px !important;
}
@media only screen and (max-width: 767px) {
  .mb-15 {
    margin-bottom: calc(4 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp24 {
    margin-bottom: calc(6.4 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp35 {
    margin-bottom: calc(9.3333333333 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp40 {
    margin-bottom: calc(10.6666666667 * var(--vw)) !important;
  }
}

.mb-50 {
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  .mb-50 {
    margin-bottom: calc(6.6666666667 * var(--vw)) !important;
  }
}

.mb-50sp10 {
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  .mb-50sp10 {
    margin-bottom: 10px !important;
  }
}

.mb-50sp25 {
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  .mb-50sp25 {
    margin-bottom: calc(6.6666666667 * var(--vw)) !important;
  }
}

.mb-50sp40 {
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  .mb-50sp40 {
    margin-bottom: calc(10.6666666667 * var(--vw)) !important;
  }
}

.mb-45-recent {
  margin-bottom: 45px !important;
}
@media only screen and (max-width: 767px) {
  .mb-45-recent {
    margin-bottom: calc(8 * var(--vw)) !important;
  }
}

.mb-36sp32 {
  margin-bottom: 36px !important;
}
@media only screen and (max-width: 767px) {
  .mb-36sp32 {
    margin-bottom: calc(8.5333333333 * var(--vw)) !important;
  }
}

@media only screen and (min-width: 768px) {
  .mb-32 {
    margin-bottom: 15px !important;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: calc(8 * var(--vw)) !important;
  }
}

.mb-60sp120 {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 767px) {
  .mb-60sp120 {
    margin-bottom: calc(32 * var(--vw)) !important;
  }
}

.mb-65 {
  margin-bottom: 65px !important;
}
@media only screen and (max-width: 767px) {
  .mb-65 {
    margin-bottom: calc(8.6666666667 * var(--vw)) !important;
  }
}

@media only screen and (min-width: 768px) {
  .mb-70sp0 {
    margin-bottom: 70px !important;
  }
}

.mb-75 {
  margin-bottom: 75px !important;
}
@media only screen and (max-width: 767px) {
  .mb-75 {
    margin-bottom: calc(20 * var(--vw)) !important;
  }
}

.mb-80 {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 767px) {
  .mb-80 {
    margin-bottom: calc(10.6666666667 * var(--vw)) !important;
  }
}

.mb-80sp80 {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 767px) {
  .mb-80sp80 {
    margin-bottom: calc(21.3333333333 * var(--vw)) !important;
  }
}

.mb-80sp40 {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 767px) {
  .mb-80sp40 {
    margin-bottom: calc(10.6666666667 * var(--vw)) !important;
  }
}

.mb-95sp0 {
  margin-bottom: 95px !important;
}
@media only screen and (max-width: 767px) {
  .mb-95sp0 {
    margin-bottom: 0 !important;
  }
}

.mb-95sp75 {
  margin-bottom: 95px !important;
}
@media only screen and (max-width: 767px) {
  .mb-95sp75 {
    margin-bottom: calc(20 * var(--vw)) !important;
  }
}

.mb-100 {
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: calc(13.3333333333 * var(--vw)) !important;
  }
}

.mb-100sp90 {
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 767px) {
  .mb-100sp90 {
    margin-bottom: calc(24 * var(--vw)) !important;
  }
}

.mb-120sp80 {
  margin-bottom: 120px !important;
}
@media only screen and (max-width: 767px) {
  .mb-120sp80 {
    margin-bottom: calc(21.3333333333 * var(--vw)) !important;
  }
}

.mb-130sp100 {
  margin-bottom: 111px !important;
}
@media only screen and (max-width: 767px) {
  .mb-130sp100 {
    margin-bottom: calc(21.6 * var(--vw)) !important;
  }
}

.mb-120sp0 {
  margin-bottom: 120px !important;
}
@media only screen and (max-width: 767px) {
  .mb-120sp0 {
    margin-bottom: 0 !important;
  }
}

.mb-115sp48 {
  margin-bottom: 115px !important;
}
@media only screen and (max-width: 767px) {
  .mb-115sp48 {
    margin-bottom: calc(12.8 * var(--vw)) !important;
  }
}

.mb-140sp0 {
  margin-bottom: 140px !important;
}
@media only screen and (max-width: 767px) {
  .mb-140sp0 {
    margin-bottom: 0 !important;
  }
}

.mb-150sp75 {
  margin-bottom: 150px !important;
}
@media only screen and (max-width: 767px) {
  .mb-150sp75 {
    margin-bottom: calc(20 * var(--vw)) !important;
  }
}

.mb-120sp60 {
  margin-bottom: 120px !important;
}
@media only screen and (max-width: 767px) {
  .mb-120sp60 {
    margin-bottom: calc(16 * var(--vw)) !important;
  }
}

.mb-120sp80 {
  margin-bottom: 120px !important;
}
@media only screen and (max-width: 767px) {
  .mb-120sp80 {
    margin-bottom: calc(21.3333333333 * var(--vw)) !important;
  }
}

.mb-150sp80 {
  margin-bottom: 150px !important;
}
@media only screen and (max-width: 767px) {
  .mb-150sp80 {
    margin-bottom: calc(21.3333333333 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-30sp {
    margin-top: calc(8 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp16 {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp20 {
    margin-top: calc(5.3333333333 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp50 {
    margin-top: calc(13.3333333333 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp90 {
    margin-top: calc(24 * var(--vw)) !important;
  }
}

.mt-10sp22 {
  margin-top: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mt-10sp22 {
    margin-top: calc(5.8666666667 * var(--vw)) !important;
  }
}

.mt-10sp25 {
  margin-top: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mt-10sp25 {
    margin-top: calc(6.6666666667 * var(--vw)) !important;
  }
}

.mt-20sp20 {
  margin-top: 20px !important;
}
@media only screen and (max-width: 767px) {
  .mt-20sp20 {
    margin-top: calc(5.3333333333 * var(--vw)) !important;
  }
}

.mt-24sp14 {
  margin-top: 24px !important;
}
@media only screen and (max-width: 767px) {
  .mt-24sp14 {
    margin-top: calc(3.7333333333 * var(--vw)) !important;
  }
}

.mt-24sp16 {
  margin-top: 24px !important;
}
@media only screen and (max-width: 767px) {
  .mt-24sp16 {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
  }
}

.mt-24sp30 {
  margin-top: 24px !important;
}
@media only screen and (max-width: 767px) {
  .mt-24sp30 {
    margin-top: calc(8 * var(--vw)) !important;
  }
}

.mt-24sp35 {
  margin-top: 24px !important;
}
@media only screen and (max-width: 767px) {
  .mt-24sp35 {
    margin-top: calc(9.3333333333 * var(--vw)) !important;
  }
}

.mt-25sp20 {
  margin-top: 25px !important;
}
@media only screen and (max-width: 767px) {
  .mt-25sp20 {
    margin-top: calc(5.3333333333 * var(--vw)) !important;
  }
}

.mt-25sp25 {
  margin-top: 25px !important;
}
@media only screen and (max-width: 767px) {
  .mt-25sp25 {
    margin-top: calc(6.6666666667 * var(--vw)) !important;
  }
}

.mt-30sp20 {
  margin-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .mt-30sp20 {
    margin-top: calc(5.3333333333 * var(--vw)) !important;
  }
}

.mt-30sp25 {
  margin-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .mt-30sp25 {
    margin-top: calc(6.6666666667 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-35sp {
    margin-top: calc(9.3333333333 * var(--vw)) !important;
  }
}

.mt-35sp20 {
  margin-top: 35px !important;
}
@media only screen and (max-width: 767px) {
  .mt-35sp20 {
    margin-top: calc(5.3333333333 * var(--vw)) !important;
  }
}

.mt-40sp40 {
  margin-top: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mt-40sp40 {
    margin-top: calc(5.3333333333 * var(--vw)) !important;
  }
}

.mt-40 {
  margin-top: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mt-40 {
    margin-top: calc(10.6666666667 * var(--vw)) !important;
  }
}

.mt-40sp20 {
  margin-top: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mt-40sp20 {
    margin-top: calc(5.3333333333 * var(--vw)) !important;
  }
}

.mt-40sp24 {
  margin-top: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mt-40sp24 {
    margin-top: calc(6.4 * var(--vw)) !important;
  }
}

.mt-40sp32-5 {
  margin-top: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mt-40sp32-5 {
    margin-top: calc(7.2 * var(--vw)) !important;
  }
}

.mt-40sp32 {
  margin-top: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mt-40sp32 {
    margin-top: calc(8.5333333333 * var(--vw)) !important;
  }
}

@media only screen and (min-width: 768px) {
  .mt-40pc {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-40sp {
    margin-top: calc(10.6666666667 * var(--vw)) !important;
  }
}

.mt-45 {
  margin-top: 45px !important;
}
@media only screen and (max-width: 767px) {
  .mt-45 {
    margin-top: calc(12 * var(--vw)) !important;
  }
}

@media only screen and (min-width: 768px) {
  .mt-45pc {
    margin-top: 45px !important;
  }
}

.mt-45sp22 {
  margin-top: 45px !important;
}
@media only screen and (max-width: 767px) {
  .mt-45sp22 {
    margin-top: calc(6 * var(--vw)) !important;
  }
}

.mt-40sp60 {
  margin-top: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mt-40sp60 {
    margin-top: calc(16 * var(--vw)) !important;
  }
}

.mt-45sp90 {
  margin-top: 45px !important;
}
@media only screen and (max-width: 767px) {
  .mt-45sp90 {
    margin-top: calc(24 * var(--vw)) !important;
  }
}

.mt-48 {
  margin-top: 48px !important;
}
@media only screen and (max-width: 767px) {
  .mt-48 {
    margin-top: calc(12.8 * var(--vw)) !important;
  }
}

.mt-48sp28 {
  margin-top: 48px !important;
}
@media only screen and (max-width: 767px) {
  .mt-48sp28 {
    margin-top: calc(7.4666666667 * var(--vw)) !important;
  }
}

.mt-48sp40 {
  margin-top: 48px !important;
}
@media only screen and (max-width: 767px) {
  .mt-48sp40 {
    margin-top: calc(10.6666666667 * var(--vw)) !important;
  }
}

.mt-50sp20 {
  margin-top: 50px !important;
}
@media only screen and (max-width: 767px) {
  .mt-50sp20 {
    margin-top: calc(5.3333333333 * var(--vw)) !important;
  }
}

.mt-50sp30 {
  margin-top: 50px !important;
}
@media only screen and (max-width: 767px) {
  .mt-50sp30 {
    margin-top: calc(8 * var(--vw)) !important;
  }
}

.mt-50sp60 {
  margin-top: 50px !important;
}
@media only screen and (max-width: 767px) {
  .mt-50sp60 {
    margin-top: calc(16 * var(--vw)) !important;
  }
}

.mt-52sp20 {
  margin-top: 52px !important;
}
@media only screen and (max-width: 767px) {
  .mt-52sp20 {
    margin-top: calc(5.3333333333 * var(--vw)) !important;
  }
}

.mt-52sp32 {
  margin-top: 52px !important;
}
@media only screen and (max-width: 767px) {
  .mt-52sp32 {
    margin-top: calc(8.5333333333 * var(--vw)) !important;
  }
}

.mt-55sp20 {
  margin-top: 55px !important;
}
@media only screen and (max-width: 767px) {
  .mt-55sp20 {
    margin-top: calc(5.3333333333 * var(--vw)) !important;
  }
}

.mt-55sp25 {
  margin-top: 55px !important;
}
@media only screen and (max-width: 767px) {
  .mt-55sp25 {
    margin-top: calc(6.6666666667 * var(--vw)) !important;
  }
}

.mt-55sp68 {
  margin-top: 55px !important;
}
@media only screen and (max-width: 767px) {
  .mt-55sp68 {
    margin-top: calc(18.1333333333 * var(--vw)) !important;
  }
}

.mt-75sp98 {
  margin-top: 75px !important;
}
@media only screen and (max-width: 767px) {
  .mt-75sp98 {
    margin-top: calc(26.1333333333 * var(--vw)) !important;
  }
}

.mt-55 {
  margin-top: 55px !important;
}
@media only screen and (max-width: 767px) {
  .mt-55 {
    margin-top: calc(14.6666666667 * var(--vw)) !important;
  }
}

.mt-60sp24 {
  margin-top: 60px !important;
}
@media only screen and (max-width: 767px) {
  .mt-60sp24 {
    margin-top: calc(6.4 * var(--vw)) !important;
  }
}

.mt-60sp40 {
  margin-top: 60px !important;
}
@media only screen and (max-width: 767px) {
  .mt-60sp40 {
    margin-top: calc(10.6666666667 * var(--vw)) !important;
  }
}

.mt-60sp50 {
  margin-top: 60px !important;
}
@media only screen and (max-width: 767px) {
  .mt-60sp50 {
    margin-top: calc(13.3333333333 * var(--vw)) !important;
  }
}

.mt-60sp80 {
  margin-top: 60px !important;
}
@media only screen and (max-width: 767px) {
  .mt-60sp80 {
    margin-top: calc(21.3333333333 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp64 {
    margin-top: calc(17.0666666667 * var(--vw)) !important;
  }
}

.mt-64sp60 {
  margin-top: 64px !important;
}
@media only screen and (max-width: 767px) {
  .mt-64sp60 {
    margin-top: calc(16 * var(--vw)) !important;
  }
}

.mt-66sp50 {
  margin-top: 66px !important;
}
@media only screen and (max-width: 767px) {
  .mt-66sp50 {
    margin-top: calc(13.3333333333 * var(--vw)) !important;
  }
}

.mt-90sp40 {
  margin-top: 70px !important;
}
@media only screen and (max-width: 767px) {
  .mt-90sp40 {
    margin-top: calc(10.6666666667 * var(--vw)) !important;
  }
}

.mt-70sp60 {
  margin-top: 70px !important;
}
@media only screen and (max-width: 767px) {
  .mt-70sp60 {
    margin-top: calc(16 * var(--vw)) !important;
  }
}

.mt-80sp50 {
  margin-top: 80px !important;
}
@media only screen and (max-width: 767px) {
  .mt-80sp50 {
    margin-top: calc(13.3333333333 * var(--vw)) !important;
  }
}

.mt-90sp68 {
  margin-top: 70px !important;
}
@media only screen and (max-width: 767px) {
  .mt-90sp68 {
    margin-top: calc(18.1333333333 * var(--vw)) !important;
  }
}

.mt-70sp40 {
  margin-top: 70px !important;
}
@media only screen and (max-width: 767px) {
  .mt-70sp40 {
    margin-top: calc(10.6666666667 * var(--vw)) !important;
  }
}

.mt-70sp30 {
  margin-top: 70px !important;
}
@media only screen and (max-width: 767px) {
  .mt-70sp30 {
    margin-top: calc(8 * var(--vw)) !important;
  }
}

.mt-70sp55 {
  margin-top: 70px !important;
}
@media only screen and (max-width: 767px) {
  .mt-70sp55 {
    margin-top: calc(14.6666666667 * var(--vw)) !important;
  }
}

.mt-70sp80 {
  margin-top: 70px !important;
}
@media only screen and (max-width: 767px) {
  .mt-70sp80 {
    margin-top: calc(21.3333333333 * var(--vw)) !important;
  }
}

.mt-75sp85 {
  margin-top: 75px !important;
}
@media only screen and (max-width: 767px) {
  .mt-75sp85 {
    margin-top: calc(22.6666666667 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp80 {
    margin-top: calc(21.3333333333 * var(--vw)) !important;
  }
}

.mt-80sp40 {
  margin-top: 80px !important;
}
@media only screen and (max-width: 767px) {
  .mt-80sp40 {
    margin-top: calc(10.6666666667 * var(--vw)) !important;
  }
}

.mt-80sp55 {
  margin-top: 80px !important;
}
@media only screen and (max-width: 767px) {
  .mt-80sp55 {
    margin-top: calc(14.6666666667 * var(--vw)) !important;
  }
}

.mt-90sp80 {
  margin-top: 90px !important;
}
@media only screen and (max-width: 767px) {
  .mt-90sp80 {
    margin-top: calc(21.3333333333 * var(--vw)) !important;
  }
}

.mt-120sp60 {
  margin-top: 120px !important;
}
@media only screen and (max-width: 767px) {
  .mt-120sp60 {
    margin-top: calc(16 * var(--vw)) !important;
  }
}

.mt-120sp80 {
  margin-top: 120px !important;
}
@media only screen and (max-width: 767px) {
  .mt-120sp80 {
    margin-top: calc(21.3333333333 * var(--vw)) !important;
  }
}

.mt-120sp90 {
  margin-top: 120px !important;
}
@media only screen and (max-width: 767px) {
  .mt-120sp90 {
    margin-top: calc(24 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp125 {
    margin-top: calc(33.3333333333 * var(--vw)) !important;
  }
}

.mt-180sp0_mb-125sp {
  margin-top: 180px !important;
}
@media only screen and (max-width: 767px) {
  .mt-180sp0_mb-125sp {
    margin-top: 0 !important;
    margin-bottom: calc(33.3333333333 * var(--vw)) !important;
  }
}

.mt-180sp0_pb-125sp {
  margin-top: 180px !important;
}
@media only screen and (max-width: 767px) {
  .mt-180sp0_pb-125sp {
    margin-top: 0 !important;
    padding-bottom: calc(33.3333333333 * var(--vw)) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-8sp {
    margin-right: calc(2.1333333333 * var(--vw)) !important;
  }
}

.pt-100sp35 {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .pt-100sp35 {
    padding-top: calc(9.3333333333 * var(--vw));
  }
}

.pt-100sp50 {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .pt-100sp50 {
    padding-top: calc(13.3333333333 * var(--vw));
  }
}

.pt-120sp60 {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .pt-120sp60 {
    padding-top: calc(16 * var(--vw));
  }
}

.pt-23sp28 {
  padding-top: 23px;
}
@media only screen and (max-width: 767px) {
  .pt-23sp28 {
    padding-top: calc(3.7333333333 * var(--vw));
  }
}

.pt-100sp93 {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .pt-100sp93 {
    padding-top: calc(12.4 * var(--vw));
  }
}

.pt-160sp90 {
  padding-top: 160px !important;
}
@media only screen and (max-width: 767px) {
  .pt-160sp90 {
    padding-top: calc(24 * var(--vw)) !important;
  }
}

.pt-180sp60 {
  padding-top: 180px;
}
@media only screen and (max-width: 767px) {
  .pt-180sp60 {
    padding-top: calc(16 * var(--vw));
  }
}

.pt-180sp90 {
  padding-top: 180px;
}
@media only screen and (max-width: 767px) {
  .pt-180sp90 {
    padding-top: calc(24 * var(--vw));
  }
}

.pt-190sp45 {
  padding-top: 190px;
}
@media only screen and (max-width: 767px) {
  .pt-190sp45 {
    padding-top: calc(12 * var(--vw));
  }
}

.pt-200sp80 {
  padding-top: 200px;
}
@media only screen and (max-width: 767px) {
  .pt-200sp80 {
    padding-top: calc(21.3333333333 * var(--vw));
  }
}

.inblk {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .table-scroll::-webkit-scrollbar {
    width: calc(1.3333333333 * var(--vw));
    height: calc(1.6 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll::-webkit-scrollbar-track {
    background: #E6EAF0;
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 25px !important;
    background: #000AC5;
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-w::-webkit-scrollbar {
    width: calc(1.3333333333 * var(--vw));
    height: calc(1.6 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-w::-webkit-scrollbar-track {
    background: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-w::-webkit-scrollbar-thumb {
    border-radius: 25px !important;
    background: #000AC5;
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-wqa::-webkit-scrollbar {
    width: calc(1.3333333333 * var(--vw));
    height: calc(1.6 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-wqa::-webkit-scrollbar-track {
    background: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-wqa::-webkit-scrollbar-thumb {
    border-radius: 25px !important;
    background: #000AC5;
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-wj::-webkit-scrollbar {
    width: calc(1.3333333333 * var(--vw));
    height: calc(1.6 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-wj::-webkit-scrollbar-track {
    background: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-wj::-webkit-scrollbar-thumb {
    border-radius: 25px !important;
    background: #000AC5;
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-j::-webkit-scrollbar {
    width: calc(1.3333333333 * var(--vw));
    height: calc(1.6 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-j::-webkit-scrollbar-track {
    background: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-j::-webkit-scrollbar-thumb {
    border-radius: 25px !important;
    background: #000AC5;
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-bj::-webkit-scrollbar {
    width: calc(1.3333333333 * var(--vw));
    height: calc(1.6 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-bj::-webkit-scrollbar-track {
    background: #E6EAF0;
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-bj::-webkit-scrollbar-thumb {
    border-radius: 25px !important;
    background: #000AC5;
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-wk::-webkit-scrollbar {
    width: calc(1.3333333333 * var(--vw));
    height: calc(1.6 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-wk::-webkit-scrollbar-track {
    background: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-wk::-webkit-scrollbar-thumb {
    border-radius: 25px !important;
    background: #000AC5;
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-jg::-webkit-scrollbar {
    width: calc(1.3333333333 * var(--vw));
    height: calc(1.6 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-jg::-webkit-scrollbar-track {
    background: #E6EAF0;
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll-jg::-webkit-scrollbar-thumb {
    border-radius: 25px !important;
    background: #000AC5;
  }
}

.footer-pp {
  color: #fff;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer-pp {
    font-size: calc(3.7333333333 * var(--vw));
  }
}
.footer-pp a {
  text-decoration: none;
  color: #fff !important;
}
.footer-pp a:hover {
  opacity: 0.7;
}
.footer-pp .f-pp-s {
  padding-left: 24px;
  padding-right: 24px;
}
.footer-pp .f-pp-sp {
  padding-right: calc(6.4 * var(--vw));
}

@media only screen and (min-width: 768px) {
  .footer-pc {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .footer-sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-sp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: calc(6.4 * var(--vw));
    row-gap: calc(1.6 * var(--vw));
  }
}

.group-footer__mainInner {
  padding-top: 16px !important;
}
@media only screen and (max-width: 767px) {
  .group-footer__mainInner {
    padding: 16px calc(6.4 * var(--vw)) calc(8.5333333333 * var(--vw)) !important;
  }
}

.group-footer__copyArea {
  border-top: solid 1px rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 767px) {
  .group-footer__copyArea {
    padding-top: calc(5.3333333333 * var(--vw)) !important;
  }
}

.outer-icon {
  position: relative;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .outer-icon {
    padding-right: calc(5.3333333333 * var(--vw));
  }
}
.outer-icon::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 3px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/link_icon_blue.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .outer-icon::after {
    top: 20%;
    right: calc(0.8 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}

.outer-icon-lg {
  position: relative;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .outer-icon-lg {
    padding-right: calc(5.3333333333 * var(--vw));
  }
}
.outer-icon-lg::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  display: inline-block;
  width: 16px;
  height: 13px;
  background-image: url("../img/link_icon_blue.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .outer-icon-lg::after {
    top: 20%;
    right: 0;
    width: calc(4.2666666667 * var(--vw));
    height: calc(3.4666666667 * var(--vw));
  }
}

.line_blue1 {
  display: flex;
  flex-direction: row;
  height: 1px;
  width: 100%;
}
.line_blue1__left {
  border-top: solid 1px #000AC5;
  width: 7.1%;
}
@media only screen and (max-width: 767px) {
  .line_blue1__left {
    width: 17%;
  }
}
.line_blue1__right {
  border-top: solid 1px #ADBCD6;
  width: 92.9%;
}
@media only screen and (max-width: 767px) {
  .line_blue1__right {
    width: 83%;
  }
}

@media only screen and (min-width: 768px) {
  .line_blue1_pc {
    display: flex;
    flex-direction: row;
    height: 1px;
    width: 100%;
  }
  .line_blue1_pc__left {
    border-top: solid 1px #000AC5;
    width: 7.1%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .line_blue1_pc__left {
    width: 17%;
  }
}
@media only screen and (min-width: 768px) {
  .line_blue1_pc__right {
    border-top: solid 1px #ADBCD6;
    width: 92.9%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .line_blue1_pc__right {
    width: 83%;
  }
}
@media only screen and (max-width: 767px) {
  .line_blue1_pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .line14-mt10 {
    line-height: 1.4 !important;
    margin-top: -10px !important;
  }
}

@media only screen and (min-width: 768px) {
  .line14-mt-p10 {
    line-height: 1.4 !important;
    margin-top: 10px !important;
  }
}

.g-line {
  height: 1px;
  width: 100%;
  border-top: solid 1px #333;
}

.b2-line {
  height: 1px;
  width: 100%;
  border-top: solid 1px #002656;
}

.b2-line30 {
  height: 1px;
  width: 100%;
  border-top: solid 1px #002656;
  opacity: 0.3;
}

.base_line_bottom {
  border-bottom: solid 1px #333;
}

.border-bottom_init {
  border-bottom: initial !important;
}

.border-bottom_d-color {
  border-bottom: solid 1px #333 !important;
}

.border-bottom-sitemap {
  border-bottom: solid 1px #ADBCD6;
}

.border-bottom-top-sitemap {
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  .border-bottom-top-sitemap {
    padding-top: calc(3.2 * var(--vw));
    border-top: solid 1px #ADBCD6;
  }
}

.border-sitemap {
  border-top: solid 1px #ADBCD6;
  border-bottom: solid 1px #ADBCD6;
}

@media only screen and (min-width: 768px) {
  .border-top-pc {
    border-top: solid 1px #ADBCD6;
  }
}

@media only screen and (min-width: 768px) {
  .border-bottom-pc {
    border-bottom: solid 1px #ADBCD6;
  }
}

@media only screen and (max-width: 767px) {
  .border-top-sp {
    border-top: solid 1px #ADBCD6;
  }
}

@media only screen and (max-width: 767px) {
  .border-bottom-sp {
    border-bottom: solid 1px #ADBCD6;
  }
}

@media only screen and (max-width: 767px) {
  .w80p_sp {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .w85p_sp {
    width: 85%;
  }
}

@media only screen and (max-width: 767px) {
  .w95sp-center {
    width: 95% !important;
    margin: 0 auto;
  }
}

.white-box {
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .white-box {
    padding: calc(4.2666666667 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
  }
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none; /*①アンカーのtelを無効化*/
    cursor: default; /*②アンカーのポインターをデフォルトにする*/
    text-decoration: none;
  }
}
.tel-link {
  color: #333 !important;
  cursor: initial !important;
  text-decoration: none !important;
}

.mail-link {
  color: #333 !important;
  text-decoration: solid underline 1px #333 !important;
}

.u_bg-text {
  background-color: #000 !important;
}

.u_bg-text-link {
  background-color: #1347b1 !important;
}

.u_bg-text-link-hover {
  background-color: #1347b1 !important;
}

.u_bg-text-link-visited {
  background-color: #1347b1 !important;
}

.u_bg-white {
  background-color: #fff !important;
}

.u_bg-black {
  background-color: #000 !important;
}

.u_bg-blue {
  background-color: #004c9f !important;
}

.u_bg-red {
  background-color: #ff2600 !important;
}

@media (max-width: 479px) {
  .u_bp-hide-xs {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .u_bp-hide-lte-xs {
    display: none !important;
  }
}
.u_bp-hide-gte-xs {
  display: none !important;
}

@media (max-width: 479px) {
  .u_bp-show-xs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .u_bp-show-lte-xs-block {
    display: block !important;
  }
}
.u_bp-show-gte-xs-block {
  display: block !important;
}

@media (max-width: 479px) {
  .u_bp-show-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .u_bp-show-lte-xs-inline {
    display: inline !important;
  }
}
.u_bp-show-gte-xs-inline {
  display: inline !important;
}

@media (max-width: 479px) {
  .u_bp-show-xs-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .u_bp-show-lte-xs-inline-block {
    display: inline-block !important;
  }
}
.u_bp-show-gte-xs-inline-block {
  display: inline-block !important;
}

@media (min-width: 480px) and (max-width: 767px) {
  .u_bp-hide-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u_bp-hide-lte-sm {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .u_bp-hide-gte-sm {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .u_bp-show-sm-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .u_bp-show-lte-sm-block {
    display: block !important;
  }
}
@media (min-width: 480px) {
  .u_bp-show-gte-sm-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .u_bp-show-sm-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .u_bp-show-lte-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) {
  .u_bp-show-gte-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .u_bp-show-sm-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .u_bp-show-lte-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) {
  .u_bp-show-gte-sm-inline-block {
    display: inline-block !important;
  }
}
@media print, screen and (min-width: 768px) {
  .u_bp-hide-md {
    display: none !important;
  }
}
.u_bp-hide-lte-md {
  display: none !important;
}

@media print, screen and (min-width: 768px) {
  .u_bp-hide-gte-md {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .u_bp-show-md-block {
    display: block !important;
  }
}
.u_bp-show-lte-md-block {
  display: block !important;
}

@media print, screen and (min-width: 768px) {
  .u_bp-show-gte-md-block {
    display: block !important;
  }
}
@media print, screen and (min-width: 768px) {
  .u_bp-show-md-inline {
    display: inline !important;
  }
}
.u_bp-show-lte-md-inline {
  display: inline !important;
}

@media print, screen and (min-width: 768px) {
  .u_bp-show-gte-md-inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 768px) {
  .u_bp-show-md-inline-block {
    display: inline-block !important;
  }
}
.u_bp-show-lte-md-inline-block {
  display: inline-block !important;
}

@media print, screen and (min-width: 768px) {
  .u_bp-show-gte-md-inline-block {
    display: inline-block !important;
  }
}
.u_cf {
  overflow: hidden;
}

.u_cf-legacy::before, .u_cf-legacy::after {
  display: table;
  content: " ";
}

.u_cf-legacy::after {
  clear: both;
}

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

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

.u_dp-inline {
  display: inline !important;
}

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

.u_flip-horizontal {
  transform: scale(-1, 1);
}

.u_flip-vertical {
  transform: scale(1, -1);
}

.u_ff-nm {
  font-family: "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif !important;
  font-weight: normal !important;
}

.u_ff-md {
  font-family: "FP-ヒラギノUD角ゴ StdN W5", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif !important;
  font-weight: 500 !important;
}

.u_ff-db {
  font-family: "FOT-セザンヌ Pro DB", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif !important;
  font-weight: bold !important;
}

.u_ff-b {
  font-family: "FP-ヒラギノUD角ゴ StdN W6", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif !important;
  font-weight: bold !important;
}

.u_ff-sb-sm {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600 !important;
}

.u_ff-bl {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif !important;
  font-weight: 900 !important;
}

.u_ff-en {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  font-weight: 500 !important;
}

.u_ff-en._ulight {
  font-weight: 300 !important;
}

.u_ff-en._light {
  font-weight: normal !important;
}

.u_ff-en._medium {
  font-weight: 500 !important;
}

.u_ff-en._bold {
  font-weight: bold !important;
}

.u_fw-100 {
  font-weight: 100 !important;
}

.u_fw-200 {
  font-weight: 200 !important;
}

.u_fw-300 {
  font-weight: 300 !important;
}

.u_fw-400 {
  font-weight: 400 !important;
}

.u_fw-500 {
  font-weight: 500 !important;
}

.u_fw-600 {
  font-weight: 600 !important;
}

.u_fw-700 {
  font-weight: 700 !important;
}

.u_fw-800 {
  font-weight: 800 !important;
}

.u_fw-900 {
  font-weight: 900 !important;
}

.u_fw-normal {
  font-weight: normal !important;
}

.u_fw-bold {
  font-weight: bold !important;
}

.u_ls-5 {
  letter-spacing: 0.05em !important;
}

.u_ls-10 {
  letter-spacing: 0.1em !important;
}

.u_ls-15 {
  letter-spacing: 0.15em !important;
}

.u_ls-20 {
  letter-spacing: 0.2em !important;
}

.u_ls-25 {
  letter-spacing: 0.25em !important;
}

.u_ls-30 {
  letter-spacing: 0.3em !important;
}

.u_ls-35 {
  letter-spacing: 0.35em !important;
}

.u_ls-40 {
  letter-spacing: 0.4em !important;
}

.u_ls-45 {
  letter-spacing: 0.45em !important;
}

.u_ls-50 {
  letter-spacing: 0.5em !important;
}

.u_ls-minus5 {
  letter-spacing: -0.05em !important;
}

.u_ls-minus10 {
  letter-spacing: -0.1em !important;
}

.u_ls-minus15 {
  letter-spacing: -0.15em !important;
}

.u_ls-minus20 {
  letter-spacing: -0.2em !important;
}

.u_ls-minus25 {
  letter-spacing: -0.25em !important;
}

.u_ls-minus30 {
  letter-spacing: -0.3em !important;
}

.u_ls-minus35 {
  letter-spacing: -0.35em !important;
}

.u_ls-minus40 {
  letter-spacing: -0.4em !important;
}

.u_ls-minus45 {
  letter-spacing: -0.45em !important;
}

.u_ls-minus50 {
  letter-spacing: -0.5em !important;
}

.u_ls-normal {
  letter-spacing: normal !important;
}

.u_m-0 {
  margin: 0px !important;
}

.u_my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.u_mx-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.u_mt-0 {
  margin-top: 0px !important;
}

.u_mr-0 {
  margin-right: 0px !important;
}

.u_mb-0 {
  margin-bottom: 0px !important;
}

.u_ml-0 {
  margin-left: 0px !important;
}

.u_m-5 {
  margin: 5px !important;
}

.u_my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.u_mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.u_mt-5 {
  margin-top: 5px !important;
}

.u_mr-5 {
  margin-right: 5px !important;
}

.u_mb-5 {
  margin-bottom: 5px !important;
}

.u_ml-5 {
  margin-left: 5px !important;
}

.u_m-10 {
  margin: 10px !important;
}

.u_my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u_mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.u_mt-10 {
  margin-top: 10px !important;
}

.u_mr-10 {
  margin-right: 10px !important;
}

.u_mb-10 {
  margin-bottom: 10px !important;
}

.u_ml-10 {
  margin-left: 10px !important;
}

.u_m-15 {
  margin: 15px !important;
}

.u_my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.u_mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.u_mt-15 {
  margin-top: 15px !important;
}

.u_mr-15 {
  margin-right: 15px !important;
}

.u_mb-15 {
  margin-bottom: 15px !important;
}

.u_ml-15 {
  margin-left: 15px !important;
}

.u_m-20 {
  margin: 20px !important;
}

.u_my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u_mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.u_mt-20 {
  margin-top: 20px !important;
}

.u_mr-20 {
  margin-right: 20px !important;
}

.u_mb-20 {
  margin-bottom: 20px !important;
}

.u_ml-20 {
  margin-left: 20px !important;
}

.u_m-25 {
  margin: 25px !important;
}

.u_my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.u_mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.u_mt-25 {
  margin-top: 25px !important;
}

.u_mr-25 {
  margin-right: 25px !important;
}

.u_mb-25 {
  margin-bottom: 25px !important;
}

.u_ml-25 {
  margin-left: 25px !important;
}

.u_m-30 {
  margin: 30px !important;
}

.u_my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u_mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.u_mt-30 {
  margin-top: 30px !important;
}

.u_mr-30 {
  margin-right: 30px !important;
}

.u_mb-30 {
  margin-bottom: 30px !important;
}

.u_ml-30 {
  margin-left: 30px !important;
}

.u_m-35 {
  margin: 35px !important;
}

.u_my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.u_mx-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.u_mt-35 {
  margin-top: 35px !important;
}

.u_mr-35 {
  margin-right: 35px !important;
}

.u_mb-35 {
  margin-bottom: 35px !important;
}

.u_ml-35 {
  margin-left: 35px !important;
}

.u_m-40 {
  margin: 40px !important;
}

.u_my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u_mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.u_mt-40 {
  margin-top: 40px !important;
}

.u_mr-40 {
  margin-right: 40px !important;
}

.u_mb-40 {
  margin-bottom: 40px !important;
}

.u_ml-40 {
  margin-left: 40px !important;
}

.u_m-45 {
  margin: 45px !important;
}

.u_my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.u_mx-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.u_mt-45 {
  margin-top: 45px !important;
}

.u_mr-45 {
  margin-right: 45px !important;
}

.u_mb-45 {
  margin-bottom: 45px !important;
}

.u_ml-45 {
  margin-left: 45px !important;
}

.u_m-50 {
  margin: 50px !important;
}

.u_my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.u_mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.u_mt-50 {
  margin-top: 50px !important;
}

.u_mr-50 {
  margin-right: 50px !important;
}

.u_mb-50 {
  margin-bottom: 50px !important;
}

.u_ml-50 {
  margin-left: 50px !important;
}

.u_m-55 {
  margin: 55px !important;
}

.u_my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.u_mx-55 {
  margin-right: 55px !important;
  margin-left: 55px !important;
}

.u_mt-55 {
  margin-top: 55px !important;
}

.u_mr-55 {
  margin-right: 55px !important;
}

.u_mb-55 {
  margin-bottom: 55px !important;
}

.u_ml-55 {
  margin-left: 55px !important;
}

.u_m-60 {
  margin: 60px !important;
}

.u_my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u_mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.u_mt-60 {
  margin-top: 60px !important;
}

.u_mr-60 {
  margin-right: 60px !important;
}

.u_mb-60 {
  margin-bottom: 60px !important;
}

.u_ml-60 {
  margin-left: 60px !important;
}

.u_m-65 {
  margin: 65px !important;
}

.u_my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.u_mx-65 {
  margin-right: 65px !important;
  margin-left: 65px !important;
}

.u_mt-65 {
  margin-top: 65px !important;
}

.u_mr-65 {
  margin-right: 65px !important;
}

.u_mb-65 {
  margin-bottom: 65px !important;
}

.u_ml-65 {
  margin-left: 65px !important;
}

.u_m-70 {
  margin: 70px !important;
}

.u_my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.u_mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.u_mt-70 {
  margin-top: 70px !important;
}

.u_mr-70 {
  margin-right: 70px !important;
}

.u_mb-70 {
  margin-bottom: 70px !important;
}

.u_ml-70 {
  margin-left: 70px !important;
}

.u_m-75 {
  margin: 75px !important;
}

.u_my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.u_mx-75 {
  margin-right: 75px !important;
  margin-left: 75px !important;
}

.u_mt-75 {
  margin-top: 75px !important;
}

.u_mr-75 {
  margin-right: 75px !important;
}

.u_mb-75 {
  margin-bottom: 75px !important;
}

.u_ml-75 {
  margin-left: 75px !important;
}

.u_m-80 {
  margin: 80px !important;
}

.u_my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u_mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.u_mt-80 {
  margin-top: 80px !important;
}

.u_mr-80 {
  margin-right: 80px !important;
}

.u_mb-80 {
  margin-bottom: 80px !important;
}

.u_ml-80 {
  margin-left: 80px !important;
}

.u_m-85 {
  margin: 85px !important;
}

.u_my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.u_mx-85 {
  margin-right: 85px !important;
  margin-left: 85px !important;
}

.u_mt-85 {
  margin-top: 85px !important;
}

.u_mr-85 {
  margin-right: 85px !important;
}

.u_mb-85 {
  margin-bottom: 85px !important;
}

.u_ml-85 {
  margin-left: 85px !important;
}

.u_m-90 {
  margin: 90px !important;
}

.u_my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.u_mx-90 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.u_mt-90 {
  margin-top: 90px !important;
}

.u_mr-90 {
  margin-right: 90px !important;
}

.u_mb-90 {
  margin-bottom: 90px !important;
}

.u_ml-90 {
  margin-left: 90px !important;
}

.u_m-95 {
  margin: 95px !important;
}

.u_my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.u_mx-95 {
  margin-right: 95px !important;
  margin-left: 95px !important;
}

.u_mt-95 {
  margin-top: 95px !important;
}

.u_mr-95 {
  margin-right: 95px !important;
}

.u_mb-95 {
  margin-bottom: 95px !important;
}

.u_ml-95 {
  margin-left: 95px !important;
}

.u_m-100 {
  margin: 100px !important;
}

.u_my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.u_mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.u_mt-100 {
  margin-top: 100px !important;
}

.u_mr-100 {
  margin-right: 100px !important;
}

.u_mb-100 {
  margin-bottom: 100px !important;
}

.u_ml-100 {
  margin-left: 100px !important;
}

.u_p-0 {
  padding: 0px !important;
}

.u_py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.u_px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.u_pt-0 {
  padding-top: 0px !important;
}

.u_pr-0 {
  padding-right: 0px !important;
}

.u_pb-0 {
  padding-bottom: 0px !important;
}

.u_pl-0 {
  padding-left: 0px !important;
}

.u_p-5 {
  padding: 5px !important;
}

.u_py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.u_px-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.u_pt-5 {
  padding-top: 5px !important;
}

.u_pr-5 {
  padding-right: 5px !important;
}

.u_pb-5 {
  padding-bottom: 5px !important;
}

.u_pl-5 {
  padding-left: 5px !important;
}

.u_p-10 {
  padding: 10px !important;
}

.u_py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.u_px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.u_pt-10 {
  padding-top: 10px !important;
}

.u_pr-10 {
  padding-right: 10px !important;
}

.u_pb-10 {
  padding-bottom: 10px !important;
}

.u_pl-10 {
  padding-left: 10px !important;
}

.u_p-15 {
  padding: 15px !important;
}

.u_py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.u_px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.u_pt-15 {
  padding-top: 15px !important;
}

.u_pr-15 {
  padding-right: 15px !important;
}

.u_pb-15 {
  padding-bottom: 15px !important;
}

.u_pl-15 {
  padding-left: 15px !important;
}

.u_p-20 {
  padding: 20px !important;
}

.u_py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.u_px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.u_pt-20 {
  padding-top: 20px !important;
}

.u_pr-20 {
  padding-right: 20px !important;
}

.u_pb-20 {
  padding-bottom: 20px !important;
}

.u_pl-20 {
  padding-left: 20px !important;
}

.u_p-25 {
  padding: 25px !important;
}

.u_py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.u_px-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.u_pt-25 {
  padding-top: 25px !important;
}

.u_pr-25 {
  padding-right: 25px !important;
}

.u_pb-25 {
  padding-bottom: 25px !important;
}

.u_pl-25 {
  padding-left: 25px !important;
}

.u_p-30 {
  padding: 30px !important;
}

.u_py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u_px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.u_pt-30 {
  padding-top: 30px !important;
}

.u_pr-30 {
  padding-right: 30px !important;
}

.u_pb-30 {
  padding-bottom: 30px !important;
}

.u_pl-30 {
  padding-left: 30px !important;
}

.u_p-35 {
  padding: 35px !important;
}

.u_py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.u_px-35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.u_pt-35 {
  padding-top: 35px !important;
}

.u_pr-35 {
  padding-right: 35px !important;
}

.u_pb-35 {
  padding-bottom: 35px !important;
}

.u_pl-35 {
  padding-left: 35px !important;
}

.u_p-40 {
  padding: 40px !important;
}

.u_py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u_px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.u_pt-40 {
  padding-top: 40px !important;
}

.u_pr-40 {
  padding-right: 40px !important;
}

.u_pb-40 {
  padding-bottom: 40px !important;
}

.u_pl-40 {
  padding-left: 40px !important;
}

.u_p-45 {
  padding: 45px !important;
}

.u_py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.u_px-45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.u_pt-45 {
  padding-top: 45px !important;
}

.u_pr-45 {
  padding-right: 45px !important;
}

.u_pb-45 {
  padding-bottom: 45px !important;
}

.u_pl-45 {
  padding-left: 45px !important;
}

.u_p-50 {
  padding: 50px !important;
}

.u_py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.u_px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.u_pt-50 {
  padding-top: 50px !important;
}

.u_pr-50 {
  padding-right: 50px !important;
}

.u_pb-50 {
  padding-bottom: 50px !important;
}

.u_pl-50 {
  padding-left: 50px !important;
}

.u_p-55 {
  padding: 55px !important;
}

.u_py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.u_px-55 {
  padding-right: 55px !important;
  padding-left: 55px !important;
}

.u_pt-55 {
  padding-top: 55px !important;
}

.u_pr-55 {
  padding-right: 55px !important;
}

.u_pb-55 {
  padding-bottom: 55px !important;
}

.u_pl-55 {
  padding-left: 55px !important;
}

.u_p-60 {
  padding: 60px !important;
}

.u_py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.u_px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.u_pt-60 {
  padding-top: 60px !important;
}

.u_pr-60 {
  padding-right: 60px !important;
}

.u_pb-60 {
  padding-bottom: 60px !important;
}

.u_pl-60 {
  padding-left: 60px !important;
}

.u_p-65 {
  padding: 65px !important;
}

.u_py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.u_px-65 {
  padding-right: 65px !important;
  padding-left: 65px !important;
}

.u_pt-65 {
  padding-top: 65px !important;
}

.u_pr-65 {
  padding-right: 65px !important;
}

.u_pb-65 {
  padding-bottom: 65px !important;
}

.u_pl-65 {
  padding-left: 65px !important;
}

.u_p-70 {
  padding: 70px !important;
}

.u_py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.u_px-70 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.u_pt-70 {
  padding-top: 70px !important;
}

.u_pr-70 {
  padding-right: 70px !important;
}

.u_pb-70 {
  padding-bottom: 70px !important;
}

.u_pl-70 {
  padding-left: 70px !important;
}

.u_p-75 {
  padding: 75px !important;
}

.u_py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.u_px-75 {
  padding-right: 75px !important;
  padding-left: 75px !important;
}

.u_pt-75 {
  padding-top: 75px !important;
}

.u_pr-75 {
  padding-right: 75px !important;
}

.u_pb-75 {
  padding-bottom: 75px !important;
}

.u_pl-75 {
  padding-left: 75px !important;
}

.u_p-80 {
  padding: 80px !important;
}

.u_py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.u_px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.u_pt-80 {
  padding-top: 80px !important;
}

.u_pr-80 {
  padding-right: 80px !important;
}

.u_pb-80 {
  padding-bottom: 80px !important;
}

.u_pl-80 {
  padding-left: 80px !important;
}

.u_p-85 {
  padding: 85px !important;
}

.u_py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.u_px-85 {
  padding-right: 85px !important;
  padding-left: 85px !important;
}

.u_pt-85 {
  padding-top: 85px !important;
}

.u_pr-85 {
  padding-right: 85px !important;
}

.u_pb-85 {
  padding-bottom: 85px !important;
}

.u_pl-85 {
  padding-left: 85px !important;
}

.u_p-90 {
  padding: 90px !important;
}

.u_py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.u_px-90 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}

.u_pt-90 {
  padding-top: 90px !important;
}

.u_pr-90 {
  padding-right: 90px !important;
}

.u_pb-90 {
  padding-bottom: 90px !important;
}

.u_pl-90 {
  padding-left: 90px !important;
}

.u_p-95 {
  padding: 95px !important;
}

.u_py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.u_px-95 {
  padding-right: 95px !important;
  padding-left: 95px !important;
}

.u_pt-95 {
  padding-top: 95px !important;
}

.u_pr-95 {
  padding-right: 95px !important;
}

.u_pb-95 {
  padding-bottom: 95px !important;
}

.u_pl-95 {
  padding-left: 95px !important;
}

.u_p-100 {
  padding: 100px !important;
}

.u_py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.u_px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.u_pt-100 {
  padding-top: 100px !important;
}

.u_pr-100 {
  padding-right: 100px !important;
}

.u_pb-100 {
  padding-bottom: 100px !important;
}

.u_pl-100 {
  padding-left: 100px !important;
}

.u_pos-relative {
  position: relative !important;
}

.u_pos-absolute {
  position: absolute !important;
}

.u_post-static {
  position: static !important;
}

.u_sr {
  width: 1px !important;
  height: 1px !important;
  clip: rect(0, 0, 0, 0);
  border: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  position: absolute !important;
}

.u_t-text {
  color: #000 !important;
}

.u_t-text-link {
  color: #1347b1 !important;
}

.u_t-text-link-hover {
  color: #1347b1 !important;
}

.u_t-text-link-visited {
  color: #1347b1 !important;
}

.u_t-white {
  color: #fff !important;
}

.u_t-black {
  color: #000 !important;
}

.u_t-blue {
  color: #004c9f !important;
}

.u_t-red {
  color: #ff2600 !important;
}

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

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

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

.u_t-just {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

.u_t-small {
  font-size: small !important;
}

.u_t-medium {
  font-size: medium !important;
}

.u_t-smaller {
  font-size: smaller !important;
}

.u_t-larger {
  font-size: larger !important;
}

.u_t-underline {
  text-decoration: underline !important;
}

.u_va-baseline {
  vertical-align: baseline !important;
}

.u_va-top {
  vertical-align: top !important;
}

.u_va-middle {
  vertical-align: middle !important;
}

.u_va-bottom {
  vertical-align: bottom !important;
}

.u_va-text-bottom {
  vertical-align: text-bottom !important;
}

.u_va-text-top {
  vertical-align: text-top !important;
}

.u_vis-visible {
  visibility: visible !important;
}

.u_vis-hidden {
  visibility: hidden !important;
}

.u_wrap-wrap {
  white-space: normal !important;
}

.u_wrap-nowrap {
  white-space: nowrap !important;
}

.u_wrap-break-all {
  word-break: break-all !important;
}

.l_container {
  margin-right: 15px;
  margin-left: 15px;
}

@media print, screen and (min-width: 768px) {
  .l_container {
    /* width: 1200px; */
    width: 1366px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .l_container._medium {
    width: 1100px;
  }
}
@media print, screen and (min-width: 768px) {
  .l_container._small {
    width: 1000px;
  }
}
@media print, screen and (min-width: 768px) {
  .l_container._liquid {
    width: 100%;
    min-width: 1200px;
    max-width: 1600px;
  }
}
@media print, screen and (min-width: 768px) {
  .l_container._people {
    width: 1152px;
  }
}
@media only screen and (max-width: 767px) {
  .l_container._people {
    margin-top: calc(8 * var(--vw));
  }
}
@media print, screen and (min-width: 768px) {
  .l_container._sp {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
}
.l_container._full {
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 768px) {
  .l_container._full {
    margin-right: auto;
    margin-left: auto;
  }
}
.l_container._padding {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 768px) {
  .l_container._padding {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.l_content {
  /* padding: 40px 0 70px*/
  padding: 0 0 70px;
}

@media print, screen and (min-width: 768px) {
  .l_content {
    /*padding: 100px 0 150px*/
    padding: 0 0 150px;
  }
}
.l_content._people {
  padding: 0 !important;
}

.p_header {
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}

.p_header::before {
  content: "";
  position: fixed;
  inset: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.p_header._actived::before {
  visibility: visible;
  opacity: 1;
  position: inherit;
  background-color: #000;
  height: inherit;
}

@media print, screen and (min-width: 768px) {
  .p_header::before {
    content: "";
    width: 100%;
    height: 155px;
    position: absolute;
    z-index: -1;
    background-image: url(/assets/img/header-bg.png);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: contain;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    pointer-events: none;
  }
}
@media print, screen and (max-width: 767px) {
  .p_header::before {
    width: 100%;
    height: 103px;
    position: absolute;
    background-image: url(/assets/img/header-bg_sp.png);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    pointer-events: none;
  }
}
.p_header_init {
  background-color: initial;
}

.p_header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin-top: 25px;
  padding-bottom: 25px;
}

@media print, screen and (max-width: 767px) {
  .p_header__container {
    margin-top: 15px;
  }
}
.p_header__logo {
  width: 220px;
  margin: 0;
  position: relative;
  z-index: 1000;
}

@media print, screen and (min-width: 768px) {
  .p_header__logo {
    width: 355px;
  }
}
.p_header__logo a {
  display: flex;
}

.p_header__logo._saikoyou {
  width: 159px;
}

@media print, screen and (min-width: 768px) {
  .p_header__logo._saikoyou {
    width: 236px;
  }
}
.p_header__nav {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .p_header__nav {
    display: flex;
    align-items: center;
  }
}
.p_header__gnav, .p_header__bnav {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.p_header__gnav {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.075em;
}

.p_header__gnav > li {
  display: flex;
  align-items: center;
  height: 23px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.p_header__gnav > li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.p_header__gnav > li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.p_header__gnav > li .p_header__gnav-trigger {
  padding: 0 10px;
  cursor: pointer;
}

.p_header__gnav > li .p_header__gnav-trigger:hover > span,
.p_header__gnav > li .p_header__gnav-trigger:hover > a > span {
  color: #fff;
  opacity: 0.6;
}

.p_header__gnav > li .p_header__gnav-trigger > span,
.p_header__gnav > li .p_header__gnav-trigger > a > span {
  display: flex;
  align-items: center;
  height: 101px;
  padding: 0 10px;
  color: #FFF;
  text-decoration: none;
  transition: all 0.25s;
}

.p_header__bnav {
  margin-left: 28px;
}

.p_header__bnav li {
  margin-left: 10px;
}

.p_header__bnav li:first-child {
  /* 2027 button 非表示 */
  display: none;
  margin-left: 0;
}

.p_header__bnav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 44px;
  font-size: 0.75rem;
  line-height: 1.385;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.25s;
}

.p_header__bnav a:hover {
  opacity: 0.75;
}

.p_header__bnav a._left-button {
  width: 152px;
  height: 35px;
}

.p_header__bnav a._center-button {
  width: 152px;
  height: 35px;
}

.p_header__bnav a._right-button {
  width: 152px;
  height: 35px;
}

.p_header__menu-button {
  position: fixed;
  top: 5px;
  right: 15px;
  z-index: 100;
}

@media print, screen and (min-width: 768px) {
  .p_header__menu-button {
    display: none;
  }
}
.p_header__menu-button button {
  position: relative;
  width: 51px;
  height: 51px;
  padding: 0;
  background-color: #000;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.p_header__menu-button button::before {
  content: "";
  position: fixed;
  width: 51px;
  height: 51px;
  top: 5px;
  right: 15px;
  background: #000;
  border-radius: 50%;
  z-index: -1;
  transform: scale(1);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s ease;
  pointer-events: none;
}

.p_header__menu-button button._actived::before {
  transform: scale(35);
  opacity: 0.5;
}

.p_header__menu-button button span {
  position: absolute;
  left: calc(50% - 11px);
  display: block;
  width: 22px;
  background-color: #d9d9d9;
}

.p_header__menu-button button span:nth-child(1) {
  top: 19px;
  height: 1px;
}

.p_header__menu-button button span:nth-child(2) {
  top: calc(50% - 2px);
  height: 1.6px;
}

.p_header__menu-button button span:nth-child(3) {
  top: 29px;
  height: 2.4px;
}

.p_header__link {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .p_header__link {
    display: block;
  }
}
.p_header__link a {
  font-size: 0.875rem;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}

.p_header__link a:hover {
  text-decoration: underline;
}

.p_header__link a img {
  width: 14px;
  height: 14px;
}

.p_gnav {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  display: none;
  width: 100%;
  cursor: default;
  background-image: url(/assets/img/menu-bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: cover;
}

@media (max-width: 767px) {
  .p_gnav {
    display: none !important;
  }
}
.p_gnav__container {
  display: flex;
  padding: 110px 0 40px;
}

.p_gnav__heading {
  width: 140px;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  margin-left: 65px;
}

.p_gnav__heading span {
  display: inline-block;
  text-align: left;
}

.p_gnav__content {
  display: flex;
  padding-left: 50px;
  border-left: 2px solid rgba(210, 210, 210, 0.2);
}

.p_gnav__content .ul-pd-left {
  padding-left: 150px;
}

.p_gnav__content > ul {
  padding: 0 0 0 50px;
  margin: 0;
  list-style: none;
}

.p_gnav__content > ul:first-child {
  padding-left: 0;
}

.p_gnav__content > ul > li {
  margin-top: 20px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #fff;
}

.p_gnav__content > ul > li:first-child,
.p_gnav__content > ul > li:nth-child(2) {
  margin-top: 5px;
}

.p_gnav__content > ul > li a,
.p_gnav__content > ul > li span {
  display: inline-block;
}

.p_gnav__content > ul > li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.1s;
}

.p_gnav__content > ul > li a svg {
  display: inline-block;
  width: 0.875rem;
  height: 0.6875rem;
  margin-top: -0.1em;
  margin-left: 0.5em;
  color: #fff;
  transition: all 0.1s;
}

.p_gnav__content > ul > li a:hover {
  color: #fff;
  opacity: 0.6;
}

.p_gnav__content > ul > li a:hover svg {
  color: #fff;
}

.p_gnav__content > ul > li ul {
  padding: 0 0 0 0;
  margin: 0;
  list-style: none;
}

.p_gnav__content > ul > li ul li {
  margin-top: 20px;
}

.p_gnav__content > ul > li ul li a {
  color: #fff;
}

.p_gnav__content > ul > li ul li a::before {
  content: "　";
}

.p_menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
  font-family: "Shippori Mincho", serif;
}

.p_menu._actived {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease;
}

@media print, screen and (min-width: 768px) {
  .p_menu {
    display: none !important;
  }
}
.p_menu__main {
  position: fixed;
  inset: 0;
  z-index: 20000;
  padding-bottom: 40px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.p_menu__container {
  padding: 60px 24px 40px;
}

.p_menu__bnav {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.p_menu__bnav li {
  width: 100%;
}

.p_menu__bnav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.p_menu__bnav a._left-button {
  background-color: #004c9f;
}

.p_menu__bnav a._right-button {
  background-color: #04ABB4;
}

.p_menu__gnav {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.2;
  list-style: none;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.p_menu__gnav > li {
  margin-top: 15px;
}

.p_menu__gnav > li > ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

.p_menu__gnav > li > ul a,
.p_menu__gnav > li > ul span {
  color: #d9d9d9;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-family: "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif !important;
  line-height: 1.6;
}

.p_menu__gnav > li > ul a svg,
.p_menu__gnav > li > ul span svg {
  width: 0.875rem;
  height: 0.6875rem;
  margin-top: -0.2em;
  margin-left: 5px;
  color: #004c9f;
}

.p_menu__gnav > li > ul > li {
  padding-left: 18px;
  margin-top: 13px;
}

.p_menu__gnav > li > ul > li:first-child {
  margin-top: 12px;
}

.p_menu__gnav > li > ul > li ul {
  padding: 0;
  margin: 0;
  font-size: 0.8125rem;
  list-style: none;
}

.p_menu__gnav > li > ul > li ul li {
  margin-top: 12px;
}

.p_menu__gnav > li > ul > li ul li:first-child {
  margin-top: 17px;
}

.p_menu__gnav > li > ul > li ul li a {
  position: relative;
  display: inline-block;
  color: #d9d9d9;
}

.p_menu__gnav > li > ul > li ul li a::before {
  position: absolute;
  left: 0;
  content: "　";
}

.p_menu__gnav-root {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 25px 10px 17px;
  font-size: 1.25rem;
  line-height: 1;
  color: #ccc;
  cursor: pointer;
}

.p_menu__gnav-root::before {
  content: "";
  width: 9px;
  height: 1px;
  background: #2051ff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.p_menu__gnav-root::after {
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: linear-gradient(#ccc, #ccc), linear-gradient(#ccc, #ccc);
  background-size: 5px 1px, 1px 5px;
  transition: background-size 0.3s ease;
  pointer-events: none;
  display: flex;
  margin-top: 2px;
}

.p_menu__gnav-root._opened::after {
  background-size: 5px 1px, 0 0;
}

.p_menu .p_header__bnav {
  flex-direction: column;
  gap: 2rem;
  font-size: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.75rem;
  width: 300px;
}

.p_menu .p_header__bnav li {
  margin-left: 0;
}

.p_menu .p_header__bnav a {
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6666vw;
  font-size: 0.9375rem;
  border-radius: 3px;
}

.p_menu .p_header__bnav a img {
  width: 300px;
  margin: 0 auto;
}

.p_menu .p_header__bnav p {
  font-size: 0.75rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  margin: 0.625rem 0 0;
  color: #fff;
}

.p_menu__close {
  position: absolute;
  top: 5px;
  right: 15px;
}

.p_menu__close button {
  position: fixed;
  display: block;
  width: 51px;
  height: 51px;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: #000;
  opacity: 0;
  transition: 0.3s 0.4s ease;
  border-radius: 50%;
  right: 15px;
}

._actived .p_menu__close button {
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .p_menu__close button {
    outline: none;
  }
}
.p_menu__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 1.3px;
  background-color: #d9d9d9;
}

.p_menu__close span:first-child {
  transform: translateX(-50%) rotate(25deg);
}

.p_menu__close span:last-child {
  transform: translateX(-50%) rotate(-25deg);
}

.use-icon {
  width: 10px !important;
  height: 8px !important;
}

.p_footer {
  position: relative;
}

.p_footer__nav {
  display: none;
  padding: 30px 0;
  /* background-color: #f2fafe; */
  background-color: #000;
  color: #fff !important;
}

@media print, screen and (min-width: 768px) {
  .p_footer__nav {
    display: block;
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p_footer__nav-container {
    display: flex;
    justify-content: space-between;
  }
}
.p_footer__nav-section {
  margin-top: 25px;
}

@media print, screen and (min-width: 768px) {
  .p_footer__nav-section {
    margin-top: 0;
    width: 20%;
  }
  .p_footer__nav-section:last-child {
    /*width: 22%;*/
    width: 27%;
  }
}
.p_footer__nav-section:first-child {
  margin-top: 0;
}

.p_footer__nav-section > ul {
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
  list-style: none;
}

@media print, screen and (min-width: 768px) {
  .p_footer__nav-section > ul {
    font-size: 0.875rem;
  }
}
.p_footer__nav-section > ul a,
.p_footer__nav-section > ul span {
  /* color: #000;
  color: #fff !important; */
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.p_footer__nav-section > ul a svg,
.p_footer__nav-section > ul span svg {
  width: 0.75rem;
  height: 0.5625rem;
  margin-top: -0.2em;
  margin-left: 5px;
  color: #004c9f;
}

@media print, screen and (min-width: 768px) {
  .p_footer__nav-section > ul a svg,
  .p_footer__nav-section > ul span svg {
    width: 0.875rem;
    height: 0.6875rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p_footer__nav-section > ul a:hover {
    text-decoration: underline;
  }
}
.p_footer__nav-section > ul > li {
  padding-left: 1.0625rem;
  margin-top: 7px;
}

@media print, screen and (min-width: 768px) {
  .p_footer__nav-section > ul > li {
    padding-left: 0;
    margin-top: 12px;
  }
}
.p_footer__nav-section > ul > li:first-child {
  margin-top: 17px;
}

@media print, screen and (min-width: 768px) {
  .p_footer__nav-section > ul > li:first-child {
    margin-top: 32px;
  }
}
.p_footer__nav-section > ul > li ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.p_footer__nav-section > ul > li ul li {
  /* padding-left: 1em; */
  margin-top: 7px;
}

@media print, screen and (min-width: 768px) {
  .p_footer__nav-section > ul > li ul li {
    margin-top: 10px;
  }
}
.p_footer__nav-section > ul > li ul li:first-child {
  margin-top: 7px;
}

@media print, screen and (min-width: 768px) {
  .p_footer__nav-section > ul > li ul li:first-child {
    margin-top: 10px;
  }
}
.p_footer__nav-section > ul > li ul li a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  /* color: #004c9f; */
}

.p_footer__nav-section > ul > li ul li a::before {
  position: absolute;
  left: 0;
  content: "　";
}

.p_footer__nav-heading {
  margin: 0;
  font-size: 1.0625rem;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600; /* semi bold */
  line-height: 1;
  /* color: #004c9f; */
  color: #fff !important;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 768px) {
  .p_footer__nav-heading {
    font-size: 1.25rem;
  }
}
.p_footer__pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  width: 54px;
  height: 54px;
  background-color: #004c9f;
}

@media print, screen and (min-width: 768px) {
  .p_footer__pagetop {
    width: 66px;
    height: 66px;
  }
}
.p_footer__pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .p_footer__pagetop a {
    width: 66px;
    height: 66px;
    transition: opacity 0.25s;
  }
  .p_footer__pagetop a:hover {
    opacity: 0.5;
  }
}
.p_footer__pagetop svg {
  width: 30px;
  height: 21px;
}

@media print, screen and (min-width: 768px) {
  .p_footer__pagetop svg {
    width: 35px;
    height: 25px;
  }
}
#TOP {
  color: #fff;
  padding-top: 0;
}
#TOP .blur-text {
  opacity: 0;
  display: block;
  filter: blur(10px);
  transform: translateY(20px);
  transition: all 1s ease-out;
}
#TOP .blur-text.is-show {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
#TOP .video_wrap {
  position: relative;
}
#TOP .video_wrap::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
}
#TOP .video_outer {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #TOP .video_outer {
    aspect-ratio: 558/357;
    height: auto;
    width: calc(149.3333333333 * var(--vw));
    left: 50%;
    transform: translateX(-50%);
  }
  #TOP .video_outer::after {
    content: "";
    width: 100%;
    height: calc(11.4666666667 * var(--vw));
    position: absolute;
    left: 0;
    bottom: -2px;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5) 50%, #000 100%);
  }
}
#TOP .video_outer.is-hidden {
  opacity: 0;
}
#TOP .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#TOP .mv {
  aspect-ratio: 1366/768;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 179px;
}
@media only screen and (max-width: 767px) {
  #TOP .mv {
    aspect-ratio: 375/357;
    margin-bottom: calc(0.5333333333 * var(--vw));
  }
}
#TOP .mv_title {
  font-family: "Shippori Mincho", serif !important;
  width: 93.7042%;
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #TOP .mv_title {
    width: 93.8666%;
  }
}
#TOP .mv_title img {
  width: 100%;
}
#TOP .mv_text {
  font-family: "Shippori Mincho", serif !important;
  position: relative;
  font-size: 37px;
  line-height: 2.2;
  letter-spacing: 0.04em;
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  #TOP .mv_text {
    font-size: calc(4.2666666667 * var(--vw));
    max-width: calc(86.9333333333 * var(--vw));
  }
}
#TOP .mv_text + .mv_text {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  #TOP .mv_text + .mv_text {
    margin-top: calc(9.3333333333 * var(--vw));
  }
}
#TOP .mv_text span {
  letter-spacing: -0.4em;
}
#TOP .bgSwiper {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
#TOP .bgSwiper.is-show {
  opacity: 1;
}
#TOP .bgSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#TOP .kv_wrap {
  overflow: hidden;
}
#TOP .modal {
  padding-top: 161px;
  padding-bottom: 270px;
}
@media only screen and (max-width: 767px) {
  #TOP .modal {
    padding-top: calc(24 * var(--vw));
    padding-bottom: calc(26.6666666667 * var(--vw));
  }
}
#TOP .modal_area {
  position: relative;
}
#TOP .modal img {
  margin: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  #TOP .modal img {
    width: calc(85.3333333333 * var(--vw));
  }
}
#TOP .modal .frame {
  margin: auto;
  display: block;
  width: 768px;
  height: 432px;
}
@media only screen and (max-width: 767px) {
  #TOP .modal .frame {
    width: calc(85.3333333333 * var(--vw));
    height: calc(48 * var(--vw));
  }
}
#TOP .modal .ytmCuedOverlayPlayButtonIcon {
  display: none !important;
}
#TOP .modal_btn {
  width: 244px;
  height: 244px;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 18px;
  position: absolute;
  inset: 0;
  margin: auto;
  cursor: pointer;
  border: none;
  z-index: 11;
}
@media only screen and (max-width: 767px) {
  #TOP .modal_btn {
    width: calc(32.8 * var(--vw));
    height: calc(32.8 * var(--vw));
    font-size: calc(2.4 * var(--vw));
  }
}
#TOP .modal_btn::before, #TOP .modal_btn::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: 0.3s;
}
#TOP .modal_btn::before {
  width: 100%;
  height: 100%;
  border: solid #fff 1px;
}
#TOP .modal_btn::after {
  width: 238px;
  height: 238px;
  border: solid #fff 0.5px;
}
@media only screen and (max-width: 767px) {
  #TOP .modal_btn::after {
    width: calc(32 * var(--vw));
    height: calc(32 * var(--vw));
  }
}
@media only screen and (min-width: 768px) {
  #TOP .modal_btn:hover::before, #TOP .modal_btn:hover::after {
    transform: scale(1.1);
  }
}
#TOP .modal_btn span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
#TOP .modal_btn span::after {
  content: "";
  width: 14px;
  height: 9px;
  background: #fff;
  display: block;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
}
@media only screen and (max-width: 767px) {
  #TOP .modal_btn span::after {
    width: calc(1.8666666667 * var(--vw));
    height: calc(1.2 * var(--vw));
    margin-bottom: calc(0.5333333333 * var(--vw));
  }
}
#TOP .modal_contents {
  position: fixed;
  inset: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s;
  z-index: 100;
  width: 90%;
  max-height: max-content;
  max-width: 922px;
}
@media only screen and (max-width: 767px) {
  #TOP .modal_contents {
    width: calc(85.3333333333 * var(--vw));
  }
}
#TOP .modal_contents.is-show {
  opacity: 1;
  visibility: visible;
}
#TOP .modal_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  z-index: -1;
}
#TOP .modal_video {
  width: 100%;
  aspect-ratio: 560/315;
}
#TOP .modal_video iframe {
  width: 100%;
  height: 100%;
}
#TOP .modal_close {
  cursor: pointer;
  position: absolute;
  top: -44px;
  right: 0;
  z-index: 100;
  width: 40px;
  height: 40px;
  border: none;
}
@media only screen and (max-width: 767px) {
  #TOP .modal_close {
    top: calc(-5.3333333333 * var(--vw));
    width: calc(4 * var(--vw));
    height: calc(4 * var(--vw));
  }
}
#TOP .modal_close span {
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
}
#TOP .modal_close span:nth-child(1) {
  transform: rotate(45deg);
}
#TOP .modal_close span:nth-child(2) {
  transform: rotate(-45deg);
}
#TOP .sec {
  position: relative;
}
#TOP .sec-card {
  padding-bottom: 174px;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-card {
    padding-bottom: calc(24.5333333333 * var(--vw));
  }
}
#TOP .sec-card .sec_title,
#TOP .sec-card .sec_text {
  transition: opacity 0.4s ease;
}
#TOP .sec-card .is-fade {
  opacity: 0;
}
#TOP .sec-card .sec_title {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 120px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 21px;
  text-align: center;
  letter-spacing: -0.04em;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-card .sec_title {
    font-size: calc(19.2 * var(--vw));
    margin-bottom: calc(4 * var(--vw));
  }
}
#TOP .sec-card .sec_title small {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 7px;
  display: block;
  letter-spacing: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-card .sec_title small {
    font-size: calc(4.5333333333 * var(--vw));
  }
}
#TOP .sec-card .sec_text {
  color: #CDCDCD;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto 29px;
  max-width: 603px;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-card .sec_text {
    font-size: calc(3.7333333333 * var(--vw));
    margin-bottom: calc(8.5333333333 * var(--vw));
    max-width: calc(76.8 * var(--vw));
  }
}
#TOP .cardSwiper {
  overflow: visible;
  position: relative;
}
#TOP .cardSwiper .swiper-wrapper {
  position: relative;
}
#TOP .cardSwiper .swiper-slide {
  aspect-ratio: 306/435;
  width: 306px;
  transform-origin: center bottom -1px;
  transition: transform 0.3s;
  overflow: hidden;
}
#TOP .cardSwiper .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: transform 0.4s ease;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  #TOP .cardSwiper .swiper-slide:hover::before {
    transform: scale(1.05);
  }
}
#TOP .cardSwiper .swiper-slide a {
  position: relative;
  z-index: 1;
}
#TOP .cardSwiper .swiper-slide.swiper-slide-company::before {
  background: url(../img/top/gradation.png) center bottom -1px/100% no-repeat, url(../img/top/slider_01.jpg) center/100% no-repeat;
}
#TOP .cardSwiper .swiper-slide.swiper-slide-work::before {
  background: url(../img/top/gradation.png) center bottom -1px/100% no-repeat, url(../img/top/slider_02.jpg) center/100% no-repeat;
}
#TOP .cardSwiper .swiper-slide.swiper-slide-recruit::before {
  background: url(../img/top/gradation.png) center bottom -1px/100% no-repeat, url(../img/top/slider_03.jpg) center/100% no-repeat;
}
#TOP .cardSwiper .swiper-slide.swiper-slide-benefits::before {
  background: url(../img/top/gradation.png) center bottom -1px/100% no-repeat, url(../img/top/slider_04.jpg) center/100% no-repeat;
}
#TOP .cardSwiper .swiper-slide.swiper-slide-guidance::before {
  background: url(../img/top/gradation.png) center bottom -1px/100% no-repeat, url(../img/top/slider_05.jpg) center/100% no-repeat;
}
#TOP .cardSwiper .swiper-slide.swiper-slide-allarea::before {
  background: url(../img/top/gradation.png) center bottom -1px/100% no-repeat, url(../img/top/slider_06.jpg) center/100% no-repeat;
}
#TOP .cardSwiper .swiper-slide.swiper-slide-person::before {
  background: url(../img/top/gradation.png) center bottom -1px/100% no-repeat, url(../img/top/slider_07.jpg) center/100% no-repeat;
}
#TOP .cardSwiper .swiper-slide.swiper-slide-company02::before {
  background: url(../img/top/gradation.png) center bottom -1px/100% no-repeat, url(../img/top/slider_08.jpg) center/100% no-repeat;
}
#TOP .cardSwiper .swiper-slide a {
  color: #fff;
  display: block;
  text-decoration: none;
  height: 100%;
}
#TOP .cardSwiper .swiper-slide .text {
  line-height: 1;
  position: absolute;
  bottom: 25px;
  left: 14px;
  width: 100%;
}
#TOP .cardSwiper .swiper-slide .text::before {
  content: "";
  width: 36px;
  height: 36px;
  background-color: #2636bc;
  border-radius: 50%;
  position: absolute;
  right: 36px;
}
@media only screen and (max-width: 767px) {
  #TOP .cardSwiper .swiper-slide .text::before {
    right: calc(8 * var(--vw));
  }
}
#TOP .cardSwiper .swiper-slide .text::before {
  bottom: -7px;
}
#TOP .cardSwiper .swiper-slide .text::after {
  content: "";
  width: 9px;
  height: 6px;
  background-color: #fff;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
  position: absolute;
  right: 47px;
  bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #TOP .cardSwiper .swiper-slide .text::after {
    right: calc(11.2 * var(--vw));
  }
}
#TOP .cardSwiper .swiper-slide .en {
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 600;
  font-size: 10px;
  display: block;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  gap: 1.8px;
}
#TOP .cardSwiper .swiper-slide .en::before {
  content: "";
  width: 6px;
  height: 1px;
  background: #fff;
  display: block;
}
#TOP .cardSwiper .swiper-slide .ja {
  font-size: 14px;
  font-family: "Shippori Mincho", serif !important;
}
@media only screen and (max-width: 767px) {
  #TOP .cardSwiper .swiper-slide .ja {
    font-size: calc(3.4666666667 * var(--vw));
  }
}
#TOP .card-prev,
#TOP .card-next {
  position: absolute;
  top: 0;
  bottom: 0;
  max-height: max-content;
  margin: auto;
  z-index: 1;
  width: 7.027818vw;
  height: 7.027818vw;
  min-width: 85px;
  min-height: 85px;
  transform: translateY(-6%);
}
@media only screen and (max-width: 767px) {
  #TOP .card-prev,
  #TOP .card-next {
    width: calc(18.1333333333 * var(--vw));
    height: calc(18.1333333333 * var(--vw));
    min-width: auto;
    min-height: auto;
  }
}
#TOP .card-prev img,
#TOP .card-next img {
  width: 100%;
  height: 100%;
}
#TOP .card-prev {
  left: 4.31918%;
}
@media only screen and (max-width: 767px) {
  #TOP .card-prev {
    left: 5%;
  }
}
#TOP .card-next {
  right: 4.31918%;
}
@media only screen and (max-width: 767px) {
  #TOP .card-next {
    right: 5%;
  }
}
#TOP .sec-news {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-news {
    padding-bottom: calc(1.0666666667 * var(--vw));
    max-width: calc(85.3333333333 * var(--vw));
  }
}
#TOP .sec-news .sec_title {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-news .sec_title {
    font-size: calc(9.8666666667 * var(--vw));
    letter-spacing: -0.04em;
    margin-bottom: calc(6.9333333333 * var(--vw));
    display: flex;
    align-items: center;
  }
}
#TOP .sec-news .sec_title span {
  margin-left: 5px;
  margin-right: 6px;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-news .sec_title span {
    font-size: calc(7.4666666667 * var(--vw));
  }
}
#TOP .sec-news .article {
  border-top: solid 0.5px rgba(255, 255, 255, 0.5);
}
#TOP .sec-news .article:last-of-type {
  border-bottom: solid 0.5px rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) {
  #TOP .sec-news .article:last-of-type {
    margin-bottom: 100px;
  }
}
#TOP .sec-news .article_link {
  display: flex;
  gap: 32px;
  align-items: center;
  padding: 32px 0 33px 16px;
  text-decoration: none;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-news .article_link {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: calc(5.0666666667 * var(--vw)) calc(2.1333333333 * var(--vw)) calc(4 * var(--vw));
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-news .article_link:hover {
    opacity: 0.4;
  }
}
#TOP .sec-news .article_date {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ccc;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-news .article_date {
    font-size: calc(3.2 * var(--vw));
    margin-bottom: calc(1.6 * var(--vw));
    color: #ccc;
  }
}
#TOP .sec-news .article_category {
  font-family: "Shippori Mincho", serif !important;
  font-size: 14px;
  line-height: 1.28571;
  background-color: #d9d9d9;
  color: #2636bc;
  border-radius: 2px;
  padding: 0 0 1px;
  white-space: nowrap;
  min-width: 64px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-news .article_category {
    font-size: calc(2.9333333333 * var(--vw));
    margin-bottom: calc(2.1333333333 * var(--vw));
    color: #000AC5;
  }
}
#TOP .sec-news .article_text {
  font-size: 16px;
  line-height: 1.125;
  color: #ccc;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-news .article_text {
    margin-left: auto;
    width: calc(100% - 217px);
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-news .article_text {
    font-size: calc(3.2 * var(--vw));
    line-height: 1.6;
  }
}
#TOP .sec-news .article_text2 {
  font-size: 16px;
  line-height: 1.5;
  color: #ccc;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-news .article_text2 {
    margin-left: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-news .article_text2 {
    font-size: calc(3.2 * var(--vw));
    line-height: 1.6;
  }
}
#TOP #CONTENTS .foot-mypage2__imgtxt {
  background: none !important;
}
#TOP .bgFooterSwiper {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s;
}
#TOP .bgFooterSwiper.is-show {
  opacity: 1;
}

#CONTENTS {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS {
    margin-top: calc(4 * var(--vw));
  }
}
#CONTENTS p {
  margin: initial !important;
}
#CONTENTS .wrap {
  clip-path: inset(0 0 0 0);
  /*
  background-image: url(../img/top/bg_img.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  @include media(sp) {
      background-image: url(../img/top/bg_img_sp.png);
      background-position: top getvw(-25) right;            
  }
  */
}
#CONTENTS .wrap .bg {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/top/bg_img.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .wrap .bg {
    top: calc(66.6666666667 * var(--vw));
    background-image: url(../img/top/bg_img_sp.png);
    background-position: top calc(-3.3333333333 * var(--vw)) right;
  }
}
#CONTENTS .wrap .bg2 {
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/contents/bg_img_contents_pc.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .wrap .bg2 {
    top: calc(16 * var(--vw));
    background-image: url(../img/contents/bg_img_contents_sp.png);
    background-position: top calc(-3.3333333333 * var(--vw)) right;
  }
}
#CONTENTS .wrap .bg3 {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/contents/bg_img_contents_pc.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .wrap .bg3 {
    top: calc(16 * var(--vw));
    background-image: url(../img/contents/bg_img_contents_sp.png);
    background-position: top calc(-3.3333333333 * var(--vw)) right;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .top-title-center {
    font-family: "Shippori Mincho", serif !important;
    font-weight: 500;
    color: #fff;
    font-size: calc(7.4666666667 * var(--vw));
    line-height: calc(11.8666666667 * var(--vw));
    letter-spacing: calc(-0.2666666667 * var(--vw));
    text-align: center;
    margin-bottom: calc(9.3333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .top-title-center-sp {
    font-family: "Shippori Mincho", serif !important;
    font-weight: 500;
    color: #fff;
    font-size: calc(7.4666666667 * var(--vw));
    line-height: calc(9.7333333333 * var(--vw));
    letter-spacing: calc(-0.2666666667 * var(--vw));
    text-align: center;
    margin-bottom: calc(9.3333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .top-title-center_blk-sp {
    font-family: "Shippori Mincho", serif !important;
    font-weight: 500;
    color: #000;
    font-size: calc(7.4666666667 * var(--vw));
    line-height: 1.6;
    letter-spacing: calc(-0.2666666667 * var(--vw));
    text-align: center;
    margin-bottom: calc(7.4666666667 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .top-title-center3 {
    font-family: "Shippori Mincho", serif !important;
    font-weight: 500;
    color: #fff;
    font-size: calc(7.4666666667 * var(--vw));
    line-height: calc(9.7333333333 * var(--vw));
    letter-spacing: calc(-0.2666666667 * var(--vw));
    text-align: center;
    margin-bottom: calc(5.3333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .top-title-center3sp {
    font-family: "Shippori Mincho", serif !important;
    font-weight: 500;
    color: #fff;
    font-size: calc(7.4666666667 * var(--vw));
    line-height: calc(9.7333333333 * var(--vw));
    letter-spacing: calc(-0.2666666667 * var(--vw));
    text-align: center;
    margin-top: calc(1.8666666667 * var(--vw));
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .ed-box {
  display: flex;
  justify-content: space-between;
}
#CONTENTS .btnboxs {
  order: 2;
}
#CONTENTS {
  /* ボタンのアニメーション */
}
@keyframes blinkBorder {
  0% {
    filter: blur(0);
  }
  100% {
    filter: blur(2px);
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .btn-center {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
#CONTENTS .link-bn {
  display: block;
  max-width: 640px;
  margin: auto;
  aspect-ratio: 640/180;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
#CONTENTS .link-bn::before {
  content: "";
  aspect-ratio: 640/180;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
  background: url(/assets/img/top/shinsotsu_bnr_bg_pc.png) center/100% no-repeat, #000;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .link-bn:hover::before {
    transform: scale(1.05);
  }
}
#CONTENTS .link-bn:hover img {
  opacity: 1;
}
#CONTENTS .link-bn img {
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .link-bn {
    display: none;
  }
}
#CONTENTS {
  /*
      .modal {
          padding-top: getvwPc(161);
          padding-bottom: getvwPc(270);
          @include media(sp) {
              padding-top: getvw(180);
              padding-bottom: getvw(200);
          }
          &_area {
              position: relative;
          }
          img {
              margin: auto;
              display: block;
              @include media(sp) {
                  width: getvw(640);
              }
          }
          .frame {
              margin: auto;
              display: block;
              width: 768px;
              height: 432px;            
              @include media(sp) {
                  width: getvw(640);
                  height: getvw(360);
              }
          }        
          &_btn {
              width: getvwPc(244);
              height: getvwPc(244);
              font-family: $font-garamond;
              font-size: getvwPc(18);
              position: absolute;
              inset: 0;
              margin: auto;
              cursor: pointer;
              border: none;
              z-index: 11;
              @include media(sp) {
                  width: getvw(246);
                  height: getvw(246);
                  font-size: getvw(18);
              }
              &::before,
              &::after {
                  content: "";
                  border-radius: 50%;
                  position: absolute;
                  inset: 0;
                  margin: auto;
                  transition: .3s;
              }
              &::before {
                  width: 100%;
                  height: 100%;
                  border: solid #fff 1px;
              }
              &::after {
                  width: getvwPc(238);
                  height: getvwPc(238);
                  border: solid #fff 0.5px;
                  @include media(sp) {
                      width: getvw(240);
                      height: getvw(240);
                  }
              }
              @include media(pc) {
                  &:hover::before,
                  &:hover::after {
                      transform: scale(1.1);
                  }
              }
              span {
                  position: relative;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  gap: getvwPc(8);
                  &::after {
                      content: "";
                      width: getvwPc(14);
                      height: getvwPc(9);
                      background: #fff;
                      display: block;
                      clip-path: polygon(0 100%, 0 0, 100% 50%);
                      @include media(sp) {
                          width: getvw(14);
                          height: getvw(9);
                          margin-bottom: getvw(4);
                      }
                  }
              }
          }
          &_contents {
              position: fixed;
              inset: 0;
              margin: auto;
              opacity: 0;
              visibility: hidden;
              transition: opacity .5s, visibility 0s .5s;
              z-index: 100;
              width: 90%;
              max-height: max-content;
              max-width: getvwPc(922);
              @include media(sp) {
                  width: getvw(640);
              }
              &.is-show {
                  opacity: 1;
                  visibility: visible;
              }
          }
          &_overlay {
              position: fixed;
              inset: 0;
              background: rgba(0,0,0,.85);
              width: 100%;
              height: 100%;
              z-index: -1;
          }
          &_video {
              width: 100%;
              aspect-ratio: 560/315;
              iframe {
                  width: 100%;
                  height: 100%;
              }
          }
          &_close {
              cursor: pointer;
              position: absolute;
              top: getvwPc(-44);
              right: 0;
              z-index: 100;
              width: getvwPc(40);
              height: getvwPc(40);
              border: none;
              @include media(sp) {
                  top: getvw(-40);
                  width: getvw(30);
                  height: getvw(30);
              }
              span {
                  width: 2px;
                  height: 100%;
                  background: #fff;
                  position: absolute;
                  inset: 0;
                  margin: auto;
                  &:nth-child(1) {
                      transform: rotate(45deg);
                  }
                   &:nth-child(2) {
                      transform: rotate(-45deg);
                  }
              }
          }
      }
     */
}
#CONTENTS .frame {
  margin: auto;
  display: block;
  width: 768px;
  height: 432px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .frame {
    width: calc(85.3333333333 * var(--vw));
    height: calc(48 * var(--vw));
  }
}

#CONTENTS .blur-text {
  opacity: 0;
  display: block;
  filter: blur(10px);
  transform: translateY(20px);
  transition: all 1s ease-out;
}
#CONTENTS .blur-text.is-show {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
#CONTENTS .status_icon__end {
  display: inline-block;
  font-family: "Shippori Mincho", serif !important;
  padding: 3px 4px 3px;
  font-size: 12px;
  line-height: 12px;
  color: #333;
  border: solid 1px #333;
  border-radius: 2px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .status_icon__end {
    padding: calc(0.5333333333 * var(--vw)) calc(1.2 * var(--vw)) calc(0.8 * var(--vw));
    font-size: calc(3.2 * var(--vw));
    line-height: calc(3.2 * var(--vw));
    border-radius: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .status_icon__new {
  display: inline-block;
  font-family: "Shippori Mincho", serif !important;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 12px;
  color: #C31B3A;
  border: solid 1px #C31B3A;
  border-radius: 2px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .status_icon__new {
    padding: calc(0.5333333333 * var(--vw)) calc(1.3333333333 * var(--vw));
    font-size: calc(3.2 * var(--vw));
    line-height: calc(3.2 * var(--vw));
    border-radius: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .flow-ttl-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-ttl-box {
    justify-content: flex-start;
  }
}
#CONTENTS .flow-ttl-box .sch-box {
  font-family: "Shippori Mincho", serif !important;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  padding: 3px 10px 5px;
  background-color: #000AC5;
  line-height: 18px;
}
#CONTENTS .flow-ttl-box .sch-box .f18 {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-ttl-box .sch-box .f18 {
    font-size: calc(4.8 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-ttl-box .sch-box {
    margin-top: calc(6.4 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    border-radius: calc(0.5333333333 * var(--vw));
    padding: calc(1.3333333333 * var(--vw)) calc(2.6666666667 * var(--vw)) calc(1.3333333333 * var(--vw));
    line-height: calc(3.4666666667 * var(--vw));
  }
}
#CONTENTS .flow-ttl {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 1.44px;
  width: 100%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-ttl {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    font-weight: 600;
    letter-spacing: calc(-0.2666666667 * var(--vw));
  }
}
#CONTENTS .flow-ttl-4 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 1.44px;
  width: 100%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-ttl-4 {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    font-weight: 600;
    letter-spacing: calc(-0.5 * var(--vw));
  }
}
#CONTENTS .flow-ttl2 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 1.44px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-ttl2 {
    font-size: calc(6.4 * var(--vw));
    font-weight: 600;
    line-height: calc(10.1333333333 * var(--vw));
    letter-spacing: calc(-0.2666666667 * var(--vw));
  }
}
#CONTENTS .flow-ttl2_40 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 1.6px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-ttl2_40 {
    font-size: calc(6.4 * var(--vw));
    font-weight: 600;
    line-height: calc(10.1333333333 * var(--vw));
    letter-spacing: calc(-0.2666666667 * var(--vw));
  }
}
#CONTENTS .flow-ttl2_32 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 32px;
  font-weight: 600;
  line-height: 44.8px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-ttl2_32 {
    font-size: calc(6.4 * var(--vw));
    font-weight: 600;
    line-height: calc(10.1333333333 * var(--vw));
    letter-spacing: calc(-0.2666666667 * var(--vw));
  }
}
#CONTENTS .flow-ttl2_40-32 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 1.6px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-ttl2_40-32 {
    font-size: calc(8.5333333333 * var(--vw));
    font-weight: 600;
    line-height: calc(11.7333333333 * var(--vw));
    letter-spacing: calc(-0.2666666667 * var(--vw));
  }
}
#CONTENTS .flow-ttl2_40-32c {
  font-family: "Shippori Mincho", serif !important;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 1.6px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-ttl2_40-32c {
    font-size: calc(8.5333333333 * var(--vw));
    font-weight: 600;
    line-height: calc(11.7333333333 * var(--vw));
    letter-spacing: calc(-0.2666666667 * var(--vw));
  }
}
#CONTENTS .flow-ttl2_40c {
  font-family: "Shippori Mincho", serif !important;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 1.6px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-ttl2_40c {
    font-size: calc(6.4 * var(--vw));
    font-weight: 600;
    line-height: calc(10.1333333333 * var(--vw));
    letter-spacing: calc(-0.2666666667 * var(--vw));
  }
}
#CONTENTS .flow-ttl2_24 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.96px;
  color: #000AC5;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-ttl2_24 {
    font-size: calc(4.8 * var(--vw));
    line-height: calc(7.4666666667 * var(--vw));
    font-weight: 600;
    letter-spacing: calc(-0.2666666667 * var(--vw));
    margin-left: calc(-1.0666666667 * var(--vw));
  }
}
#CONTENTS .flow-ttl2_24-24 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.96px;
  color: #000AC5;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-ttl2_24-24 {
    font-size: calc(4.8 * var(--vw));
    line-height: calc(7.4666666667 * var(--vw));
    font-weight: 600;
    letter-spacing: calc(-0.2666666667 * var(--vw));
    margin-left: calc(-1.0666666667 * var(--vw));
  }
}
#CONTENTS .flow-ttl3 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 1.44px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-ttl3 {
    font-size: calc(6.4 * var(--vw));
    font-weight: 600;
    line-height: calc(10.1333333333 * var(--vw));
    letter-spacing: calc(-0.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-co-ttl {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.96px;
  margin-left: -12px;
  color: #000AC5;
  width: 100%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-co-ttl {
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.8 * var(--vw));
    font-weight: 600;
    letter-spacing: calc(-0.2666666667 * var(--vw));
    margin-left: calc(-1.0666666667 * var(--vw));
  }
}
#CONTENTS .flow-003 {
  position: relative;
  overflow: hidden;
  padding-left: initial;
  margin-top: initial;
  margin-bottom: initial;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-003 {
    width: 100%;
  }
}
#CONTENTS .flow-003::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: calc(100% - 60px);
  background-color: #333;
}
#CONTENTS .flow-003__item {
  padding: 0 0 32px;
  display: flex;
  gap: 32px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-003__item {
    padding: 0 0 calc(8 * var(--vw));
    gap: calc(8 * var(--vw));
  }
}
#CONTENTS .flow-003__item:nth-child(odd) .flow-003__number {
  background-color: #fff;
}
#CONTENTS .flow-003__number {
  width: 100%;
  border-radius: 6px;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-003__number {
    width: 100%;
  }
}
#CONTENTS .flow-003__number .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-003__number .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-003__number .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-003__number .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-003__number .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-003__number .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-003__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-003__ttl {
    font-size: 18px;
  }
}
#CONTENTS .flow-004 {
  position: relative;
  overflow: hidden;
  padding-left: initial;
  margin-top: initial;
  margin-bottom: initial;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-004 {
    width: 100%;
  }
}
#CONTENTS .flow-004::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: calc(100% - 60px);
  background-color: #333;
}
#CONTENTS .flow-004__item {
  padding: 0 0 32px;
  display: flex;
  gap: 32px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-004__item {
    padding: 0 0 calc(8 * var(--vw));
    gap: calc(8 * var(--vw));
  }
}
#CONTENTS .flow-004__item:nth-child(odd) .flow-004__number {
  background-color: #fff;
}
#CONTENTS .flow-004__number {
  width: 100%;
  border-radius: 6px;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-004__number {
    width: 100%;
  }
}
#CONTENTS .flow-004__number .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-004__number .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-004__number .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-004__number .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-004__number .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-004__number .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-004__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-004__ttl {
    font-size: 18px;
  }
}
#CONTENTS .flow-005 {
  position: relative;
  overflow: hidden;
  padding-left: initial;
  margin-top: initial;
  margin-bottom: initial;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005 {
    width: 100%;
  }
}
#CONTENTS .flow-005::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: calc(100% - 60px);
  background-color: #000AC5;
}
#CONTENTS .flow-005__item {
  padding: 0 0 32px;
  display: flex;
  gap: 32px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005__item {
    padding: 0 0 calc(8 * var(--vw));
    gap: calc(8 * var(--vw));
  }
}
#CONTENTS .flow-005__item:nth-child(odd) .flow-005__number {
  background-color: #fff;
}
#CONTENTS .flow-005__number {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005__number {
    width: 100%;
  }
}
#CONTENTS .flow-005__number .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005__number .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-005__number .txt_l {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005__number .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-005__number .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005__number .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-005__number .txt_c {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005__number .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-005__number .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005__number .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-005__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005__ttl {
    font-size: 18px;
  }
}
#CONTENTS .flow-005__atend {
  padding: 0 20px 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005__atend {
    padding: 0 calc(4 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-005ar {
  position: relative;
  overflow: hidden;
  padding-left: initial;
  margin-top: initial;
  margin-bottom: initial;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar {
    width: 100%;
  }
}
#CONTENTS .flow-005ar::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: calc(100% - 60px);
  background-color: #000AC5;
}
#CONTENTS .flow-005ar__item {
  padding: 0 0 32px;
  display: flex;
  gap: 32px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar__item {
    padding: 0 0 calc(8 * var(--vw));
    gap: calc(8 * var(--vw));
  }
}
#CONTENTS .flow-005ar__item:nth-child(odd) .flow-005__number {
  background-color: #fff;
}
#CONTENTS .flow-005ar__number {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar__number {
    width: 100%;
  }
}
#CONTENTS .flow-005ar__number .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar__number .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-005ar__number .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar__number .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-005ar__number .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar__number .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-005ar__number .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar__number .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-005ar__number .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar__number .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-005ar__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar__ttl {
    font-size: 18px;
  }
}
#CONTENTS .flow-005ar__atend {
  padding: 0 20px 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar__atend {
    padding: 0 calc(4 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-005ar-sm {
  position: relative;
  overflow: hidden;
  padding-left: initial;
  margin-top: initial;
  margin-bottom: initial;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-sm {
    width: 100%;
  }
}
#CONTENTS .flow-005ar-sm::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2.5px;
  height: calc(100% - 60px);
  background-color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-sm::after {
    left: 0;
    width: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .flow-005ar-sm__item {
  padding: 0 0 32px;
  display: flex;
  gap: 32px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-sm__item {
    padding: 0 0 calc(8 * var(--vw));
    gap: calc(8 * var(--vw));
  }
}
#CONTENTS .flow-005ar-sm__item:nth-child(odd) .flow-005__number {
  background-color: #fff;
}
#CONTENTS .flow-005ar-sm__number {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-sm__number {
    width: 100%;
  }
}
#CONTENTS .flow-005ar-sm__number .cb_right_in {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-radius: 6px;
  align-items: center;
  background-color: #fff;
  justify-content: space-between;
}
#CONTENTS .flow-005ar-sm__number .cb_right_in_l {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  width: 44px;
  background-color: #ADBCD6;
  border-radius: 6px 0 0 6px;
  text-align: center;
  padding: 16px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-sm__number .cb_right_in_l {
    border-radius: calc(1.6 * var(--vw)) 0 0 calc(1.6 * var(--vw));
    width: calc(11.7333333333 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(4.8 * var(--vw));
    padding: calc(3.7333333333 * var(--vw)) 0 calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .flow-005ar-sm__number .cb_right_in_r {
  font-size: 16px;
  line-height: 16px;
  width: 652px;
  text-align: center;
  padding: 16px 44px 16px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-sm__number .cb_right_in_r {
    width: calc(62.9333333333 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
    line-height: 1.6;
    text-align: left;
    padding: calc(3.2 * var(--vw)) calc(4.2666666667 * var(--vw)) calc(2.1333333333 * var(--vw)) calc(2.4 * var(--vw));
  }
}
#CONTENTS .flow-005ar-sm__number .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-sm__number .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-005ar-sm__number .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-sm__number .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-005ar-sm__number .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-sm__number .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-005ar-sm__number .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-sm__number .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-005ar-sm__number .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-sm__number .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-005ar-sm__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-sm__ttl {
    font-size: 18px;
  }
}
#CONTENTS .flow-005ar-sm__atend {
  padding: 0 20px 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-sm__atend {
    padding: 0 calc(4 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-005ar-pc {
  position: relative;
  overflow: hidden;
  padding-left: initial;
  margin-top: initial;
  margin-bottom: initial;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-pc {
    width: 100%;
  }
}
#CONTENTS .flow-005ar-pc::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: calc(100% - 60px);
  background-color: #333;
}
#CONTENTS .flow-005ar-pc__item {
  padding: 0 0 32px;
  display: flex;
  gap: 32px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-pc__item {
    padding: 0 0 calc(8 * var(--vw));
    gap: calc(8 * var(--vw));
  }
}
#CONTENTS .flow-005ar-pc__item:nth-child(odd) .flow-005__number {
  background-color: #fff;
}
#CONTENTS .flow-005ar-pc__item2 {
  position: absolute;
  top: 112px;
  z-index: 20;
  padding: 0 0 32px;
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-pc__item2 {
    padding: 0 0 calc(8 * var(--vw));
    gap: calc(8 * var(--vw));
  }
}
#CONTENTS .flow-005ar-pc__item2:nth-child(odd) .flow-005__number {
  background-color: #fff;
}
#CONTENTS .flow-005ar-pc__number {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-pc__number {
    width: 100%;
  }
}
#CONTENTS .flow-005ar-pc__number .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-pc__number .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-005ar-pc__number .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-pc__number .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-005ar-pc__number .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-pc__number .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-005ar-pc__number .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-pc__number .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-005ar-pc__number .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-pc__number .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-005ar-pc__number_bgnone {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-pc__number_bgnone {
    width: 100%;
  }
}
#CONTENTS .flow-005ar-pc__number_bgnone .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-pc__number_bgnone .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-005ar-pc__number_bgnone .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-pc__number_bgnone .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-005ar-pc__number_bgnone .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-pc__number_bgnone .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-005ar-pc__number_bgnone .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-pc__number_bgnone .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-005ar-pc__number_bgnone .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-pc__number_bgnone .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-005ar-pc__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-pc__ttl {
    font-size: 18px;
  }
}
#CONTENTS .flow-005ar-pc__atend {
  padding: 0 20px 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-pc__atend {
    padding: 0 calc(4 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-005ar-none {
  position: relative;
  overflow: hidden;
  padding-left: initial;
  margin-top: initial;
  margin-bottom: initial;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-none {
    width: 100%;
  }
}
#CONTENTS .flow-005ar-none__item {
  padding: 0 0 16px;
  display: flex;
  gap: 16px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-none__item {
    padding: 0 0 calc(4.2666666667 * var(--vw));
    gap: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .flow-005ar-none__item:nth-child(odd) .flow-005__number {
  background-color: #fff;
}
#CONTENTS .flow-005ar-none__number {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-none__number {
    width: 100%;
  }
}
#CONTENTS .flow-005ar-none__number .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-none__number .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-005ar-none__number .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-none__number .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-005ar-none__number .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-none__number .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-005ar-none__number .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-none__number .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-005ar-none__number .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-none__number .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-005ar-none__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-none__ttl {
    font-size: 18px;
  }
}
#CONTENTS .flow-005ar-none__atend {
  padding: 0 20px 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-005ar-none__atend {
    padding: 0 calc(4 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-005ar-none-pc {
  position: relative;
  width: 48%;
}
#CONTENTS .flow-005ar-none-pc__item {
  padding: 0 0 16px;
  display: flex;
  gap: 16px;
  position: relative;
}
#CONTENTS .flow-005ar-none-pc__item:nth-child(odd) .flow-005__number {
  background-color: #fff;
}
#CONTENTS .flow-005ar-none-pc__number {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
#CONTENTS .flow-005ar-none-pc__number .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
#CONTENTS .flow-005ar-none-pc__number .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
#CONTENTS .flow-005ar-none-pc__number .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
#CONTENTS .flow-005ar-none-pc__number .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
#CONTENTS .flow-005ar-none-pc__number .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
#CONTENTS .flow-005ar-none-pc__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
#CONTENTS .flow-005ar-none-pc__atend {
  padding: 0 20px 15px;
  text-align: left;
}
#CONTENTS .flow-006 {
  position: relative;
  overflow: hidden;
  margin-top: initial;
  margin-bottom: initial;
  padding: 35px 45px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006 {
    width: 100%;
    padding: calc(10.6666666667 * var(--vw)) calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .flow-006::after {
  content: "";
  display: block;
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: calc(100% - 120px);
  background-color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006::after {
    top: calc(10.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-006__item {
  padding: 0 0 32px;
  display: flex;
  gap: 32px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006__item {
    padding: 0 0 calc(8 * var(--vw));
    gap: calc(8 * var(--vw));
  }
}
#CONTENTS .flow-006__item:nth-child(odd) .flow-005__number {
  background-color: #ECF0F6;
}
#CONTENTS .flow-006__item .inner-box {
  width: 91%;
}
#CONTENTS .flow-006__number {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ECF0F6;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006__number {
    width: 100%;
  }
}
#CONTENTS .flow-006__number .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006__number .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-006__number .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006__number .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-006__number .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006__number .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-006__number .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006__number .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-006__number .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006__number .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-006__number2 {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ECF0F6;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006__number2 {
    width: 100%;
  }
}
#CONTENTS .flow-006__number2 .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006__number2 .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-006__number2 .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006__number2 .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-006__number2 .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006__number2 .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-006__number2 .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006__number2 .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-006__number2 .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006__number2 .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-006 .num_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  font-family: "Shippori Mincho", serif !important;
  font-size: 19px;
  color: #2636bc;
  width: 9%;
}
#CONTENTS .flow-006 .num_box .circle {
  width: 31px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-006 .num_box_pc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
    font-family: "Shippori Mincho", serif !important;
    font-size: 19px;
    color: #2636bc;
    width: 9%;
  }
  #CONTENTS .flow-006 .num_box_pc .circle {
    width: 31px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006 .num_box_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006 .num_box_sp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: calc(2 * var(--vw));
    font-family: "Shippori Mincho", serif !important;
    font-size: calc(5.0666666667 * var(--vw));
    color: #2636bc;
  }
  #CONTENTS .flow-006 .num_box_sp .circle {
    width: calc(6.9333333333 * var(--vw));
    height: calc(8.5333333333 * var(--vw));
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .flow-006 .ttl_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 91%;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006 .ttl_box {
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    padding-top: calc(3.7333333333 * var(--vw));
    padding-bottom: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .flow-006 .ttl_box .text1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006 .ttl_box .text1 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
  }
}
#CONTENTS .flow-006 .ttl_box .text1-1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.612px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006 .ttl_box .text1-1 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.544px;
  }
}
#CONTENTS .flow-006 .ttl_box .text2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #002656;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-006 .ttl_box .text2 {
    padding-top: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006 .ttl_box .text2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: 0.56px;
    padding-left: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .flow-006 .ttl_box2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 748px;
  width: 100%;
}
#CONTENTS .flow-006 .ttl_box2 .text1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006 .ttl_box2 .text1 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: calc(-0.1333333333 * var(--vw));
    line-height: calc(6.8 * var(--vw));
  }
}
#CONTENTS .flow-006 .ttl_box2 .text2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #002656;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-006 .ttl_box2 .text2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006 .ttl_box2 .text2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: 0.56px;
    padding-left: calc(3.7333333333 * var(--vw));
    padding-bottom: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .flow-006 .tbl-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 3px;
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006 .tbl-box {
    flex-direction: column;
    column-gap: initial;
  }
}
#CONTENTS .flow-006 .tbl-cobox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1px;
  width: 49.8%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006 .tbl-cobox {
    row-gap: calc(0.1333333333 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .flow-006 .tbl-th {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.64px;
  color: #fff;
  background-color: #66A1FF;
  padding: 13px 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006 .tbl-th {
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: 1.12px;
  }
}
#CONTENTS .flow-006 .tbl-td {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #000AC5;
  padding: 16px 17px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006 .tbl-td {
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .flow-006__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006__ttl {
    font-size: 18px;
  }
}
#CONTENTS .flow-006__atend {
  padding: 0 20px 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-006__atend {
    padding: 0 calc(4 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-007 {
  position: relative;
  overflow: hidden;
  margin-top: initial;
  margin-bottom: initial;
  padding: 35px 45px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007 {
    width: 100%;
    padding: calc(10.6666666667 * var(--vw)) calc(7.4666666667 * var(--vw));
  }
}
#CONTENTS .flow-007__item {
  padding: 0 0 32px;
  display: flex;
  gap: 32px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007__item {
    padding: 0 0 calc(8 * var(--vw));
    gap: calc(8 * var(--vw));
  }
}
#CONTENTS .flow-007__item:nth-child(odd) .flow-005__number {
  background-color: #ECF0F6;
}
#CONTENTS .flow-007__item .inner-box {
  width: 91%;
}
#CONTENTS .flow-007__number {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ECF0F6;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007__number {
    width: 100%;
  }
}
#CONTENTS .flow-007__number .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007__number .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-007__number .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007__number .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-007__number .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007__number .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-007__number .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007__number .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-007__number .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007__number .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-007__number2 {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ECF0F6;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007__number2 {
    width: 100%;
  }
}
#CONTENTS .flow-007__number2 .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007__number2 .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-007__number2 .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007__number2 .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-007__number2 .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007__number2 .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-007__number2 .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007__number2 .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-007__number2 .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007__number2 .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-007 .num_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  font-family: "Shippori Mincho", serif !important;
  font-size: 19px;
  color: #2636bc;
  width: 9%;
}
#CONTENTS .flow-007 .num_box .circle {
  border-radius: 50%;
  border: solid 1px #000AC5;
  width: 31px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-007 .num_box_pc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
    font-family: "Shippori Mincho", serif !important;
    font-size: 19px;
    color: #2636bc;
    width: 9%;
  }
  #CONTENTS .flow-007 .num_box_pc .circle {
    width: 31px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007 .num_box_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007 .num_box_sp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: calc(2 * var(--vw));
    font-family: "Shippori Mincho", serif !important;
    font-size: calc(5.0666666667 * var(--vw));
    color: #2636bc;
  }
  #CONTENTS .flow-007 .num_box_sp .circle {
    width: calc(6.9333333333 * var(--vw));
    height: calc(8.5333333333 * var(--vw));
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .flow-007 .ttl_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 91%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007 .ttl_box {
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
  }
}
#CONTENTS .flow-007 .ttl_box .text1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007 .ttl_box .text1 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
  }
}
#CONTENTS .flow-007 .ttl_box .text1-1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.612px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007 .ttl_box .text1-1 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.544px;
  }
}
#CONTENTS .flow-007 .ttl_box .text2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #002656;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-007 .ttl_box .text2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007 .ttl_box .text2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: 0.56px;
    padding-left: calc(3.7333333333 * var(--vw));
    padding-bottom: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .flow-007 .ttl_box2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 748px;
  width: 100%;
}
#CONTENTS .flow-007 .ttl_box2 .text1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007 .ttl_box2 .text1 {
    font-size: calc(4.2666666667 * var(--vw));
    font-weight: 600;
    letter-spacing: calc(-0.4 * var(--vw));
    line-height: calc(6.8 * var(--vw));
  }
}
#CONTENTS .flow-007 .ttl_box2 .text1-1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.612px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007 .ttl_box2 .text1-1 {
    font-size: calc(4.2666666667 * var(--vw));
    font-weight: 600;
    letter-spacing: calc(-0.4 * var(--vw));
    line-height: calc(6.8 * var(--vw));
  }
}
#CONTENTS .flow-007 .ttl_box2 .text2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #002656;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-007 .ttl_box2 .text2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007 .ttl_box2 .text2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: 0.56px;
    padding-left: calc(3.7333333333 * var(--vw));
    padding-bottom: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .flow-007 .tbl-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 3px;
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007 .tbl-box {
    flex-direction: column;
    column-gap: initial;
  }
}
#CONTENTS .flow-007 .tbl-cobox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1px;
  width: 49.8%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007 .tbl-cobox {
    row-gap: calc(0.1333333333 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .flow-007 .tbl-th {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.64px;
  color: #fff;
  background-color: #66A1FF;
  padding: 13px 12px;
}
#CONTENTS .flow-007 .tbl-td {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #000AC5;
  padding: 16px 17px;
  background-color: #fff;
}
#CONTENTS .flow-007__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007__ttl {
    font-size: 18px;
  }
}
#CONTENTS .flow-007__atend {
  padding: 0 20px 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007__atend {
    padding: 0 calc(4 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-007c {
  position: relative;
  overflow: hidden;
  margin-top: initial;
  margin-bottom: initial;
  padding: 35px 45px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c {
    width: 100%;
    padding: calc(10.6666666667 * var(--vw)) calc(7.4666666667 * var(--vw));
  }
}
#CONTENTS .flow-007c {
  /*&::after {
      content: '';
      display: block;
      position: absolute;
      top: getvwPc(36);
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 2px;
      height: calc(100% - getvwPc(120));
      background-color: $dark_blue4;
      @include media(sp) {
          top: getvw(80);
      }
  }*/
}
#CONTENTS .flow-007c__item {
  padding: 0 0 32px;
  display: flex;
  gap: 32px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c__item {
    padding: 0 0 calc(8 * var(--vw));
    gap: calc(8 * var(--vw));
  }
}
#CONTENTS .flow-007c__item:nth-child(odd) .flow-005__number {
  background-color: #ECF0F6;
}
#CONTENTS .flow-007c__item .inner-box {
  width: 91%;
}
#CONTENTS .flow-007c__number {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ECF0F6;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c__number {
    width: 100%;
  }
}
#CONTENTS .flow-007c__number .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c__number .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-007c__number .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c__number .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-007c__number .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c__number .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-007c__number .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c__number .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-007c__number .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c__number .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-007c__number2 {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ECF0F6;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c__number2 {
    width: 100%;
  }
}
#CONTENTS .flow-007c__number2 .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c__number2 .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-007c__number2 .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c__number2 .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-007c__number2 .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c__number2 .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-007c__number2 .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c__number2 .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-007c__number2 .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c__number2 .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-007c .num_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  font-family: "Shippori Mincho", serif !important;
  font-size: 19px;
  color: #2636bc;
  width: 9%;
}
#CONTENTS .flow-007c .num_box .circle {
  border-radius: 50%;
  border: solid 1px #000AC5;
  width: 31px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-007c .num_box_pc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
    font-family: "Shippori Mincho", serif !important;
    font-size: 19px;
    color: #2636bc;
    width: 9%;
  }
  #CONTENTS .flow-007c .num_box_pc .circle {
    border-radius: 50%;
    border: solid 1px #000AC5;
    width: 31px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c .num_box_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c .num_box_sp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: calc(2 * var(--vw));
    font-family: "Shippori Mincho", serif !important;
    font-size: calc(5.0666666667 * var(--vw));
    color: #2636bc;
  }
  #CONTENTS .flow-007c .num_box_sp .circle {
    border-radius: 50%;
    border: solid 1px #000AC5;
    width: calc(8.2666666667 * var(--vw));
    height: calc(8.2666666667 * var(--vw));
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .flow-007c .ttl_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 91%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c .ttl_box {
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
  }
}
#CONTENTS .flow-007c .ttl_box .text1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c .ttl_box .text1 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
  }
}
#CONTENTS .flow-007c .ttl_box .text2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #002656;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-007c .ttl_box .text2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c .ttl_box .text2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: 0.56px;
    padding-left: calc(3.7333333333 * var(--vw));
    padding-bottom: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .flow-007c .ttl_box2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 748px;
  width: 100%;
}
#CONTENTS .flow-007c .ttl_box2 .text1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.68px;
  color: #000AC5;
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c .ttl_box2 .text1 {
    font-size: calc(4.2666666667 * var(--vw));
    font-weight: 600;
    letter-spacing: calc(-0.4 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-007c .ttl_box2 .text2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #002656;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-007c .ttl_box2 .text2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c .ttl_box2 .text2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: 0.56px;
    padding-left: calc(3.7333333333 * var(--vw));
    padding-bottom: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .flow-007c .tbl-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 3px;
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c .tbl-box {
    flex-direction: column;
    column-gap: initial;
  }
}
#CONTENTS .flow-007c .tbl-cobox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1px;
  width: 49.8%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c .tbl-cobox {
    row-gap: calc(0.1333333333 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .flow-007c .tbl-th {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.64px;
  color: #fff;
  background-color: #66A1FF;
  padding: 13px 12px;
}
#CONTENTS .flow-007c .tbl-td {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #000AC5;
  padding: 16px 17px;
  background-color: #fff;
}
#CONTENTS .flow-007c__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c__ttl {
    font-size: 18px;
  }
}
#CONTENTS .flow-007c__atend {
  padding: 0 20px 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007c__atend {
    padding: 0 calc(4 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-007-heigan {
  position: relative;
  overflow: hidden;
  margin-top: initial;
  margin-bottom: initial;
  padding: 35px 45px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan {
    width: 100%;
    padding: calc(1.0666666667 * var(--vw)) calc(7.4666666667 * var(--vw));
  }
}
#CONTENTS .flow-007-heigan {
  /*&::after {
      content: '';
      display: block;
      position: absolute;
      top: getvwPc(36);
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 2px;
      height: calc(100% - getvwPc(120));
      background-color: $dark_blue4;
      @include media(sp) {
          top: getvw(80);
      }
  }*/
}
#CONTENTS .flow-007-heigan__item {
  padding: 0 0 32px;
  display: flex;
  gap: 32px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan__item {
    padding: 0 0 calc(8 * var(--vw));
    gap: calc(8 * var(--vw));
  }
}
#CONTENTS .flow-007-heigan__item:nth-child(odd) .flow-005__number {
  background-color: #ECF0F6;
}
#CONTENTS .flow-007-heigan__item .inner-box {
  width: 91%;
}
#CONTENTS .flow-007-heigan__number {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ECF0F6;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan__number {
    width: 100%;
  }
}
#CONTENTS .flow-007-heigan__number .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan__number .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-007-heigan__number .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan__number .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-007-heigan__number .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan__number .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-007-heigan__number .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan__number .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-007-heigan__number .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan__number .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-007-heigan__number2 {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ECF0F6;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan__number2 {
    width: 100%;
  }
}
#CONTENTS .flow-007-heigan__number2 .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan__number2 .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-007-heigan__number2 .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan__number2 .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-007-heigan__number2 .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan__number2 .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-007-heigan__number2 .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan__number2 .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-007-heigan__number2 .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan__number2 .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-007-heigan .num_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  font-family: "Shippori Mincho", serif !important;
  font-size: 19px;
  color: #2636bc;
  width: 9%;
}
#CONTENTS .flow-007-heigan .num_box .circle {
  border-radius: 50%;
  border: solid 1px #000AC5;
  width: 31px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-007-heigan .num_box_pc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
    font-family: "Shippori Mincho", serif !important;
    font-size: 19px;
    color: #2636bc;
    width: 9%;
  }
  #CONTENTS .flow-007-heigan .num_box_pc .circle {
    border-radius: 50%;
    border: solid 1px #000AC5;
    width: 31px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan .num_box_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan .num_box_sp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: calc(2 * var(--vw));
    font-family: "Shippori Mincho", serif !important;
    font-size: calc(5.0666666667 * var(--vw));
    color: #2636bc;
  }
  #CONTENTS .flow-007-heigan .num_box_sp .circle {
    border-radius: 50%;
    border: solid 1px #000AC5;
    width: calc(8.2666666667 * var(--vw));
    height: calc(8.2666666667 * var(--vw));
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .flow-007-heigan .ttl_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 91%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan .ttl_box {
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
  }
}
#CONTENTS .flow-007-heigan .ttl_box .text1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan .ttl_box .text1 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
  }
}
#CONTENTS .flow-007-heigan .ttl_box .text2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #002656;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-007-heigan .ttl_box .text2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan .ttl_box .text2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: 0.56px;
    padding-left: calc(3.7333333333 * var(--vw));
    padding-bottom: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .flow-007-heigan .ttl_box2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 748px;
  width: 100%;
}
#CONTENTS .flow-007-heigan .ttl_box2 .text1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan .ttl_box2 .text1 {
    font-size: calc(4.2666666667 * var(--vw));
    font-weight: 600;
    letter-spacing: calc(-0.4 * var(--vw));
    line-height: calc(6.8 * var(--vw));
  }
}
#CONTENTS .flow-007-heigan .ttl_box2 .text2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #002656;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-007-heigan .ttl_box2 .text2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan .ttl_box2 .text2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: 0.56px;
    padding-left: calc(3.7333333333 * var(--vw));
    padding-bottom: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .flow-007-heigan .tbl-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 3px;
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan .tbl-box {
    flex-direction: column;
    column-gap: initial;
  }
}
#CONTENTS .flow-007-heigan .tbl-cobox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1px;
  width: 49.8%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan .tbl-cobox {
    row-gap: calc(0.1333333333 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .flow-007-heigan .tbl-th {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.64px;
  color: #fff;
  background-color: #66A1FF;
  padding: 13px 12px;
}
#CONTENTS .flow-007-heigan .tbl-td {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #000AC5;
  padding: 16px 17px;
  background-color: #fff;
}
#CONTENTS .flow-007-heigan__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan__ttl {
    font-size: 18px;
  }
}
#CONTENTS .flow-007-heigan__atend {
  padding: 0 20px 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-007-heigan__atend {
    padding: 0 calc(4 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-008 {
  position: relative;
  overflow: hidden;
  margin-top: initial;
  margin-bottom: initial;
  padding: 35px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008 {
    width: 100%;
    padding: calc(10.6666666667 * var(--vw)) calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .flow-008 {
  /*&::after {
      content: '';
      display: block;
      position: absolute;
      top: getvwPc(36);
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 2px;
      height: calc(100% - getvwPc(120));
      background-color: $dark_blue4;
      @include media(sp) {
          top: getvw(80);
      }
  }*/
}
#CONTENTS .flow-008__item {
  padding: 0 0 32px;
  display: flex;
  gap: 32px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008__item {
    padding: 0 0 calc(8 * var(--vw));
    gap: calc(8 * var(--vw));
  }
}
#CONTENTS .flow-008__item:nth-child(odd) .flow-005__number {
  background-color: #ECF0F6;
}
#CONTENTS .flow-008__item .inner-box {
  width: 91%;
}
#CONTENTS .flow-008__number {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ECF0F6;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008__number {
    width: 100%;
  }
}
#CONTENTS .flow-008__number .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008__number .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-008__number .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008__number .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-008__number .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008__number .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-008__number .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008__number .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-008__number .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008__number .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-008__number2 {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ECF0F6;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008__number2 {
    width: 100%;
  }
}
#CONTENTS .flow-008__number2 .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008__number2 .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-008__number2 .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008__number2 .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-008__number2 .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008__number2 .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-008__number2 .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008__number2 .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-008__number2 .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008__number2 .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-008 .num_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  font-family: "Shippori Mincho", serif !important;
  font-size: 19px;
  color: #2636bc;
  width: 9%;
}
#CONTENTS .flow-008 .num_box .circle {
  border-radius: 50%;
  border: solid 1px #000AC5;
  width: 31px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-008 .num_box_pc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
    font-family: "Shippori Mincho", serif !important;
    font-size: 19px;
    color: #2636bc;
    width: 9%;
  }
  #CONTENTS .flow-008 .num_box_pc .circle {
    border-radius: 50%;
    border: solid 1px #000AC5;
    width: 31px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008 .num_box_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008 .num_box_sp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: calc(2 * var(--vw));
    font-family: "Shippori Mincho", serif !important;
    font-size: calc(5.0666666667 * var(--vw));
    color: #2636bc;
  }
  #CONTENTS .flow-008 .num_box_sp .circle {
    border-radius: 50%;
    border: solid 1px #000AC5;
    width: calc(8.2666666667 * var(--vw));
    height: calc(8.2666666667 * var(--vw));
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .flow-008 .ttl_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 91%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008 .ttl_box {
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
  }
}
#CONTENTS .flow-008 .ttl_box .text1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008 .ttl_box .text1 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
  }
}
#CONTENTS .flow-008 .ttl_box .text2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #002656;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-008 .ttl_box .text2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008 .ttl_box .text2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: 0.56px;
    padding-left: calc(3.7333333333 * var(--vw));
    padding-bottom: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .flow-008 .ttl_box2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 748px;
  width: 100%;
}
#CONTENTS .flow-008 .ttl_box2 .text1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008 .ttl_box2 .text1 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: calc(-0.1333333333 * var(--vw));
    line-height: calc(6.8 * var(--vw));
  }
}
#CONTENTS .flow-008 .ttl_box2 .text2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #002656;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-008 .ttl_box2 .text2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008 .ttl_box2 .text2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: 0.56px;
    padding-left: calc(3.7333333333 * var(--vw));
    padding-bottom: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .flow-008 .tbl-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 3px;
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008 .tbl-box {
    flex-direction: column;
    column-gap: initial;
  }
}
#CONTENTS .flow-008 .tbl-cobox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1px;
  width: 49.8%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008 .tbl-cobox {
    row-gap: calc(0.1333333333 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .flow-008 .tbl-th {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.64px;
  color: #fff;
  background-color: #66A1FF;
  padding: 13px 12px;
}
#CONTENTS .flow-008 .tbl-td {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #000AC5;
  padding: 16px 17px;
  background-color: #fff;
}
#CONTENTS .flow-008__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008__ttl {
    font-size: 18px;
  }
}
#CONTENTS .flow-008__atend {
  padding: 0 20px 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-008__atend {
    padding: 0 calc(4 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-009 {
  position: relative;
  overflow: hidden;
  margin-top: initial;
  margin-bottom: initial;
  padding: 45px 45px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009 {
    width: 100%;
    padding: calc(10.6666666667 * var(--vw)) calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .flow-009 {
  /*&::after {
      content: '';
      display: block;
      position: absolute;
      top: getvwPc(36);
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 2px;
      height: calc(100% - getvwPc(120));
      background-color: $dark_blue4;
      @include media(sp) {
          top: getvw(80);
      }
  }*/
}
#CONTENTS .flow-009__item {
  padding: 0 0 32px;
  display: flex;
  gap: 32px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009__item {
    padding: 0 0 calc(8 * var(--vw));
    gap: calc(8 * var(--vw));
  }
}
#CONTENTS .flow-009__item:nth-child(odd) .flow-005__number {
  background-color: #ECF0F6;
}
#CONTENTS .flow-009__item .inner-box {
  width: 91%;
}
#CONTENTS .flow-009__number {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ECF0F6;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009__number {
    width: 100%;
  }
}
#CONTENTS .flow-009__number .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009__number .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-009__number .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009__number .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-009__number .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009__number .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-009__number .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009__number .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-009__number .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009__number .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-009__number2 {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ECF0F6;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009__number2 {
    width: 100%;
  }
}
#CONTENTS .flow-009__number2 .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009__number2 .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-009__number2 .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009__number2 .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-009__number2 .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009__number2 .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-009__number2 .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009__number2 .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-009__number2 .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009__number2 .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-009 .num_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  font-family: "Shippori Mincho", serif !important;
  font-size: 19px;
  color: #2636bc;
  width: 9%;
}
#CONTENTS .flow-009 .num_box .circle {
  border-radius: 50%;
  border: solid 1px #000AC5;
  width: 31px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-009 .num_box_pc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
    font-family: "Shippori Mincho", serif !important;
    font-size: 19px;
    color: #2636bc;
    width: 9%;
  }
  #CONTENTS .flow-009 .num_box_pc .circle {
    border-radius: 50%;
    border: solid 1px #000AC5;
    width: 31px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009 .num_box_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009 .num_box_sp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: calc(2 * var(--vw));
    font-family: "Shippori Mincho", serif !important;
    font-size: calc(5.0666666667 * var(--vw));
    color: #2636bc;
  }
  #CONTENTS .flow-009 .num_box_sp .circle {
    border-radius: 50%;
    border: solid 1px #000AC5;
    width: calc(8.2666666667 * var(--vw));
    height: calc(8.2666666667 * var(--vw));
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .flow-009 .ttl_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 91%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009 .ttl_box {
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
  }
}
#CONTENTS .flow-009 .ttl_box .text1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009 .ttl_box .text1 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
  }
}
#CONTENTS .flow-009 .ttl_box .text2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #002656;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-009 .ttl_box .text2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009 .ttl_box .text2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: 0.56px;
    padding-left: calc(3.7333333333 * var(--vw));
    padding-bottom: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .flow-009 .ttl_box2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 748px;
  width: 100%;
}
#CONTENTS .flow-009 .ttl_box2 .text1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009 .ttl_box2 .text1 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: calc(-0.1333333333 * var(--vw));
    line-height: calc(6.8 * var(--vw));
  }
}
#CONTENTS .flow-009 .ttl_box2 .text2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #002656;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-009 .ttl_box2 .text2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009 .ttl_box2 .text2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: 0.56px;
    padding-left: calc(3.7333333333 * var(--vw));
    padding-bottom: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .flow-009 .tbl-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 3px;
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009 .tbl-box {
    flex-direction: column;
    column-gap: initial;
  }
}
#CONTENTS .flow-009 .tbl-cobox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1px;
  width: 49.8%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009 .tbl-cobox {
    row-gap: calc(0.1333333333 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .flow-009 .tbl-th {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.64px;
  color: #fff;
  background-color: #66A1FF;
  padding: 13px 12px;
}
#CONTENTS .flow-009 .tbl-td {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #000AC5;
  padding: 16px 17px;
  background-color: #fff;
}
#CONTENTS .flow-009__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009__ttl {
    font-size: 18px;
  }
}
#CONTENTS .flow-009__atend {
  padding: 0 20px 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009__atend {
    padding: 0 calc(4 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-009 table, #CONTENTS .flow-009 td, #CONTENTS .flow-009 th {
  /*@include media(pc) {
      border: solid 4px #fff;
      border-collapse: collapse;
  }*/
}
#CONTENTS .flow-009 .hikki_tbl {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-009 .hikki_tbl {
    border: solid 4px #fff;
    border-collapse: collapse;
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-009 .hikki_tbl td, #CONTENTS .flow-009 .hikki_tbl th {
    border: solid 4px #fff;
    border-collapse: collapse;
  }
}
#CONTENTS .flow-009 .hikki_tbl th {
  background-color: #66A1FF;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009 .hikki_tbl th {
    font-size: calc(3.7333333333 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-009 .hikki_tbl td {
  font-size: 16px;
  padding: 20px 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009 .hikki_tbl td {
    font-size: calc(3.7333333333 * var(--vw));
    padding: calc(4.2666666667 * var(--vw)) 0 calc(4.2666666667 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-009 .hikki_tbl .th1 {
  width: 16%;
}
#CONTENTS .flow-009 .hikki_tbl .th2 {
  width: 42%;
}
#CONTENTS .flow-009 .hikki_tbl .td1 {
  background-color: #E6EAF0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009 .hikki_tbl .td1 {
    width: 25%;
    border-right: solid 4px #fff;
    border-bottom: solid 4px #fff;
  }
}
#CONTENTS .flow-009 .hikki_tbl .td2 {
  background-color: #ECF0F6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009 .hikki_tbl .td2 {
    width: 75%;
    border-bottom: solid 4px #fff;
  }
}
#CONTENTS .flow-009 .hikki_tbl .td1_e {
  background-color: #E6EAF0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009 .hikki_tbl .td1_e {
    border-right: solid 4px #fff;
  }
}
#CONTENTS .flow-009 .hikki_tbl .td2_e {
  background-color: #ECF0F6;
}
#CONTENTS .flow-009 .hikki_tbl2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-009 .hikki_tbl2 {
    border-collapse: collapse;
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-009 .hikki_tbl2 td, #CONTENTS .flow-009 .hikki_tbl2 th {
    border-collapse: collapse;
  }
}
#CONTENTS .flow-009 .hikki_tbl2 th {
  background-color: #66A1FF;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009 .hikki_tbl2 th {
    font-size: calc(3.7333333333 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-009 .hikki_tbl2 td {
  font-size: 16px;
  padding: 20px 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009 .hikki_tbl2 td {
    font-size: calc(3.7333333333 * var(--vw));
    padding: calc(4.2666666667 * var(--vw)) 0 calc(4.2666666667 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-009 .hikki_tbl2 .bd-u {
  border-top: solid 4px #fff;
}
#CONTENTS .flow-009 .hikki_tbl2 .bd-r {
  border-right: solid 4px #fff;
}
#CONTENTS .flow-009 .hikki_tbl2 .bd-lr {
  border-left: solid 4px #fff;
  border-right: solid 4px #fff;
}
#CONTENTS .flow-009 .hikki_tbl2 .th1 {
  width: 142px;
}
#CONTENTS .flow-009 .hikki_tbl2 .th2 {
  width: 363px;
}
#CONTENTS .flow-009 .hikki_tbl2 .td1 {
  background-color: #E6EAF0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009 .hikki_tbl2 .td1 {
    width: 25%;
    border-right: solid 4px #fff;
    border-bottom: solid 4px #fff;
  }
}
#CONTENTS .flow-009 .hikki_tbl2 .td2 {
  background-color: #ECF0F6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009 .hikki_tbl2 .td2 {
    width: 75%;
    border-bottom: solid 4px #fff;
  }
}
#CONTENTS .flow-009 .hikki_tbl2 .td1_e {
  background-color: #E6EAF0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-009 .hikki_tbl2 .td1_e {
    border-right: solid 4px #fff;
  }
}
#CONTENTS .flow-009 .hikki_tbl2 .td2_e {
  background-color: #ECF0F6;
}
#CONTENTS .flow-010 {
  position: relative;
  overflow: hidden;
  margin-top: initial;
  margin-bottom: initial;
  padding: 32px 32px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010 {
    width: 100%;
    padding: calc(7.4666666667 * var(--vw)) calc(6.4 * var(--vw));
  }
}
#CONTENTS .flow-010__item {
  padding: 0 0 32px;
  display: flex;
  gap: 32px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010__item {
    padding: 0 0 calc(8 * var(--vw));
    gap: calc(8 * var(--vw));
  }
}
#CONTENTS .flow-010__item:nth-child(odd) .flow-005__number {
  background-color: #ECF0F6;
}
#CONTENTS .flow-010__item .inner-box {
  width: 91%;
}
#CONTENTS .flow-010__number {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ECF0F6;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010__number {
    width: 100%;
  }
}
#CONTENTS .flow-010__number .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010__number .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-010__number .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010__number .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-010__number .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010__number .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-010__number .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010__number .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-010__number .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010__number .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-010__number2 {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ECF0F6;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010__number2 {
    width: 100%;
  }
}
#CONTENTS .flow-010__number2 .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010__number2 .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-010__number2 .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010__number2 .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-010__number2 .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010__number2 .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-010__number2 .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010__number2 .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-010__number2 .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010__number2 .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-010 .num_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  font-family: "Shippori Mincho", serif !important;
  font-size: 19px;
  color: #2636bc;
  width: 9%;
}
#CONTENTS .flow-010 .num_box .circle {
  border-radius: 50%;
  border: solid 1px #000AC5;
  width: 31px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-010 .num_box_pc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
    font-family: "Shippori Mincho", serif !important;
    font-size: 19px;
    color: #2636bc;
    width: 9%;
  }
  #CONTENTS .flow-010 .num_box_pc .circle {
    border-radius: 50%;
    border: solid 1px #000AC5;
    width: 31px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010 .num_box_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010 .num_box_sp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: calc(2 * var(--vw));
    font-family: "Shippori Mincho", serif !important;
    font-size: calc(5.0666666667 * var(--vw));
    color: #2636bc;
  }
  #CONTENTS .flow-010 .num_box_sp .circle {
    border-radius: 50%;
    border: solid 1px #000AC5;
    width: calc(8.2666666667 * var(--vw));
    height: calc(8.2666666667 * var(--vw));
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .flow-010 .ttl_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 91%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010 .ttl_box {
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
  }
}
#CONTENTS .flow-010 .ttl_box .text1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010 .ttl_box .text1 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
  }
}
#CONTENTS .flow-010 .ttl_box .text2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #002656;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-010 .ttl_box .text2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010 .ttl_box .text2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: 0.56px;
    padding-left: calc(3.7333333333 * var(--vw));
    padding-bottom: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .flow-010 .ttl_box2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 748px;
  width: 100%;
}
#CONTENTS .flow-010 .ttl_box2 .text1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010 .ttl_box2 .text1 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: calc(-0.1333333333 * var(--vw));
    line-height: calc(6.8 * var(--vw));
  }
}
#CONTENTS .flow-010 .ttl_box2 .text2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #002656;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-010 .ttl_box2 .text2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010 .ttl_box2 .text2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: 0.56px;
    padding-left: calc(3.7333333333 * var(--vw));
    padding-bottom: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .flow-010__ttl {
  font-size: 32px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 51.2px;
  letter-spacing: 1.92px;
  margin-bottom: 10px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010__ttl {
    font-size: calc(5.8666666667 * var(--vw));
    font-family: "Shippori Mincho", serif !important;
    font-weight: 600;
    margin-bottom: calc(2.6666666667 * var(--vw));
    line-height: calc(9.3866666667 * var(--vw));
    letter-spacing: 1.32px;
  }
}
#CONTENTS .flow-010__atend {
  padding: 0 20px 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010__atend {
    padding: 0 calc(4 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-010 .hash-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010 .hash-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
#CONTENTS .flow-010 .hash-box .hashtag {
  padding: 0px 12px;
  border-radius: 100vmax;
  border: solid 1px #2636bc;
  font-size: 14px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010 .hash-box .hashtag {
    padding: calc(0 * var(--vw)) calc(3.2 * var(--vw));
    font-size: calc(2.6666666667 * var(--vw));
    color: #000AC5;
  }
}
#CONTENTS .flow-010 .hash-box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010 .hash-box2 {
    flex-direction: column;
    align-items: flex-start;
  }
}
#CONTENTS .flow-010 .hash-box2 .hashtag {
  padding: 0px 12px;
  border-radius: 100vmax;
  border: solid 1px #2636bc;
  font-size: 14px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010 .hash-box2 .hashtag {
    padding: calc(0 * var(--vw)) calc(3.2 * var(--vw));
    font-size: calc(2.6666666667 * var(--vw));
    color: #000AC5;
  }
}
#CONTENTS .flow-010 .bu-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010 .bu-box {
    margin-top: calc(2.1333333333 * var(--vw));
  }
}
#CONTENTS .flow-010 .bu-box-cobox {
  text-align: center;
  width: 250px;
  font-size: 20px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010 .bu-box-cobox {
    width: calc(33.3333333333 * var(--vw));
    font-size: calc(2.6666666667 * var(--vw));
    letter-spacing: calc(-0.5333333333 * var(--vw));
    color: #000AC5;
    font-family: "Shippori Mincho", serif !important;
    font-weight: 600;
  }
}
#CONTENTS .flow-010 .bu-box-cobox-img {
  width: 59%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010 .bu-box_pc {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-010 .bu-box_pc {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-010 .bu-box_pc-cobox {
    text-align: center;
    width: 250px;
    font-size: 20px;
    font-family: "Shippori Mincho", serif !important;
    font-weight: 600;
    color: #000AC5;
  }
  #CONTENTS .flow-010 .bu-box_pc-cobox-img {
    width: 59%;
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-010 .bu-box_sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010 .bu-box_sp {
    margin-top: calc(2.1333333333 * var(--vw));
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-010 .bu-box_sp-cobox-img {
    width: 100%;
  }
}
#CONTENTS .flow-001-work {
  position: relative;
  overflow: hidden;
  margin-top: initial;
  margin-bottom: initial;
  padding: 24px 30px 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work {
    width: 100%;
    padding: calc(8.5333333333 * var(--vw)) calc(5.3333333333 * var(--vw)) calc(9.3333333333 * var(--vw));
  }
}
#CONTENTS .flow-001-work .mem-photo-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work .mem-photo-box {
    gap: calc(4 * var(--vw));
  }
}
#CONTENTS .flow-001-work .mem-photo-box .photo {
  width: 66px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work .mem-photo-box .photo {
    width: calc(17.6 * var(--vw));
  }
}
#CONTENTS .flow-001-work__item {
  padding: 0 0 32px;
  display: flex;
  gap: 32px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work__item {
    padding: 0 0 calc(8 * var(--vw));
    gap: calc(8 * var(--vw));
  }
}
#CONTENTS .flow-001-work__item:nth-child(odd) .flow-005__number {
  background-color: #ECF0F6;
}
#CONTENTS .flow-001-work__item .inner-box {
  width: 91%;
}
#CONTENTS .flow-001-work__number {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ECF0F6;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work__number {
    width: 100%;
  }
}
#CONTENTS .flow-001-work__number .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work__number .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-001-work__number .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work__number .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-001-work__number .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work__number .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-001-work__number .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work__number .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-001-work__number .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work__number .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-001-work__number2 {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ECF0F6;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work__number2 {
    width: 100%;
  }
}
#CONTENTS .flow-001-work__number2 .txt {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work__number2 .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
  }
}
#CONTENTS .flow-001-work__number2 .txt_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work__number2 .txt_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-001-work__number2 .txt_l_sp_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work__number2 .txt_l_sp_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .flow-001-work__number2 .txt_c {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work__number2 .txt_c {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-001-work__number2 .txt_c_sp_l {
  font-size: 16px;
  line-height: 28px;
  color: #002656;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work__number2 .txt_c_sp_l {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .flow-001-work .num_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  font-family: "Shippori Mincho", serif !important;
  font-size: 19px;
  color: #2636bc;
  width: 9%;
}
#CONTENTS .flow-001-work .num_box .circle {
  border-radius: 50%;
  border: solid 1px #000AC5;
  width: 31px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-001-work .num_box_pc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
    font-family: "Shippori Mincho", serif !important;
    font-size: 19px;
    color: #2636bc;
    width: 9%;
  }
  #CONTENTS .flow-001-work .num_box_pc .circle {
    border-radius: 50%;
    border: solid 1px #000AC5;
    width: 31px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work .num_box_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work .num_box_sp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: calc(2 * var(--vw));
    font-family: "Shippori Mincho", serif !important;
    font-size: calc(5.0666666667 * var(--vw));
    color: #2636bc;
  }
  #CONTENTS .flow-001-work .num_box_sp .circle {
    border-radius: 50%;
    border: solid 1px #000AC5;
    width: calc(8.2666666667 * var(--vw));
    height: calc(8.2666666667 * var(--vw));
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .flow-001-work .ttl_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 91%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work .ttl_box {
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
  }
}
#CONTENTS .flow-001-work .ttl_box .text1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work .ttl_box .text1 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
  }
}
#CONTENTS .flow-001-work .ttl_box .text2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #002656;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-001-work .ttl_box .text2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work .ttl_box .text2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: 0.56px;
    padding-left: calc(3.7333333333 * var(--vw));
    padding-bottom: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .flow-001-work .ttl_box2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 748px;
  width: 100%;
}
#CONTENTS .flow-001-work .ttl_box2 .text1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work .ttl_box2 .text1 {
    font-size: calc(4.2666666667 * var(--vw));
    font-weight: 600;
    letter-spacing: calc(-0.4 * var(--vw));
    line-height: calc(6.8 * var(--vw));
  }
}
#CONTENTS .flow-001-work .ttl_box2 .text2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #002656;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .flow-001-work .ttl_box2 .text2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work .ttl_box2 .text2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: 0.56px;
    padding-left: calc(3.7333333333 * var(--vw));
    padding-bottom: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .flow-001-work .tbl-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 3px;
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work .tbl-box {
    flex-direction: column;
    column-gap: initial;
  }
}
#CONTENTS .flow-001-work .tbl-cobox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1px;
  width: 49.8%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work .tbl-cobox {
    row-gap: calc(0.1333333333 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .flow-001-work .tbl-th {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.64px;
  color: #fff;
  background-color: #66A1FF;
  padding: 13px 12px;
}
#CONTENTS .flow-001-work .tbl-td {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #000AC5;
  padding: 16px 17px;
  background-color: #fff;
}
#CONTENTS .flow-001-work__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work__ttl {
    font-size: 18px;
  }
}
#CONTENTS .flow-001-work__atend {
  padding: 0 20px 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .flow-001-work__atend {
    padding: 0 calc(4 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .flow-bluegray-box {
  background-color: #66A1FF;
  border-radius: 6px;
  text-align: center;
  color: #fff;
}
#CONTENTS .flow-bluegray-box-pc {
  background-color: #66A1FF;
  text-align: center;
  color: #fff;
  padding: 5px;
}
#CONTENTS .flow-box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .arrow {
    padding-bottom: calc(5.3333333333 * var(--vw)) !important;
  }
}
#CONTENTS .arrow:before,
#CONTENTS .arrow:after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .arrow:before,
  #CONTENTS .arrow:after {
    width: calc(3.7333333333 * var(--vw));
    height: calc(0.2666666667 * var(--vw));
    top: calc(-0.2666666667 * var(--vw));
  }
}
#CONTENTS .arrow:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#CONTENTS .arrow:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  #CONTENTS .arrow2 {
    padding-bottom: calc(5.3333333333 * var(--vw)) !important;
  }
}
#CONTENTS .arrow2:before,
#CONTENTS .arrow2:after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #000AC5;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .arrow2:before,
  #CONTENTS .arrow2:after {
    width: calc(3.7333333333 * var(--vw));
    height: calc(0.5333333333 * var(--vw));
    top: calc(-0.5333333333 * var(--vw));
  }
}
#CONTENTS .arrow2:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#CONTENTS .arrow2:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  #CONTENTS .arrow3 {
    padding-bottom: calc(5.3333333333 * var(--vw)) !important;
  }
}
#CONTENTS .arrow3:before,
#CONTENTS .arrow3:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000AC5;
  position: absolute;
  top: -1.8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .arrow3:before,
  #CONTENTS .arrow3:after {
    width: calc(4.8 * var(--vw));
    height: calc(0.5333333333 * var(--vw));
    top: calc(-0.48 * var(--vw));
  }
}
#CONTENTS .arrow3:before {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}
#CONTENTS .arrow3:after {
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}
#CONTENTS .accordion-001 dl {
  border-bottom: 1px solid #002656;
  margin: inherit;
}
#CONTENTS .accordion-001 dl:first-of-type {
  border-top: 1px solid #002656;
}
#CONTENTS .accordion-001 dl dt {
  padding: 35px 48px 35px 0;
  cursor: pointer;
  position: relative;
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  font-weight: 700;
  color: #002656;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-001 dl dt {
    padding: calc(4.6666666667 * var(--vw)) calc(6.4 * var(--vw)) calc(4.6666666667 * var(--vw)) 0;
    font-size: calc(5.3333333333 * var(--vw));
    margin: calc(1.3333333333 * var(--vw)) 0;
  }
}
#CONTENTS .accordion-001 dl dt.open .accordion-001__toggle::after {
  transform: rotate(0deg);
}
#CONTENTS .accordion-001 dl dd {
  display: none;
  margin-left: initial;
  padding: 0 48px 35px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-001 dl dd {
    padding: 0 0 calc(9.3333333333 * var(--vw)) 0;
  }
}
#CONTENTS .accordion-001__toggle {
  border: solid 1px #002656;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 30px;
  width: 32px;
  aspect-ratio: 1;
  padding: 6px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-001__toggle {
    top: calc(4.8 * var(--vw));
    width: calc(8.5333333333 * var(--vw));
    padding: calc(1.6 * var(--vw));
  }
}
#CONTENTS .accordion-001__toggle::before, #CONTENTS .accordion-001__toggle::after {
  transition: 0.3s ease;
  width: 35%;
  height: 1px;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-001__toggle::before, #CONTENTS .accordion-001__toggle::after {
    top: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .accordion-001__toggle::after {
  transform: rotate(-90deg);
}
#CONTENTS .accordion-001 .acc-title__txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-001 .acc-title__txt {
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .accordion-001 .acc-day__txt {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-001 .acc-day__txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .accordion-001 .acc-cont__txt {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-001 .acc-cont__txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .accordion-001w dl {
  border-bottom: 1px solid #ADBCD6;
  margin: inherit;
}
#CONTENTS .accordion-001w dl:last-of-type {
  border-bottom: none;
}
#CONTENTS .accordion-001w dl dt {
  padding: 24px 48px 24px 0;
  cursor: pointer;
  position: relative;
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  font-weight: 700;
  color: #000AC5;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .accordion-001w dl dt {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-001w dl dt {
    padding: calc(8.5333333333 * var(--vw)) calc(6.4 * var(--vw)) calc(8.5333333333 * var(--vw)) calc(2.4 * var(--vw));
    font-size: calc(4.8 * var(--vw));
  }
}
#CONTENTS .accordion-001w dl dt.open .accordion-001w__toggle::after {
  transform: rotate(0deg);
}
#CONTENTS .accordion-001w dl dd {
  display: none;
  margin-left: initial;
  padding: 0 48px 35px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-001w dl dd {
    padding: 0 0 calc(9.3333333333 * var(--vw)) 0;
    width: 93%;
    margin: 0 auto;
  }
}
#CONTENTS .accordion-001w__toggle {
  border: solid 1px #002656;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 24px;
  width: 32px;
  aspect-ratio: 1;
  padding: 6px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-001w__toggle {
    top: calc(8 * var(--vw));
    right: calc(2.4 * var(--vw));
    width: calc(8.5333333333 * var(--vw));
    padding: calc(1.6 * var(--vw));
  }
}
#CONTENTS .accordion-001w__toggle::before, #CONTENTS .accordion-001w__toggle::after {
  transition: 0.3s ease;
  width: 35%;
  height: 1px;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-001w__toggle::before, #CONTENTS .accordion-001w__toggle::after {
    top: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .accordion-001w__toggle::after {
  transform: rotate(-90deg);
}
#CONTENTS .accordion-001w .acc-title__txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-001w .acc-title__txt {
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .accordion-001w .acc-day__txt {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-001w .acc-day__txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .accordion-001w .acc-cont__txt {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-001w .acc-cont__txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .accordion-001none dl {
  margin: inherit;
}
#CONTENTS .accordion-001none dl dt {
  padding: 35px 48px 35px 0;
  position: relative;
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  font-weight: 700;
  color: #000AC5;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-001none dl dt {
    padding: calc(4.6666666667 * var(--vw)) calc(6.4 * var(--vw)) calc(4.6666666667 * var(--vw)) 0;
    font-size: calc(5.3333333333 * var(--vw));
    margin: calc(1.3333333333 * var(--vw)) 0;
  }
}
#CONTENTS .accordion-001none dl dt.open .accordion-001__toggle::after {
  transform: rotate(0deg);
}
#CONTENTS .accordion-001none dl dd {
  margin-left: initial;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-001none dl dd {
    padding: 0 0 calc(9.3333333333 * var(--vw)) 0;
  }
}
#CONTENTS .accordion-001none {
  /*
          &__toggle {
              border: solid 1px #002656;
              border-radius: 50%;
              position: absolute;
              right: 0;
              top: getvwPc(30);
              width: getvwPc(32);
              aspect-ratio: 1;
              padding: getvwPc(6);
              background-color: #fff;
              @include media(sp) {
                  top: getvw(36);
                  width: getvw(64);
                  padding: getvw(12);
              }
              &::before,
              &::after {
                  transition: .3s ease;
                  width: 35%;
                  height: getvwPc(1);
                  content: "";
                  position: absolute;
                  top: getvwPc(15);
                  left: 0;
                  //left: 1px;
                  right: 0;
                  margin: 0 auto;                
                  background-color: #002656;
                  @include media(sp) {
                      top: getvw(28);
                  }
              }
              &::after {
              transform: rotate(-90deg);
              }
          }
  */
}
#CONTENTS .accordion-001none .acc-title__txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-001none .acc-title__txt {
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .accordion-001none .acc-day__txt {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-001none .acc-day__txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .accordion-001none .acc-cont__txt {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-001none .acc-cont__txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .accordion-003 dl {
  border-bottom: 1px solid #002656;
  margin: inherit;
}
#CONTENTS .accordion-003 dl:first-of-type {
  border-top: 1px solid #002656;
}
#CONTENTS .accordion-003 dl dt {
  padding: 35px 48px 35px 0;
  cursor: pointer;
  position: relative;
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  font-weight: 700;
  color: #002656;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-003 dl dt {
    padding: calc(4.6666666667 * var(--vw)) calc(6.4 * var(--vw)) calc(4.6666666667 * var(--vw)) 0;
    font-size: calc(5.3333333333 * var(--vw));
    margin: calc(1.3333333333 * var(--vw)) 0;
  }
}
#CONTENTS .accordion-003 dl dt.open .accordion-003__toggle::after {
  transform: rotate(0deg);
}
#CONTENTS .accordion-003 dl dd {
  display: none;
  margin-left: initial;
  position: relative;
}
#CONTENTS .accordion-003__toggle {
  border: solid 1px #002656;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 30px;
  width: 32px;
  aspect-ratio: 1;
  padding: 6px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-003__toggle {
    top: calc(4.8 * var(--vw));
    width: calc(8.5333333333 * var(--vw));
    padding: calc(1.6 * var(--vw));
  }
}
#CONTENTS .accordion-003__toggle::before, #CONTENTS .accordion-003__toggle::after {
  transition: 0.3s ease;
  width: 35%;
  height: 1px;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-003__toggle::before, #CONTENTS .accordion-003__toggle::after {
    top: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .accordion-003__toggle::after {
  transform: rotate(-90deg);
}
#CONTENTS .accordion-003 .acc-title__txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-003 .acc-title__txt {
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .accordion-003 .acc-day__txt {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-003 .acc-day__txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .accordion-003 .acc-cont__txt {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-003 .acc-cont__txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .accordion-003 .acc-cont__box {
  width: 100%;
}
#CONTENTS .accordion-003 .acc-cont__box .cb_right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-003 .acc-cont__box .cb_right {
    width: 100%;
  }
}
#CONTENTS .accordion-003 .acc-cont__box .cb_right_l {
  width: 18%;
  padding: 22px 0 20px;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 22px;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-003 .acc-cont__box .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .accordion-003 .acc-cont__box .cb_right_r {
  width: 82%;
  padding: 22px 0 20px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-003 .acc-cont__box .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .accordion-003 .acc-cont__box .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .accordion-003 .acc-cont__box .cb_right_r_1 {
  width: 100%;
  padding: 22px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-003 .acc-cont__box .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .accordion-004 dl {
  margin: inherit;
}
#CONTENTS .accordion-004 dl dt {
  padding: 25px 45px 25px 0;
  cursor: pointer;
  position: relative;
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  font-weight: 700;
  color: #000AC5;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004 dl dt {
    padding: calc(6.6666666667 * var(--vw)) calc(9.3333333333 * var(--vw)) calc(6.6666666667 * var(--vw)) 0;
    font-size: calc(5.3333333333 * var(--vw));
    margin: calc(1.3333333333 * var(--vw)) 0;
  }
}
#CONTENTS .accordion-004 dl dt.open .accordion-004__toggle::after {
  transform: rotate(0deg);
}
#CONTENTS .accordion-004 dl dd {
  display: none;
  margin-left: initial;
  position: relative;
}
#CONTENTS .accordion-004 dl dd::before {
  /* content: 'A';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  */
}
#CONTENTS .accordion-004__toggle {
  border: solid 1px #000AC5;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 32px;
  height: 32px;
  aspect-ratio: 1;
  padding: 6px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004__toggle {
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: calc(8.5333333333 * var(--vw));
    height: calc(8.5333333333 * var(--vw));
    padding: calc(1.6 * var(--vw));
  }
}
#CONTENTS .accordion-004__toggle::before, #CONTENTS .accordion-004__toggle::after {
  transition: 0.3s ease;
  width: 35%;
  height: 1px;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004__toggle::before, #CONTENTS .accordion-004__toggle::after {
    top: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .accordion-004__toggle::after {
  transform: rotate(-90deg);
}
#CONTENTS .accordion-004 .acc-box {
  margin-left: 8px;
  letter-spacing: -0.96px;
  line-height: 38.4px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004 .acc-box {
    margin-left: calc(2.1333333333 * var(--vw));
    letter-spacing: -0.96px;
    line-height: calc(7.68 * var(--vw));
  }
}
#CONTENTS .accordion-004 .acc-box-flx {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 0;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004 .acc-box-flx {
    padding: calc(3.7333333333 * var(--vw)) 0;
    font-size: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .accordion-004 .acc-box-flx .cobox-left {
  text-align: left;
  width: 21.8%;
  color: #000AC5;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004 .acc-box-flx .cobox-left {
    width: 100%;
  }
}
#CONTENTS .accordion-004 .acc-box-flx .cobox-right {
  text-align: left;
  width: 78.2%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004 .acc-box-flx .cobox-right {
    width: 90%;
  }
}
#CONTENTS .accordion-004 .acc-title__txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004 .acc-title__txt {
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .accordion-004 .acc-day__txt {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004 .acc-day__txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .accordion-004 .acc-cont__txt {
  font-size: 14px;
  line-height: 25.2px;
  padding: 0 8px 25px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004 .acc-cont__txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.72 * var(--vw));
    padding: 0 calc(2.1333333333 * var(--vw)) calc(3.3333333333 * var(--vw));
  }
}
#CONTENTS .accordion-004 .acc-cont__box {
  width: 100%;
}
#CONTENTS .accordion-004 .acc-cont__box .cb_right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004 .acc-cont__box .cb_right {
    width: 100%;
  }
}
#CONTENTS .accordion-004 .acc-cont__box .cb_right_l {
  width: 18%;
  padding: 22px 0 20px;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 22px;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004 .acc-cont__box .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .accordion-004 .acc-cont__box .cb_right_r {
  width: 82%;
  padding: 22px 0 20px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004 .acc-cont__box .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .accordion-004 .acc-cont__box .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .accordion-004 .acc-cont__box .cb_right_r_1 {
  width: 100%;
  padding: 22px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004 .acc-cont__box .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .accordion-004w dl {
  margin: inherit;
}
#CONTENTS .accordion-004w dl dt {
  padding: 15px 32px 22px 24px;
  cursor: pointer;
  position: relative;
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  font-weight: 700;
  color: #000AC5;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .accordion-004w dl dt {
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w dl dt {
    padding: calc(4 * var(--vw)) calc(2.6666666667 * var(--vw)) calc(5.0666666667 * var(--vw)) calc(2.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .accordion-004w dl dt.open .accordion-004w__toggle::after {
  transform: rotate(0deg);
}
#CONTENTS .accordion-004w dl dd {
  display: none;
  margin-left: initial;
  position: relative;
}
#CONTENTS .accordion-004w dl dd::before {
  /* content: 'A';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  */
}
#CONTENTS .accordion-004w dl .dt-2line {
  padding: 10px 32px 17px 24px !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w dl .dt-2line {
    padding: calc(2.6666666667 * var(--vw)) calc(2.6666666667 * var(--vw)) calc(3.7333333333 * var(--vw)) calc(2.6666666667 * var(--vw)) !important;
  }
}
#CONTENTS .accordion-004w__toggle {
  border: solid 1px #000AC5;
  border-radius: 50%;
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 32px;
  height: 32px;
  aspect-ratio: 1;
  padding: 6px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w__toggle {
    right: calc(2.6666666667 * var(--vw));
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: calc(8.5333333333 * var(--vw));
    height: calc(8.5333333333 * var(--vw));
    padding: calc(1.6 * var(--vw));
  }
}
#CONTENTS .accordion-004w__toggle::before, #CONTENTS .accordion-004w__toggle::after {
  transition: 0.3s ease;
  width: 35%;
  height: 1px;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w__toggle::before, #CONTENTS .accordion-004w__toggle::after {
    top: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .accordion-004w__toggle::after {
  transform: rotate(-90deg);
}
#CONTENTS .accordion-004w .acc-box {
  margin-left: 8px;
  letter-spacing: -0.96px;
  line-height: 1.6;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-box {
    margin-left: initial;
    letter-spacing: -0.96px;
    line-height: 1.6;
  }
}
#CONTENTS .accordion-004w .acc-box-flx {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 0;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-box-flx {
    padding: calc(3.7333333333 * var(--vw)) 0;
    font-size: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .accordion-004w .acc-box-flx .cobox-left {
  text-align: left;
  width: 21.8%;
  color: #000AC5;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-box-flx .cobox-left {
    width: 100%;
  }
}
#CONTENTS .accordion-004w .acc-box-flx .cobox-right {
  text-align: left;
  width: 78.2%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-box-flx .cobox-right {
    width: 90%;
  }
}
#CONTENTS .accordion-004w .acc-title__txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-title__txt {
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .accordion-004w .acc-day__txt {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-day__txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .accordion-004w .acc-cont__txt {
  font-size: 16px;
  line-height: 28.8px;
  padding: 0 32px 29px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .accordion-004w .acc-cont__txt {
    margin-top: 1px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-cont__txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.72 * var(--vw));
    padding: 0 calc(2.1333333333 * var(--vw)) calc(6.4 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .accordion-004w .acc-cont__txt .title {
  font-size: 18px;
  line-height: 28.8px;
  font-weight: 600;
  color: #000AC5;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-cont__txt .title {
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.8266666667 * var(--vw));
    margin-bottom: calc(3.2 * var(--vw));
    padding-left: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .accordion-004w .acc-cont__txt .cobox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-cont__txt .cobox {
    gap: initial !important;
    padding: calc(3.2 * var(--vw)) 0;
  }
}
#CONTENTS .accordion-004w .acc-cont__txt .cobox .ttl {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  color: #000AC5;
  font-size: 16px;
  line-height: 16px;
  margin: auto 0;
  width: 9%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-cont__txt .cobox .ttl {
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(4.2666666667 * var(--vw));
    width: 30%;
  }
}
#CONTENTS .accordion-004w .acc-cont__txt .cobox .txt {
  font-size: 16px;
  line-height: 16px;
  margin: auto 0;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-cont__txt .cobox .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(3.7333333333 * var(--vw));
    margin-top: calc(1.0666666667 * var(--vw));
    width: 70%;
  }
}
#CONTENTS .accordion-004w .acc-cont__txt .cobox .txt1 {
  font-size: 16px;
  line-height: 16px;
  margin: auto 0;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-cont__txt .cobox .txt1 {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(3.7333333333 * var(--vw));
    margin-top: calc(1.0666666667 * var(--vw));
    line-height: 1.8;
    width: 70%;
  }
}
#CONTENTS .accordion-004w .acc-cont__txt .cobox .txt2 {
  font-size: 16px;
  line-height: 1.8;
  margin: auto 0;
  margin-top: 5px;
  width: 88%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-cont__txt .cobox .txt2 {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.8;
    margin-top: calc(1.0666666667 * var(--vw));
    width: 70%;
    letter-spacing: calc(-0.1866666667 * var(--vw));
  }
}
#CONTENTS .accordion-004w .acc-cont__txt .cobox .txt2.ls05 {
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-cont__txt .cobox .txt2.ls05 {
    letter-spacing: -2px;
  }
}
#CONTENTS .accordion-004w .acc-cont__txt .cobox2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 18px;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-cont__txt .cobox2 {
    gap: initial !important;
    padding: calc(1.8666666667 * var(--vw)) 0;
  }
}
#CONTENTS .accordion-004w .acc-cont__txt .cobox2 .ttl {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  color: #000AC5;
  font-size: 16px;
  line-height: 16px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-cont__txt .cobox2 .ttl {
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(4.2666666667 * var(--vw));
    width: 30%;
  }
}
#CONTENTS .accordion-004w .acc-cont__txt .cobox2 .txt {
  font-size: 16px;
  line-height: 16px;
  margin: auto 0;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-cont__txt .cobox2 .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(3.7333333333 * var(--vw));
    margin-top: calc(1.0666666667 * var(--vw));
    width: 70%;
  }
}
#CONTENTS .accordion-004w .acc-cont__txt .cobox2 .txt1 {
  font-size: 16px;
  line-height: 16px;
  margin: auto 0;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-cont__txt .cobox2 .txt1 {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(3.7333333333 * var(--vw));
    margin-top: calc(1.0666666667 * var(--vw));
    line-height: 1.8;
    width: 70%;
  }
}
#CONTENTS .accordion-004w .acc-cont__txt .cobox2 .txt2 {
  font-size: 16px;
  line-height: 1.8;
  margin: auto 0;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-cont__txt .cobox2 .txt2 {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.8;
    margin-top: calc(1.0666666667 * var(--vw));
    width: 70%;
    letter-spacing: calc(-0.4 * var(--vw));
  }
}
#CONTENTS .accordion-004w .acc-cont__txt .mid_btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-cont__txt .mid_btn {
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .accordion-004w .acc-cont__txt .mid_btn img {
  width: 212px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-cont__txt .mid_btn img {
    width: calc(56.5333333333 * var(--vw));
  }
}
#CONTENTS .accordion-004w .acc-cont__box {
  width: 100%;
}
#CONTENTS .accordion-004w .acc-cont__box .cb_right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-cont__box .cb_right {
    width: 100%;
  }
}
#CONTENTS .accordion-004w .acc-cont__box .cb_right_l {
  width: 18%;
  padding: 22px 0 20px;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 22px;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-cont__box .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .accordion-004w .acc-cont__box .cb_right_r {
  width: 82%;
  padding: 22px 0 20px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-cont__box .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .accordion-004w .acc-cont__box .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .accordion-004w .acc-cont__box .cb_right_r_1 {
  width: 100%;
  padding: 22px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-004w .acc-cont__box .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .accordion-005 .brd-top {
  border-top: 1px solid #ADBCD6;
}
#CONTENTS .accordion-005 dl {
  border-bottom: 1px solid #ADBCD6;
  margin: inherit;
}
#CONTENTS .accordion-005 dl dt {
  padding: 22px 48px 22px 0;
  cursor: pointer;
  position: relative;
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  font-weight: 700;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-005 dl dt {
    padding: calc(5.8666666667 * var(--vw)) calc(6.4 * var(--vw)) calc(5.8666666667 * var(--vw)) 0;
    font-size: calc(5.3333333333 * var(--vw));
    margin: calc(1.3333333333 * var(--vw)) 0;
  }
}
#CONTENTS .accordion-005 dl dt.open .accordion-005__toggle::after {
  transform: rotate(0deg);
}
#CONTENTS .accordion-005 dl dd {
  display: none;
  margin-left: initial;
  position: relative;
  width: 95%;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-005 dl dd {
    margin-bottom: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .accordion-005__toggle {
  border: solid 1px #ADBCD6;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 20px;
  width: 32px;
  aspect-ratio: 1;
  padding: 6px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-005__toggle {
    top: calc(4.8 * var(--vw));
    width: calc(8.5333333333 * var(--vw));
    padding: calc(1.6 * var(--vw));
  }
}
#CONTENTS .accordion-005__toggle::before, #CONTENTS .accordion-005__toggle::after {
  transition: 0.3s ease;
  width: 35%;
  height: 1px;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-005__toggle::before, #CONTENTS .accordion-005__toggle::after {
    top: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .accordion-005__toggle::after {
  transform: rotate(-90deg);
}
#CONTENTS .accordion-005 .acc-title__txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-005 .acc-title__txt {
    font-size: calc(4.8 * var(--vw));
    line-height: calc(7.4666666667 * var(--vw));
    padding-bottom: calc(1.3333333333 * var(--vw));
  }
}
#CONTENTS .accordion-005 .acc-day__txt {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-005 .acc-day__txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .accordion-005 .acc-cont__txt {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-005 .acc-cont__txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .accordion-005 .acc-cont__box {
  width: 100%;
}
#CONTENTS .accordion-005 .acc-cont__box .cb_right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-005 .acc-cont__box .cb_right {
    width: 100%;
  }
}
#CONTENTS .accordion-005 .acc-cont__box .cb_right_l {
  width: 18%;
  padding: 22px 0 20px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 28px;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-005 .acc-cont__box .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(7.4666666667 * var(--vw));
  }
}
#CONTENTS .accordion-005 .acc-cont__box .cb_right_r {
  width: 82%;
  padding: 22px 0 20px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-005 .acc-cont__box .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .accordion-005 .acc-cont__box .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .accordion-005 .acc-cont__box .cb_right_r_1 {
  width: 100%;
  padding: 22px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .accordion-005 .acc-cont__box .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .foot-mypage {
  margin-top: 150px !important;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .foot-mypage {
    margin-top: calc(26.6666666667 * var(--vw)) !important;
  }
}
#CONTENTS .foot-mypage__imgtxt {
  text-align: center;
}
#CONTENTS .foot-mypage__imgtxt img {
  width: 1280px;
}
#CONTENTS .foot-mypage__imgtxt {
  order: 3;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .foot-mypage__imgtxt {
    order: 1;
  }
}
#CONTENTS .foot-mypage__title {
  font-size: 36px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  color: #002656;
  order: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .foot-mypage__title {
    font-weight: 700;
    font-size: calc(5.3333333333 * var(--vw));
    order: 2;
    margin-top: calc(24 * var(--vw)) !important;
  }
}
#CONTENTS .foot-mypage2 {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#CONTENTS .foot-mypage2__imgtxt {
  text-align: center;
  background-image: url(/assets/img/top/footer_mv.png);
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 1;
}
#CONTENTS .foot-mypage2__imgtxt img {
  width: 1280px;
}
#CONTENTS .foot-mypage2__imgtxt {
  order: 3;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .foot-mypage2__imgtxt {
    background-image: url(/assets/img/top/footer_mv_sp.png);
    background-size: 100%;
    background-position: bottom center;
    order: 1;
  }
}
#CONTENTS .foot-mypage2__imgtxt .bgFooterSwiper {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#CONTENTS .foot-mypage2__imgtxt .bgFooterSwiper .swiper-slide {
  opacity: 0 !important;
}
#CONTENTS .foot-mypage2__imgtxt .bgFooterSwiper .swiper-slide-active {
  opacity: 1 !important;
}
#CONTENTS .foot-mypage2__imgtxt .bgFooterSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#CONTENTS .foot-mypage2__imgtxt .footer_bg_grd {
  width: 100%;
}
#CONTENTS .foot-mypage2__imgtxt2 {
  text-align: center;
}
#CONTENTS .foot-mypage2__imgtxt2 {
  position: relative;
  z-index: -1;
}
#CONTENTS .foot-mypage2__imgtxt2 img {
  width: 1280px;
}
#CONTENTS .foot-mypage2__imgtxt2 {
  order: 3;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .foot-mypage2__imgtxt2 {
    order: 1;
  }
}
#CONTENTS .foot-mypage2__imgtxt2 .bgFooterSwiper {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#CONTENTS .foot-mypage2__imgtxt2 .bgFooterSwiper .swiper-slide {
  opacity: 0 !important;
}
#CONTENTS .foot-mypage2__imgtxt2 .bgFooterSwiper .swiper-slide-active {
  opacity: 1 !important;
}
#CONTENTS .foot-mypage2__imgtxt2 .bgFooterSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#CONTENTS .foot-mypage2__imgtxt2 .footer_bg_grd {
  width: 100%;
}
#CONTENTS .foot-mypage2__title {
  font-size: 36px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  color: #002656;
  order: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .foot-mypage2__title {
    font-weight: 700;
    font-size: calc(5.3333333333 * var(--vw));
    order: 2;
    margin-top: calc(24 * var(--vw)) !important;
  }
}
#CONTENTS .foot-mypage2 .footer-link {
  width: 100%;
}
#CONTENTS .foot-mypage2 .footer-link_btn {
  border-bottom: solid 0.5px rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
#CONTENTS .foot-mypage2 .footer-link_btn__txt {
  width: 95.3%;
  text-align: left;
  padding: 25px 0 25px 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  line-height: 38px;
  letter-spacing: 0.96px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .foot-mypage2 .footer-link_btn__txt {
    width: 82%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.4 * var(--vw));
    letter-spacing: 0.64px;
    font-weight: 600;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .foot-mypage2 .footer-link_btn__txt2 {
  width: 95.3%;
  text-align: left;
  padding: 25px 0 25px 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  line-height: 38px;
  letter-spacing: 0.96px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .foot-mypage2 .footer-link_btn__txt2 {
    width: 82%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.4 * var(--vw));
    letter-spacing: -0.64px;
    font-weight: 600;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .foot-mypage2 .footer-link_btn .btn-mark {
  width: 4.7%;
  display: flex;
  align-items: center;
}
#CONTENTS .foot-mypage2 .footer-link_btn .btn-mark img {
  width: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .foot-mypage2 .footer-link_btn .btn-mark img {
    width: calc(6.4 * var(--vw));
  }
}
#CONTENTS .foot-mypage2 .footer-link_btn .btn-mark {
  padding: 15px 15px 15px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .foot-mypage2 .footer-link_btn .btn-mark {
    text-align: right;
    width: 18%;
    padding: calc(5.3333333333 * var(--vw)) calc(2.6666666667 * var(--vw)) calc(5.3333333333 * var(--vw)) 0;
    justify-content: flex-end;
  }
}
#CONTENTS .mypage-btn__single {
  width: 245px;
  margin-top: 25px !important;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single {
    width: calc(52.6666666667 * var(--vw));
    margin-top: calc(4 * var(--vw)) !important;
    justify-content: center;
  }
}
#CONTENTS .mypage-btn__single-210 {
  position: relative;
  letter-spacing: 0.5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.7s ease;
  background-image: url("../img/contents/more_btn_pc.svg"), url("../img/contents/more_btn_hover.svg");
  background-size: 100%, 0 0;
}
#CONTENTS .mypage-btn__single-210:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn__single-210 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single-210 {
    width: calc(52.6666666667 * var(--vw));
    height: calc(12 * var(--vw));
    font-size: calc(3.2 * var(--vw));
    background-image: url(../img/contents/more_btn_sp.png);
    background-size: 100%;
    padding-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn__single-210::after {
  content: ".";
  color: #fff;
  position: absolute;
  top: -2px;
  right: 17px;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single-210::after {
    top: -13%;
    right: calc(3.4666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn__single-210:hover::after {
  animation: blinkBorder 0.6s ease infinite alternate;
}
#CONTENTS .mypage-btn__single-210_fd {
  position: relative;
  letter-spacing: 0.5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single-210_fd {
    width: calc(52.6666666667 * var(--vw));
    height: calc(12 * var(--vw));
    font-size: calc(3.2 * var(--vw));
    padding-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn__single-210_fd::after {
  content: ".";
  color: #fff;
  position: absolute;
  top: -6px;
  right: 17px;
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single-210_fd::after {
    top: -23%;
    right: calc(3.4666666667 * var(--vw));
    font-size: calc(13.3333333333 * var(--vw));
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .mypage-btn__single-210_fd:hover::after {
    animation: blinkBorder 0.36s ease infinite alternate;
  }
}
#CONTENTS .mypage-btn__single-210_fd img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn__single-210_fd img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn__single-210_fd:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single-210_fd:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single-210_fd:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn__single .ab-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single .ab-txt {
    font-size: calc(3.2 * var(--vw));
    left: calc(50% + 12px);
    width: 100%;
  }
}
#CONTENTS .mypage-btn__single .ab-txt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single .ab-txt2 {
    top: 45%;
    font-size: calc(3.2 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .mypage-btn__single-210outer {
  position: relative;
  letter-spacing: 0.5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.7s ease;
  background-image: url("../img/contents/more_btn_pc.svg"), url("../img/contents/more_btn_hover.svg");
  background-size: cover, 0 0;
}
#CONTENTS .mypage-btn__single-210outer:hover {
  background-size: 0 0, cover;
}
#CONTENTS .mypage-btn__single-210outer {
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single-210outer {
    width: calc(52.6666666667 * var(--vw));
    height: calc(12 * var(--vw));
    font-size: calc(3.2 * var(--vw));
    background-image: url(../img/contents/more_btn_sp.png);
    background-size: 100%;
    padding-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn__single-210outer::after {
  content: "";
  position: absolute;
  right: 18px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/contents/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single-210outer::after {
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
    right: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn__single_wbox {
  width: 245px;
  height: 100%;
  /* margin-top: 25px !important; */
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single_wbox {
    width: calc(52.6666666667 * var(--vw));
    margin-top: calc(4 * var(--vw)) !important;
    justify-content: center;
    align-items: center;
  }
}
#CONTENTS .mypage-btn__single_wbox-210 {
  position: relative;
  letter-spacing: 0.5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.7s ease;
  background-image: url("../img/contents/more_btn_pc.svg"), url("../img/contents/more_btn_hover.svg");
  background-size: 100%, 0 0;
}
#CONTENTS .mypage-btn__single_wbox-210:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn__single_wbox-210 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single_wbox-210 {
    width: calc(52.6666666667 * var(--vw));
    height: calc(12 * var(--vw));
    font-size: calc(3.2 * var(--vw));
    background-image: url(../img/contents/more_btn_sp.png);
    background-size: 100%;
    padding-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn__single_wbox-210::after {
  content: ".";
  color: #fff;
  position: absolute;
  top: -2px;
  right: 17px;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single_wbox-210::after {
    top: -13%;
    right: calc(3.4666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn__single_wbox-210:hover::after {
  animation: blinkBorder 0.6s ease infinite alternate;
}
#CONTENTS .mypage-btn__single_wbox-210_fd {
  position: relative;
  letter-spacing: 0.5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single_wbox-210_fd {
    width: calc(52.6666666667 * var(--vw));
    height: calc(12 * var(--vw));
    font-size: calc(3.2 * var(--vw));
    padding-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn__single_wbox-210_fd::after {
  content: ".";
  color: #fff;
  position: absolute;
  top: -6px;
  right: 17px;
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single_wbox-210_fd::after {
    top: -23%;
    right: calc(3.4666666667 * var(--vw));
    font-size: calc(13.3333333333 * var(--vw));
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .mypage-btn__single_wbox-210_fd:hover::after {
    animation: blinkBorder 0.36s ease infinite alternate;
  }
}
#CONTENTS .mypage-btn__single_wbox-210_fd img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn__single_wbox-210_fd img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn__single_wbox-210_fd:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single_wbox-210_fd:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single_wbox-210_fd:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn__single_wbox .ab-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single_wbox .ab-txt {
    font-size: calc(3.2 * var(--vw));
    left: calc(50% + 12px);
    width: 100%;
  }
}
#CONTENTS .mypage-btn__single_wbox .ab-txt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single_wbox .ab-txt2 {
    top: 45%;
    font-size: calc(3.2 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .mypage-btn__single_wbox-210outer {
  position: relative;
  letter-spacing: 0.5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.7s ease;
  background-image: url("../img/contents/more_btn_pc.svg"), url("../img/contents/more_btn_hover.svg");
  background-size: cover, 0 0;
}
#CONTENTS .mypage-btn__single_wbox-210outer:hover {
  background-size: 0 0, cover;
}
#CONTENTS .mypage-btn__single_wbox-210outer {
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single_wbox-210outer {
    width: calc(52.6666666667 * var(--vw));
    height: calc(12 * var(--vw));
    font-size: calc(3.2 * var(--vw));
    background-image: url(../img/contents/more_btn_sp.png);
    background-size: 100%;
    padding-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn__single_wbox-210outer::after {
  content: "";
  position: absolute;
  right: 18px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/contents/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single_wbox-210outer::after {
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
    right: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn__single_wbox_m0 {
  width: 245px;
  height: 100%;
  /* margin-top: 25px !important; */
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__single_wbox_m0 {
    width: calc(56.5333333333 * var(--vw));
    justify-content: center;
    align-items: flex-start;
  }
}
#CONTENTS .mypage-btn__single_wbox_m0 {
  /*
  &-210{
      position: relative;
      //border-radius: getvwPc(66);
      letter-spacing: getvwPc(0.5);
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 56px;            
      color: #fff;
      font-size: getvwPc(14);
      font-weight: 600;
      font-family: $font-serif;
      //background-image: url(../img/contents/mypage_login_btn_pc.svg);
      //background-repeat: no-repeat;
      //background-position: center center;
      //background-size: 100%;
      transition: background-image 0.7s ease;
      background-image:url("../img/contents/more_btn_pc.svg"),url("../img/contents/more_btn_hover.svg");
      background-size:100%,0 0;
      &:hover{
          background-size:0 0,100%;
      }            
      text-align: center;
      text-decoration: none;
      //padding: getvwPc(15) 0;            
      @include media(sp) {
          width: getvw(395);
          height: getvw(90);
          //padding: getvw(30) 0;
          //padding: getvw(20.25) 0;
          font-size: getvw(24);
          background-image: url(../img/contents/more_btn_sp.png);
          background-size: 100%;
          padding-bottom: getvw(4);
      }
      &::after{
          content: ".";
          color: #fff;
          position: absolute;
          top: getvwPc(-2);
          right: getvwPc(17);
          font-size: getvwPc(40);                
          @include media(sp) {
              top: -13%;
              right: getvw(26);
          }
      }
      &:hover::after{
          animation: blinkBorder 0.6s ease infinite alternate;
      }
  }
  &-210_fd{
      position: relative;
      //border-radius: getvwPc(66);
      letter-spacing: getvwPc(0.5);
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 56px;            
      color: #fff;
      font-size: getvwPc(14);
      font-weight: 600;
      font-family: $font-serif;           
      text-align: center;
      text-decoration: none;

      @include media(sp) {
          width: getvw(395);
          height: getvw(90);
          font-size: getvw(24);
          padding-bottom: getvw(4);
      }
      &::after{
          content: ".";
          color: #fff;
          position: absolute;
          top: getvwPc(-6);
          right: getvwPc(17);
          font-size: getvwPc(50);                
          @include media(sp) {
              top: -23%;
              right: getvw(26);
              font-size: getvw(100);
          }
      }
      &:hover::after{
          @include media(pc) {
              animation: blinkBorder 0.36s ease infinite alternate;
          }
      }
      img{
          height: auto;
          left: 0;
          position: absolute;
          width: 100%;
          @include media(sp) {
              //left: getvw(25);
          }                    
      }
      //2枚目の画像は最初透明
      img:last-of-type {
      opacity: 0;
      transition: opacity $time07s;
      }
      //hoverすると2枚目の画像が透明じゃなくなる 
      &:hover img {
          opacity: 1;
          @include media(sp) {
              opacity: 1;
          }
      }
      &:hover img:last-of-type {
          @include media(sp) {
              opacity: 0;
          }
      }             
  }
  .ab-txt{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: getvwPc(14);
      font-weight: 600;
      font-family: $font-serif;
      text-decoration: none;
      z-index: 10;
      color: #fff;
      @include media(sp) {
          font-size: getvw(24);
          left: calc(50% + 12px); //left 12.5移動分加算
          width: 100%;
      }                
  }
  .ab-txt2{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: getvwPc(14);
      font-weight: 600;
      font-family: $font-serif;
      text-decoration: none;
      z-index: 10;
      color: #fff;
      @include media(sp) {
          top: 45%;
          font-size: getvw(24);
          //left: calc(50% + 12px); //left 12.5移動分加算
          width: 100%;
      }                
  }                
  &-210outer{
      position: relative;
      //border-radius: getvwPc(66);
      letter-spacing: getvwPc(0.5);
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 56px;            
      color: #fff;
      font-size: getvwPc(14);
      font-weight: 600;
      font-family: $font-serif;
      //background-image: url(../img/contents/mypage_login_btn_pc.svg);
      //background-repeat: no-repeat;
      //background-position: center center;
      //background-size: 100%;
      transition: background-image 0.7s ease;
      background-image:url("../img/contents/more_btn_pc.svg"),url("../img/contents/more_btn_hover.svg");
      background-size:cover,0 0;
      &:hover{
          background-size:0 0,cover;
      }            
      text-align: center;
      text-decoration: none;
      padding: getvwPc(15) 0;            
      @include media(sp) {
          width: getvw(395);
          height: getvw(90);
          //padding: getvw(30) 0;
          //padding: getvw(20.25) 0;
          font-size: getvw(24);
          background-image: url(../img/contents/more_btn_sp.png);
          background-size: 100%;
          padding-bottom: getvw(4);
      }
      &::after{
          content: "";
          position: absolute;
          //top: 35%;
          right: getvwPc(18);
          display: inline-block;
          width: getvwPc(13);
          height: getvwPc(11);
          background-image: url('../img/contents/link_icon.svg');
          background-position: center;
          background-size: contain;                    
          z-index: 10;
          @include media(sp) {
              width: getvw(26);
              height: getvw(22);
              right: getvw(30);                        
          }
      }
      &:hover::after{
          //animation: blinkBorder 0.6s ease infinite alternate;
      }
  }                  
  */
}
#CONTENTS .mypage-btn__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 60px;
  margin: 50px 0 160px !important;
  order: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box {
    order: 3;
    gap: calc(8 * var(--vw));
    margin: calc(5.3333333333 * var(--vw)) 0 calc(26.6666666667 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn__box_left {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.7s ease;
  background-image: url("../img/contents/mypage_login_btn_pc.svg"), url("../img/contents/mypage_login_btn_hover.svg");
  background-size: 100%, 0 0;
}
#CONTENTS .mypage-btn__box_left:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn__box_left {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_left {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
    background-image: url(../img/contents/mypage_login_btn_sp.svg);
    background-size: 100%;
  }
}
#CONTENTS .mypage-btn__box_left::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_left::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn__box_left_fd {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn__box_left_fd:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn__box_left_fd {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_left_fd {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn__box_left_fd::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_left_fd::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn__box_left_fd img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn__box_left_fd img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn__box_left_fd:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_left_fd:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_left_fd:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn__box_left_fd2 {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn__box_left_fd2:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn__box_left_fd2 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_left_fd2 {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn__box_left_fd2::after {
  content: "";
  position: absolute;
  right: 90px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_left_fd2::after {
    right: calc(18.6666666667 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn__box_left_fd2 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn__box_left_fd2 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn__box_left_fd2:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_left_fd2:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_left_fd2:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn__box .ab-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box .ab-txt {
    font-size: calc(3.2 * var(--vw));
    left: calc(50% + 12px);
    width: 100%;
  }
}
#CONTENTS .mypage-btn__box .ab-txt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box .ab-txt2 {
    top: 50%;
    font-size: calc(4 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .mypage-btn__box_right {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.6s ease;
  background-image: url("../img/contents/mypage_signin_btn_pc.svg"), url("../img/contents/mypage_signin_btn_hover.svg");
  background-size: 100%, 0 0;
}
#CONTENTS .mypage-btn__box_right:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn__box_right {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_right {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
    background-image: url(../img/contents/mypage_signin_btn_sp.svg);
    background-size: 100%;
  }
}
#CONTENTS .mypage-btn__box_right::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_right::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn__box_right_fd {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_right_fd {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn__box_right_fd::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_right_fd::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn__box_right_fd img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn__box_right_fd img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn__box_right_fd:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_right_fd:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_right_fd:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn__box_right_fd2 {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_right_fd2 {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn__box_right_fd2::after {
  content: "";
  position: absolute;
  right: 82px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_right_fd2::after {
    right: calc(16.5333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn__box_right_fd2 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn__box_right_fd2 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn__box_right_fd2:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_right_fd2:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_right_fd2:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn__box_right_fd3 {
  position: relative;
  width: 213px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_right_fd3 {
    width: calc(56.8 * var(--vw));
    height: calc(11.2 * var(--vw));
  }
}
#CONTENTS .mypage-btn__box_right_fd3 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn__box_right_fd3 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn__box_right_fd3:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_right_fd3:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box_right_fd3:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn__box .ab-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box .ab-txt {
    font-size: calc(3.2 * var(--vw));
    left: calc(50% + 12px);
    width: 100%;
  }
}
#CONTENTS .mypage-btn__box .ab-txt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__box .ab-txt2 {
    top: 48%;
    font-size: calc(4 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .mypage-btn__cobox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 415px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__cobox {
    width: 100%;
  }
}
#CONTENTS .mypage-btn__cobox .txt {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  margin-top: 16px !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__cobox .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    margin-top: calc(3.7333333333 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn__cobox .txt_w {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  margin-top: 14px !important;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn__cobox .txt_w {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.6 * var(--vw));
    margin-top: calc(3.2 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn2__single {
  width: 245px;
  margin-top: 25px !important;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__single {
    width: calc(52.6666666667 * var(--vw));
    margin-top: calc(4 * var(--vw)) !important;
    justify-content: center;
  }
}
#CONTENTS .mypage-btn2__single-210 {
  position: relative;
  letter-spacing: 0.5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.7s ease;
  background-image: url("../img/contents/more_btn_pc.svg"), url("../img/contents/more_btn_hover.svg");
  background-size: 100%, 0 0;
}
#CONTENTS .mypage-btn2__single-210:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn2__single-210 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__single-210 {
    width: calc(52.6666666667 * var(--vw));
    height: calc(12 * var(--vw));
    font-size: calc(3.2 * var(--vw));
    background-image: url(../img/contents/more_btn_sp.png);
    background-size: 100%;
    padding-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn2__single-210::after {
  content: ".";
  color: #fff;
  position: absolute;
  top: -2px;
  right: 17px;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__single-210::after {
    top: -13%;
    right: calc(3.4666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn2__single-210:hover::after {
  animation: blinkBorder 0.6s ease infinite alternate;
}
#CONTENTS .mypage-btn2__single-210_fd {
  position: relative;
  letter-spacing: 0.5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__single-210_fd {
    width: calc(52.6666666667 * var(--vw));
    height: calc(12 * var(--vw));
    font-size: calc(3.2 * var(--vw));
    padding-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn2__single-210_fd::after {
  content: ".";
  color: #fff;
  position: absolute;
  top: -6px;
  right: 17px;
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__single-210_fd::after {
    top: -23%;
    right: calc(3.4666666667 * var(--vw));
    font-size: calc(13.3333333333 * var(--vw));
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .mypage-btn2__single-210_fd:hover::after {
    animation: blinkBorder 0.36s ease infinite alternate;
  }
}
#CONTENTS .mypage-btn2__single-210_fd img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn2__single-210_fd img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn2__single-210_fd:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__single-210_fd:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__single-210_fd:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn2__single .ab-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__single .ab-txt {
    font-size: calc(3.2 * var(--vw));
    left: calc(50% + 12px);
    width: 100%;
  }
}
#CONTENTS .mypage-btn2__single .ab-txt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__single .ab-txt2 {
    top: 45%;
    font-size: calc(3.2 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .mypage-btn2__single-210outer {
  position: relative;
  letter-spacing: 0.5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.7s ease;
  background-image: url("../img/contents/more_btn_pc.svg"), url("../img/contents/more_btn_hover.svg");
  background-size: cover, 0 0;
}
#CONTENTS .mypage-btn2__single-210outer:hover {
  background-size: 0 0, cover;
}
#CONTENTS .mypage-btn2__single-210outer {
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__single-210outer {
    width: calc(52.6666666667 * var(--vw));
    height: calc(12 * var(--vw));
    font-size: calc(3.2 * var(--vw));
    background-image: url(../img/contents/more_btn_sp.png);
    background-size: 100%;
    padding-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn2__single-210outer::after {
  content: "";
  position: absolute;
  right: 18px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/contents/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__single-210outer::after {
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
    right: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn2__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 60px;
  margin: 75px 0 400px !important;
  order: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box {
    order: 3;
    gap: calc(8 * var(--vw));
    margin: calc(20 * var(--vw)) 0 calc(45.3333333333 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn2__box_left {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.7s ease;
  background-image: url("../img/contents/mypage_login_btn_pc.svg"), url("../img/contents/mypage_login_btn_hover.svg");
  background-size: 100%, 0 0;
}
#CONTENTS .mypage-btn2__box_left:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn2__box_left {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box_left {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
    background-image: url(../img/contents/mypage_login_btn_sp.svg);
    background-size: 100%;
  }
}
#CONTENTS .mypage-btn2__box_left::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box_left::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn2__box_left_fd {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn2__box_left_fd:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn2__box_left_fd {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box_left_fd {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn2__box_left_fd::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box_left_fd::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn2__box_left_fd img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn2__box_left_fd img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn2__box_left_fd:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box_left_fd:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box_left_fd:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn2__box_left_fd2 {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn2__box_left_fd2:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn2__box_left_fd2 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box_left_fd2 {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn2__box_left_fd2::after {
  content: "";
  position: absolute;
  right: 90px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box_left_fd2::after {
    right: calc(18.6666666667 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn2__box_left_fd2 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn2__box_left_fd2 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn2__box_left_fd2:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box_left_fd2:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box_left_fd2:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn2__box .ab-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box .ab-txt {
    font-size: calc(3.2 * var(--vw));
    left: calc(50% + 12px);
    width: 100%;
  }
}
#CONTENTS .mypage-btn2__box .ab-txt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box .ab-txt2 {
    top: 50%;
    font-size: calc(4 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .mypage-btn2__box_right {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.6s ease;
  background-image: url("../img/contents/mypage_signin_btn_pc.svg"), url("../img/contents/mypage_signin_btn_hover.svg");
  background-size: 100%, 0 0;
}
#CONTENTS .mypage-btn2__box_right:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn2__box_right {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box_right {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
    background-image: url(../img/contents/mypage_signin_btn_sp.svg);
    background-size: 100%;
  }
}
#CONTENTS .mypage-btn2__box_right::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box_right::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn2__box_right_fd {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box_right_fd {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn2__box_right_fd::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box_right_fd::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn2__box_right_fd img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn2__box_right_fd img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn2__box_right_fd:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box_right_fd:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box_right_fd:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn2__box_right_fd2 {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box_right_fd2 {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn2__box_right_fd2::after {
  content: "";
  position: absolute;
  right: 82px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box_right_fd2::after {
    right: calc(16.5333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn2__box_right_fd2 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn2__box_right_fd2 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn2__box_right_fd2:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box_right_fd2:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box_right_fd2:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn2__box .ab-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box .ab-txt {
    font-size: calc(3.2 * var(--vw));
    left: calc(50% + 12px);
    width: 100%;
  }
}
#CONTENTS .mypage-btn2__box .ab-txt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__box .ab-txt2 {
    top: 48%;
    font-size: calc(4 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .mypage-btn2__cobox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 415px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__cobox {
    width: 100%;
  }
}
#CONTENTS .mypage-btn2__cobox .txt {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  margin-top: 16px !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__cobox .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    margin-top: calc(3.7333333333 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn2__cobox .txt_w {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  margin-top: 14px !important;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__cobox .txt_w {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.6 * var(--vw));
    margin-top: calc(3.2 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn2__cobox2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 415px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__cobox2 {
    width: 100%;
    align-items: center;
  }
}
#CONTENTS .mypage-btn2__cobox2 .txt {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  margin-top: 16px !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__cobox2 .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    margin-top: calc(3.7333333333 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn2__cobox2 .txt_w {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  margin-top: 14px !important;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__cobox2 .txt_w {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.6 * var(--vw));
    margin-top: calc(3.2 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn2__cobox2c {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__cobox2c {
    width: 100%;
    align-items: center;
  }
}
#CONTENTS .mypage-btn2__cobox2c-sm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__cobox2c-sm {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin-top: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn2__cobox2c-sm2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__cobox2c-sm2 {
    width: 100%;
    align-items: flex-start;
    margin-top: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn2__cobox2c-sm2 .ind-box {
  width: 527px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__cobox2c-sm2 .ind-box {
    width: 100%;
  }
}
#CONTENTS .mypage-btn2__cobox2c-ev {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__cobox2c-ev {
    width: 100%;
    align-items: center;
    margin-top: calc(6.4 * var(--vw));
  }
}
#CONTENTS .mypage-btn2__cobox2_pc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 415px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__cobox2_pc {
    width: 100%;
    align-items: center;
    display: none !important;
  }
}
#CONTENTS .mypage-btn2__cobox2_pc .txt {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  margin-top: 16px !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__cobox2_pc .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    margin-top: calc(3.7333333333 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn2__cobox2_pc .txt_w {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  margin-top: 14px !important;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__cobox2_pc .txt_w {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.6 * var(--vw));
    margin-top: calc(3.2 * var(--vw)) !important;
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .mypage-btn2__cobox2_sp {
    display: none !important;
  }
}
#CONTENTS .mypage-btn2__cobox2_sp {
  /*flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;*/
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__cobox2_sp {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    margin-top: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn2__cobox2_sp .txt {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  margin-top: 16px !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__cobox2_sp .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    margin-top: calc(3.7333333333 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn2__cobox2_sp .txt_w {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  margin-top: 14px !important;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn2__cobox2_sp .txt_w {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.6 * var(--vw));
    margin-top: calc(3.2 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn3__single {
  width: 245px;
  margin-top: 25px !important;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__single {
    width: calc(52.6666666667 * var(--vw));
    margin-top: calc(4 * var(--vw)) !important;
    justify-content: center;
  }
}
#CONTENTS .mypage-btn3__single-210 {
  position: relative;
  letter-spacing: 0.5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.7s ease;
  background-image: url("../img/contents/more_btn_pc.svg"), url("../img/contents/more_btn_hover.svg");
  background-size: 100%, 0 0;
}
#CONTENTS .mypage-btn3__single-210:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn3__single-210 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__single-210 {
    width: calc(52.6666666667 * var(--vw));
    height: calc(12 * var(--vw));
    font-size: calc(3.2 * var(--vw));
    background-image: url(../img/contents/more_btn_sp.png);
    background-size: 100%;
    padding-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn3__single-210::after {
  content: ".";
  color: #fff;
  position: absolute;
  top: -2px;
  right: 17px;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__single-210::after {
    top: -13%;
    right: calc(3.4666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn3__single-210:hover::after {
  animation: blinkBorder 0.6s ease infinite alternate;
}
#CONTENTS .mypage-btn3__single-210_fd {
  position: relative;
  letter-spacing: 0.5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__single-210_fd {
    width: calc(52.6666666667 * var(--vw));
    height: calc(12 * var(--vw));
    font-size: calc(3.2 * var(--vw));
    padding-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn3__single-210_fd::after {
  content: ".";
  color: #fff;
  position: absolute;
  top: -6px;
  right: 17px;
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__single-210_fd::after {
    top: -23%;
    right: calc(3.4666666667 * var(--vw));
    font-size: calc(13.3333333333 * var(--vw));
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .mypage-btn3__single-210_fd:hover::after {
    animation: blinkBorder 0.36s ease infinite alternate;
  }
}
#CONTENTS .mypage-btn3__single-210_fd img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn3__single-210_fd img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn3__single-210_fd:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__single-210_fd:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__single-210_fd:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn3__single .ab-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__single .ab-txt {
    font-size: calc(3.2 * var(--vw));
    left: calc(50% + 12px);
    width: 100%;
  }
}
#CONTENTS .mypage-btn3__single .ab-txt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__single .ab-txt2 {
    top: 45%;
    font-size: calc(3.2 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .mypage-btn3__single-210outer {
  position: relative;
  letter-spacing: 0.5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.7s ease;
  background-image: url("../img/contents/more_btn_pc.svg"), url("../img/contents/more_btn_hover.svg");
  background-size: cover, 0 0;
}
#CONTENTS .mypage-btn3__single-210outer:hover {
  background-size: 0 0, cover;
}
#CONTENTS .mypage-btn3__single-210outer {
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__single-210outer {
    width: calc(52.6666666667 * var(--vw));
    height: calc(12 * var(--vw));
    font-size: calc(3.2 * var(--vw));
    background-image: url(../img/contents/more_btn_sp.png);
    background-size: 100%;
    padding-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn3__single-210outer::after {
  content: "";
  position: absolute;
  right: 18px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/contents/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__single-210outer::after {
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
    right: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn3__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 60px;
  margin: 75px 0 400px !important;
  order: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box {
    order: 3;
    gap: calc(8 * var(--vw));
    margin: calc(20 * var(--vw)) 0 calc(45.3333333333 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn3__box_left {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.7s ease;
  background-image: url("../img/contents/mypage_login_btn_pc.svg"), url("../img/contents/mypage_login_btn_hover.svg");
  background-size: 100%, 0 0;
}
#CONTENTS .mypage-btn3__box_left:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn3__box_left {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_left {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
    background-image: url(../img/contents/mypage_login_btn_sp.svg);
    background-size: 100%;
  }
}
#CONTENTS .mypage-btn3__box_left::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_left::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn3__box_left_fd {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn3__box_left_fd:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn3__box_left_fd {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_left_fd {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn3__box_left_fd::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_left_fd::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn3__box_left_fd img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn3__box_left_fd img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn3__box_left_fd:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_left_fd:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_left_fd:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn3__box_left_fd2 {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn3__box_left_fd2:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn3__box_left_fd2 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_left_fd2 {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn3__box_left_fd2::after {
  content: "";
  position: absolute;
  right: 90px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_left_fd2::after {
    right: calc(18.6666666667 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn3__box_left_fd2 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn3__box_left_fd2 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn3__box_left_fd2:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_left_fd2:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_left_fd2:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn3__box_left_fd4 {
  position: relative;
  width: 448px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn3__box_left_fd4:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn3__box_left_fd4 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_left_fd4 {
    width: calc(76.5333333333 * var(--vw));
    height: calc(14.6666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn3__box_left_fd4 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn3__box_left_fd4 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn3__box_left_fd4:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_left_fd4:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_left_fd4:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn3__box .ab-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box .ab-txt {
    font-size: calc(3.2 * var(--vw));
    left: calc(50% + 12px);
    width: 100%;
  }
}
#CONTENTS .mypage-btn3__box .ab-txt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box .ab-txt2 {
    top: 50%;
    font-size: calc(4 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .mypage-btn3__box .ab-txt3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box .ab-txt3 {
    top: 50%;
    font-size: calc(4 * var(--vw));
    width: 100%;
    gap: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn3__box .ab-txt3 .img {
  position: relative;
  width: 17px;
  height: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box .ab-txt3 .img {
    width: 14px;
    height: 12px;
  }
}
#CONTENTS .mypage-btn3__box_right {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.6s ease;
  background-image: url("../img/contents/mypage_signin_btn_pc.svg"), url("../img/contents/mypage_signin_btn_hover.svg");
  background-size: 100%, 0 0;
}
#CONTENTS .mypage-btn3__box_right:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn3__box_right {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_right {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
    background-image: url(../img/contents/mypage_signin_btn_sp.svg);
    background-size: 100%;
  }
}
#CONTENTS .mypage-btn3__box_right::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_right::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn3__box_right_fd {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_right_fd {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn3__box_right_fd::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_right_fd::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn3__box_right_fd img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn3__box_right_fd img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn3__box_right_fd:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_right_fd:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_right_fd:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn3__box_right_fd2 {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_right_fd2 {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn3__box_right_fd2::after {
  content: "";
  position: absolute;
  right: 82px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_right_fd2::after {
    right: calc(16.5333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn3__box_right_fd2 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn3__box_right_fd2 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn3__box_right_fd2:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_right_fd2:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_right_fd2:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn3__box_right_fd4 {
  position: relative;
  width: 448px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_right_fd4 {
    width: calc(76.5333333333 * var(--vw));
    height: calc(14.6666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn3__box_right_fd4 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn3__box_right_fd4 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn3__box_right_fd4:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_right_fd4:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__box_right_fd4:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn3__cobox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 449px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__cobox {
    width: calc(76.5333333333 * var(--vw));
    align-items: center;
  }
}
#CONTENTS .mypage-btn3__cobox .txt {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  margin-top: 16px !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__cobox .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    margin-top: calc(3.7333333333 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn3__cobox .txt_w {
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  margin-top: 14px !important;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__cobox .txt_w {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.6 * var(--vw));
    margin-top: calc(3.2 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn3__cobox2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 415px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__cobox2 {
    width: 100%;
    align-items: center;
  }
}
#CONTENTS .mypage-btn3__cobox2 .txt {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  margin-top: 16px !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__cobox2 .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    margin-top: calc(3.7333333333 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn3__cobox2 .txt_w {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  margin-top: 14px !important;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__cobox2 .txt_w {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.6 * var(--vw));
    margin-top: calc(3.2 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn3__cobox2_pc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 415px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__cobox2_pc {
    width: 100%;
    align-items: center;
    display: none !important;
  }
}
#CONTENTS .mypage-btn3__cobox2_pc .txt {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  margin-top: 16px !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__cobox2_pc .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    margin-top: calc(3.7333333333 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn3__cobox2_pc .txt_w {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  margin-top: 14px !important;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__cobox2_pc .txt_w {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.6 * var(--vw));
    margin-top: calc(3.2 * var(--vw)) !important;
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .mypage-btn3__cobox2_sp {
    display: none !important;
  }
}
#CONTENTS .mypage-btn3__cobox2_sp {
  /*flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;*/
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__cobox2_sp {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    margin-top: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn3__cobox2_sp .txt {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  margin-top: 16px !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__cobox2_sp .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    margin-top: calc(3.7333333333 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn3__cobox2_sp .txt_w {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  margin-top: 14px !important;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn3__cobox2_sp .txt_w {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.6 * var(--vw));
    margin-top: calc(3.2 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn4__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 60px;
  margin: 264px 0 400px !important;
  order: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box {
    order: 3;
    gap: calc(8 * var(--vw));
    margin: calc(20 * var(--vw)) 0 calc(45.3333333333 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn4__box_left {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.7s ease;
  background-image: url("../img/contents/mypage_login_btn_pc.svg"), url("../img/contents/mypage_login_btn_hover.svg");
  background-size: 100%, 0 0;
}
#CONTENTS .mypage-btn4__box_left:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn4__box_left {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_left {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
    background-image: url(../img/contents/mypage_login_btn_sp.svg);
    background-size: 100%;
  }
}
#CONTENTS .mypage-btn4__box_left::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_left::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn4__box_left_fd {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn4__box_left_fd:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn4__box_left_fd {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_left_fd {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn4__box_left_fd::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_left_fd::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn4__box_left_fd img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn4__box_left_fd img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn4__box_left_fd:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_left_fd:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_left_fd:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn4__box_left_fd2 {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn4__box_left_fd2:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn4__box_left_fd2 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_left_fd2 {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn4__box_left_fd2::after {
  content: "";
  position: absolute;
  right: 90px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_left_fd2::after {
    right: calc(18.6666666667 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn4__box_left_fd2 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn4__box_left_fd2 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn4__box_left_fd2:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_left_fd2:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_left_fd2:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn4__box_left_fd4 {
  position: relative;
  width: 448px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn4__box_left_fd4:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn4__box_left_fd4 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_left_fd4 {
    width: calc(76.5333333333 * var(--vw));
    height: calc(14.6666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn4__box_left_fd4 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn4__box_left_fd4 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn4__box_left_fd4:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_left_fd4:hover img {
    opacity: 1;
  }
}
#CONTENTS .mypage-btn4__box .ab-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box .ab-txt {
    font-size: calc(3.2 * var(--vw));
    left: calc(50% + 12px);
    width: 100%;
  }
}
#CONTENTS .mypage-btn4__box .ab-txt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box .ab-txt2 {
    top: 50%;
    font-size: calc(4 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .mypage-btn4__box .ab-txt3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box .ab-txt3 {
    top: 50%;
    font-size: calc(4 * var(--vw));
    width: 100%;
    gap: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn4__box .ab-txt3 .img {
  position: relative;
  width: 17px;
  height: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box .ab-txt3 .img {
    width: calc(3.7333333333 * var(--vw));
    height: calc(3.2 * var(--vw));
  }
}
#CONTENTS .mypage-btn4__box_right {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.6s ease;
  background-image: url("../img/contents/mypage_signin_btn_pc.svg"), url("../img/contents/mypage_signin_btn_hover.svg");
  background-size: 100%, 0 0;
}
#CONTENTS .mypage-btn4__box_right:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn4__box_right {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_right {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
    background-image: url(../img/contents/mypage_signin_btn_sp.svg);
    background-size: 100%;
  }
}
#CONTENTS .mypage-btn4__box_right {
  /*
  &::after{
      content: "●";
      color: #fff;
      position: absolute;
      top: 37%;
      right: getvwPc(20);
      font-size: getvwPc(10);
      @include media(sp) {
          top: 36%;
      }                    
  }
  */
}
#CONTENTS .mypage-btn4__box_right::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_right::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn4__box_right_fd {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_right_fd {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn4__box_right_fd::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_right_fd::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn4__box_right_fd img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn4__box_right_fd img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn4__box_right_fd:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_right_fd:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_right_fd:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn4__box_right_fd2 {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_right_fd2 {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn4__box_right_fd2::after {
  content: "";
  position: absolute;
  right: 82px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_right_fd2::after {
    right: calc(16.5333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn4__box_right_fd2 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn4__box_right_fd2 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn4__box_right_fd2:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_right_fd2:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_right_fd2:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn4__box_right_fd4 {
  position: relative;
  width: 448px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_right_fd4 {
    width: calc(76.5333333333 * var(--vw));
    height: calc(14.6666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn4__box_right_fd4 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn4__box_right_fd4 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn4__box_right_fd4:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_right_fd4:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__box_right_fd4:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn4__cobox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 449px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__cobox {
    width: calc(76.5333333333 * var(--vw));
    align-items: center;
  }
}
#CONTENTS .mypage-btn4__cobox .txt {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  margin-top: 16px !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__cobox .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    margin-top: calc(3.7333333333 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn4__cobox .txt_w {
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  margin-top: 14px !important;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn4__cobox .txt_w {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.6 * var(--vw));
    margin-top: calc(3.2 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn5__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 30px;
  margin: 270px 0 400px !important;
  order: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box {
    order: 3;
    gap: calc(8 * var(--vw));
    margin: calc(20 * var(--vw)) 0 calc(45.3333333333 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn5__box_left {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.7s ease;
  background-image: url("../img/contents/mypage_login_btn_pc.svg"), url("../img/contents/mypage_login_btn_hover.svg");
  background-size: 100%, 0 0;
}
#CONTENTS .mypage-btn5__box_left:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn5__box_left {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_left {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
    background-image: url(../img/contents/mypage_login_btn_sp.svg);
    background-size: 100%;
  }
}
#CONTENTS .mypage-btn5__box_left::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_left::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5__box_left_fd {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn5__box_left_fd:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn5__box_left_fd {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_left_fd {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn5__box_left_fd::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_left_fd::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5__box_left_fd img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5__box_left_fd img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5__box_left_fd:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_left_fd:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_left_fd:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn5__box_left_fd2 {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn5__box_left_fd2:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn5__box_left_fd2 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_left_fd2 {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn5__box_left_fd2::after {
  content: "";
  position: absolute;
  right: 90px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_left_fd2::after {
    right: calc(18.6666666667 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5__box_left_fd2 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5__box_left_fd2 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5__box_left_fd2:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_left_fd2:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_left_fd2:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn5__box_left_fd4 {
  position: relative;
  width: 320px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn5__box_left_fd4:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn5__box_left_fd4 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_left_fd4 {
    width: calc(76.5333333333 * var(--vw));
    height: calc(14.6666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn5__box_left_fd4 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5__box_left_fd4 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5__box_left_fd4:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_left_fd4:hover img {
    opacity: 1;
  }
}
#CONTENTS .mypage-btn5__box_center_fd4 {
  position: relative;
  width: 320px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn5__box_center_fd4:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn5__box_center_fd4 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_center_fd4 {
    width: calc(76.5333333333 * var(--vw));
    height: calc(14.6666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn5__box_center_fd4 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5__box_center_fd4 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5__box_center_fd4:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_center_fd4:hover img {
    opacity: 1;
  }
}
#CONTENTS .mypage-btn5__box .ab-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box .ab-txt {
    font-size: calc(3.2 * var(--vw));
    left: calc(50% + 12px);
    width: 100%;
  }
}
#CONTENTS .mypage-btn5__box .ab-txt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box .ab-txt2 {
    top: 50%;
    font-size: calc(4 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .mypage-btn5__box .ab-txt3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box .ab-txt3 {
    top: 50%;
    font-size: calc(4 * var(--vw));
    width: 100%;
    gap: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5__box .ab-txt3 .img {
  position: relative;
  width: 17px;
  height: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box .ab-txt3 .img {
    width: calc(3.7333333333 * var(--vw));
    height: calc(3.2 * var(--vw));
  }
}
#CONTENTS .mypage-btn5__box_right {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.6s ease;
  background-image: url("../img/contents/mypage_signin_btn_pc.svg"), url("../img/contents/mypage_signin_btn_hover.svg");
  background-size: 100%, 0 0;
}
#CONTENTS .mypage-btn5__box_right:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn5__box_right {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_right {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
    background-image: url(../img/contents/mypage_signin_btn_sp.svg);
    background-size: 100%;
  }
}
#CONTENTS .mypage-btn5__box_right {
  /*
  &::after{
      content: "●";
      color: #fff;
      position: absolute;
      top: 37%;
      right: getvwPc(20);
      font-size: getvwPc(10);
      @include media(sp) {
          top: 36%;
      }                    
  }
  */
}
#CONTENTS .mypage-btn5__box_right::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_right::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5__box_right_fd {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_right_fd {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn5__box_right_fd::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_right_fd::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5__box_right_fd img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5__box_right_fd img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5__box_right_fd:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_right_fd:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_right_fd:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn5__box_right_fd2 {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_right_fd2 {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn5__box_right_fd2::after {
  content: "";
  position: absolute;
  right: 82px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_right_fd2::after {
    right: calc(16.5333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5__box_right_fd2 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5__box_right_fd2 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5__box_right_fd2:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_right_fd2:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_right_fd2:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn5__box_right_fd4 {
  position: relative;
  width: 320px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_right_fd4 {
    width: calc(76.5333333333 * var(--vw));
    height: calc(14.6666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn5__box_right_fd4 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5__box_right_fd4 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5__box_right_fd4:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_right_fd4:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__box_right_fd4:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn5__cobox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__cobox {
    width: calc(76.5333333333 * var(--vw));
    align-items: center;
  }
}
#CONTENTS .mypage-btn5__cobox .txt {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  margin-top: 16px !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__cobox .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    margin-top: calc(3.7333333333 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn5__cobox .txt_w {
  display: none;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  margin-top: 14px !important;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5__cobox .txt_w {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.6 * var(--vw));
    margin-top: calc(3.2 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn5__cobox:first-child {
  display: none;
}
#CONTENTS .mypage-btn5-45__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 30px;
  margin: 45px 0 400px !important;
  order: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box {
    order: 3;
    gap: calc(8 * var(--vw));
    margin: 0 0 calc(45.3333333333 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn5-45__box_left {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.7s ease;
  background-image: url("../img/contents/mypage_login_btn_pc.svg"), url("../img/contents/mypage_login_btn_hover.svg");
  background-size: 100%, 0 0;
}
#CONTENTS .mypage-btn5-45__box_left:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn5-45__box_left {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_left {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
    background-image: url(../img/contents/mypage_login_btn_sp.svg);
    background-size: 100%;
  }
}
#CONTENTS .mypage-btn5-45__box_left::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_left::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-45__box_left_fd {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn5-45__box_left_fd:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn5-45__box_left_fd {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_left_fd {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-45__box_left_fd::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_left_fd::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-45__box_left_fd img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5-45__box_left_fd img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5-45__box_left_fd:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_left_fd:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_left_fd:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn5-45__box_left_fd2 {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn5-45__box_left_fd2:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn5-45__box_left_fd2 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_left_fd2 {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-45__box_left_fd2::after {
  content: "";
  position: absolute;
  right: 90px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_left_fd2::after {
    right: calc(18.6666666667 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-45__box_left_fd2 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5-45__box_left_fd2 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5-45__box_left_fd2:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_left_fd2:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_left_fd2:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn5-45__box_left_fd4 {
  position: relative;
  width: 320px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn5-45__box_left_fd4:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn5-45__box_left_fd4 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_left_fd4 {
    width: calc(76.5333333333 * var(--vw));
    height: calc(14.6666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-45__box_left_fd4 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5-45__box_left_fd4 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5-45__box_left_fd4:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_left_fd4:hover img {
    opacity: 1;
  }
}
#CONTENTS .mypage-btn5-45__box_center_fd4 {
  position: relative;
  width: 320px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn5-45__box_center_fd4:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn5-45__box_center_fd4 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_center_fd4 {
    width: calc(76.5333333333 * var(--vw));
    height: calc(14.6666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-45__box_center_fd4 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5-45__box_center_fd4 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5-45__box_center_fd4:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_center_fd4:hover img {
    opacity: 1;
  }
}
#CONTENTS .mypage-btn5-45__box .ab-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box .ab-txt {
    font-size: calc(3.2 * var(--vw));
    left: calc(50% + 12px);
    width: 100%;
  }
}
#CONTENTS .mypage-btn5-45__box .ab-txt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box .ab-txt2 {
    top: 50%;
    font-size: calc(4 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .mypage-btn5-45__box .ab-txt3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box .ab-txt3 {
    top: 50%;
    font-size: calc(4 * var(--vw));
    width: 100%;
    gap: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-45__box .ab-txt3 .img {
  position: relative;
  width: 17px;
  height: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box .ab-txt3 .img {
    width: calc(3.7333333333 * var(--vw));
    height: calc(3.2 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-45__box_right {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.6s ease;
  background-image: url("../img/contents/mypage_signin_btn_pc.svg"), url("../img/contents/mypage_signin_btn_hover.svg");
  background-size: 100%, 0 0;
}
#CONTENTS .mypage-btn5-45__box_right:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn5-45__box_right {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_right {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
    background-image: url(../img/contents/mypage_signin_btn_sp.svg);
    background-size: 100%;
  }
}
#CONTENTS .mypage-btn5-45__box_right {
  /*
  &::after{
      content: "●";
      color: #fff;
      position: absolute;
      top: 37%;
      right: getvwPc(20);
      font-size: getvwPc(10);
      @include media(sp) {
          top: 36%;
      }                    
  }
  */
}
#CONTENTS .mypage-btn5-45__box_right::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_right::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-45__box_right_fd {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_right_fd {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-45__box_right_fd::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_right_fd::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-45__box_right_fd img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5-45__box_right_fd img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5-45__box_right_fd:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_right_fd:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_right_fd:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn5-45__box_right_fd2 {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_right_fd2 {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-45__box_right_fd2::after {
  content: "";
  position: absolute;
  right: 82px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_right_fd2::after {
    right: calc(16.5333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-45__box_right_fd2 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5-45__box_right_fd2 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5-45__box_right_fd2:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_right_fd2:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_right_fd2:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn5-45__box_right_fd4 {
  position: relative;
  width: 320px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_right_fd4 {
    width: calc(76.5333333333 * var(--vw));
    height: calc(14.6666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-45__box_right_fd4 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5-45__box_right_fd4 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5-45__box_right_fd4:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_right_fd4:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__box_right_fd4:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn5-45__cobox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__cobox {
    width: calc(76.5333333333 * var(--vw));
    align-items: center;
  }
}
#CONTENTS .mypage-btn5-45__cobox .txt {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  margin-top: 16px !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__cobox .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    margin-top: calc(3.7333333333 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn5-45__cobox .txt_w {
  display: none;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  margin-top: 14px !important;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-45__cobox .txt_w {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.6 * var(--vw));
    margin-top: calc(3.2 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn5-45__cobox:first-child {
  display: none;
}
#CONTENTS .mypage-btn5-200__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 30px;
  margin: 200px 0 400px !important;
  order: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box {
    order: 3;
    gap: calc(8 * var(--vw));
    margin: calc(20 * var(--vw)) 0 calc(45.3333333333 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn5-200__box_left {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.7s ease;
  background-image: url("../img/contents/mypage_login_btn_pc.svg"), url("../img/contents/mypage_login_btn_hover.svg");
  background-size: 100%, 0 0;
}
#CONTENTS .mypage-btn5-200__box_left:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn5-200__box_left {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_left {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
    background-image: url(../img/contents/mypage_login_btn_sp.svg);
    background-size: 100%;
  }
}
#CONTENTS .mypage-btn5-200__box_left::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_left::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-200__box_left_fd {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn5-200__box_left_fd:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn5-200__box_left_fd {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_left_fd {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-200__box_left_fd::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_left_fd::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-200__box_left_fd img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5-200__box_left_fd img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5-200__box_left_fd:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_left_fd:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_left_fd:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn5-200__box_left_fd2 {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn5-200__box_left_fd2:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn5-200__box_left_fd2 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_left_fd2 {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-200__box_left_fd2::after {
  content: "";
  position: absolute;
  right: 90px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_left_fd2::after {
    right: calc(18.6666666667 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-200__box_left_fd2 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5-200__box_left_fd2 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5-200__box_left_fd2:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_left_fd2:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_left_fd2:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn5-200__box_left_fd4 {
  position: relative;
  width: 320px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn5-200__box_left_fd4:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn5-200__box_left_fd4 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_left_fd4 {
    width: calc(76.5333333333 * var(--vw));
    height: calc(14.6666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-200__box_left_fd4 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5-200__box_left_fd4 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5-200__box_left_fd4:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_left_fd4:hover img {
    opacity: 1;
  }
}
#CONTENTS .mypage-btn5-200__box_center_fd4 {
  position: relative;
  width: 320px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn5-200__box_center_fd4:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn5-200__box_center_fd4 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_center_fd4 {
    width: calc(76.5333333333 * var(--vw));
    height: calc(14.6666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-200__box_center_fd4 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5-200__box_center_fd4 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5-200__box_center_fd4:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_center_fd4:hover img {
    opacity: 1;
  }
}
#CONTENTS .mypage-btn5-200__box .ab-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box .ab-txt {
    font-size: calc(3.2 * var(--vw));
    left: calc(50% + 12px);
    width: 100%;
  }
}
#CONTENTS .mypage-btn5-200__box .ab-txt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box .ab-txt2 {
    top: 50%;
    font-size: calc(4 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .mypage-btn5-200__box .ab-txt3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box .ab-txt3 {
    top: 50%;
    font-size: calc(4 * var(--vw));
    width: 100%;
    gap: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-200__box .ab-txt3 .img {
  position: relative;
  width: 17px;
  height: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box .ab-txt3 .img {
    width: calc(3.7333333333 * var(--vw));
    height: calc(3.2 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-200__box_right {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.6s ease;
  background-image: url("../img/contents/mypage_signin_btn_pc.svg"), url("../img/contents/mypage_signin_btn_hover.svg");
  background-size: 100%, 0 0;
}
#CONTENTS .mypage-btn5-200__box_right:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn5-200__box_right {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_right {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
    background-image: url(../img/contents/mypage_signin_btn_sp.svg);
    background-size: 100%;
  }
}
#CONTENTS .mypage-btn5-200__box_right {
  /*
  &::after{
      content: "●";
      color: #fff;
      position: absolute;
      top: 37%;
      right: getvwPc(20);
      font-size: getvwPc(10);
      @include media(sp) {
          top: 36%;
      }                    
  }
  */
}
#CONTENTS .mypage-btn5-200__box_right::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_right::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-200__box_right_fd {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_right_fd {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-200__box_right_fd::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_right_fd::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-200__box_right_fd img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5-200__box_right_fd img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5-200__box_right_fd:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_right_fd:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_right_fd:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn5-200__box_right_fd2 {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_right_fd2 {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-200__box_right_fd2::after {
  content: "";
  position: absolute;
  right: 82px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_right_fd2::after {
    right: calc(16.5333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-200__box_right_fd2 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5-200__box_right_fd2 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5-200__box_right_fd2:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_right_fd2:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_right_fd2:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn5-200__box_right_fd4 {
  position: relative;
  width: 320px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_right_fd4 {
    width: calc(76.5333333333 * var(--vw));
    height: calc(14.6666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn5-200__box_right_fd4 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn5-200__box_right_fd4 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn5-200__box_right_fd4:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_right_fd4:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__box_right_fd4:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn5-200__cobox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__cobox {
    width: calc(76.5333333333 * var(--vw));
    align-items: center;
  }
}
#CONTENTS .mypage-btn5-200__cobox .txt {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  margin-top: 16px !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__cobox .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    margin-top: calc(3.7333333333 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn5-200__cobox .txt_w {
  display: none;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  margin-top: 14px !important;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn5-200__cobox .txt_w {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.6 * var(--vw));
    margin-top: calc(3.2 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn5-200__cobox:first-child {
  display: none;
}
#CONTENTS .mypage-btn6__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 30px;
  margin: 120px 0 30px !important;
  order: 2;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box {
    order: 3;
    gap: calc(8 * var(--vw));
    margin: calc(10.6666666667 * var(--vw)) 0 calc(8 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn6__box_left {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.7s ease;
  background-image: url("../img/contents/mypage_login_btn_pc.svg"), url("../img/contents/mypage_login_btn_hover.svg");
  background-size: 100%, 0 0;
}
#CONTENTS .mypage-btn6__box_left:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn6__box_left {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_left {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
    background-image: url(../img/contents/mypage_login_btn_sp.svg);
    background-size: 100%;
  }
}
#CONTENTS .mypage-btn6__box_left::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_left::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn6__box_left_fd {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn6__box_left_fd:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn6__box_left_fd {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_left_fd {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn6__box_left_fd::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_left_fd::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn6__box_left_fd img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn6__box_left_fd img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn6__box_left_fd:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_left_fd:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_left_fd:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn6__box_left_fd2 {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn6__box_left_fd2:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn6__box_left_fd2 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_left_fd2 {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn6__box_left_fd2::after {
  content: "";
  position: absolute;
  right: 90px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_left_fd2::after {
    right: calc(18.6666666667 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn6__box_left_fd2 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn6__box_left_fd2 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn6__box_left_fd2:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_left_fd2:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_left_fd2:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn6__box_left_fd4 {
  position: relative;
  width: 320px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn6__box_left_fd4:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn6__box_left_fd4 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_left_fd4 {
    width: calc(76.5333333333 * var(--vw));
    height: calc(14.6666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn6__box_left_fd4 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn6__box_left_fd4 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn6__box_left_fd4:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_left_fd4:hover img {
    opacity: 1;
  }
}
#CONTENTS .mypage-btn6__box_center_fd4 {
  position: relative;
  width: 320px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#CONTENTS .mypage-btn6__box_center_fd4:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn6__box_center_fd4 {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_center_fd4 {
    width: calc(76.5333333333 * var(--vw));
    height: calc(14.6666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn6__box_center_fd4 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn6__box_center_fd4 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn6__box_center_fd4:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_center_fd4:hover img {
    opacity: 1;
  }
}
#CONTENTS .mypage-btn6__box .ab-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box .ab-txt {
    font-size: calc(3.2 * var(--vw));
    left: calc(50% + 12px);
    width: 100%;
  }
}
#CONTENTS .mypage-btn6__box .ab-txt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box .ab-txt2 {
    top: 50%;
    font-size: calc(4 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .mypage-btn6__box .ab-txt3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-decoration: none;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box .ab-txt3 {
    top: 50%;
    font-size: calc(4 * var(--vw));
    width: 100%;
    gap: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn6__box .ab-txt3 .img {
  position: relative;
  width: 17px;
  height: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box .ab-txt3 .img {
    width: calc(3.7333333333 * var(--vw));
    height: calc(3.2 * var(--vw));
  }
}
#CONTENTS .mypage-btn6__box_right {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  transition: background-image 0.6s ease;
  background-image: url("../img/contents/mypage_signin_btn_pc.svg"), url("../img/contents/mypage_signin_btn_hover.svg");
  background-size: 100%, 0 0;
}
#CONTENTS .mypage-btn6__box_right:hover {
  background-size: 0 0, 100%;
}
#CONTENTS .mypage-btn6__box_right {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_right {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
    background-image: url(../img/contents/mypage_signin_btn_sp.svg);
    background-size: 100%;
  }
}
#CONTENTS .mypage-btn6__box_right {
  /*
  &::after{
      content: "●";
      color: #fff;
      position: absolute;
      top: 37%;
      right: getvwPc(20);
      font-size: getvwPc(10);
      @include media(sp) {
          top: 36%;
      }                    
  }
  */
}
#CONTENTS .mypage-btn6__box_right::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_right::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn6__box_right_fd {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_right_fd {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn6__box_right_fd::after {
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_right_fd::after {
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn6__box_right_fd img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn6__box_right_fd img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn6__box_right_fd:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_right_fd:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_right_fd:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn6__box_right_fd2 {
  position: relative;
  width: 415px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_right_fd2 {
    width: calc(85.0666666667 * var(--vw));
    height: calc(15.2 * var(--vw));
    font-size: calc(4 * var(--vw));
  }
}
#CONTENTS .mypage-btn6__box_right_fd2::after {
  content: "";
  position: absolute;
  right: 82px;
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/top/link_icon.svg");
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_right_fd2::after {
    right: calc(16.5333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .mypage-btn6__box_right_fd2 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn6__box_right_fd2 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn6__box_right_fd2:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_right_fd2:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_right_fd2:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn6__box_right_fd4 {
  position: relative;
  width: 320px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_right_fd4 {
    width: calc(76.5333333333 * var(--vw));
    height: calc(14.6666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .mypage-btn6__box_right_fd4 img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
#CONTENTS .mypage-btn6__box_right_fd4 img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
#CONTENTS .mypage-btn6__box_right_fd4:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_right_fd4:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__box_right_fd4:hover img:last-of-type {
    opacity: 0;
  }
}
#CONTENTS .mypage-btn6__cobox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__cobox {
    width: calc(76.5333333333 * var(--vw));
    align-items: center;
  }
}
#CONTENTS .mypage-btn6__cobox .txt {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  margin-top: 16px !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__cobox .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    margin-top: calc(3.7333333333 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn6__cobox .txt_w {
  display: none;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  margin-top: 14px !important;
  color: #333;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .mypage-btn6__cobox .txt_w {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.6 * var(--vw));
    margin-top: calc(3.2 * var(--vw)) !important;
  }
}
#CONTENTS .mypage-btn6__cobox:first-child {
  display: none;
}
#CONTENTS .co-slider {
  width: 100%;
}
#CONTENTS .co-slider .slider-img {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider .slider-img {
    padding-left: calc(2.6666666667 * var(--vw));
    padding-right: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider .slider-img_wk {
  padding-left: 47.5px;
  padding-right: 47.5px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider .slider-img_wk {
    padding-left: calc(6.3333333333 * var(--vw));
    padding-right: calc(6.3333333333 * var(--vw));
  }
}
#CONTENTS .co-slider .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: -18px;
  width: 96px;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider .slide-arrow {
    width: calc(12.8 * var(--vw));
    top: calc(-2.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider .prev-arrow {
  left: -15px;
}
#CONTENTS .co-slider .next-arrow {
  right: -15px;
}
#CONTENTS .co-slider_main {
  width: 100%;
}
#CONTENTS .co-slider_main .slider-img {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider_main .slider-img {
    padding-left: calc(2.6666666667 * var(--vw));
    padding-right: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider_main .slider-img_wk {
  padding-left: 47.5px;
  padding-right: 47.5px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider_main .slider-img_wk {
    padding-left: calc(6.3333333333 * var(--vw));
    padding-right: calc(6.3333333333 * var(--vw));
  }
}
#CONTENTS .co-slider_main {
  /*       
  .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: getvwPc(-18);
  width: getvwPc(96);
  z-index: 20;
  @include media(sp) {
      width: getvw(96);
      top: getvw(-20);
  }
  }
  .prev-arrow {
  left: getvwPc(-15);
  }
  .next-arrow {
  right: getvwPc(-15);
  } */
}
#CONTENTS .co-slider_sub {
  width: 100%;
}
#CONTENTS .co-slider_sub .slider-img {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider_sub .slider-img {
    padding-left: calc(2.6666666667 * var(--vw));
    padding-right: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider_sub .slider-img_wk {
  padding-left: 47.5px;
  padding-right: 47.5px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider_sub .slider-img_wk {
    padding-left: calc(6.3333333333 * var(--vw));
    padding-right: calc(6.3333333333 * var(--vw));
  }
}
#CONTENTS .co-slider_sub .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: -18px;
  width: 96px;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider_sub .slide-arrow {
    width: calc(12.8 * var(--vw));
    top: calc(-2.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider_sub .prev-arrow {
  left: -15px;
}
#CONTENTS .co-slider_sub .next-arrow {
  right: -15px;
}
#CONTENTS .co-slider1 {
  width: 100%;
}
#CONTENTS .co-slider1 .slider-img {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider1 .slider-img {
    padding-left: calc(2.6666666667 * var(--vw));
    padding-right: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider1 .slider-img_wk {
  padding-left: 47.5px;
  padding-right: 47.5px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider1 .slider-img_wk {
    padding-left: calc(6.3333333333 * var(--vw));
    padding-right: calc(6.3333333333 * var(--vw));
  }
}
#CONTENTS .co-slider1 .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: -18px;
  width: 96px;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider1 .slide-arrow {
    width: calc(12.8 * var(--vw));
    top: calc(-2.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider1 .prev-arrow {
  left: -15px;
}
#CONTENTS .co-slider1 .next-arrow {
  right: -15px;
}
#CONTENTS .co-slider4 {
  width: 100%;
}
#CONTENTS .co-slider4 .slider-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider4 .slider-img {
    padding-left: calc(3.7333333333 * var(--vw));
    padding-right: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .co-slider4 .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: -18px;
  width: 96px;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider4 .slide-arrow {
    width: calc(12.8 * var(--vw));
    top: calc(-2.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider4 .prev-arrow {
  left: -15px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider4 .prev-arrow {
    left: calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider4 .next-arrow {
  right: -15px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider4 .next-arrow {
    right: 5px;
  }
}
#CONTENTS .co-slider4 .adj-size {
  height: calc(182.1333333333 * var(--vw));
}
#CONTENTS .co-slider5 {
  width: 100%;
}
#CONTENTS .co-slider5 .slider-img {
  width: 100%;
  padding-left: 47px;
  padding-right: 47px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider5 .slider-img {
    padding-left: calc(4.6666666667 * var(--vw));
    padding-right: calc(4.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider5 .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: -18px;
  width: 96px;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider5 .slide-arrow {
    width: calc(12.8 * var(--vw));
    top: calc(-2.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider5 .prev-arrow {
  left: -15px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider5 .prev-arrow {
    left: calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider5 .next-arrow {
  right: -15px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider5 .next-arrow {
    right: 5px;
  }
}
#CONTENTS .co-slider5 .adj-size {
  height: calc(182.1333333333 * var(--vw));
}
#CONTENTS .co-slider5_sub {
  width: 100%;
}
#CONTENTS .co-slider5_sub .slider-img {
  width: 100%;
  padding-left: 47px;
  padding-right: 47px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider5_sub .slider-img {
    padding-left: calc(4.6666666667 * var(--vw));
    padding-right: calc(4.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider5_sub .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: -18px;
  width: 96px;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider5_sub .slide-arrow {
    width: calc(12.8 * var(--vw));
    top: calc(-2.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider5_sub .prev-arrow {
  left: -15px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider5_sub .prev-arrow {
    left: calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider5_sub .next-arrow {
  right: -15px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider5_sub .next-arrow {
    right: 5px;
  }
}
#CONTENTS .co-slider5_sub .adj-size {
  height: calc(182.1333333333 * var(--vw));
}
#CONTENTS .co-slider6 {
  width: 100%;
}
#CONTENTS .co-slider6 .slider-img {
  width: 100%;
  padding-left: 47px;
  padding-right: 47px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider6 .slider-img {
    padding-left: calc(4.6666666667 * var(--vw));
    padding-right: calc(4.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider6 .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: -18px;
  width: 96px;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider6 .slide-arrow {
    width: calc(12.8 * var(--vw));
    top: calc(-2.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider6 .prev-arrow {
  left: -15px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider6 .prev-arrow {
    left: calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider6 .next-arrow {
  right: -15px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider6 .next-arrow {
    right: 5px;
  }
}
#CONTENTS .co-slider6 .adj-size {
  height: calc(182.1333333333 * var(--vw));
}
#CONTENTS .co-slider6_sub {
  width: 100%;
}
#CONTENTS .co-slider6_sub .slick-slide {
  position: relative;
}
#CONTENTS .co-slider6_sub .slide-box {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 47px;
  margin: 0 auto;
  z-index: 10;
  color: #fff;
  padding: 15px 15px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider6_sub .slide-box {
    left: calc(4.6666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) calc(2.6666666667 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider6_sub .slider-img {
  width: 100%;
  padding-left: 47px;
  padding-right: 47px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider6_sub .slider-img {
    padding-left: calc(4.6666666667 * var(--vw));
    padding-right: calc(4.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider6_sub .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: -18px;
  width: 96px;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider6_sub .slide-arrow {
    width: calc(12.8 * var(--vw));
    top: calc(-2.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider6_sub .prev-arrow {
  left: -15px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider6_sub .prev-arrow {
    left: calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .co-slider6_sub .next-arrow {
  right: -15px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .co-slider6_sub .next-arrow {
    right: 5px;
  }
}
#CONTENTS .co-slider6_sub .adj-size {
  height: calc(182.1333333333 * var(--vw));
}
@media only screen and (min-width: 768px) {
  #CONTENTS .sub-slide {
    position: absolute !important;
    top: 0;
    z-index: 19;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .sub-slide {
    display: none !important;
  }
}
#CONTENTS .sub-slide-on {
  position: absolute !important;
  top: 0;
  z-index: 19;
}
#CONTENTS .y-block {
  position: absolute;
  top: 15px;
  left: 65px;
  width: 76px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .y-block {
    top: 10px;
    left: 30px;
    width: calc(20.2666666667 * var(--vw));
  }
}
#CONTENTS .y-block2 {
  position: absolute;
  top: 15px;
  left: 65px;
  width: 76px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .y-block2 {
    top: 10px;
    left: 30px;
    width: initial;
  }
}
#CONTENTS .y-block-s {
  position: absolute;
  top: 15px;
  left: 65px;
  width: 76px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .y-block-s {
    top: 10px;
    left: 30px;
  }
}

#MESSAGE .sub-title2-center {
  color: #ddd;
}
@media only screen and (max-width: 767px) {
  #MESSAGE .inner .top-title-center3.mb-sp24 {
    margin-bottom: 24px !important;
  }
}
#MESSAGE .title-center-large {
  font-family: "Shippori Mincho", serif !important;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -0.05em;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  #MESSAGE .title-center-large {
    font-size: calc(8.5333333333 * var(--vw));
    line-height: 1.4;
    margin-bottom: calc(8.2666666667 * var(--vw)) !important;
    font-weight: 600;
  }
}
#MESSAGE .inner-large {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
#MESSAGE .mark {
  letter-spacing: -0.5em;
}
#MESSAGE .contents {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #MESSAGE .contents {
    flex-direction: column-reverse;
  }
}
#MESSAGE .contents + .contents {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  #MESSAGE .contents + .contents {
    margin-top: calc(32 * var(--vw));
  }
}
#MESSAGE .contents_inner {
  max-width: 1284px;
  padding-left: 24px;
  padding-bottom: 40px;
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  gap: 64px;
}
@media only screen and (max-width: 767px) {
  #MESSAGE .contents_inner {
    padding: 0 calc(4.2666666667 * var(--vw));
    flex-direction: column-reverse;
    gap: calc(8.5333333333 * var(--vw));
  }
}
#MESSAGE .contents_inner2 {
  max-width: 1366px;
  padding-left: 88px;
  padding-bottom: 40px;
  margin-left: auto;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  #MESSAGE .contents_inner2 {
    padding: 0 calc(4.2666666667 * var(--vw));
  }
}
#MESSAGE .contents_textbox {
  color: #ccc;
}
#MESSAGE .contents_title {
  margin-top: 0;
  margin-bottom: 45px;
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #MESSAGE .contents_title {
    font-size: calc(7.4666666667 * var(--vw));
    line-height: 1.6;
    margin-bottom: calc(7.2 * var(--vw));
  }
}
#MESSAGE .contents_text {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 16px;
  line-height: 1.6;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  #MESSAGE .contents_text {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#MESSAGE .contents_text p + p {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  #MESSAGE .contents_text p + p {
    margin-top: calc(5.8666666667 * var(--vw)) !important;
  }
}
#MESSAGE .contents_img {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  #MESSAGE .contents_img {
    width: 100%;
  }
}
#MESSAGE .contents-01 .job {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  #MESSAGE .contents-01 .job {
    font-size: calc(2.9333333333 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#MESSAGE .contents-01 .name {
  font-family: "Shippori Mincho", serif !important;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  #MESSAGE .contents-01 .name {
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#MESSAGE .contents-01 .name-ja {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  #MESSAGE .contents-01 .name-ja {
    font-size: calc(6.4 * var(--vw));
  }
}
#MESSAGE .contents-01 .name-en {
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #MESSAGE .contents-01 .name-en {
    font-size: calc(2.6666666667 * var(--vw));
  }
}
#MESSAGE .contents-01 .text {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  #MESSAGE .contents-01 .text {
    font-size: calc(2.6666666667 * var(--vw));
    width: 75%;
  }
}
#MESSAGE .contents-01 .contents_img {
  width: 68.74084%;
}
@media only screen and (max-width: 767px) {
  #MESSAGE .contents-01 .contents_img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #MESSAGE .contents-02 {
    gap: calc(12.8 * var(--vw));
    margin-top: calc(21.3333333333 * var(--vw)) !important;
    margin-top: calc(21.3333333333 * var(--vw)) !important;
  }
}
@media only screen and (max-width: 767px) {
  #MESSAGE .contents-02-1 {
    gap: calc(12.8 * var(--vw));
    margin-top: calc(10.6666666667 * var(--vw)) !important;
  }
}
@media only screen and (min-width: 768px) {
  #MESSAGE .contents-03 {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  #MESSAGE .contents-03 {
    gap: calc(17.0666666667 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #MESSAGE .contents-03 .content_title {
    margin-bottom: calc(12.8 * var(--vw));
  }
}
#MESSAGE .contents-05 {
  flex-direction: column;
  gap: 48px;
}
#MESSAGE .contents-05 .contents_textbox {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}
#MESSAGE .contents-05 .contents_title {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #MESSAGE .contents-05 .contents_title {
    text-align: left;
    margin-bottom: calc(8.5333333333 * var(--vw));
  }
}
#MESSAGE .contents-05 .contents_img {
  width: 100%;
}

#JINZAI .carrer-ttl {
  font-family: "Shippori Mincho", serif !important;
  color: #000AC5;
  text-align: center;
  font-size: 36px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #JINZAI .carrer-ttl {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.24 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#JINZAI .inner_frame2 img {
  margin-left: auto;
  margin-right: auto;
}
#JINZAI .inner_frame2 .contents_box_tbl {
  background: rgba(255, 255, 255, 0.8) !important;
}
#JINZAI .align-c {
  text-align: center;
}
#JINZAI .mt-32 {
  margin-top: 32px;
}
#JINZAI .mt-32sp24 {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  #JINZAI .mt-32sp24 {
    margin-top: calc(6.4 * var(--vw));
  }
}
#JINZAI .mt-40sp24 {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #JINZAI .mt-40sp24 {
    margin-top: calc(6.4 * var(--vw));
  }
}
#JINZAI .mt56-24-mb16 {
  margin-top: 51px;
  margin-bottom: 11px;
}
@media only screen and (max-width: 767px) {
  #JINZAI .mt56-24-mb16 {
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(2.9333333333 * var(--vw));
  }
}
#JINZAI .contents_box2_wrap {
  margin-bottom: 32px;
}
#JINZAI .contents_box2_wrap .header_ttlbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 25px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  #JINZAI .contents_box2_wrap .header_ttlbox {
    flex-direction: column;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#JINZAI .contents_box2_wrap .header_ttlbox img {
  width: 145px;
  margin: initial !important;
}
@media only screen and (max-width: 767px) {
  #JINZAI .contents_box2_wrap .header_ttlbox img {
    width: calc(38.6666666667 * var(--vw));
  }
}
#JINZAI .contents_box2_title {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  line-height: 36px;
  margin-top: 80px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  #JINZAI .contents_box2_title {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.24 * var(--vw));
    margin-top: calc(16 * var(--vw));
    margin-bottom: calc(4.5333333333 * var(--vw));
  }
}
#JINZAI .contents_box2_title-mb0 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  line-height: 36px;
  margin-top: 80px;
  font-weight: 600;
  letter-spacing: -4px;
}
@media only screen and (max-width: 767px) {
  #JINZAI .contents_box2_title-mb0 {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.24 * var(--vw));
    margin-top: calc(16 * var(--vw));
    letter-spacing: calc(-1.0666666667 * var(--vw));
    text-align: left;
  }
}
#JINZAI .contents_box2_text {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #JINZAI .contents_box2_text {
    font-size: calc(3.7333333333 * var(--vw));
  }
}
#JINZAI .contents_box2 figure {
  margin-top: 32px;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #JINZAI .contents_box2 figure {
    margin-top: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #JINZAI .contents_box2 figure::-webkit-scrollbar {
    height: 5px; /* 横スクロールなので height */
  }
}
@media only screen and (max-width: 767px) {
  #JINZAI .contents_box2 figure::-webkit-scrollbar-track {
    background: #eee;
  }
}
@media only screen and (max-width: 767px) {
  #JINZAI .contents_box2 figure::-webkit-scrollbar-thumb {
    background: #000AC5;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #JINZAI .contents_box2 figure img {
    width: 100%;
  }
}
#JINZAI .flow-001-work {
  padding: 48px !important;
}
@media only screen and (max-width: 767px) {
  #JINZAI .flow-001-work {
    padding: calc(10.6666666667 * var(--vw)) calc(6.4 * var(--vw)) !important;
  }
}
#JINZAI .flow-001-work .career-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #JINZAI .flow-001-work .career-box {
    align-items: center;
  }
}
#JINZAI .flow-001-work .txt-box {
  width: 67%;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #JINZAI .flow-001-work .txt-box {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.8;
  }
}
#JINZAI .flow-001-work .lank-logo {
  width: 28%;
  text-align: center;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #JINZAI .flow-001-work .lank-logo {
    margin-top: calc(6.4 * var(--vw));
    width: 100%;
  }
}
#JINZAI .flow-001-work .lank-logo img {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #JINZAI .flow-001-work .lank-logo img {
    width: calc(64 * var(--vw));
  }
}
#JINZAI .list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 16px;
  line-height: 1.6;
  list-style: none;
  padding-left: 0;
  margin-top: 32px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #JINZAI .list {
    margin-top: calc(3.7333333333 * var(--vw));
  }
}
#JINZAI .list_item {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #JINZAI .list_item {
    font-size: calc(3.7333333333 * var(--vw));
    margin-top: calc(2.6666666667 * var(--vw));
  }
}
#JINZAI .list_item {
  padding-left: 1.5em;
  position: relative;
}
#JINZAI .list_item::before {
  content: "・";
  position: absolute;
  left: 0.3em;
  top: 0;
}
#JINZAI .asterisk {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 23px !important;
  margin-bottom: 43px !important;
}
@media only screen and (max-width: 767px) {
  #JINZAI .asterisk {
    font-size: calc(3.2 * var(--vw));
    line-height: 1.6;
    margin-top: calc(4.4 * var(--vw)) !important;
    margin-bottom: calc(9.7333333333 * var(--vw)) !important;
  }
}
#JINZAI .asterisk::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#JINZAI .flex__box {
  display: flex;
  justify-content: center;
}
#JINZAI .flex__box img {
  margin: 0;
  width: 512px;
}
@media only screen and (max-width: 767px) {
  #JINZAI .flex__box img {
    width: calc(68.2666666667 * var(--vw));
    margin-top: 0 auto;
  }
}
#JINZAI .title_bold {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  #JINZAI .title_bold {
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#JINZAI .title-sub {
  font-weight: 400;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #JINZAI .title-sub {
    font-size: calc(3.7333333333 * var(--vw));
  }
}
#JINZAI .charenge_btn {
  margin-bottom: 32px;
}
#JINZAI .charenge_btn img {
  width: 100%;
}
#JINZAI .box_blue {
  background: #ECF0F6;
  border-radius: 6px;
  padding: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  #JINZAI .box_blue {
    padding: calc(8.5333333333 * var(--vw)) calc(4.2666666667 * var(--vw));
  }
}
#JINZAI .box_blue h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #000AC5;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #JINZAI .box_blue h4 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#JINZAI .box_blue h4 {
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#JINZAI .box_blue1 {
  background: #ECF0F6;
  border-radius: 6px;
  padding: 32px;
}
@media only screen and (max-width: 767px) {
  #JINZAI .box_blue1 {
    padding: calc(8.5333333333 * var(--vw)) calc(4.2666666667 * var(--vw));
  }
}
#JINZAI .box_blue1 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #000AC5;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #JINZAI .box_blue1 h4 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#JINZAI .box_blue1 h4 {
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
}
#JINZAI .tbl {
  width: 100%;
  line-height: 2.75;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  #JINZAI .tbl {
    display: block;
    line-height: 1.8;
  }
}
#JINZAI .tbl tr {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #JINZAI .tbl tr {
    display: block;
  }
}
#JINZAI .tbl tr:first-child {
  background: #66A1FF;
}
#JINZAI .tbl tr:first-child th {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #JINZAI .tbl th, #JINZAI .tbl td {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  #JINZAI .tbl .td-b {
    border-bottom: 2px solid #ECF0F6;
  }
}
#JINZAI .tbl th {
  text-align: left;
  width: 240px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #JINZAI .tbl th {
    width: 100%;
    border: none;
  }
}
#JINZAI .tbl td {
  color: #000AC5;
}
@media only screen and (min-width: 768px) {
  #JINZAI .tbl .th-pl {
    padding-left: 1rem;
  }
}
#JINZAI .tbl .th-pl-ttl {
  padding-left: 1rem;
}
#JINZAI .grid_block {
  display: grid;
  grid-template-columns: 178px 1fr;
  gap: 24px 16px;
}
@media only screen and (max-width: 767px) {
  #JINZAI .grid_block {
    grid-template-columns: 1fr;
    gap: calc(4.2666666667 * var(--vw)) calc(4.2666666667 * var(--vw));
  }
}
#JINZAI .grid_block dt img {
  width: 100%;
  max-width: none;
}
#JINZAI .grid_block dd {
  margin-left: 0;
}
#JINZAI .grid_block .dd_title {
  font-size: 1.125rem;
  font-weight: 600;
}
#JINZAI .grid_block2 {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px 16px;
}
@media only screen and (max-width: 767px) {
  #JINZAI .grid_block2 {
    grid-template-columns: 1fr;
    gap: calc(4.2666666667 * var(--vw)) calc(4.2666666667 * var(--vw));
  }
}
#JINZAI .grid_block2 dt img {
  width: 100%;
  max-width: none;
}
#JINZAI .grid_block2 dd {
  margin-left: 0;
}
#JINZAI .grid_block2 .dd_title {
  font-size: 1.125rem;
  font-weight: 600;
}
#JINZAI .contents_box2 + .contents_box2 {
  margin-top: 40px;
}
#JINZAI p + .contents_box2 {
  margin-top: 32px;
}
#JINZAI .fig-ch {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #JINZAI .fig-ch {
    margin: 0 45px 51px;
  }
}
@media only screen and (max-width: 767px) {
  #JINZAI .fig-ch {
    margin: 0 0 calc(3.2 * var(--vw));
  }
}

#CONTENTS .inner_contents {
  width: 896px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents .contents_box .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box .cb_right {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_l {
  width: 18%;
  padding: 25px 0 22px;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 22px;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_r {
  width: 82%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_bn {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_bnpc2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_bnpc2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_bnpc2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_bnpc2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_bnpc2_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_bnpc2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_bnpc2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box .cb_right_bnpc2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_bnpc2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box .cb_right_bnpc2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box .cb_right_bnpc2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents .contents_box2 .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_l {
  width: 26.6%;
  padding: 25px 0 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_r {
  width: 73.4%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box2 .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_in_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_in_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box2 .cb_right_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_bn {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box2 .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box2 .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box2 .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box2 .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box2 .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 24px;
}
#CONTENTS .inner_contents .contents_box3 .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box3 .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box3 .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents .contents_box3 .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box3 .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box3 .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents .contents_box3 .cobox .title-txt {
    height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box3 .cobox .title-txt {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -1.296px;
    line-height: calc(7.4666666667 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents .contents_box3 .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents .contents_box3 .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box3 .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents .contents_box3 .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box3 .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box3 .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box3 .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box3s {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 24px;
}
#CONTENTS .inner_contents .contents_box3s .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box3s .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box3s .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents .contents_box3s .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box3s .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box3s .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box3s .cobox .title-txt {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -1.296px;
    line-height: calc(7.4666666667 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents .contents_box3s .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents .contents_box3s .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box3s .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents .contents_box3s .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box3s .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box3s .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box3s .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box3_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 24px;
}
#CONTENTS .inner_contents .contents_box3_center .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box3_center .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box3_center .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents .contents_box3_center .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box3_center .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box3_center .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box3_center .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents .contents_box3_center .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents .contents_box3_center .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box3_center .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents .contents_box3_center .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box3_center .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box3_center .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box3_center .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents .contents_box4 .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_l {
  width: 26.6%;
  padding: 25px 0 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_r {
  width: 73.4%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_blk {
  padding: 16px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_blk {
    width: 100%;
    padding: calc(4.2666666667 * var(--vw)) 0 0;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_btn {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_btn {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_btn .ed-img {
  width: 512px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_btn .ed-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box4 .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right2_l {
  width: 26.6%;
  padding: 25px 0 22px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right2_r {
  width: 73.4%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box4 .cb_right2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_only {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_only {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_only_r {
  width: 100%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_only_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_only_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box4 .cb_right_only_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_only_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_in_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_in_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box4 .cb_right_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_in-half {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_in-half {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_in-half_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_in-half_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_in-half_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_in-half_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_in-half_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box4 .cb_right_in-half_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_in-half_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_in-half2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_in-half2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_in-half2_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_in-half2_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_in-half2_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_in-half2_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_in-half2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box4 .cb_right_in-half2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_in-half2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right2_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right2_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right2_in_l {
  width: 23.7%;
  text-align: left !important;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right2_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right2_in_r {
  width: 76.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right2_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right2_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box4 .cb_right2_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right2_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right3_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right3_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right3_in_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right3_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right3_in_r {
  width: 71.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right3_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right3_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box4 .cb_right3_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right3_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right3_in-half {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right3_in-half {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right3_in-half_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right3_in-half_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right3_in-half_r {
  width: 71.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right3_in-half_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right3_in-half_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box4 .cb_right3_in-half_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right3_in-half_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right3_in-half2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right3_in-half2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right3_in-half2_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right3_in-half2_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right3_in-half2_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right3_in-half2_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right3_in-half2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box4 .cb_right3_in-half2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right3_in-half2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_only_in {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_only_in {
    width: 100%;
    row-gap: calc(2.1333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_only_in_l {
  width: 100%;
  text-align: center !important;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_only_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_only_in_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_only_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_only_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box4 .cb_right_only_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_only_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_bn {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box4 .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box4 .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box4 .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box4 .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box4 .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 24px;
}
#CONTENTS .inner_contents .contents_box5 .cobox {
  width: 465px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 32px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box5 .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw)) calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
    flex-grow: 1;
  }
}
#CONTENTS .inner_contents .contents_box5 .cobox .sumb-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box5 .cobox .sumb-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box5 .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.96px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box5 .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0;
    font-weight: 600;
  }
}
#CONTENTS .inner_contents .contents_box5 .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents .contents_box5 .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box5 .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents .contents_box5 .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box5 .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box5 .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.28px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents .contents_box5 .cobox .detail-txt {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box5 .cobox .detail-txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box5 .cs-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box5 .cs-box {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box5 .cs-box .btn-box5 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box5 .cs-box .btn-box5 {
    justify-content: center;
  }
}
#CONTENTS .inner_contents .contents_box5 .hash-box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box5 .hash-box2 {
    align-items: flex-start;
    gap: calc(1.56 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box5 .hash-box2 .hashtag {
  padding: 0px 12px;
  border-radius: 100vmax;
  border: solid 1px #2636bc;
  font-size: 14px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box5 .hash-box2 .hashtag {
    padding: calc(0 * var(--vw)) calc(2.6666666667 * var(--vw));
    font-size: calc(2.6666666667 * var(--vw));
    color: #000AC5;
  }
}
#CONTENTS .inner_contents .contents_box_acc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents .contents_box_acc .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_l {
  width: 18%;
  padding: 25px 0 22px;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 22px;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_r {
  width: 82%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_r_1 {
  width: 100%;
  padding: 20px 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_r_1 .title {
  font-size: 36px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 36px;
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_r_1 .title {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(6.4 * var(--vw));
    margin: calc(16 * var(--vw)) 0 calc(10.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc2_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_acc .cb_right_bnpc2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_edg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 24px;
}
#CONTENTS .inner_contents .contents_box_edg .cobox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_edg .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw)) calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
    flex-grow: 1;
  }
}
#CONTENTS .inner_contents .contents_box_edg .cobox .sumb-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_edg .cobox .sumb-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box_edg .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.96px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_edg .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0;
    font-weight: 600;
  }
}
#CONTENTS .inner_contents .contents_box_edg .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents .contents_box_edg .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_edg .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents .contents_box_edg .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_edg .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_edg .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_edg .cobox .detail-txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_edg .cobox .cb_box_l {
  width: 100%;
  text-align: center !important;
  line-height: 28px;
  /* margin: auto 0; */
}
#CONTENTS .inner_contents .contents_box_edg .cobox .cb_box_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  /* margin: auto 0; */
}
#CONTENTS .inner_contents .contents_box_edg .cs-box {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_edg .cs-box {
    width: 100%;
  }
}
#CONTENTS .inner_contents .contents_box_edg .cs-box .btn-box5 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_edg .cs-box .btn-box5 {
    justify-content: center;
  }
}
#CONTENTS .inner_contents .contents_box_edg .hash-box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_edg .hash-box2 {
    align-items: flex-start;
    gap: calc(1.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_edg .hash-box2 .hashtag {
  padding: 0px 12px;
  border-radius: 100vmax;
  border: solid 1px #2636bc;
  font-size: 14px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_edg .hash-box2 .hashtag {
    padding: calc(0 * var(--vw)) calc(2.6666666667 * var(--vw));
    font-size: calc(2.6666666667 * var(--vw));
    color: #000AC5;
  }
}
#CONTENTS .inner_contents .contents_box_modal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_modal {
    gap: calc(2.1333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_modal .modal-cobox {
  width: 280px;
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_modal .modal-cobox {
    width: calc(37.3333333333 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents .contents_box_modal .modal-cobox_sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_modal .modal-cobox_sp {
    width: calc(37.3333333333 * var(--vw));
    background-color: initial !important;
  }
}
#CONTENTS .inner_contents .contents_box_modal .modal-cobox .modal-btn-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 24px 32px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_modal .modal-cobox .modal-btn-box {
    padding: calc(3.2 * var(--vw)) 0 calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_modal .modal-cobox .modal-btn-box .ttl {
  font-size: 24px;
  line-height: 24px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  color: #000AC5;
  margin-top: 10px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_modal .modal-cobox .modal-btn-box .ttl {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(3.7333333333 * var(--vw));
    margin-top: calc(1.0666666667 * var(--vw));
    margin-bottom: 0;
  }
}
#CONTENTS .inner_contents .contents_box_modal .modal-cobox .modal-btn-box .ttl2 {
  font-size: 24px;
  line-height: 24px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  color: #000AC5;
  letter-spacing: -0.5px;
  margin-top: 10px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_modal .modal-cobox .modal-btn-box .ttl2 {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(3.7333333333 * var(--vw));
    letter-spacing: calc(-0.1333333333 * var(--vw));
    margin-top: calc(1.0666666667 * var(--vw));
    margin-bottom: 0;
  }
}
#CONTENTS .inner_contents .contents_box_modal .modal-cobox .modal-btn-box .txt {
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_modal .modal-cobox .modal-btn-box .txt {
    display: none !important;
  }
}
#CONTENTS .inner_contents .contents_box_modal .modal-cobox .modal-btn-box .img {
  width: 122px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_modal .modal-cobox .modal-btn-box .img {
    width: calc(23.2 * var(--vw));
  }
}
#CONTENTS .inner_contents .contents_box_modal .modal-cobox .modal-btn-box .btn-img {
  width: 32px;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .contents_box_modal .modal-cobox .modal-btn-box .btn-img {
    width: calc(6.6666666667 * var(--vw));
    margin-top: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents .banner-box {
  width: 100%;
  text-align: center;
}
#CONTENTS .inner_contents .banner-box img {
  width: 740px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .banner-box img {
    width: calc(68.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents .btn-text-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#CONTENTS .inner_contents .btn-text-box .btn-box {
  width: 252px;
  display: block;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .btn-text-box .btn-box {
    width: calc(67.2 * var(--vw));
    display: block;
  }
}
#CONTENTS .inner_contents .btn-text-box .btn-box2 {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents .btn-text-box .btn-box2 {
    width: calc(67.2 * var(--vw));
    display: flex;
    justify-content: center;
  }
}
#CONTENTS .inner_contents2 {
  width: 960px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: initial !important;
}
#CONTENTS .inner_contents2 .contents_box .cb_left {
  width: 27%;
  font-size: 24px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents2 .contents_box .cb_left {
    padding: 22px 0;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_left_1 {
  width: 27%;
  font-size: 24px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents2 .contents_box .cb_left_1 {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_left_1 {
    width: 100%;
    font-size: calc(4.8 * var(--vw));
    line-height: 1.6;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_left_none {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_left_none {
    display: none;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_l {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_l_top {
  width: 100%;
  padding: 20px 0 14px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_l_top {
    width: 100%;
    margin-top: calc(7.2 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
    line-height: 1.6;
    border-top: solid 1px #ADBCD6;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_l_top_m0sp {
  width: 100%;
  padding: 20px 0 14px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_l_top_m0sp {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
    line-height: 1.6;
    border-top: solid 1px #ADBCD6;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_l_top_pw {
  width: 100%;
  padding: 0 0 14px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_l_top_pw {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
    line-height: 1.6;
    border-top: solid 1px #ADBCD6;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_l_other {
  width: 100%;
  padding: 20px 0 14px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_l_other {
    width: 100%;
    padding: calc(7.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
    line-height: 1.6;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_l_other_bbn {
  width: 100%;
  padding: 22px 0 5px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_l_other_bbn {
    width: 100%;
    padding: calc(1.3333333333 * var(--vw)) 0 calc(1.3333333333 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
    line-height: 1.6;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_l_sptp0 {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_l_sptp0 {
    width: 100%;
    padding: 0 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_r_other {
  width: 100%;
  padding: 10px 0 0;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_r_other {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 0;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.4;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_r_other0 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_r_other0 {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.4;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_r_other1 {
  width: 100%;
  padding: 25px 0 0;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_r_other1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 0;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.4;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_r_other2 {
  width: 100%;
  padding: 10px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_r_other2 {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.4;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_r_other3 {
  width: 100%;
  padding: 10px 0 30px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_r_other3 {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.4;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_r_0 {
  width: 100%;
  padding: 12px 0 0;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_r_0 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box .cb_right_r_1top {
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_r_1top {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_r_1acc {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_r_1acc {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_r_2 {
  width: 100%;
  padding: 25px 0 40px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_r_2 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(8 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_r_3 {
  width: 100%;
  padding: 25px 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_r_3 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 0;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_r_1_0 {
  width: 100%;
  padding: 25px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_r_1_0 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 0;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_r_1_wtop {
  width: 100%;
  padding: 25px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_r_1_wtop {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_r_1_wtop35 {
  width: 100%;
  padding: 35px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_r_1_wtop35 {
    width: 100%;
    padding: calc(7.2 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_r_1_w {
  width: 100%;
  padding: 40px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_r_1_w {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_box {
  border-top: solid 1px #ADBCD6;
  margin: 8px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_box {
    margin: calc(2.1333333333 * var(--vw)) 0;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_b2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_b2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_b2_l {
  width: 100%;
  padding: 10px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_b2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_b2_r {
  width: 100%;
  padding: 10px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_b2_r {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_b2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box .cb_right_b2_r_1 {
  width: 100%;
  padding: 10px 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_b2_r_1 {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bn {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bn_l {
  width: 100%;
  padding: 25px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bn_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bn_acc {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bn_acc {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bn_acc_l {
  width: 100%;
  padding: 25px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bn_acc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bn_acc_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bn_acc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bn_acc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bn_acc_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bn_acc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bn_acc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bn_acc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bn2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bnpc {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bnpc2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bnpc2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bnpc2_l {
  width: 27%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bnpc2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bnpc2_r {
  width: 73%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bnpc2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bnpc2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bnpc2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bnpc2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bnpc2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bnpc2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bnpc3 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bnpc3 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bnpc3_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bnpc3_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bnpc3_r {
  width: 82%;
  padding: 22px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bnpc3_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bnpc3_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bnpc3_r_1 {
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bnpc3_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right_bnpc3_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right_bnpc3_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right__whitebox {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right__whitebox {
    border-radius: calc(1.6 * var(--vw));
    padding: calc(4 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box .cb_right__whitebox .white-cobox_60 {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box .cb_right__whitebox .white-cobox_60 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents2 .contents_box2 .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_l {
  width: 26.6%;
  padding: 25px 0 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_r {
  width: 73.4%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_in_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_in_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_bn {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box2 .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box2 .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 24px;
}
#CONTENTS .inner_contents2 .contents_box3 .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box3 .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box3 .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents2 .contents_box3 .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box3 .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box3 .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents2 .contents_box3 .cobox .title-txt {
    height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box3 .cobox .title-txt {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -1.296px;
    line-height: calc(7.4666666667 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents2 .contents_box3 .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents2 .contents_box3 .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box3 .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents2 .contents_box3 .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box3 .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box3 .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box3 .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box3s {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 24px;
}
#CONTENTS .inner_contents2 .contents_box3s .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box3s .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box3s .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents2 .contents_box3s .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box3s .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box3s .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box3s .cobox .title-txt {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -1.296px;
    line-height: calc(7.4666666667 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents2 .contents_box3s .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents2 .contents_box3s .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box3s .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents2 .contents_box3s .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box3s .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box3s .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box3s .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box3_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 24px;
}
#CONTENTS .inner_contents2 .contents_box3_center .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box3_center .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box3_center .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents2 .contents_box3_center .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box3_center .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box3_center .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box3_center .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents2 .contents_box3_center .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents2 .contents_box3_center .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box3_center .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents2 .contents_box3_center .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box3_center .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box3_center .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box3_center .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents2 .contents_box4 .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_l {
  width: 26.6%;
  padding: 25px 0 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_r {
  width: 73.4%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_blk {
  padding: 16px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_blk {
    width: 100%;
    padding: calc(4.2666666667 * var(--vw)) 0 0;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_btn {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_btn {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_btn .ed-img {
  width: 512px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_btn .ed-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right2_l {
  width: 26.6%;
  padding: 25px 0 22px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right2_r {
  width: 73.4%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_only {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_only {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_only_r {
  width: 100%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_only_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_only_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_only_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_only_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_in_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_in_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_in-half {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_in-half {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_in-half_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_in-half_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_in-half_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_in-half_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_in-half_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_in-half_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_in-half_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_in-half2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_in-half2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_in-half2_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_in-half2_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_in-half2_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_in-half2_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_in-half2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_in-half2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_in-half2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right2_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right2_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right2_in_l {
  width: 23.7%;
  text-align: left !important;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right2_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right2_in_r {
  width: 76.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right2_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right2_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right2_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right2_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right3_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right3_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right3_in_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right3_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right3_in_r {
  width: 71.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right3_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right3_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right3_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right3_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right3_in-half {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right3_in-half {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right3_in-half_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right3_in-half_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right3_in-half_r {
  width: 71.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right3_in-half_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right3_in-half_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right3_in-half_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right3_in-half_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right3_in-half2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right3_in-half2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right3_in-half2_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right3_in-half2_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right3_in-half2_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right3_in-half2_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right3_in-half2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right3_in-half2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right3_in-half2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_only_in {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_only_in {
    width: 100%;
    row-gap: calc(2.1333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_only_in_l {
  width: 100%;
  text-align: center !important;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_only_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_only_in_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_only_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_only_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_only_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_only_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_bn {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box4 .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box4 .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 24px;
}
#CONTENTS .inner_contents2 .contents_box5 .cobox {
  width: 465px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 32px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box5 .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw)) calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
    flex-grow: 1;
  }
}
#CONTENTS .inner_contents2 .contents_box5 .cobox .sumb-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box5 .cobox .sumb-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box5 .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.96px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box5 .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0;
    font-weight: 600;
  }
}
#CONTENTS .inner_contents2 .contents_box5 .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents2 .contents_box5 .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box5 .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents2 .contents_box5 .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box5 .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box5 .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.28px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents2 .contents_box5 .cobox .detail-txt {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box5 .cobox .detail-txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box5 .cs-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box5 .cs-box {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box5 .cs-box .btn-box5 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box5 .cs-box .btn-box5 {
    justify-content: center;
  }
}
#CONTENTS .inner_contents2 .contents_box5 .hash-box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box5 .hash-box2 {
    align-items: flex-start;
    gap: calc(1.56 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box5 .hash-box2 .hashtag {
  padding: 0px 12px;
  border-radius: 100vmax;
  border: solid 1px #2636bc;
  font-size: 14px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box5 .hash-box2 .hashtag {
    padding: calc(0 * var(--vw)) calc(2.6666666667 * var(--vw));
    font-size: calc(2.6666666667 * var(--vw));
    color: #000AC5;
  }
}
#CONTENTS .inner_contents2 .contents_box_acc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_l {
  width: 18%;
  padding: 25px 0 22px;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_r {
  width: 82%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_r_1 {
  width: 100%;
  padding: 20px 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc2_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_acc .cb_right_bnpc2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_edg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 24px;
}
#CONTENTS .inner_contents2 .contents_box_edg .cobox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_edg .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw)) calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
    flex-grow: 1;
  }
}
#CONTENTS .inner_contents2 .contents_box_edg .cobox .sumb-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_edg .cobox .sumb-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box_edg .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.96px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_edg .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0;
    font-weight: 600;
  }
}
#CONTENTS .inner_contents2 .contents_box_edg .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents2 .contents_box_edg .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_edg .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents2 .contents_box_edg .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_edg .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_edg .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_edg .cobox .detail-txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_edg .cobox .cb_box_l {
  width: 100%;
  text-align: center !important;
  line-height: 28px;
  /* margin: auto 0; */
}
#CONTENTS .inner_contents2 .contents_box_edg .cobox .cb_box_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  /* margin: auto 0; */
}
#CONTENTS .inner_contents2 .contents_box_edg .cs-box {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_edg .cs-box {
    width: 100%;
  }
}
#CONTENTS .inner_contents2 .contents_box_edg .cs-box .btn-box5 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_edg .cs-box .btn-box5 {
    justify-content: center;
  }
}
#CONTENTS .inner_contents2 .contents_box_edg .hash-box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_edg .hash-box2 {
    align-items: flex-start;
    gap: calc(1.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .contents_box_edg .hash-box2 .hashtag {
  padding: 0px 12px;
  border-radius: 100vmax;
  border: solid 1px #2636bc;
  font-size: 14px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .contents_box_edg .hash-box2 .hashtag {
    padding: calc(0 * var(--vw)) calc(2.6666666667 * var(--vw));
    font-size: calc(2.6666666667 * var(--vw));
    color: #000AC5;
  }
}
#CONTENTS .inner_contents2 .banner-box {
  width: 100%;
  text-align: center;
}
#CONTENTS .inner_contents2 .banner-box img {
  width: 740px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .banner-box img {
    width: calc(68.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2 .btn-text-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#CONTENTS .inner_contents2 .btn-text-box .btn-box {
  width: 252px;
  display: block;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .btn-text-box .btn-box {
    width: calc(67.2 * var(--vw));
    display: block;
  }
}
#CONTENTS .inner_contents2 .btn-text-box .btn-box2 {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2 .btn-text-box .btn-box2 {
    width: calc(67.2 * var(--vw));
    display: flex;
    justify-content: center;
  }
}
#CONTENTS .inner_contents2_sm-3 {
  width: 960px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: initial !important;
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_left {
  width: 27%;
  font-size: 24px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 1.6;
  color: #000AC5;
  letter-spacing: -0.96px;
  margin-top: -5px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_left {
    width: 100%;
    font-size: calc(4.8 * var(--vw));
    line-height: 1.6;
    margin-top: calc(-1.3333333333 * var(--vw));
    letter-spacing: -0.72px;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_left_none {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_left_none {
    display: none;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_l {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_l_sptp0 {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_l_sptp0 {
    width: 100%;
    padding: 0 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_r_0 {
  width: 100%;
  padding: 12px 0 0;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_r_0 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_l_1 {
  width: 0%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_l_1 {
    border-top: solid 1px #ADBCD6;
    margin-top: calc(5.8666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0 0 0;
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_r_1 {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_r_1 .c-intro-box {
  width: 100%;
  background-color: #fff;
  padding: 19px 16px 19px 27px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_r_1 .c-intro-box {
    justify-content: flex-start;
    padding: calc(4 * var(--vw)) calc(6.6666666667 * var(--vw)) calc(4 * var(--vw)) calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_r_1 .c-intro-box.intro-bg1 {
  background-image: url(/assets/img/contents/information/seminor/bg-intro1.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: solid 1px #ccc;
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_r_1 .c-intro-box.intro-bg2 {
  background-image: url(/assets/img/contents/information/seminor/bg-intro2.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: solid 1px #ccc;
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_r_1 .c-intro-left {
  width: 30%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_r_1 .c-intro-left {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_r_1 .c-intro-right {
  width: 70%;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_r_1 .c-intro-right {
    font-size: calc(3.7333333333 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_r_1 .c-intro-ttl {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  color: #444429;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_r_1 .c-intro-ttl {
    font-size: calc(4.2666666667 * var(--vw));
    margin-bottom: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_r_1_0 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_r_1_0 {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_r_1_w {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_r_1_w {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_box {
  border-top: solid 1px #ADBCD6;
  margin: 8px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_box {
    margin: calc(2.1333333333 * var(--vw)) 0;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_b2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_b2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_b2_l {
  width: 100%;
  padding: 10px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_b2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_b2_r {
  width: 100%;
  padding: 10px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_b2_r {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_b2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_b2_r_1 {
  width: 100%;
  padding: 10px 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_b2_r_1 {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn {
    width: 95%;
    margin: 0 auto;
    margin-top: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn_l {
  width: 100%;
  padding: 25px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc2_l {
  width: 27%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc2_r {
  width: 73%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc3 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc3 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc3_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc3_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc3_r {
  width: 82%;
  padding: 22px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc3_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc3_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc3_r_1 {
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc3_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc3_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right_bnpc3_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right__whitebox {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right__whitebox {
    border-radius: calc(1.6 * var(--vw));
    padding: calc(4 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .cb_right__whitebox .white-cobox_60 {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .cb_right__whitebox .white-cobox_60 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .sub-txt-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.6;
  padding: 5px 0;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .sub-txt-box {
    gap: calc(2.1333333333 * var(--vw));
    flex-direction: row;
    padding: calc(1.3333333333 * var(--vw)) 0;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .sub-txt-box .txt1 {
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .sub-txt-box .txt1 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box .sub-txt-box .txt2 {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box .sub-txt-box .txt2 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: initial !important;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa {
    gap: initial !important;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_left {
  width: 3%;
  font-size: 24px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 1.6;
  color: #000AC5;
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_left {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_left {
    width: 100%;
    font-size: calc(4.8 * var(--vw));
    line-height: 1.6;
    margin-top: calc(-2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_left_none {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_left_none {
    display: none;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right {
  width: 94.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_l {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_l_sptp0 {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_l_sptp0 {
    width: 100%;
    padding: 0 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_r_0 {
  width: 100%;
  padding: 12px 0 0;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_r_0 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_l_1 {
  width: 0%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_l_1 {
    border-top: solid 1px #ADBCD6;
    margin-top: calc(5.8666666667 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_r_1 {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_r_1 .sub-txt2 {
  margin-top: 20px;
  padding: 24px;
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_r_1 .sub-txt2 {
    margin-top: calc(5.3333333333 * var(--vw));
    padding: calc(6.4 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_r_1 .sub-txt2 .ttl {
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_r_1 .sub-txt2 .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.6;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_r_1 .tbl-ttl {
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_r_1 .tbl-ttl {
    font-size: calc(4.8 * var(--vw));
    line-height: 1.6;
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_r_1_0 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_r_1_0 {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_r_1_w {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_r_1_w {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_box {
  border-top: solid 1px #ADBCD6;
  margin: 8px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_box {
    margin: calc(2.1333333333 * var(--vw)) 0;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_b2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_b2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_b2_l {
  width: 100%;
  padding: 10px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_b2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_b2_r {
  width: 100%;
  padding: 10px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_b2_r {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_b2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_b2_r_1 {
  width: 100%;
  padding: 10px 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_b2_r_1 {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn {
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  letter-spacing: 4%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn {
    width: 100%;
    margin: 0 auto;
    justify-content: flex-start;
    margin-top: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn_l {
  width: 100%;
  padding: 25px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc2_l {
  width: 27%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc2_r {
  width: 73%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc3 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc3 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc3_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc3_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc3_r {
  width: 82%;
  padding: 22px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc3_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc3_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc3_r_1 {
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc3_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc3_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right_bnpc3_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right__whitebox {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right__whitebox {
    border-radius: calc(1.6 * var(--vw));
    padding: calc(4 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right__whitebox .white-cobox_60 {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .cb_right__whitebox .white-cobox_60 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .sub-txt-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.6;
  padding: 5px 0;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .sub-txt-box {
    gap: calc(2.1333333333 * var(--vw));
    flex-direction: row;
    padding: calc(1.3333333333 * var(--vw)) 0;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .sub-txt-box .txt1 {
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .sub-txt-box .txt1 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_qa .sub-txt-box .txt2 {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_qa .sub-txt-box .txt2 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_l {
  width: 26.6%;
  padding: 25px 0 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_r {
  width: 73.4%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_in_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_in_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box2 .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 24px;
}
#CONTENTS .inner_contents2_sm-3 .contents_box3 .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3 .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box3 .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3 .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3 .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box3 .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3 .cobox .title-txt {
    height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3 .cobox .title-txt {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -1.296px;
    line-height: calc(7.4666666667 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box3 .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box3 .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3 .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box3 .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3 .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box3 .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3 .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box3s {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 24px;
}
#CONTENTS .inner_contents2_sm-3 .contents_box3s .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3s .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box3s .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3s .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3s .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box3s .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3s .cobox .title-txt {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -1.296px;
    line-height: calc(7.4666666667 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box3s .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box3s .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3s .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box3s .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3s .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box3s .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3s .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box3_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 24px;
}
#CONTENTS .inner_contents2_sm-3 .contents_box3_center .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3_center .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box3_center .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3_center .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3_center .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box3_center .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3_center .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box3_center .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box3_center .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3_center .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box3_center .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3_center .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box3_center .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box3_center .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_l {
  width: 26.6%;
  padding: 25px 0 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_r {
  width: 73.4%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_blk {
  padding: 16px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_blk {
    width: 100%;
    padding: calc(4.2666666667 * var(--vw)) 0 0;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_btn {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_btn {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_btn .ed-img {
  width: 512px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_btn .ed-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right2_l {
  width: 26.6%;
  padding: 25px 0 22px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right2_r {
  width: 73.4%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_only {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_only {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_only_r {
  width: 100%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_only_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_only_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_only_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_only_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in-half {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in-half {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in-half_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in-half_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in-half_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in-half_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in-half_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in-half_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in-half_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in-half2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in-half2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in-half2_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in-half2_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in-half2_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in-half2_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in-half2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in-half2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_in-half2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right2_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right2_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right2_in_l {
  width: 23.7%;
  text-align: left !important;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right2_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right2_in_r {
  width: 76.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right2_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right2_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right2_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right2_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in_r {
  width: 71.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in-half {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in-half {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in-half_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in-half_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in-half_r {
  width: 71.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in-half_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in-half_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in-half_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in-half_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in-half2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in-half2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in-half2_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in-half2_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in-half2_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in-half2_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in-half2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in-half2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right3_in-half2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_only_in {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_only_in {
    width: 100%;
    row-gap: calc(2.1333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_only_in_l {
  width: 100%;
  text-align: center !important;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_only_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_only_in_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_only_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_only_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_only_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_only_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box4 .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 24px;
}
#CONTENTS .inner_contents2_sm-3 .contents_box5 .cobox {
  width: 465px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 32px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box5 .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw)) calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
    flex-grow: 1;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box5 .cobox .sumb-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box5 .cobox .sumb-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box5 .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.96px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box5 .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0;
    font-weight: 600;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box5 .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box5 .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box5 .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box5 .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box5 .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box5 .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.28px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box5 .cobox .detail-txt {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box5 .cobox .detail-txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box5 .cs-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box5 .cs-box {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box5 .cs-box .btn-box5 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box5 .cs-box .btn-box5 {
    justify-content: center;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box5 .hash-box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box5 .hash-box2 {
    align-items: flex-start;
    gap: calc(1.56 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box5 .hash-box2 .hashtag {
  padding: 0px 12px;
  border-radius: 100vmax;
  border: solid 1px #2636bc;
  font-size: 14px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box5 .hash-box2 .hashtag {
    padding: calc(0 * var(--vw)) calc(2.6666666667 * var(--vw));
    font-size: calc(2.6666666667 * var(--vw));
    color: #000AC5;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_l {
  width: 18%;
  padding: 25px 0 22px;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_r {
  width: 82%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_r_1 {
  width: 100%;
  padding: 20px 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc2_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_acc .cb_right_bnpc2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_edg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 24px;
}
#CONTENTS .inner_contents2_sm-3 .contents_box_edg .cobox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_edg .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw)) calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
    flex-grow: 1;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_edg .cobox .sumb-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_edg .cobox .sumb-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_edg .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.96px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_edg .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0;
    font-weight: 600;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_edg .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents2_sm-3 .contents_box_edg .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_edg .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_edg .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_edg .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_edg .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_edg .cobox .detail-txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_edg .cobox .cb_box_l {
  width: 100%;
  text-align: center !important;
  line-height: 28px;
  /* margin: auto 0; */
}
#CONTENTS .inner_contents2_sm-3 .contents_box_edg .cobox .cb_box_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  /* margin: auto 0; */
}
#CONTENTS .inner_contents2_sm-3 .contents_box_edg .cs-box {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_edg .cs-box {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_edg .cs-box .btn-box5 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_edg .cs-box .btn-box5 {
    justify-content: center;
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_edg .hash-box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_edg .hash-box2 {
    align-items: flex-start;
    gap: calc(1.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .contents_box_edg .hash-box2 .hashtag {
  padding: 0px 12px;
  border-radius: 100vmax;
  border: solid 1px #2636bc;
  font-size: 14px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .contents_box_edg .hash-box2 .hashtag {
    padding: calc(0 * var(--vw)) calc(2.6666666667 * var(--vw));
    font-size: calc(2.6666666667 * var(--vw));
    color: #000AC5;
  }
}
#CONTENTS .inner_contents2_sm-3 .banner-box {
  width: 100%;
  text-align: center;
}
#CONTENTS .inner_contents2_sm-3 .banner-box img {
  width: 740px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .banner-box img {
    width: calc(68.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm-3 .btn-text-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#CONTENTS .inner_contents2_sm-3 .btn-text-box .btn-box {
  width: 252px;
  display: block;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .btn-text-box .btn-box {
    width: calc(67.2 * var(--vw));
    display: block;
  }
}
#CONTENTS .inner_contents2_sm-3 .btn-text-box .btn-box2 {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm-3 .btn-text-box .btn-box2 {
    width: calc(67.2 * var(--vw));
    display: flex;
    justify-content: center;
  }
}
#CONTENTS .inner_contents2_sm {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: initial !important;
}
#CONTENTS .inner_contents2_sm .contents_box .cb_left {
  width: 27%;
  font-size: 24px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_left {
    padding: 22px 0;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_left_none {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_left_none {
    display: none;
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_l {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 24px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 38px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_l_sptp0 {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_l_sptp0 {
    width: 100%;
    padding: 0 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_r_0 {
  width: 100%;
  padding: 12px 0 0;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_r_0 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_r_1_0 {
  width: 100%;
  padding: 25px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_r_1_0 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 0;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_r_1_w {
  width: 100%;
  padding: 35px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_r_1_w {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_box {
  border-top: solid 1px #ADBCD6;
  margin: 8px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_box {
    margin: calc(2.1333333333 * var(--vw)) 0;
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_b2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_b2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_b2_l {
  width: 100%;
  padding: 10px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_b2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_b2_r {
  width: 100%;
  padding: 10px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_b2_r {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_b2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_b2_r_1 {
  width: 100%;
  padding: 10px 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_b2_r_1 {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bn {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bn_l {
  width: 100%;
  padding: 25px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bn_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bn2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc2_l {
  width: 27%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc2_r {
  width: 73%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc3 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc3 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc3_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc3_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc3_r {
  width: 82%;
  padding: 22px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc3_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc3_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc3_r_1 {
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc3_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc3_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right_bnpc3_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right__whitebox {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right__whitebox {
    border-radius: calc(1.6 * var(--vw));
    padding: calc(4 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box .cb_right__whitebox .white-cobox_60 {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box .cb_right__whitebox .white-cobox_60 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_title {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_title_l {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 24px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 38px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_title_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l {
  width: 47.5%;
  text-align: left !important;
  padding: 12px 0 12px 10px;
  font-size: 14px;
  line-height: 25px;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l {
    width: 100%;
    padding: calc(3.2 * var(--vw)) 0 calc(3.2 * var(--vw)) calc(1.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt {
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt {
    margin-left: initial;
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt {
  text-decoration: none;
  color: #333 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt:visited {
  color: inherit !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt:hover {
  opacity: 0.7 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 5px;
  background-image: url(/assets/img/triangle.svg);
  background-size: contain;
  vertical-align: middle;
  padding-right: 16px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt::before {
    width: calc(2.1333333333 * var(--vw));
    padding-right: calc(4.2666666667 * var(--vw));
    height: calc(1.3333333333 * var(--vw));
    margin-bottom: calc(0.8 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2 {
  margin-left: 32px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2 {
    margin-left: calc(2.9333333333 * var(--vw));
    margin-bottom: calc(1.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2 {
  text-decoration: none;
  color: #333 !important;
  font-weight: 400 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2:visited {
  color: inherit !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2:hover {
  opacity: 0.7 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 4px;
  background-image: url(/assets/img/triangle.svg);
  background-size: contain;
  vertical-align: middle;
  padding-right: 16px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2::before {
    width: calc(1.6 * var(--vw));
    padding-right: calc(4.2666666667 * var(--vw));
    height: calc(1.0666666667 * var(--vw));
    margin-bottom: calc(0.8 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_ind {
  margin-left: 32px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_ind {
    margin-left: calc(2.9333333333 * var(--vw));
    margin-bottom: calc(1.6 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw)) !important;
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_ind {
  text-decoration: none;
  color: #333 !important;
  font-weight: 400 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_ind:visited {
  color: inherit !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_ind:hover {
  opacity: 0.7 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_ind::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 4px;
  background-image: url(/assets/img/triangle.svg);
  background-size: contain;
  vertical-align: middle;
  padding-right: 16px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_ind::before {
    width: calc(1.6 * var(--vw));
    padding-right: calc(4.2666666667 * var(--vw));
    height: calc(1.0666666667 * var(--vw));
    margin-top: 0;
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_ind-bold {
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_ind-bold {
    margin-bottom: calc(1.6 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw)) !important;
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_ind-bold {
  text-decoration: none;
  color: #333 !important;
  font-weight: 600 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_ind-bold:visited {
  color: inherit !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_ind-bold:hover {
  opacity: 0.7 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_ind-bold::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 4px;
  background-image: url(/assets/img/triangle.svg);
  background-size: contain;
  vertical-align: middle;
  padding-right: 16px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_ind-bold::before {
    width: calc(1.6 * var(--vw));
    padding-right: calc(4.2666666667 * var(--vw));
    height: calc(1.0666666667 * var(--vw));
    margin-top: 0;
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk {
  margin-left: 64px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk {
    margin-left: calc(12 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk {
  text-decoration: none;
  color: #333 !important;
  font-weight: 400 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk:visited {
  color: inherit !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk:hover {
  opacity: 0.7 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 5px;
  background-image: url(/assets/img/triangle.svg);
  background-size: contain;
  vertical-align: middle;
  padding-right: 16px;
  margin-top: 20px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk::before {
    width: calc(2.1333333333 * var(--vw));
    padding-right: calc(4.2666666667 * var(--vw));
    height: calc(1.3333333333 * var(--vw));
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk12 {
  margin-left: 64px;
  font-size: 12px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk12 {
    margin-left: calc(12 * var(--vw));
    font-size: calc(3.2 * var(--vw));
    margin-bottom: calc(1.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk12 {
  text-decoration: none;
  color: #333 !important;
  font-weight: 400 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk12:visited {
  color: inherit !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk12:hover {
  opacity: 0.7 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk12::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 4px;
  background-image: url(/assets/img/triangle.svg);
  background-size: contain;
  vertical-align: middle;
  padding-right: 16px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk12::before {
    width: calc(1.6 * var(--vw));
    padding-right: calc(4.2666666667 * var(--vw));
    height: calc(1.0666666667 * var(--vw));
    margin-bottom: calc(0.8 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk_ind {
  margin-left: 64px;
  font-size: 12px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk_ind {
    margin-left: calc(12 * var(--vw));
    font-size: calc(3.2 * var(--vw));
    margin-bottom: calc(1.6 * var(--vw));
    line-height: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk_ind {
  text-decoration: none;
  color: #333 !important;
  font-weight: 400 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk_ind:visited {
  color: inherit !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk_ind:hover {
  opacity: 0.7 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk_ind::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 4px;
  background-image: url(/assets/img/triangle.svg);
  background-size: contain;
  vertical-align: middle;
  padding-right: 16px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .txt2_blk_ind::before {
    width: calc(1.6 * var(--vw));
    padding-right: calc(4.2666666667 * var(--vw));
    height: calc(1.0666666667 * var(--vw));
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_1st {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_1st {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_1st {
  margin-left: 16px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_1st {
    margin-left: calc(4.2666666667 * var(--vw));
    padding-bottom: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_1st {
  text-decoration: none;
  color: #333 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_1st:visited {
  color: inherit !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_1st:hover {
  opacity: 0.7 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_1st::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 5px;
  background-image: url(/assets/img/triangle.svg);
  background-size: contain;
  vertical-align: middle;
  padding-right: 16px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_1st::before {
    width: calc(2.1333333333 * var(--vw));
    padding-right: calc(4.2666666667 * var(--vw));
    height: calc(1.3333333333 * var(--vw));
    margin-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_1st_ind {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_1st_ind {
    width: 100%;
    line-height: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_1st_ind {
  margin-left: 16px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_1st_ind {
    margin-left: calc(4.2666666667 * var(--vw));
    padding-bottom: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_1st_ind {
  text-decoration: none;
  color: #333 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_1st_ind:visited {
  color: inherit !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_1st_ind:hover {
  opacity: 0.7 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_1st_ind::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 5px;
  background-image: url(/assets/img/triangle.svg);
  background-size: contain;
  vertical-align: middle;
  padding-right: 16px;
  padding-right: 16px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_1st_ind::before {
    width: calc(2.1333333333 * var(--vw));
    padding-right: calc(4.2666666667 * var(--vw));
    height: calc(1.3333333333 * var(--vw));
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f {
  margin-left: 16px;
  padding: 12px 0 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f {
    margin-left: 0;
    padding: calc(3.2 * var(--vw)) 0 calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f {
  text-decoration: none;
  color: #333 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f:visited {
  color: inherit !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f:hover {
  opacity: 0.7 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 5px;
  background-image: url(/assets/img/triangle.svg);
  background-size: contain;
  vertical-align: middle;
  padding-right: 16px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f::before {
    width: calc(2.1333333333 * var(--vw));
    padding-right: calc(4.2666666667 * var(--vw));
    height: calc(1.3333333333 * var(--vw));
    margin-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_a {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_a {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_a {
  margin-left: 16px;
  padding: 12px 0 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_a {
    margin-left: 0;
    padding: calc(3.2 * var(--vw)) 0 calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_a {
  text-decoration: none;
  color: #333 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_a:visited {
  color: inherit !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_a:hover {
  opacity: 0.7 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 5px;
  background-image: url(/assets/img/triangle.svg);
  background-size: contain;
  vertical-align: middle;
  padding-right: 16px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_a::before {
    width: calc(2.1333333333 * var(--vw));
    padding-right: calc(4.2666666667 * var(--vw));
    height: calc(1.3333333333 * var(--vw));
    margin-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f20 {
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f20 {
    width: 100%;
    line-height: calc(5.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f20 {
  margin-left: 16px;
  padding: 12px 0 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f20 {
    margin-left: calc(4.2666666667 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f20 {
  text-decoration: none;
  color: #333 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f20:visited {
  color: inherit !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f20:hover {
  opacity: 0.7 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f20::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 5px;
  background-image: url(/assets/img/triangle.svg);
  background-size: contain;
  vertical-align: middle;
  padding-right: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f20::before {
    width: calc(2.1333333333 * var(--vw));
    padding-right: calc(4.2666666667 * var(--vw));
    height: calc(1.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_mid {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_mid {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_mid {
  margin-left: 16px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_mid {
    margin-left: calc(4.2666666667 * var(--vw));
    padding-bottom: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_mid {
  text-decoration: none;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_mid:visited {
  color: inherit !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_mid:hover {
  opacity: 0.7 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_mid::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 4px;
  background-image: url(/assets/img/triangle.svg);
  background-size: contain;
  vertical-align: middle;
  padding-right: 16px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_f_mid::before {
    width: calc(1.6 * var(--vw));
    padding-right: calc(4.2666666667 * var(--vw));
    height: calc(1.0666666667 * var(--vw));
    margin-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_l {
  width: 195px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_l {
    width: 50%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_l {
  margin-left: 16px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_l {
    margin-left: calc(4.2666666667 * var(--vw));
    padding-bottom: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_l {
  text-decoration: none;
  color: #333 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_l:visited {
  color: inherit !important;
  color: #333 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_l:hover {
  opacity: 0.7 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_l::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 4px;
  background-image: url(/assets/img/triangle.svg);
  background-size: contain;
  vertical-align: middle;
  padding-right: 16px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_l::before {
    width: calc(1.6 * var(--vw));
    padding-right: calc(4.2666666667 * var(--vw));
    height: calc(1.0666666667 * var(--vw));
    margin-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_l_nm {
  width: 195px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_l_nm {
    width: 40%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_l_nm {
  margin-left: 32px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_l_nm {
    margin-left: calc(6.4933333333 * var(--vw));
    padding-bottom: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_l_nm {
  text-decoration: none;
  color: #333 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_l_nm:visited {
  color: inherit !important;
  color: #333 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_l_nm:hover {
  opacity: 0.7 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_l_nm::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 4px;
  background-image: url(/assets/img/triangle.svg);
  background-size: contain;
  vertical-align: middle;
  padding-right: 16px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_l_nm::before {
    width: calc(1.6 * var(--vw));
    padding-right: calc(4.2666666667 * var(--vw));
    height: calc(1.0666666667 * var(--vw));
    margin-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_r {
  margin-left: 16px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_r {
    margin-left: calc(4.2666666667 * var(--vw));
    padding-bottom: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_r {
  text-decoration: none;
  color: #333 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_r:visited {
  color: inherit !important;
  color: #333 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_r:hover {
  opacity: 0.7 !important;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_r::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 4px;
  background-image: url(/assets/img/triangle.svg);
  background-size: contain;
  vertical-align: middle;
  padding-right: 16px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .txt_r::before {
    width: calc(1.6 * var(--vw));
    padding-right: calc(4.2666666667 * var(--vw));
    height: calc(1.0666666667 * var(--vw));
    margin-bottom: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l .name-box .pdf-i {
  position: relative;
  display: inline-block;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_box_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box2 .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 24px;
}
#CONTENTS .inner_contents2_sm .contents_box3 .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box3 .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box3 .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents2_sm .contents_box3 .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box3 .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box3 .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents2_sm .contents_box3 .cobox .title-txt {
    height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box3 .cobox .title-txt {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -1.296px;
    line-height: calc(7.4666666667 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents2_sm .contents_box3 .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents2_sm .contents_box3 .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box3 .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents2_sm .contents_box3 .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box3 .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box3 .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box3 .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box3s {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 24px;
}
#CONTENTS .inner_contents2_sm .contents_box3s .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box3s .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box3s .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents2_sm .contents_box3s .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box3s .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box3s .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box3s .cobox .title-txt {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -1.296px;
    line-height: calc(7.4666666667 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents2_sm .contents_box3s .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents2_sm .contents_box3s .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box3s .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents2_sm .contents_box3s .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box3s .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box3s .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box3s .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box3_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 24px;
}
#CONTENTS .inner_contents2_sm .contents_box3_center .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box3_center .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box3_center .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents2_sm .contents_box3_center .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box3_center .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box3_center .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box3_center .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents2_sm .contents_box3_center .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents2_sm .contents_box3_center .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box3_center .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents2_sm .contents_box3_center .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box3_center .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box3_center .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box3_center .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_l {
  width: 26.6%;
  padding: 25px 0 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_r {
  width: 73.4%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_blk {
  padding: 16px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_blk {
    width: 100%;
    padding: calc(4.2666666667 * var(--vw)) 0 0;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_btn {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_btn {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_btn .ed-img {
  width: 512px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_btn .ed-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right2_l {
  width: 26.6%;
  padding: 25px 0 22px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right2_r {
  width: 73.4%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_only {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_only {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_only_r {
  width: 100%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_only_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_only_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_only_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_only_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in-half {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in-half {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in-half_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in-half_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in-half_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in-half_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in-half_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in-half_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in-half_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in-half2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in-half2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in-half2_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in-half2_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in-half2_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in-half2_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in-half2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in-half2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_in-half2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right2_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right2_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right2_in_l {
  width: 23.7%;
  text-align: left !important;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right2_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right2_in_r {
  width: 76.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right2_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right2_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right2_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right2_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in_r {
  width: 71.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in-half {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in-half {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in-half_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in-half_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in-half_r {
  width: 71.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in-half_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in-half_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in-half_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in-half_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in-half2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in-half2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in-half2_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in-half2_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in-half2_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in-half2_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in-half2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in-half2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right3_in-half2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_only_in {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_only_in {
    width: 100%;
    row-gap: calc(2.1333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_only_in_l {
  width: 100%;
  text-align: center !important;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_only_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_only_in_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_only_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_only_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_only_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_only_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box4 .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 24px;
}
#CONTENTS .inner_contents2_sm .contents_box5 .cobox {
  width: 465px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 32px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box5 .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw)) calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
    flex-grow: 1;
  }
}
#CONTENTS .inner_contents2_sm .contents_box5 .cobox .sumb-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box5 .cobox .sumb-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box5 .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.96px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box5 .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0;
    font-weight: 600;
  }
}
#CONTENTS .inner_contents2_sm .contents_box5 .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents2_sm .contents_box5 .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box5 .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents2_sm .contents_box5 .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box5 .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box5 .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.28px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents2_sm .contents_box5 .cobox .detail-txt {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box5 .cobox .detail-txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box5 .cs-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box5 .cs-box {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box5 .cs-box .btn-box5 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box5 .cs-box .btn-box5 {
    justify-content: center;
  }
}
#CONTENTS .inner_contents2_sm .contents_box5 .hash-box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box5 .hash-box2 {
    align-items: flex-start;
    gap: calc(1.56 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box5 .hash-box2 .hashtag {
  padding: 0px 12px;
  border-radius: 100vmax;
  border: solid 1px #2636bc;
  font-size: 14px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box5 .hash-box2 .hashtag {
    padding: calc(0 * var(--vw)) calc(2.6666666667 * var(--vw));
    font-size: calc(2.6666666667 * var(--vw));
    color: #000AC5;
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_l {
  width: 18%;
  padding: 25px 0 22px;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_r {
  width: 82%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_r_1 {
  width: 100%;
  padding: 20px 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc2_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_acc .cb_right_bnpc2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_edg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 24px;
}
#CONTENTS .inner_contents2_sm .contents_box_edg .cobox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_edg .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw)) calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
    flex-grow: 1;
  }
}
#CONTENTS .inner_contents2_sm .contents_box_edg .cobox .sumb-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_edg .cobox .sumb-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box_edg .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.96px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_edg .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0;
    font-weight: 600;
  }
}
#CONTENTS .inner_contents2_sm .contents_box_edg .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents2_sm .contents_box_edg .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_edg .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents2_sm .contents_box_edg .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_edg .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_edg .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_edg .cobox .detail-txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_edg .cobox .cb_box_l {
  width: 100%;
  text-align: center !important;
  line-height: 28px;
  /* margin: auto 0; */
}
#CONTENTS .inner_contents2_sm .contents_box_edg .cobox .cb_box_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  /* margin: auto 0; */
}
#CONTENTS .inner_contents2_sm .contents_box_edg .cs-box {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_edg .cs-box {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_sm .contents_box_edg .cs-box .btn-box5 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_edg .cs-box .btn-box5 {
    justify-content: center;
  }
}
#CONTENTS .inner_contents2_sm .contents_box_edg .hash-box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_edg .hash-box2 {
    align-items: flex-start;
    gap: calc(1.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .contents_box_edg .hash-box2 .hashtag {
  padding: 0px 12px;
  border-radius: 100vmax;
  border: solid 1px #2636bc;
  font-size: 14px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .contents_box_edg .hash-box2 .hashtag {
    padding: calc(0 * var(--vw)) calc(2.6666666667 * var(--vw));
    font-size: calc(2.6666666667 * var(--vw));
    color: #000AC5;
  }
}
#CONTENTS .inner_contents2_sm .banner-box {
  width: 100%;
  text-align: center;
}
#CONTENTS .inner_contents2_sm .banner-box img {
  width: 740px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .banner-box img {
    width: calc(68.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents2_sm .btn-text-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#CONTENTS .inner_contents2_sm .btn-text-box .btn-box {
  width: 252px;
  display: block;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .btn-text-box .btn-box {
    width: calc(67.2 * var(--vw));
    display: block;
  }
}
#CONTENTS .inner_contents2_sm .btn-text-box .btn-box2 {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_sm .btn-text-box .btn-box2 {
    width: calc(67.2 * var(--vw));
    display: flex;
    justify-content: center;
  }
}
#CONTENTS .inner_contents2_hm {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents2_hm {
    width: 100%;
  }
}
#CONTENTS .inner_contents2_hm .contents_box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents5 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: initial !important;
  border-top: solid 1px #333;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box {
    padding-top: calc(9.3333333333 * var(--vw));
    padding-bottom: calc(9.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_left {
  width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#CONTENTS .inner_contents5 .contents_box .cb_left img {
  width: 94px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_left img {
    width: calc(25.0666666667 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_left {
    width: 100%;
    text-align: left;
    order: 1;
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_left_none {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_left_none {
    display: none;
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_mid {
  width: 27.7%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_mid {
    padding-right: initial;
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_mid .mid-box {
  width: 100%;
}
#CONTENTS .inner_contents5 .contents_box .cb_mid .mid_ttl {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_mid .mid_ttl {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_mid .mid_txt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_mid .mid_txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_mid .mid_txt_nls {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_mid .mid_txt_nls {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_mid .mid_btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_mid .mid_btn {
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_mid .mid_btn img {
  width: 212px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_mid .mid_btn img {
    width: calc(56.5333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_mid {
    order: 3;
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_mid_full {
  width: 74.3%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_mid_full {
    padding-right: initial;
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_mid_full .mid-box {
  width: 100%;
}
#CONTENTS .inner_contents5 .contents_box .cb_mid_full .mid_ttl {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_mid_full .mid_ttl {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_mid_full .mid_txt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_mid_full .mid_txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_mid_full .mid_btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_mid_full .mid_btn {
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_mid_full .mid_btn img {
  width: 212px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_mid_full .mid_btn img {
    width: calc(56.5333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_mid_full {
    order: 3;
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right {
  width: 47.3%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right {
    width: 100%;
    order: 2;
    margin-top: calc(3.2 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_l {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_l_sptp0 {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_l_sptp0 {
    width: 100%;
    padding: 0 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_r_0 {
  width: 100%;
  padding: 12px 0 0;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_r_0 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_r_1_0 {
  width: 100%;
  padding: 25px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_r_1_0 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 0;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_r_1_w {
  width: 100%;
  padding: 35px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_r_1_w {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_box {
  border-top: solid 1px #ADBCD6;
  margin: 8px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_box {
    margin: calc(2.1333333333 * var(--vw)) 0;
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_b2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_b2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_b2_l {
  width: 100%;
  padding: 10px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_b2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_b2_r {
  width: 100%;
  padding: 10px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_b2_r {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_b2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box .cb_right_b2_r_1 {
  width: 100%;
  padding: 10px 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_b2_r_1 {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bn {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bn_l {
  width: 100%;
  padding: 25px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bn_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bn2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bnpc {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bnpc2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bnpc2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bnpc2_l {
  width: 27%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bnpc2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bnpc2_r {
  width: 73%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bnpc2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bnpc2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bnpc2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bnpc2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bnpc2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bnpc2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bnpc3 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bnpc3 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bnpc3_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bnpc3_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bnpc3_r {
  width: 82%;
  padding: 22px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bnpc3_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bnpc3_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bnpc3_r_1 {
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bnpc3_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right_bnpc3_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right_bnpc3_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right__whitebox {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right__whitebox {
    border-radius: calc(1.6 * var(--vw));
    padding: calc(4 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box .cb_right__whitebox .white-cobox_60 {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box .cb_right__whitebox .white-cobox_60 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: initial !important;
  border-top: solid 1px #333;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 {
    padding-top: calc(10.6666666667 * var(--vw));
    padding-bottom: calc(10.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_left {
  width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#CONTENTS .inner_contents5 .contents_box1 .cb_left img {
  width: 94px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_left img {
    width: calc(25.0666666667 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_left {
    width: 100%;
    text-align: left;
    order: 1;
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_left_none {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_left_none {
    display: none;
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_mid {
  width: 27.7%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_mid {
    padding-right: initial;
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_mid .mid-box {
  width: 100%;
}
#CONTENTS .inner_contents5 .contents_box1 .cb_mid .mid_ttl {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_mid .mid_ttl {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(6.4 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_mid .mid_txt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_mid .mid_txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_mid .mid_btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_mid .mid_btn {
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_mid .mid_btn img {
  width: 212px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_mid .mid_btn img {
    width: calc(56.5333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_mid {
    order: 3;
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_mid_full {
  width: 74.3%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_mid_full {
    padding-right: initial;
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_mid_full .mid-box {
  width: 100%;
}
#CONTENTS .inner_contents5 .contents_box1 .cb_mid_full .mid_ttl {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_mid_full .mid_ttl {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_mid_full .mid_txt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_mid_full .mid_txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_mid_full .mid_btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_mid_full .mid_btn {
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_mid_full .mid_btn img {
  width: 212px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_mid_full .mid_btn img {
    width: calc(56.5333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_mid_full {
    order: 3;
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right {
  width: 47.3%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right {
    width: 100%;
    order: 2;
    margin-top: calc(3.2 * var(--vw));
    margin-bottom: calc(8.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_l {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_l_sptp0 {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_l_sptp0 {
    width: 100%;
    padding: 0 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_r_0 {
  width: 100%;
  padding: 12px 0 0;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_r_0 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_r_1_0 {
  width: 100%;
  padding: 25px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_r_1_0 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 0;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_r_1_w {
  width: 100%;
  padding: 35px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_r_1_w {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_box {
  border-top: solid 1px #ADBCD6;
  margin: 8px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_box {
    margin: calc(2.1333333333 * var(--vw)) 0;
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_b2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_b2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_b2_l {
  width: 100%;
  padding: 10px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_b2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_b2_r {
  width: 100%;
  padding: 10px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_b2_r {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_b2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_b2_r_1 {
  width: 100%;
  padding: 10px 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_b2_r_1 {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bn {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bn_l {
  width: 100%;
  padding: 25px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bn_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bn2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc2_l {
  width: 27%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc2_r {
  width: 73%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc3 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc3 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc3_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc3_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc3_r {
  width: 82%;
  padding: 22px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc3_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc3_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc3_r_1 {
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc3_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc3_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right_bnpc3_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right__whitebox {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right__whitebox {
    border-radius: calc(1.6 * var(--vw));
    padding: calc(4 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1 .cb_right__whitebox .white-cobox_60 {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1 .cb_right__whitebox .white-cobox_60 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: initial !important;
  border-top: solid 1px #333;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 {
    padding-top: calc(10.6666666667 * var(--vw));
    padding-bottom: initial;
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_left {
  width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_left img {
  width: 94px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_left img {
    width: calc(25.0666666667 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_left {
    width: 100%;
    text-align: left;
    order: 1;
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_left_none {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_left_none {
    display: none;
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid {
  width: 27.7%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid {
    padding-right: initial;
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid .mid-box {
  width: 100%;
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid .mid_ttl {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid .mid_ttl {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(6.4 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid .mid_txt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid .mid_txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid .mid_btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid .mid_btn {
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid .mid_btn img {
  width: 212px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid .mid_btn img {
    width: calc(56.5333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid {
    order: 3;
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid_full {
  width: 74.3%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid_full {
    padding-right: initial;
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid_full .mid-box {
  width: 100%;
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid_full .mid_ttl {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid_full .mid_ttl {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid_full .mid_txt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid_full .mid_txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid_full .mid_btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid_full .mid_btn {
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid_full .mid_btn img {
  width: 212px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid_full .mid_btn img {
    width: calc(56.5333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_mid_full {
    order: 3;
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right {
  width: 47.3%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right {
    width: 100%;
    order: 2;
    margin-top: calc(3.2 * var(--vw));
    margin-bottom: calc(8.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_l {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_l_sptp0 {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_l_sptp0 {
    width: 100%;
    padding: 0 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_r_0 {
  width: 100%;
  padding: 12px 0 0;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_r_0 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_r_1_0 {
  width: 100%;
  padding: 25px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_r_1_0 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 0;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_r_1_w {
  width: 100%;
  padding: 35px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_r_1_w {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_box {
  border-top: solid 1px #ADBCD6;
  margin: 8px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_box {
    margin: calc(2.1333333333 * var(--vw)) 0;
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_b2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_b2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_b2_l {
  width: 100%;
  padding: 10px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_b2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_b2_r {
  width: 100%;
  padding: 10px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_b2_r {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_b2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_b2_r_1 {
  width: 100%;
  padding: 10px 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_b2_r_1 {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn_l {
  width: 100%;
  padding: 25px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc2_l {
  width: 27%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc2_r {
  width: 73%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc3 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc3 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc3_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc3_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc3_r {
  width: 82%;
  padding: 22px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc3_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc3_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc3_r_1 {
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc3_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc3_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right_bnpc3_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right__whitebox {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right__whitebox {
    border-radius: calc(1.6 * var(--vw));
    padding: calc(4 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right__whitebox .white-cobox_60 {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box1_pb0 .cb_right__whitebox .white-cobox_60 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box_ph {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents5 .contents_box_ph .cb_left_son {
  width: 17%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#CONTENTS .inner_contents5 .contents_box_ph .cb_left_son img {
  width: 64px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_ph .cb_left_son img {
    width: calc(11.9466666667 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_ph .cb_left_son {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: calc(5.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_ph .cb_right_son {
  width: 83%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #E6EAF0;
  border-radius: 4px;
  padding: 60px 55px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_ph .cb_right_son {
    padding: calc(10.6666666667 * var(--vw)) calc(6.1333333333 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box_ph .cb_right_son .cobox_son {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#CONTENTS .inner_contents5 .contents_box_ph .cb_right_son .cobox_son_txt {
  width: 31%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_ph .cb_right_son .cobox_son_txt {
    width: 100%;
    margin-bottom: calc(5.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_ph .cb_right_son .cobox_son_txt .co-ttl {
  font-family: "Shippori Mincho", serif !important;
  font-size: 32px;
  line-height: 44.8px;
  letter-spacing: 1.28px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_ph .cb_right_son .cobox_son_txt .co-ttl {
    font-size: calc(4.8 * var(--vw));
    line-height: calc(7.68 * var(--vw));
    letter-spacing: 0.72px;
    text-align: center;
  }
}
#CONTENTS .inner_contents5 .contents_box_ph .cb_right_son .cobox_son_txt .co-ttl_lsn {
  font-family: "Shippori Mincho", serif !important;
  font-size: 32px;
  line-height: 44.8px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_ph .cb_right_son .cobox_son_txt .co-ttl_lsn {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.24 * var(--vw));
    letter-spacing: 0;
    text-align: center;
  }
}
#CONTENTS .inner_contents5 .contents_box_ph .cb_right_son .cobox_son_txt .co-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_ph .cb_right_son .cobox_son_txt .co-txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner_contents5 .contents_box_ph .cb_right_son .cobox_son_img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
#CONTENTS .inner_contents5 .contents_box_ph .cb_right_son .cobox_son_img .img1 {
  width: 542px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_ph .cb_right_son .cobox_son_img .img1 {
    width: calc(79.2 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_ph .cb_right_son .cobox_son_img .img2 {
  width: 476px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_ph .cb_right_son .cobox_son_img .img2 {
    width: calc(79.2 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_ph .cb_right_son .cobox_son_img .img3 {
  width: 512px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_ph .cb_right_son .cobox_son_img .img3 {
    width: calc(79.2 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_ph .cb_right_son .cobox_son_img .img4 {
  width: 513px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_ph .cb_right_son .cobox_son_img .img4 {
    width: calc(79.2 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_ph .cb_right_son .cobox_son_img .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 512px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_ph .cb_right_son .cobox_son_img .img_box {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box_wk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: initial !important;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk {
    padding-top: calc(10.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_left {
  width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_left img {
  width: 94px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_left img {
    width: calc(25.0666666667 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_left {
    width: 100%;
    text-align: left;
    order: 1;
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_left_none {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_left_none {
    display: none;
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_mid {
  width: 27.7%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_mid {
    padding-right: initial;
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_mid .mid-box {
  width: 100%;
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_mid .mid_ttl {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_mid .mid_ttl {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_mid .mid_txt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_mid .mid_txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_mid .mid_btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_mid .mid_btn {
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_mid .mid_btn img {
  width: 212px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_mid .mid_btn img {
    width: calc(56.5333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_mid {
    order: 3;
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_mid_full {
  width: 74.3%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_mid_full {
    padding-right: initial;
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_mid_full .mid-box {
  width: 100%;
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_mid_full .mid_ttl {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_mid_full .mid_ttl {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_mid_full .mid_txt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_mid_full .mid_txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_mid_full .mid_btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_mid_full .mid_btn {
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_mid_full .mid_btn img {
  width: 212px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_mid_full .mid_btn img {
    width: calc(56.5333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_mid_full {
    order: 3;
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right {
  width: 47.3%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right {
    width: 100%;
    order: 2;
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_l {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_l_sptp0 {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_l_sptp0 {
    width: 100%;
    padding: 0 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_r_0 {
  width: 100%;
  padding: 12px 0 0;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_r_0 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_r_1_0 {
  width: 100%;
  padding: 25px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_r_1_0 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 0;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_r_1_w {
  width: 100%;
  padding: 35px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_r_1_w {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_box {
  border-top: solid 1px #ADBCD6;
  margin: 8px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_box {
    margin: calc(2.1333333333 * var(--vw)) 0;
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_b2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_b2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_b2_l {
  width: 100%;
  padding: 10px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_b2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_b2_r {
  width: 100%;
  padding: 10px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_b2_r {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_b2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_b2_r_1 {
  width: 100%;
  padding: 10px 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_b2_r_1 {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn_l {
  width: 100%;
  padding: 25px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc2_l {
  width: 27%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc2_r {
  width: 73%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc3 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc3 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc3_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc3_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc3_r {
  width: 82%;
  padding: 22px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc3_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc3_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc3_r_1 {
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc3_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc3_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right_bnpc3_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right__whitebox {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right__whitebox {
    border-radius: calc(1.6 * var(--vw));
    padding: calc(4 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_wk .cb_right__whitebox .white-cobox_60 {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_wk .cb_right__whitebox .white-cobox_60 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents5 .contents_box2 .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_l {
  width: 26.6%;
  padding: 25px 0 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_r {
  width: 73.4%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_in_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_in_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_bn {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box2 .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box2 .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 24px;
}
#CONTENTS .inner_contents5 .contents_box3 .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box3 .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box3 .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents5 .contents_box3 .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box3 .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box3 .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents5 .contents_box3 .cobox .title-txt {
    height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box3 .cobox .title-txt {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -1.296px;
    line-height: calc(7.4666666667 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents5 .contents_box3 .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents5 .contents_box3 .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box3 .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents5 .contents_box3 .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box3 .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box3 .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box3 .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box3s {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 24px;
}
#CONTENTS .inner_contents5 .contents_box3s .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box3s .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box3s .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents5 .contents_box3s .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box3s .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box3s .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box3s .cobox .title-txt {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -1.296px;
    line-height: calc(7.4666666667 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents5 .contents_box3s .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents5 .contents_box3s .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box3s .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents5 .contents_box3s .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box3s .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box3s .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box3s .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box3_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 24px;
}
#CONTENTS .inner_contents5 .contents_box3_center .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box3_center .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box3_center .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents5 .contents_box3_center .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box3_center .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box3_center .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box3_center .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents5 .contents_box3_center .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents5 .contents_box3_center .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box3_center .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents5 .contents_box3_center .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box3_center .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box3_center .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box3_center .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents5 .contents_box4 .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_l {
  width: 26.6%;
  padding: 25px 0 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_r {
  width: 73.4%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_blk {
  padding: 16px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_blk {
    width: 100%;
    padding: calc(4.2666666667 * var(--vw)) 0 0;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_btn {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_btn {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_btn .ed-img {
  width: 512px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_btn .ed-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right2_l {
  width: 26.6%;
  padding: 25px 0 22px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right2_r {
  width: 73.4%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_only {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_only {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_only_r {
  width: 100%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_only_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_only_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_only_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_only_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_in_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_in_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_in-half {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_in-half {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_in-half_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_in-half_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_in-half_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_in-half_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_in-half_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_in-half_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_in-half_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_in-half2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_in-half2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_in-half2_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_in-half2_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_in-half2_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_in-half2_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_in-half2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_in-half2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_in-half2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right2_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right2_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right2_in_l {
  width: 23.7%;
  text-align: left !important;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right2_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right2_in_r {
  width: 76.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right2_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right2_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right2_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right2_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right3_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right3_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right3_in_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right3_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right3_in_r {
  width: 71.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right3_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right3_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right3_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right3_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right3_in-half {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right3_in-half {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right3_in-half_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right3_in-half_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right3_in-half_r {
  width: 71.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right3_in-half_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right3_in-half_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right3_in-half_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right3_in-half_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right3_in-half2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right3_in-half2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right3_in-half2_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right3_in-half2_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right3_in-half2_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right3_in-half2_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right3_in-half2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right3_in-half2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right3_in-half2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_only_in {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_only_in {
    width: 100%;
    row-gap: calc(2.1333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_only_in_l {
  width: 100%;
  text-align: center !important;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_only_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_only_in_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_only_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_only_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_only_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_only_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_bn {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box4 .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box4 .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 24px;
}
#CONTENTS .inner_contents5 .contents_box5 .cobox {
  width: 465px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 32px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box5 .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw)) calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
    flex-grow: 1;
  }
}
#CONTENTS .inner_contents5 .contents_box5 .cobox .sumb-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box5 .cobox .sumb-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box5 .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.96px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box5 .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0;
    font-weight: 600;
  }
}
#CONTENTS .inner_contents5 .contents_box5 .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents5 .contents_box5 .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box5 .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents5 .contents_box5 .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box5 .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box5 .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.28px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents5 .contents_box5 .cobox .detail-txt {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box5 .cobox .detail-txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box5 .cs-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box5 .cs-box {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box5 .cs-box .btn-box5 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box5 .cs-box .btn-box5 {
    justify-content: center;
  }
}
#CONTENTS .inner_contents5 .contents_box5 .hash-box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box5 .hash-box2 {
    align-items: flex-start;
    gap: calc(1.56 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box5 .hash-box2 .hashtag {
  padding: 0px 12px;
  border-radius: 100vmax;
  border: solid 1px #2636bc;
  font-size: 14px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box5 .hash-box2 .hashtag {
    padding: calc(0 * var(--vw)) calc(2.6666666667 * var(--vw));
    font-size: calc(2.6666666667 * var(--vw));
    color: #000AC5;
  }
}
#CONTENTS .inner_contents5 .contents_box_acc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_l {
  width: 18%;
  padding: 25px 0 22px;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_r {
  width: 82%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_r_1 {
  width: 100%;
  padding: 20px 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc2_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_acc .cb_right_bnpc2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_edg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 24px;
}
#CONTENTS .inner_contents5 .contents_box_edg .cobox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_edg .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw)) calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
    flex-grow: 1;
  }
}
#CONTENTS .inner_contents5 .contents_box_edg .cobox .sumb-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_edg .cobox .sumb-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box_edg .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.96px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_edg .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0;
    font-weight: 600;
  }
}
#CONTENTS .inner_contents5 .contents_box_edg .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents5 .contents_box_edg .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_edg .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents5 .contents_box_edg .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_edg .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_edg .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_edg .cobox .detail-txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_edg .cobox .cb_box_l {
  width: 100%;
  text-align: center !important;
  line-height: 28px;
  /* margin: auto 0; */
}
#CONTENTS .inner_contents5 .contents_box_edg .cobox .cb_box_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  /* margin: auto 0; */
}
#CONTENTS .inner_contents5 .contents_box_edg .cs-box {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_edg .cs-box {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box_edg .cs-box .btn-box5 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_edg .cs-box .btn-box5 {
    justify-content: center;
  }
}
#CONTENTS .inner_contents5 .contents_box_edg .hash-box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_edg .hash-box2 {
    align-items: flex-start;
    gap: calc(1.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_edg .hash-box2 .hashtag {
  padding: 0px 12px;
  border-radius: 100vmax;
  border: solid 1px #2636bc;
  font-size: 14px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_edg .hash-box2 .hashtag {
    padding: calc(0 * var(--vw)) calc(2.6666666667 * var(--vw));
    font-size: calc(2.6666666667 * var(--vw));
    color: #000AC5;
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .sumb-img1 {
  width: 540px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .sumb-img1 {
    margin-left: 152px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .sumb-img1 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .sumb-img2 {
  width: 673px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .sumb-img2 {
    margin-right: 28px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .sumb-img2 {
    width: calc(91.4666666667 * var(--vw));
    display: flex;
    justify-content: center;
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .sumb-img3 {
  width: 1085px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .sumb-img3 {
    width: calc(100 * var(--vw));
    display: flex;
    justify-content: center;
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .chapter-img {
  width: 169px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .chapter-img {
    width: calc(45.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .chapter-txt {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 44.8px;
  letter-spacing: 1.28px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .chapter-txt {
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.8266666667 * var(--vw));
    letter-spacing: 0.64px;
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .chapter-box_pc {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .chapter-box_pc {
    display: none;
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .sub-title {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 54px;
  line-height: 75px;
  letter-spacing: 2.16px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .sub-title {
    font-size: calc(8.5333333333 * var(--vw));
    line-height: calc(11.9466666667 * var(--vw));
    letter-spacing: 1.28px;
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .sub-title-w {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 54px;
  line-height: 75px;
  letter-spacing: 2.16px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .sub-title-w {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(8.96 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .title-txt-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 320px;
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .title-txt-box .title_txt {
  width: 100%;
  font-size: 24px;
  text-align: left;
  padding-bottom: 12px;
  border-bottom: solid 1px #7c7c7c;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .title-txt-box .title_txt {
    font-size: calc(6.4 * var(--vw));
    padding-bottom: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .title-txt-box .title_cotext {
  width: 100%;
  position: relative;
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .icon-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .icon-box {
    justify-content: center;
    gap: calc(2.6666666667 * var(--vw));
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .icon-box .icon-img {
  width: 23.4%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .icon-box .icon-img {
    width: calc(72 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .icon-box .icon-img picture {
    display: block;
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .chp0-txt {
  width: 100%;
  position: relative;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  color: #ccc;
  text-align: center;
  margin: 56px 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .chp0-txt {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    letter-spacing: initial;
    margin-bottom: calc(8 * var(--vw));
    text-align: left;
    margin: calc(10.6666666667 * var(--vw)) calc(10.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .chp0-txt .chp1-imgsub {
  position: absolute;
  bottom: 0;
  right: -85px;
  width: 256px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .chp0-txt .chp1-imgsub {
    display: none;
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .chp1-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .chp1-box .chp1-txt {
  width: 23%;
  position: relative;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  color: #ccc;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .chp1-box .chp1-txt {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .chp1-box .chp1-txt {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    letter-spacing: 0.56px;
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .chp1-box .chp1-txt .chp1-imgsub {
  position: absolute;
  bottom: 0;
  right: -85px;
  width: 256px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .chp1-box .chp1-txt .chp1-imgsub {
    display: none;
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox .chp1-box .chp1-img {
  width: 956px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox .chp1-box .chp1-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox-lr {
  width: 357px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox-lr {
    width: 95%;
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox-lr .ttl {
  font-size: 24px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox-lr .ttl {
    font-size: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox-lr .info {
  margin-top: 35px;
  font-size: 19px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox-lr .info {
    margin-top: calc(5.3333333333 * var(--vw));
    font-size: calc(4.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox-lr .catch {
  margin-top: 15px;
  font-size: 63px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif !important;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox-lr .catch {
    margin-top: calc(2.6666666667 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox-lr .num {
  font-size: 107px;
  line-height: 107px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif !important;
  margin: 0 11px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox-lr .num {
    font-size: calc(28.5333333333 * var(--vw));
    line-height: calc(28.5333333333 * var(--vw));
    margin: 0 calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox-lr .samp {
  margin-top: -10px;
  font-size: 12px;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox-lr .samp {
    margin-top: calc(-1.8666666667 * var(--vw));
    font-size: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb {
    background-image: url(/assets/img/contents/data/data-img2_bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 456px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb {
    background-image: url(/assets/img/contents/data/data-img2_bg_sp.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb {
  padding: 0 65px 80px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb {
    padding: 0 calc(2.4 * var(--vw)) calc(10.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb .sumb-img1 {
  width: 540px;
  margin-left: 152px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb .sumb-img1 {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb .title-txt {
    font-size: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb .title-txt-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 320px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb .title-txt-box {
    width: 100%;
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb .title-txt-box .title_txt {
  width: 100%;
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  padding-bottom: 12px;
  border-bottom: solid 1px #7c7c7c;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb .title-txt-box .title_txt {
    font-size: calc(6.4 * var(--vw));
    padding-bottom: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb .title-txt-box .title_cotext {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb .title-txt-box .title_cotext .box-sp-left {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb .title-txt-box .title_cotext .box-sp-left img {
    width: calc(85.3333333333 * var(--vw));
  }
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb .title-txt-box .title_cotext .box-sp-right {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb .title-txt-box .title_cotext .box-sp-right img {
    width: calc(76.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb .title-txt-box .cotext_img {
  width: 354px;
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb .title-txt-box .cotext_img {
    width: 708px;
    top: calc(8.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox_sb .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .cobox_gap45 {
  gap: 45px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center .cobox_gap45 {
    gap: calc(6 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center.cobox_gap180 {
  column-gap: 180px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .contents_box_dt_center.cobox_gap180 {
    row-gap: calc(26.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .contents_box_dt_center .co-title {
  width: 100%;
}
#CONTENTS .inner_contents5 .banner-box {
  width: 100%;
  text-align: center;
}
#CONTENTS .inner_contents5 .banner-box img {
  width: 740px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .banner-box img {
    width: calc(68.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents5 .btn-text-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#CONTENTS .inner_contents5 .btn-text-box .btn-box {
  width: 252px;
  display: block;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .btn-text-box .btn-box {
    width: calc(67.2 * var(--vw));
    display: block;
  }
}
#CONTENTS .inner_contents5 .btn-text-box .btn-box2 {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents5 .btn-text-box .btn-box2 {
    width: calc(67.2 * var(--vw));
    display: flex;
    justify-content: center;
  }
}
#CONTENTS .inner_contents6 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: initial !important;
  border-top: solid 1px #333;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box {
    padding-top: calc(10.6666666667 * var(--vw));
    padding-bottom: calc(10.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_left {
  width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#CONTENTS .inner_contents6 .contents_box .cb_left img {
  width: 94px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_left img {
    width: calc(25.0666666667 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_left {
    width: 100%;
    text-align: left;
    order: 1;
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_left_none {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_left_none {
    display: none;
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_mid {
  width: 27.7%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_mid {
    padding-right: initial;
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_mid .mid-box {
  width: 100%;
}
#CONTENTS .inner_contents6 .contents_box .cb_mid .mid_ttl {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_mid .mid_ttl {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_mid .mid_txt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_mid .mid_txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_mid .mid_btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_mid .mid_btn {
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_mid .mid_btn img {
  width: 212px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_mid .mid_btn img {
    width: calc(56.5333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_mid {
    order: 3;
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_mid_full {
  width: 74.3%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_mid_full {
    padding-right: initial;
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_mid_full .mid-box {
  width: 100%;
}
#CONTENTS .inner_contents6 .contents_box .cb_mid_full .mid_ttl {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_mid_full .mid_ttl {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_mid_full .mid_txt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_mid_full .mid_txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_mid_full .mid_btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_mid_full .mid_btn {
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_mid_full .mid_btn img {
  width: 212px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_mid_full .mid_btn img {
    width: calc(56.5333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_mid_full {
    order: 3;
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right {
  width: 47.3%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right {
    width: 100%;
    order: 2;
    margin-top: calc(3.2 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_l {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_l_sptp0 {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_l_sptp0 {
    width: 100%;
    padding: 0 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_r_0 {
  width: 100%;
  padding: 12px 0 0;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_r_0 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_r_1_0 {
  width: 100%;
  padding: 25px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_r_1_0 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 0;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_r_1_w {
  width: 100%;
  padding: 35px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_r_1_w {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_box {
  border-top: solid 1px #ADBCD6;
  margin: 8px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_box {
    margin: calc(2.1333333333 * var(--vw)) 0;
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_b2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_b2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_b2_l {
  width: 100%;
  padding: 10px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_b2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_b2_r {
  width: 100%;
  padding: 10px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_b2_r {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_b2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box .cb_right_b2_r_1 {
  width: 100%;
  padding: 10px 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_b2_r_1 {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bn {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bn_l {
  width: 100%;
  padding: 25px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bn_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bn2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bnpc {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bnpc2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bnpc2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bnpc2_l {
  width: 27%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bnpc2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bnpc2_r {
  width: 73%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bnpc2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bnpc2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bnpc2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bnpc2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bnpc2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bnpc2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bnpc3 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bnpc3 {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bnpc3_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bnpc3_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bnpc3_r {
  width: 82%;
  padding: 22px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bnpc3_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bnpc3_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bnpc3_r_1 {
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bnpc3_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right_bnpc3_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right_bnpc3_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right__whitebox {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right__whitebox {
    border-radius: calc(1.6 * var(--vw));
    padding: calc(4 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box .cb_right__whitebox .white-cobox_60 {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box .cb_right__whitebox .white-cobox_60 {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box_wk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: initial !important;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk {
    padding-top: calc(10.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_left {
  width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_left img {
  width: 94px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_left img {
    width: calc(25.0666666667 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_left {
    width: 100%;
    text-align: left;
    order: 1;
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_left_none {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_left_none {
    display: none;
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_mid {
  width: 27.7%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_mid {
    padding-right: initial;
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_mid .mid-box {
  width: 100%;
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_mid .mid_ttl {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_mid .mid_ttl {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_mid .mid_txt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_mid .mid_txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_mid .mid_btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_mid .mid_btn {
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_mid .mid_btn img {
  width: 212px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_mid .mid_btn img {
    width: calc(56.5333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_mid {
    order: 3;
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_mid_full {
  width: 74.3%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_mid_full {
    padding-right: initial;
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_mid_full .mid-box {
  width: 100%;
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_mid_full .mid_ttl {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_mid_full .mid_ttl {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_mid_full .mid_txt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_mid_full .mid_txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_mid_full .mid_btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_mid_full .mid_btn {
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_mid_full .mid_btn img {
  width: 212px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_mid_full .mid_btn img {
    width: calc(56.5333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_mid_full {
    order: 3;
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right {
  width: 47.3%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right {
    width: 100%;
    order: 2;
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_l {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_l_sptp0 {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_l_sptp0 {
    width: 100%;
    padding: 0 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_r_0 {
  width: 100%;
  padding: 12px 0 0;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_r_0 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_r_1_0 {
  width: 100%;
  padding: 25px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_r_1_0 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 0;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_r_1_w {
  width: 100%;
  padding: 35px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_r_1_w {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_box {
  border-top: solid 1px #ADBCD6;
  margin: 8px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_box {
    margin: calc(2.1333333333 * var(--vw)) 0;
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_b2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_b2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_b2_l {
  width: 100%;
  padding: 10px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_b2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_b2_r {
  width: 100%;
  padding: 10px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_b2_r {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_b2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_b2_r_1 {
  width: 100%;
  padding: 10px 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_b2_r_1 {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn_l {
  width: 100%;
  padding: 25px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc2_l {
  width: 27%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc2_r {
  width: 73%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc3 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc3 {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc3_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc3_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc3_r {
  width: 82%;
  padding: 22px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc3_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc3_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc3_r_1 {
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc3_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc3_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right_bnpc3_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right__whitebox {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right__whitebox {
    border-radius: calc(1.6 * var(--vw));
    padding: calc(4 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_wk .cb_right__whitebox .white-cobox_60 {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_wk .cb_right__whitebox .white-cobox_60 {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents6 .contents_box2 .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_l {
  width: 26.6%;
  padding: 25px 0 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_r {
  width: 73.4%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_in_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_in_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_bn {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box2 .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box2 .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 24px;
}
#CONTENTS .inner_contents6 .contents_box3 .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box3 .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box3 .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents6 .contents_box3 .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box3 .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box3 .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents6 .contents_box3 .cobox .title-txt {
    height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box3 .cobox .title-txt {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -1.296px;
    line-height: calc(7.4666666667 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents6 .contents_box3 .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents6 .contents_box3 .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box3 .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents6 .contents_box3 .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box3 .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box3 .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box3 .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box3s {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 24px;
}
#CONTENTS .inner_contents6 .contents_box3s .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box3s .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box3s .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents6 .contents_box3s .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box3s .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box3s .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box3s .cobox .title-txt {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -1.296px;
    line-height: calc(7.4666666667 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents6 .contents_box3s .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents6 .contents_box3s .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box3s .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents6 .contents_box3s .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box3s .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box3s .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box3s .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box3_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 24px;
}
#CONTENTS .inner_contents6 .contents_box3_center .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box3_center .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box3_center .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents6 .contents_box3_center .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box3_center .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box3_center .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box3_center .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents6 .contents_box3_center .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents6 .contents_box3_center .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box3_center .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents6 .contents_box3_center .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box3_center .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box3_center .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box3_center .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents6 .contents_box4 .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_l {
  width: 26.6%;
  padding: 25px 0 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_r {
  width: 73.4%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_blk {
  padding: 16px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_blk {
    width: 100%;
    padding: calc(4.2666666667 * var(--vw)) 0 0;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_btn {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_btn {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_btn .ed-img {
  width: 512px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_btn .ed-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right2_l {
  width: 26.6%;
  padding: 25px 0 22px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right2_r {
  width: 73.4%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_only {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_only {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_only_r {
  width: 100%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_only_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_only_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_only_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_only_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_in_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_in_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_in-half {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_in-half {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_in-half_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_in-half_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_in-half_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_in-half_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_in-half_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_in-half_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_in-half_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_in-half2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_in-half2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_in-half2_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_in-half2_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_in-half2_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_in-half2_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_in-half2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_in-half2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_in-half2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right2_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right2_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right2_in_l {
  width: 23.7%;
  text-align: left !important;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right2_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right2_in_r {
  width: 76.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right2_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right2_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right2_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right2_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right3_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right3_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right3_in_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right3_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right3_in_r {
  width: 71.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right3_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right3_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right3_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right3_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right3_in-half {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right3_in-half {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right3_in-half_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right3_in-half_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right3_in-half_r {
  width: 71.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right3_in-half_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right3_in-half_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right3_in-half_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right3_in-half_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right3_in-half2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right3_in-half2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right3_in-half2_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right3_in-half2_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right3_in-half2_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right3_in-half2_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right3_in-half2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right3_in-half2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right3_in-half2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_only_in {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_only_in {
    width: 100%;
    row-gap: calc(2.1333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_only_in_l {
  width: 100%;
  text-align: center !important;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_only_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_only_in_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_only_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_only_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_only_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_only_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_bn {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box4 .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box4 .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 24px;
}
#CONTENTS .inner_contents6 .contents_box5 .cobox {
  width: 465px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 32px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box5 .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw)) calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
    flex-grow: 1;
  }
}
#CONTENTS .inner_contents6 .contents_box5 .cobox .sumb-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box5 .cobox .sumb-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box5 .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.96px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box5 .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0;
    font-weight: 600;
  }
}
#CONTENTS .inner_contents6 .contents_box5 .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents6 .contents_box5 .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box5 .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents6 .contents_box5 .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box5 .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box5 .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.28px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents6 .contents_box5 .cobox .detail-txt {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box5 .cobox .detail-txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box5 .cs-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box5 .cs-box {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box5 .cs-box .btn-box5 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box5 .cs-box .btn-box5 {
    justify-content: center;
  }
}
#CONTENTS .inner_contents6 .contents_box5 .hash-box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box5 .hash-box2 {
    align-items: flex-start;
    gap: calc(1.56 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box5 .hash-box2 .hashtag {
  padding: 0px 12px;
  border-radius: 100vmax;
  border: solid 1px #2636bc;
  font-size: 14px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box5 .hash-box2 .hashtag {
    padding: calc(0 * var(--vw)) calc(2.6666666667 * var(--vw));
    font-size: calc(2.6666666667 * var(--vw));
    color: #000AC5;
  }
}
#CONTENTS .inner_contents6 .contents_box_acc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_l {
  width: 18%;
  padding: 25px 0 22px;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_r {
  width: 82%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_r_1 {
  width: 100%;
  padding: 20px 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc2_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_acc .cb_right_bnpc2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_edg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 24px;
}
#CONTENTS .inner_contents6 .contents_box_edg .cobox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_edg .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw)) calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
    flex-grow: 1;
  }
}
#CONTENTS .inner_contents6 .contents_box_edg .cobox .sumb-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_edg .cobox .sumb-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box_edg .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.96px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_edg .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0;
    font-weight: 600;
  }
}
#CONTENTS .inner_contents6 .contents_box_edg .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents6 .contents_box_edg .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_edg .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents6 .contents_box_edg .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_edg .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_edg .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_edg .cobox .detail-txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_edg .cobox .cb_box_l {
  width: 100%;
  text-align: center !important;
  line-height: 28px;
  /* margin: auto 0; */
}
#CONTENTS .inner_contents6 .contents_box_edg .cobox .cb_box_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  /* margin: auto 0; */
}
#CONTENTS .inner_contents6 .contents_box_edg .cs-box {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_edg .cs-box {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box_edg .cs-box .btn-box5 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_edg .cs-box .btn-box5 {
    justify-content: center;
  }
}
#CONTENTS .inner_contents6 .contents_box_edg .hash-box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_edg .hash-box2 {
    align-items: flex-start;
    gap: calc(1.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_edg .hash-box2 .hashtag {
  padding: 0px 12px;
  border-radius: 100vmax;
  border: solid 1px #2636bc;
  font-size: 14px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_edg .hash-box2 .hashtag {
    padding: calc(0 * var(--vw)) calc(2.6666666667 * var(--vw));
    font-size: calc(2.6666666667 * var(--vw));
    color: #000AC5;
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox .sumb-img1 {
  width: 1024px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox .sumb-img1 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox .sumb-img1 .img0 {
    width: calc(85.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox .sumb-img2 {
  width: 673px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox .sumb-img2 {
    margin-right: 28px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox .sumb-img2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox .sumb-img3 {
  width: 1085px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox .sumb-img3 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox .sumb-img3 img {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox .chapter-img {
  width: 169px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox .chapter-img {
    width: calc(45.0666666667 * var(--vw));
    display: flex;
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox .chapter-txt {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 44.8px;
  letter-spacing: 1.28px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox .chapter-txt {
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(8.5333333333 * var(--vw));
    letter-spacing: 0.8px;
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox .chapter-txt2 {
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 1.28px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox .chapter-txt2 {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.9733333333 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox .chapter-box_pc {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox .chapter-box_pc {
    display: none;
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox .sub-title {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 54px;
  line-height: 75px;
  letter-spacing: 2.16px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox .sub-title {
    font-size: calc(8.5333333333 * var(--vw));
    line-height: calc(11.9466666667 * var(--vw));
    letter-spacing: -1.28px;
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox .sub-title-w {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 54px;
  line-height: 75px;
  letter-spacing: 2.16px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox .sub-title-w {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(8.96 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox .title-txt-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 320px;
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox .title-txt-box .title_txt {
  width: 100%;
  font-size: 24px;
  text-align: left;
  padding-bottom: 12px;
  border-bottom: solid 1px #7c7c7c;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox .title-txt-box .title_txt {
    font-size: calc(6.4 * var(--vw));
    padding-bottom: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox .title-txt-box .title_cotext {
  width: 100%;
  position: relative;
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox .detail-txt_under {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox .detail-txt_under {
    width: calc(76.5333333333 * var(--vw));
    color: #fff;
    letter-spacing: 0.56px;
    text-align: left;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    padding-bottom: calc(16 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox .icon-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox .icon-box {
    width: 100%;
    justify-content: center;
    row-gap: calc(2.6666666667 * var(--vw));
    align-items: center;
    flex-direction: column;
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox .icon-box .icon-img {
  width: 23.4%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox .icon-box .icon-img {
    width: 72%;
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox_sb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox_sb {
    background-image: url(/assets/img/contents/data/data-img2_bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 456px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox_sb {
    background-image: url(/assets/img/contents/data/data-img2_bg_sp.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox_sb {
  padding: 0 65px 80px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox_sb {
    padding: 0 calc(8.6666666667 * var(--vw)) calc(10.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox_sb .sumb-img1 {
  width: 540px;
  margin-left: 152px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox_sb .sumb-img1 {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox_sb .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox_sb .title-txt {
    font-size: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox_sb .title-txt-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 320px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox_sb .title-txt-box {
    width: 100%;
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox_sb .title-txt-box .title_txt {
  width: 100%;
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  padding-bottom: 12px;
  border-bottom: solid 1px #7c7c7c;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox_sb .title-txt-box .title_txt {
    font-size: calc(6.4 * var(--vw));
    padding-bottom: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox_sb .title-txt-box .title_cotext {
  width: 100%;
  position: relative;
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox_sb .title-txt-box .cotext_img {
  width: 354px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox_sb .title-txt-box .cotext_img {
    width: 708px;
    top: calc(10.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox_sb .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox_sb .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .contents_box_dt_center .cobox_gap45 {
  gap: 45px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .contents_box_dt_center .cobox_gap45 {
    gap: calc(6 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .banner-box {
  width: 100%;
  text-align: center;
}
#CONTENTS .inner_contents6 .banner-box img {
  width: 740px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .banner-box img {
    width: calc(68.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents6 .btn-text-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#CONTENTS .inner_contents6 .btn-text-box .btn-box {
  width: 252px;
  display: block;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .btn-text-box .btn-box {
    width: calc(67.2 * var(--vw));
    display: block;
  }
}
#CONTENTS .inner_contents6 .btn-text-box .btn-box2 {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents6 .btn-text-box .btn-box2 {
    width: calc(67.2 * var(--vw));
    display: flex;
    justify-content: center;
  }
}
#CONTENTS .inner_contents7 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: initial !important;
  border-top: solid 1px #333;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box {
    padding-top: calc(10.6666666667 * var(--vw));
    padding-bottom: calc(10.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_left {
  width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#CONTENTS .inner_contents7 .contents_box .cb_left img {
  width: 94px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_left img {
    width: calc(25.0666666667 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_left {
    width: 100%;
    text-align: left;
    order: 1;
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_left_none {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_left_none {
    display: none;
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_mid {
  width: 27.7%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_mid {
    padding-right: initial;
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_mid .mid-box {
  width: 100%;
}
#CONTENTS .inner_contents7 .contents_box .cb_mid .mid_ttl {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_mid .mid_ttl {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_mid .mid_txt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_mid .mid_txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_mid .mid_btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_mid .mid_btn {
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_mid .mid_btn img {
  width: 212px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_mid .mid_btn img {
    width: calc(56.5333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_mid {
    order: 3;
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_mid_full {
  width: 74.3%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_mid_full {
    padding-right: initial;
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_mid_full .mid-box {
  width: 100%;
}
#CONTENTS .inner_contents7 .contents_box .cb_mid_full .mid_ttl {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_mid_full .mid_ttl {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_mid_full .mid_txt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_mid_full .mid_txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_mid_full .mid_btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_mid_full .mid_btn {
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_mid_full .mid_btn img {
  width: 212px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_mid_full .mid_btn img {
    width: calc(56.5333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_mid_full {
    order: 3;
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right {
  width: 47.3%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right {
    width: 100%;
    order: 2;
    margin-top: calc(3.2 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_l {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_l_sptp0 {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_l_sptp0 {
    width: 100%;
    padding: 0 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_r_0 {
  width: 100%;
  padding: 12px 0 0;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_r_0 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_r_1_0 {
  width: 100%;
  padding: 25px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_r_1_0 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 0;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_r_1_w {
  width: 100%;
  padding: 35px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_r_1_w {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_box {
  border-top: solid 1px #ADBCD6;
  margin: 8px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_box {
    margin: calc(2.1333333333 * var(--vw)) 0;
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_b2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_b2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_b2_l {
  width: 100%;
  padding: 10px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_b2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_b2_r {
  width: 100%;
  padding: 10px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_b2_r {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_b2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box .cb_right_b2_r_1 {
  width: 100%;
  padding: 10px 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_b2_r_1 {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bn {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bn_l {
  width: 100%;
  padding: 25px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bn_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bn2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bnpc {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bnpc2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bnpc2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bnpc2_l {
  width: 27%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bnpc2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bnpc2_r {
  width: 73%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bnpc2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bnpc2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bnpc2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bnpc2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bnpc2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bnpc2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bnpc3 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bnpc3 {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bnpc3_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bnpc3_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bnpc3_r {
  width: 82%;
  padding: 22px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bnpc3_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bnpc3_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bnpc3_r_1 {
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bnpc3_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right_bnpc3_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right_bnpc3_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right__whitebox {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right__whitebox {
    border-radius: calc(1.6 * var(--vw));
    padding: calc(4 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box .cb_right__whitebox .white-cobox_60 {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box .cb_right__whitebox .white-cobox_60 {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box_wk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: initial !important;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk {
    padding-top: calc(10.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_left {
  width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_left img {
  width: 94px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_left img {
    width: calc(25.0666666667 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_left {
    width: 100%;
    text-align: left;
    order: 1;
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_left_none {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_left_none {
    display: none;
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_mid {
  width: 27.7%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_mid {
    padding-right: initial;
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_mid .mid-box {
  width: 100%;
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_mid .mid_ttl {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_mid .mid_ttl {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_mid .mid_txt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_mid .mid_txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_mid .mid_btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_mid .mid_btn {
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_mid .mid_btn img {
  width: 212px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_mid .mid_btn img {
    width: calc(56.5333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_mid {
    order: 3;
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_mid_full {
  width: 74.3%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_mid_full {
    padding-right: initial;
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_mid_full .mid-box {
  width: 100%;
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_mid_full .mid_ttl {
  font-family: "Shippori Mincho", serif !important;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_mid_full .mid_ttl {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_mid_full .mid_txt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_mid_full .mid_txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_mid_full .mid_btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_mid_full .mid_btn {
    margin-top: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_mid_full .mid_btn img {
  width: 212px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_mid_full .mid_btn img {
    width: calc(56.5333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_mid_full {
    order: 3;
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right {
  width: 47.3%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right {
    width: 100%;
    order: 2;
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_l {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_l_sptp0 {
  width: 100%;
  padding: 30px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_l_sptp0 {
    width: 100%;
    padding: 0 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_r_0 {
  width: 100%;
  padding: 12px 0 0;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_r_0 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_r_1_0 {
  width: 100%;
  padding: 25px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_r_1_0 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 0;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_r_1_w {
  width: 100%;
  padding: 35px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_r_1_w {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_box {
  border-top: solid 1px #ADBCD6;
  margin: 8px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_box {
    margin: calc(2.1333333333 * var(--vw)) 0;
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_b2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_b2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_b2_l {
  width: 100%;
  padding: 10px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_b2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_b2_r {
  width: 100%;
  padding: 10px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_b2_r {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_b2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_b2_r_1 {
  width: 100%;
  padding: 10px 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_b2_r_1 {
    width: 100%;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn_l {
  width: 100%;
  padding: 25px 0 12px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 22px;
  color: #000AC5;
  border-bottom: solid 1px #ADBCD6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(1.6 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn_r {
  width: 100%;
  padding: 12px 0 35px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn2 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc2_l {
  width: 27%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc2_r {
  width: 73%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc3 {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc3 {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc3_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc3_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc3_r {
  width: 82%;
  padding: 22px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc3_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc3_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc3_r_1 {
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc3_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc3_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right_bnpc3_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right__whitebox {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right__whitebox {
    border-radius: calc(1.6 * var(--vw));
    padding: calc(4 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_wk .cb_right__whitebox .white-cobox_60 {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_wk .cb_right__whitebox .white-cobox_60 {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents7 .contents_box2 .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_l {
  width: 26.6%;
  padding: 25px 0 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_r {
  width: 73.4%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_in_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_in_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_bn {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box2 .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box2 .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 24px;
}
#CONTENTS .inner_contents7 .contents_box3 .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box3 .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box3 .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents7 .contents_box3 .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box3 .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box3 .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents7 .contents_box3 .cobox .title-txt {
    height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box3 .cobox .title-txt {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -1.296px;
    line-height: calc(7.4666666667 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents7 .contents_box3 .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents7 .contents_box3 .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box3 .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents7 .contents_box3 .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box3 .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box3 .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box3 .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box3s {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 24px;
}
#CONTENTS .inner_contents7 .contents_box3s .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box3s .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box3s .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents7 .contents_box3s .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box3s .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box3s .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box3s .cobox .title-txt {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -1.296px;
    line-height: calc(7.4666666667 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents7 .contents_box3s .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents7 .contents_box3s .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box3s .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents7 .contents_box3s .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box3s .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box3s .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box3s .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box3_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 24px;
}
#CONTENTS .inner_contents7 .contents_box3_center .cobox {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box3_center .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box3_center .cobox .sumb-img {
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents7 .contents_box3_center .cobox .sumb-img {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box3_center .cobox .sumb-img {
    width: calc(34.6666666667 * var(--vw));
    height: calc(34.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box3_center .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.08px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 12px 0 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box3_center .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 calc(2.6666666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_contents7 .contents_box3_center .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents7 .contents_box3_center .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box3_center .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents7 .contents_box3_center .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box3_center .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box3_center .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box3_center .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents7 .contents_box4 .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_l {
  width: 26.6%;
  padding: 25px 0 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_r {
  width: 73.4%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_blk {
  padding: 16px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_blk {
    width: 100%;
    padding: calc(4.2666666667 * var(--vw)) 0 0;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_btn {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_btn {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_btn .ed-img {
  width: 512px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_btn .ed-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right2_l {
  width: 26.6%;
  padding: 25px 0 22px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right2_r {
  width: 73.4%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_only {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_only {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_only_r {
  width: 100%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_only_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_only_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_only_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_only_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_in_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_in_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_in-half {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_in-half {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_in-half_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_in-half_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_in-half_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_in-half_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_in-half_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_in-half_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_in-half_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_in-half2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_in-half2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_in-half2_l {
  width: 19.6%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_in-half2_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_in-half2_r {
  width: 80.4%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_in-half2_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_in-half2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_in-half2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_in-half2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right2_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right2_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right2_in_l {
  width: 23.7%;
  text-align: left !important;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right2_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right2_in_r {
  width: 76.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right2_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right2_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right2_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right2_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right3_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right3_in {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right3_in_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right3_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right3_in_r {
  width: 71.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right3_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right3_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right3_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right3_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right3_in-half {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right3_in-half {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right3_in-half_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right3_in-half_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right3_in-half_r {
  width: 71.3%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right3_in-half_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right3_in-half_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right3_in-half_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right3_in-half_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right3_in-half2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right3_in-half2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right3_in-half2_l {
  width: 28.7%;
  text-align: left !important;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right3_in-half2_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right3_in-half2_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right3_in-half2_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right3_in-half2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right3_in-half2_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right3_in-half2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_only_in {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_only_in {
    width: 100%;
    row-gap: calc(2.1333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_only_in_l {
  width: 100%;
  text-align: center !important;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_only_in_l {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_only_in_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_only_in_r {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_only_in_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_only_in_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_only_in_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_bn {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box4 .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box4 .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 24px;
}
#CONTENTS .inner_contents7 .contents_box5 .cobox {
  width: 465px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 32px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box5 .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw)) calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
    flex-grow: 1;
  }
}
#CONTENTS .inner_contents7 .contents_box5 .cobox .sumb-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box5 .cobox .sumb-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box5 .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.96px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box5 .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0;
    font-weight: 600;
  }
}
#CONTENTS .inner_contents7 .contents_box5 .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents7 .contents_box5 .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box5 .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents7 .contents_box5 .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box5 .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box5 .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.28px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents7 .contents_box5 .cobox .detail-txt {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box5 .cobox .detail-txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box5 .cs-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box5 .cs-box {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box5 .cs-box .btn-box5 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box5 .cs-box .btn-box5 {
    justify-content: center;
  }
}
#CONTENTS .inner_contents7 .contents_box5 .hash-box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box5 .hash-box2 {
    align-items: flex-start;
    gap: calc(1.56 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box5 .hash-box2 .hashtag {
  padding: 0px 12px;
  border-radius: 100vmax;
  border: solid 1px #2636bc;
  font-size: 14px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box5 .hash-box2 .hashtag {
    padding: calc(0 * var(--vw)) calc(2.6666666667 * var(--vw));
    font-size: calc(2.6666666667 * var(--vw));
    color: #000AC5;
  }
}
#CONTENTS .inner_contents7 .contents_box_acc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_left {
  width: 16%;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 30px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_left {
    width: 100%;
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_l {
  width: 18%;
  padding: 25px 0 22px;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 700;
  line-height: 22px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_r {
  width: 82%;
  padding: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_r_1 {
  width: 100%;
  padding: 20px 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn_r_1 {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn2 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn2 {
    width: 100%;
    padding-top: 0;
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn2_r {
  width: 82%;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn2_r_1 {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_bn2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc {
    width: 100%;
    border-top: solid 1px #002656;
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc2_l {
  width: 18%;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc2_l {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(0.6666666667 * var(--vw));
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(9.6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc2_r {
  width: 82%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc2_r {
    width: 100%;
    padding: 0 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc2_l_1 {
  width: 0%;
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc2_r_1 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc2_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc2_r_1_pn {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_acc .cb_right_bnpc2_r_1_pn {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_edg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 24px;
}
#CONTENTS .inner_contents7 .contents_box_edg .cobox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_edg .cobox {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(6.4 * var(--vw)) calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
    flex-grow: 1;
  }
}
#CONTENTS .inner_contents7 .contents_box_edg .cobox .sumb-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_edg .cobox .sumb-img {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box_edg .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.96px;
  color: #000AC5;
  font-weight: 600;
  text-align: left;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_edg .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0;
    font-weight: 600;
  }
}
#CONTENTS .inner_contents7 .contents_box_edg .cobox .title-txt-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000AC5;
  font-family: "Shippori Mincho", serif !important;
  width: 100%;
}
#CONTENTS .inner_contents7 .contents_box_edg .cobox .title-txt-box .title_number {
  width: 102.4px;
  font-size: 64px;
  line-height: 102.4px;
  letter-spacing: -2.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_edg .cobox .title-txt-box .title_number {
    width: calc(23.8933333333 * var(--vw));
    font-size: calc(14.9333333333 * var(--vw));
    line-height: calc(23.8933333333 * var(--vw));
    letter-spacing: -2.24px;
  }
}
#CONTENTS .inner_contents7 .contents_box_edg .cobox .title-txt-box .title_cotext {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_edg .cobox .title-txt-box .title_cotext {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 1.8px;
    line-height: calc(6.72 * var(--vw));
    font-weight: 600;
    padding-top: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_edg .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_edg .cobox .detail-txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_edg .cobox .cb_box_l {
  width: 100%;
  text-align: center !important;
  line-height: 28px;
  /* margin: auto 0; */
}
#CONTENTS .inner_contents7 .contents_box_edg .cobox .cb_box_r {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  line-height: 28px;
  /* margin: auto 0; */
}
#CONTENTS .inner_contents7 .contents_box_edg .cs-box {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_edg .cs-box {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box_edg .cs-box .btn-box5 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_edg .cs-box .btn-box5 {
    justify-content: center;
  }
}
#CONTENTS .inner_contents7 .contents_box_edg .hash-box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_edg .hash-box2 {
    align-items: flex-start;
    gap: calc(1.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_edg .hash-box2 .hashtag {
  padding: 0px 12px;
  border-radius: 100vmax;
  border: solid 1px #2636bc;
  font-size: 14px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_edg .hash-box2 .hashtag {
    padding: calc(0 * var(--vw)) calc(2.6666666667 * var(--vw));
    font-size: calc(2.6666666667 * var(--vw));
    color: #000AC5;
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .sumb-img1 {
  width: 640px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .sumb-img1 {
    width: calc(91.4666666667 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .sumb-img2 {
  width: 673px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .sumb-img2 {
    margin-right: 28px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .sumb-img2 {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .sumb-img3 {
  width: 1085px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .sumb-img3 {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .chapter-img {
  width: 169px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .chapter-img {
    width: calc(45.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .chapter-txt {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 44.8px;
  letter-spacing: 1.28px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .chapter-txt {
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(8.5333333333 * var(--vw));
    letter-spacing: 0.8px;
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .chapter-txt2 {
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 1.28px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .chapter-txt2 {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.9733333333 * var(--vw));
    letter-spacing: 0.56px;
    width: calc(79.2 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .chapter-txt3 {
  text-align: left;
  color: #fff;
  width: 896px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .chapter-txt3 {
    padding: 0 calc(10.5333333333 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .chapter-txt4 {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 44.8px;
  letter-spacing: 1.28px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .chapter-txt4 {
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.8266666667 * var(--vw));
    letter-spacing: -0.64px;
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .mid_btn_center {
  width: 212px;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .mid_btn_center {
    margin-top: calc(4.8 * var(--vw));
    margin-bottom: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .mid_btn_center img {
  width: 212px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .mid_btn_center img {
    width: calc(56.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .chapter-box_pc {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .chapter-box_pc {
    display: none;
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .sub-title {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 54px;
  line-height: 75px;
  letter-spacing: 2.16px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .sub-title {
    font-size: calc(10.6666666667 * var(--vw));
    line-height: calc(14.9333333333 * var(--vw));
    letter-spacing: -1.6px;
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .sub-title span {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.44px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .sub-title span {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(8.8 * var(--vw));
    letter-spacing: -0.96px;
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .sub-title-1 {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 54px;
  line-height: 75px;
  letter-spacing: 2.16px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .sub-title-1 {
    font-size: calc(8.5333333333 * var(--vw));
    line-height: calc(13.6533333333 * var(--vw));
    letter-spacing: -1.28px;
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .sub-title-1 span {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.44px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .sub-title-1 span {
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.8266666667 * var(--vw));
    letter-spacing: -0.64px;
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .title-txt {
    font-size: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .title-txt-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 320px;
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .title-txt-box .title_txt {
  width: 100%;
  font-size: 24px;
  text-align: left;
  padding-bottom: 12px;
  border-bottom: solid 1px #7c7c7c;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .title-txt-box .title_txt {
    font-size: calc(6.4 * var(--vw));
    padding-bottom: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .title-txt-box .title_cotext {
  width: 100%;
  position: relative;
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .icon-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .icon-box {
    justify-content: center;
    gap: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox .icon-box .icon-img {
  width: 23.4%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox .icon-box .icon-img {
    width: 72%;
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox_sb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox_sb {
    background-image: url(/assets/img/contents/data/data-img2_bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 456px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox_sb {
    background-image: url(/assets/img/contents/data/data-img2_bg_sp.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox_sb {
  padding: 0 65px 80px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox_sb {
    padding: 0 calc(8.6666666667 * var(--vw)) calc(10.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox_sb .sumb-img1 {
  width: 540px;
  margin-left: 152px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox_sb .sumb-img1 {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox_sb .title-txt {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox_sb .title-txt {
    font-size: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox_sb .title-txt-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 320px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox_sb .title-txt-box {
    width: 100%;
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox_sb .title-txt-box .title_txt {
  width: 100%;
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  padding-bottom: 12px;
  border-bottom: solid 1px #7c7c7c;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox_sb .title-txt-box .title_txt {
    font-size: calc(6.4 * var(--vw));
    padding-bottom: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox_sb .title-txt-box .title_cotext {
  width: 100%;
  position: relative;
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox_sb .title-txt-box .cotext_img {
  width: 354px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox_sb .title-txt-box .cotext_img {
    width: 708px;
    top: calc(10.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox_sb .detail-txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox_sb .detail-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .contents_box_dt_center .cobox_gap45 {
  gap: 45px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .contents_box_dt_center .cobox_gap45 {
    gap: calc(6 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .banner-box {
  width: 100%;
  text-align: center;
}
#CONTENTS .inner_contents7 .banner-box img {
  width: 740px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .banner-box img {
    width: calc(68.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_contents7 .btn-text-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#CONTENTS .inner_contents7 .btn-text-box .btn-box {
  width: 252px;
  display: block;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .btn-text-box .btn-box {
    width: calc(67.2 * var(--vw));
    display: block;
  }
}
#CONTENTS .inner_contents7 .btn-text-box .btn-box2 {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_contents7 .btn-text-box .btn-box2 {
    width: calc(67.2 * var(--vw));
    display: flex;
    justify-content: center;
  }
}
#CONTENTS .inner .rec-year {
  font-family: "Shippori Mincho", serif !important;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
  color: #002656;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .rec-year {
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(6.4 * var(--vw));
    margin-bottom: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner .top-bred-txt {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.96px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-bred-txt {
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: -0.56px;
  }
}
#CONTENTS .inner .top-bred-txt_s .txt_u {
  font-family: "Shippori Mincho", serif !important;
  font-size: 14px;
  line-height: 19px;
  color: #7C7C7C;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-bred-txt_s .txt_u {
    font-size: calc(2.6666666667 * var(--vw));
    line-height: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .inner .top-bred-txt_s .txt_u24 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
  line-height: 24px;
  color: #7C7C7C;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-bred-txt_s .txt_u24 {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(3.7333333333 * var(--vw));
    letter-spacing: -0.56px;
  }
}
#CONTENTS .inner .top-bred-txt_s .txt_l {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -1.28px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-bred-txt_s .txt_l {
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(8 * var(--vw));
    letter-spacing: -0.8px;
  }
}
#CONTENTS .inner .top-title {
  font-family: "Shippori Mincho", serif !important;
  font-size: 56px;
  line-height: 67px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
  color: #002656;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title {
    font-size: calc(6.9333333333 * var(--vw));
    line-height: calc(8.8 * var(--vw));
    text-align: left;
    margin-bottom: calc(5.3333333333 * var(--vw));
  }
}
#CONTENTS .inner .top-title-box {
  width: 100%;
  text-align: center;
  margin-top: 35px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-box {
    margin-top: calc(5.3333333333 * var(--vw));
  }
}
#CONTENTS .inner .top-title-box .sub-ttl1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 20px;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-box .sub-ttl1 {
    font-size: calc(5.3333333333 * var(--vw));
    letter-spacing: 0.8px;
  }
}
#CONTENTS .inner .top-title-box .sub-ttl1-2 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-box .sub-ttl1-2 {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 0.72px;
  }
}
#CONTENTS .inner .top-title-box .sub-ttl2 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  letter-spacing: 0.72px;
  padding-left: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-box .sub-ttl2 {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 0.72px;
    padding-left: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner .top-title-box-img {
  width: 100%;
  text-align: center;
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-box-img {
    display: none;
  }
}
#CONTENTS .inner .top-title-box-img .sub-ttl1 {
  width: 73px;
}
#CONTENTS .inner .top-title-center {
  font-family: "Shippori Mincho", serif !important;
  font-size: 56px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -2.24px;
  text-align: center;
  margin: 23px 0 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center {
    font-size: calc(7.4666666667 * var(--vw));
    line-height: calc(10.4 * var(--vw));
    letter-spacing: 1.12px;
    text-align: left;
    margin: calc(5.3333333333 * var(--vw)) 0 0;
  }
}
#CONTENTS .inner .top-title-center_blk {
  font-family: "Shippori Mincho", serif !important;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -2.56px;
  text-align: center;
  margin: 23px 0 0;
  color: #000;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center_blk {
    font-size: calc(7.4666666667 * var(--vw));
    line-height: 1.6;
    letter-spacing: 1.12px;
    text-align: left;
    margin: calc(5.3333333333 * var(--vw)) 0 0;
  }
}
#CONTENTS .inner .top-title-center2 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 56px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -2.24px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center2 {
    font-size: calc(7.4666666667 * var(--vw));
    line-height: calc(11.8666666667 * var(--vw));
    letter-spacing: 1.12px;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 0;
  }
}
#CONTENTS .inner .top-title-center3 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 56px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -2.24px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3 {
    font-size: calc(7.4666666667 * var(--vw));
    line-height: calc(9.7333333333 * var(--vw));
    letter-spacing: 1.12px;
    margin-top: calc(1.6 * var(--vw)) !important;
    margin-bottom: 0 !important;
  }
}
#CONTENTS .inner .top-title-center3_left {
  font-family: "Shippori Mincho", serif !important;
  font-size: 56px;
  line-height: 78.4px;
  font-weight: 500;
  letter-spacing: 2.24px;
  text-align: left;
  margin-top: 45px;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_left {
    font-size: calc(5.8666666667 * var(--vw));
    line-height: calc(9.3866666667 * var(--vw));
    letter-spacing: -0.88px;
    margin-top: calc(10.6666666667 * var(--vw)) !important;
    margin-bottom: calc(2.9333333333 * var(--vw)) !important;
  }
}
#CONTENTS .inner .top-title-center3_left .h2-ttl-box_full_l0 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_left .h2-ttl-box_full_l0 {
    width: 100%;
  }
}
#CONTENTS .inner .top-title-center3_left .h2-ttl-box_full_l0-2 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_left .h2-ttl-box_full_l0-2 {
    width: 100%;
    letter-spacing: calc(-0.5333333333 * var(--vw));
  }
}
#CONTENTS .inner .top-title-center3_left_lp {
  font-family: "Shippori Mincho", serif !important;
  font-size: 56px;
  line-height: 78.4px;
  font-weight: 500;
  letter-spacing: -3.7px;
  text-align: left;
  margin-top: 45px;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_left_lp {
    font-size: calc(5.8666666667 * var(--vw));
    line-height: calc(9.3866666667 * var(--vw));
    letter-spacing: -0.88px;
    margin-top: calc(10.6666666667 * var(--vw)) !important;
    margin-bottom: calc(2.9333333333 * var(--vw)) !important;
  }
}
#CONTENTS .inner .top-title-center3_left_lp .h2-ttl-box_full_l0 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_left_lp .h2-ttl-box_full_l0 {
    width: 100%;
  }
}
#CONTENTS .inner .top-title-center3-ms {
  font-family: "Shippori Mincho", serif !important;
  font-size: 56px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -2.24px;
  text-align: center;
  margin-top: 28px;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3-ms {
    font-size: calc(8.5333333333 * var(--vw));
    line-height: calc(11.9466666667 * var(--vw));
    letter-spacing: -1.28px;
    margin-top: calc(9.3333333333 * var(--vw)) !important;
    margin-bottom: 0 !important;
  }
}
#CONTENTS .inner .top-title-center3_u {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 28px;
  gap: 20px;
  font-family: "Shippori Mincho", serif !important;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: 4.48px;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_u {
    font-size: calc(7.4666666667 * var(--vw));
    line-height: calc(7.4666666667 * var(--vw));
    letter-spacing: 1.12px;
    gap: calc(5.3333333333 * var(--vw));
    margin-bottom: 0 !important;
  }
}
#CONTENTS .inner .top-title-center3_u .sub {
  display: inline-block;
  font-size: 24px;
  color: #000;
  background-color: #fff;
  padding: 8px 20px;
  /* line-height: inherit; */
  line-height: 24px;
  margin-top: 8px;
  letter-spacing: initial;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_u .sub {
    font-size: calc(4.8 * var(--vw));
    padding: calc(1.0666666667 * var(--vw)) calc(2.6666666667 * var(--vw)) calc(1.6 * var(--vw));
    line-height: calc(3.2 * var(--vw));
    margin-top: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner .top-title-center3_u .sub_b {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  border: solid 1px #fff;
  padding: 8px 20px;
  /* line-height: inherit; */
  line-height: 24px;
  margin-top: 8px;
  letter-spacing: initial;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_u .sub_b {
    font-size: calc(4.8 * var(--vw));
    padding: calc(1.0666666667 * var(--vw)) calc(2.6666666667 * var(--vw)) calc(1.6 * var(--vw));
    line-height: calc(3.2 * var(--vw));
    margin-top: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner .top-title-center3_nl {
  font-family: "Shippori Mincho", serif !important;
  font-size: 56px;
  line-height: 56px;
  font-weight: 500;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_nl {
    font-size: calc(7.4666666667 * var(--vw));
    line-height: calc(9.7333333333 * var(--vw));
    margin-top: calc(1.6 * var(--vw)) !important;
    margin-bottom: 0 !important;
  }
}
#CONTENTS .inner .top-title-center3_nl .sub1 {
  letter-spacing: -9.968px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_nl .sub1 {
    letter-spacing: -9.968px;
  }
}
#CONTENTS .inner .top-title-center3_nl .sub2 {
  display: inline-block;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner .top-title-center3_nl .h2-ttl-box {
    max-width: 998px;
  }
}
#CONTENTS .inner .top-title-center3_nl .h2-ttl-box {
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_nl .h2-ttl-box {
    padding-left: calc(3.2 * var(--vw));
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner .top-title-center3_nl .h2-ttl-box_l0 {
    max-width: 998px;
  }
}
#CONTENTS .inner .top-title-center3_nl .h2-ttl-box_l0 {
  width: 100%;
  margin: 0 auto;
}
#CONTENTS .inner .top-title-center3_l {
  font-family: "Shippori Mincho", serif !important;
  font-size: 56px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -2.24px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_l {
    font-size: calc(7.4666666667 * var(--vw));
    line-height: calc(9.7333333333 * var(--vw));
    letter-spacing: 1.12px;
    margin-top: calc(1.6 * var(--vw)) !important;
    margin-bottom: 0 !important;
  }
}
#CONTENTS .inner .top-title-center3_l .sub1 {
  letter-spacing: -9.968px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_l .sub1 {
    letter-spacing: -9.968px;
  }
}
#CONTENTS .inner .top-title-center3_l .sub1_40 {
  font-size: 40px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_l .sub1_40 {
    font-size: calc(5.3333333333 * var(--vw));
    letter-spacing: -1px;
  }
}
#CONTENTS .inner .top-title-center3_l .sub2 {
  display: inline-block;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner .top-title-center3_l .h2-ttl-box {
    max-width: 998px;
  }
}
#CONTENTS .inner .top-title-center3_l .h2-ttl-box {
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_l .h2-ttl-box {
    padding-left: calc(3.2 * var(--vw));
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner .top-title-center3_l .h2-ttl-box_l0 {
    max-width: 998px;
  }
}
#CONTENTS .inner .top-title-center3_l .h2-ttl-box_l0 {
  width: 100%;
  margin: 0 auto;
}
#CONTENTS .inner .top-title-center3_l .h2-ttl-box_full_l0 {
  width: 100%;
  margin: 0 auto;
}
#CONTENTS .inner .top-title-center3_l2 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -2.24px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_l2 {
    font-size: calc(7.4666666667 * var(--vw));
    line-height: 1.2;
    letter-spacing: 1.12px;
    margin-top: calc(1.6 * var(--vw)) !important;
    margin-bottom: 0 !important;
  }
}
#CONTENTS .inner .top-title-center3_l2 .sub1 {
  letter-spacing: -9.968px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_l2 .sub1 {
    letter-spacing: -9.968px;
  }
}
#CONTENTS .inner .top-title-center3_l2 .sub1_40 {
  font-size: 40px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_l2 .sub1_40 {
    font-size: calc(5.3333333333 * var(--vw));
    letter-spacing: -1px;
  }
}
#CONTENTS .inner .top-title-center3_l2 .sub2 {
  display: inline-block;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner .top-title-center3_l2 .h2-ttl-box {
    max-width: 998px;
  }
}
#CONTENTS .inner .top-title-center3_l2 .h2-ttl-box {
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_l2 .h2-ttl-box {
    padding-left: calc(3.2 * var(--vw));
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner .top-title-center3_l2 .h2-ttl-box_l0 {
    max-width: 998px;
  }
}
#CONTENTS .inner .top-title-center3_l2 .h2-ttl-box_l0 {
  width: 100%;
  margin: 0 auto;
}
#CONTENTS .inner .top-title-center3_l2 .h2-ttl-box_full_l0 {
  width: 100%;
  margin: 0 auto;
}
#CONTENTS .inner .top-title-center3_l2_pw {
  font-family: "Shippori Mincho", serif !important;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -8.848px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_l2_pw {
    font-size: calc(7.4666666667 * var(--vw));
    line-height: 1.2;
    letter-spacing: -2.996px;
    margin-top: calc(1.6 * var(--vw)) !important;
    margin-bottom: 0 !important;
  }
}
#CONTENTS .inner .top-title-center3_l2_pw .sub1 {
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_l2_pw .sub1 {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner .top-title-center3_l2_pw .h2-ttl-box {
    max-width: 998px;
  }
}
#CONTENTS .inner .top-title-center3_l2_pw .h2-ttl-box {
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_l2_pw .h2-ttl-box {
    padding-left: calc(3.2 * var(--vw));
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner .top-title-center3_l2_pw .h2-ttl-box_l0 {
    max-width: 998px;
  }
}
#CONTENTS .inner .top-title-center3_l2_pw .h2-ttl-box_l0 {
  width: 100%;
  margin: 0 auto;
}
#CONTENTS .inner .top-title-center3_l2_pw .h2-ttl-box_full_l0 {
  width: 100%;
  margin: 0 auto;
}
#CONTENTS .inner .top-title-center3-pc {
  font-family: "Shippori Mincho", serif !important;
  font-size: 52px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -2.24px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3-pc {
    font-size: calc(6.9333333333 * var(--vw));
    line-height: calc(9.7333333333 * var(--vw));
    letter-spacing: 1.12px;
    margin-top: calc(1.6 * var(--vw)) !important;
    margin-bottom: 0 !important;
  }
}
#CONTENTS .inner .top-title-center3-mb {
  font-family: "Shippori Mincho", serif !important;
  font-size: 56px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -2.24px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3-mb {
    font-size: calc(7.4666666667 * var(--vw));
    line-height: calc(9.7333333333 * var(--vw));
    letter-spacing: -1.12px;
    margin-top: calc(6.6666666667 * var(--vw)) !important;
    margin-bottom: calc(9.3333333333 * var(--vw)) !important;
  }
}
#CONTENTS .inner .top-title-center3-mb0 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 56px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -2.24px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3-mb0 {
    font-size: calc(7.4666666667 * var(--vw));
    line-height: calc(9.7333333333 * var(--vw));
    letter-spacing: -1.12px;
    margin-top: calc(6.6666666667 * var(--vw)) !important;
    margin-bottom: 0 !important;
  }
}
#CONTENTS .inner .top-title-center3-mb1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 56px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -2.24px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3-mb1 {
    font-size: calc(7.4666666667 * var(--vw));
    line-height: calc(9.7333333333 * var(--vw));
    letter-spacing: 1.12px;
    margin-top: calc(6.6666666667 * var(--vw)) !important;
  }
}
#CONTENTS .inner .top-title-center3-mb1 .h2-ttl-box-sub {
  font-family: "Shippori Mincho", serif !important;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3-mb1 .h2-ttl-box-sub {
    font-size: calc(4.2666666667 * var(--vw));
    line-height: 1.4;
    letter-spacing: 0.64px;
    margin-top: calc(4.2666666667 * var(--vw)) !important;
    margin-bottom: calc(8.5333333333 * var(--vw)) !important;
  }
}
#CONTENTS .inner .top-title-center3-64 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 64px;
  line-height: 64px;
  font-weight: 500;
  letter-spacing: -2.56px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3-64 {
    font-size: calc(8.5333333333 * var(--vw));
    line-height: calc(11.9466666667 * var(--vw));
    letter-spacing: 1.28px;
    margin-top: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner .top-title-center3-64 .h2-ttl-box_full_l0 {
  width: 100%;
  margin: 0 auto;
}
#CONTENTS .inner .top-title-center3-event {
  font-family: "Shippori Mincho", serif !important;
  font-size: 56px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: 2.24px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3-event {
    font-size: calc(8.5333333333 * var(--vw));
    line-height: calc(11.9466666667 * var(--vw));
    letter-spacing: -1.28px;
    margin-top: calc(8 * var(--vw));
    text-align: center;
  }
}
#CONTENTS .inner .top-title-center3-event .h2-ttl-box_full_l0 {
  width: 100%;
  margin: 0 auto;
}
#CONTENTS .inner .top-title-center3s {
  font-family: "Shippori Mincho", serif !important;
  font-size: 54px;
  line-height: 54px;
  font-weight: 500;
  letter-spacing: -2.24px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 35px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3s {
    font-size: calc(7.2 * var(--vw));
    line-height: calc(11.8666666667 * var(--vw));
    letter-spacing: 1.08px;
    margin-top: 0 !important;
    margin-bottom: calc(5.3333333333 * var(--vw));
  }
}
#CONTENTS .inner .top-title-center3_gr {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 112px;
  line-height: 80px;
  font-weight: 500;
  letter-spacing: -4.48px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_gr {
    font-size: calc(17.3333333333 * var(--vw));
    line-height: calc(12.2666666667 * var(--vw));
    letter-spacing: -2.6px;
    margin: 0 auto;
  }
}
#CONTENTS .inner .top-title-center3_gr .sub1 {
  letter-spacing: -9.968px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_gr .sub1 {
    letter-spacing: -9.968px;
  }
}
#CONTENTS .inner .top-title-center3_gr .sub1_40 {
  font-size: 40px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_gr .sub1_40 {
    font-size: calc(5.3333333333 * var(--vw));
    letter-spacing: -1px;
  }
}
#CONTENTS .inner .top-title-center3_gr .sub2 {
  display: inline-block;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner .top-title-center3_gr .h2-ttl-box {
    max-width: 998px;
  }
}
#CONTENTS .inner .top-title-center3_gr .h2-ttl-box {
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center3_gr .h2-ttl-box {
    padding-left: calc(3.2 * var(--vw));
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner .top-title-center3_gr .h2-ttl-box_l0 {
    max-width: 998px;
  }
}
#CONTENTS .inner .top-title-center3_gr .h2-ttl-box_l0 {
  width: 100%;
  margin: 0 auto;
}
#CONTENTS .inner .top-title-center3_gr .h2-ttl-box_full_l0 {
  width: 100%;
  margin: 0 auto;
}
#CONTENTS .inner .top-title-center4_u {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 28px;
  font-family: "Shippori Mincho", serif !important;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center4_u {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.0666666667 * var(--vw));
    margin-bottom: 0 !important;
  }
}
#CONTENTS .inner .top-title-center4_u .sub {
  display: inline-block;
  font-size: 24px;
  color: #000;
  background-color: #fff;
  padding: 8px 20px;
  /* line-height: inherit; */
  line-height: 24px;
  margin-top: 8px;
  letter-spacing: initial;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center4_u .sub {
    font-size: calc(3.2 * var(--vw));
    padding: calc(1.0666666667 * var(--vw)) calc(2.6666666667 * var(--vw));
    line-height: calc(3.2 * var(--vw));
    margin-top: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner .top-title-center4_u .sub_b {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  border: solid 1px #fff;
  padding: 8px 20px;
  /* line-height: inherit; */
  line-height: 24px;
  margin-top: 8px;
  letter-spacing: initial;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .top-title-center4_u .sub_b {
    font-size: calc(3.2 * var(--vw));
    padding: calc(1.0666666667 * var(--vw)) calc(2.6666666667 * var(--vw));
    line-height: calc(3.2 * var(--vw));
    margin-top: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner .t-box {
  display: flex;
}
#CONTENTS .inner .sub-title {
  width: 100%;
  text-align: left;
}
#CONTENTS .inner .sub-title1 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 27px;
  line-height: 27px;
  color: #fff;
  background-color: #002656;
  padding: 6px 10px 7px;
  border-radius: 3px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .sub-title1 {
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(4.2666666667 * var(--vw));
    padding: calc(0.8 * var(--vw)) calc(1.6 * var(--vw)) calc(1.3333333333 * var(--vw));
    border-radius: calc(0.5333333333 * var(--vw));
  }
}
#CONTENTS .inner .sub-title1-e {
  font-family: "Shippori Mincho", serif !important;
  font-size: 27px;
  line-height: 27px;
  color: #333333;
  border: solid 2px #002656;
  border-radius: 4px;
  padding: 4px 9px 5px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .sub-title1-e {
    border: solid 1px #002656;
    border-radius: calc(1.0666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(4.2666666667 * var(--vw));
    padding: calc(0.5333333333 * var(--vw)) calc(1.6 * var(--vw)) calc(1.3333333333 * var(--vw));
  }
}
#CONTENTS .inner .sub-title2 {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .sub-title2 {
    font-size: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .inner .sub-title2-center {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #ddd;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .sub-title2-center {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.4 * var(--vw));
    text-align: center;
    color: #ddd;
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner .sub-title2-center-2nd {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #ddd;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .sub-title2-center-2nd {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.6 * var(--vw));
    text-align: center;
    color: #ddd;
    letter-spacing: 0;
    width: calc(68.2666666667 * var(--vw));
  }
}
#CONTENTS .inner .sub-title2-center-2nd-full {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #ddd;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .sub-title2-center-2nd-full {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.6 * var(--vw));
    text-align: center;
    color: #ddd;
    letter-spacing: 0.48px;
  }
}
#CONTENTS .inner .sub-title2-center-in {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .sub-title2-center-in {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.4 * var(--vw));
    text-align: center;
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner .sub-title2-center-sp_left {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #ddd;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .sub-title2-center-sp_left {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.4 * var(--vw));
    text-align: left;
    color: #ddd;
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner .sub-title2-1 {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .sub-title2-1 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner .sub-title3 {
  font-family: "Shippori Mincho", serif !important;
  margin-top: 65px !important;
  font-size: 11px;
  font-weight: 600;
  position: relative;
  color: #002656;
  padding-left: 11px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .sub-title3 {
    margin-top: calc(9.3333333333 * var(--vw)) !important;
    font-size: calc(2.9333333333 * var(--vw));
    padding-left: calc(2.9333333333 * var(--vw));
  }
}
#CONTENTS .inner .sub-title3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 50%;
  border-top: solid 1px #002656;
  width: 8px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner .sub-title3::before {
    bottom: 43%;
    width: calc(2.1333333333 * var(--vw));
  }
}

#CONTENTS .inner_frame {
  width: 100%;
  background-color: #EAEEF4;
  margin: 20px auto 0;
  border-radius: 4px;
  padding: 110px 120px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame {
    margin: calc(4 * var(--vw)) auto 0;
    padding: calc(13.3333333333 * var(--vw)) calc(5.8666666667 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame1 {
  width: 100%;
  background-color: #E6EAF0;
  margin: 0 auto 0;
  border-radius: 4px;
  padding: 110px 128px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1 {
    margin: 0 auto 0;
    padding: calc(13.3333333333 * var(--vw)) calc(5.8666666667 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame1 .contents_box2 .iw-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 29px 32px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1 .contents_box2 .iw-box {
    padding: calc(6.4 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame1 .contents_box2 .iw-subttl {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #7c7c7c;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1 .contents_box2 .iw-subttl {
    font-size: calc(4.8 * var(--vw));
    line-height: calc(7.4666666667 * var(--vw));
    margin-top: calc(1.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame1_iw {
  width: 100%;
  background-color: #E6EAF0;
  margin: 0 auto 0;
  border-radius: 4px;
  padding: 100px 128px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1_iw {
    margin: 0 auto 0;
    padding: calc(13.3333333333 * var(--vw)) calc(5.8666666667 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame1_iw .contents_box2 .iw-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 29px 32px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1_iw .contents_box2 .iw-box {
    padding: calc(6.4 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame1_iw .contents_box2 .iw-subttl {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #7c7c7c;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1_iw .contents_box2 .iw-subttl {
    font-size: calc(4.8 * var(--vw));
    line-height: calc(7.4666666667 * var(--vw));
    margin-top: calc(1.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm {
  width: 100%;
  background-color: #E6EAF0;
  margin: 0 auto 0;
  border-radius: 4px;
  padding: 60px 96px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm {
    margin: 0 auto 0;
    padding: calc(2.6666666667 * var(--vw)) calc(5.3333333333 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box {
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box {
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box .table-scroll {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box .table-scroll table {
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll table, #CONTENTS .inner_frame1-sm .contents_box .table-scroll td, #CONTENTS .inner_frame1-sm .contents_box .table-scroll th {
  border: 1px solid #E6EAF0;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 22.4px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box .table-scroll table, #CONTENTS .inner_frame1-sm .contents_box .table-scroll td, #CONTENTS .inner_frame1-sm .contents_box .table-scroll th {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.9733333333 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll td, #CONTENTS .inner_frame1-sm .contents_box .table-scroll th {
  padding: 8px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box .table-scroll td, #CONTENTS .inner_frame1-sm .contents_box .table-scroll th {
    padding: calc(2.1333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll th {
  background-color: #66A1FF;
  color: #fff;
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll .th {
  width: 119px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box .table-scroll .th {
    padding-left: calc(2.6666666667 * var(--vw)) !important;
    width: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll .th1 {
  width: 209px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box .table-scroll .th1 {
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll td {
  height: 160px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box .table-scroll td {
    height: calc(42.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll .td {
  text-align: center;
  background-color: #66A1FF;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box .table-scroll .td {
    font-size: calc(3.7333333333 * var(--vw));
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll .td1 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box .table-scroll .td1 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll .td1-l {
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll .td1-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll .td2 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box .table-scroll .td2 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll .td2-l {
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll .td2-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa {
    display: block;
    overflow-x: scroll;
    background-color: #E6EAF0;
  }
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa table {
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa table, #CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa td, #CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa th {
  border: 1px solid #E6EAF0;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa table, #CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa td, #CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa th {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.9733333333 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa td {
  padding: 16px 16px 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa td {
    padding: calc(4.2666666667 * var(--vw)) calc(4.2666666667 * var(--vw)) calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa th {
  background-color: #66A1FF;
  color: #fff;
  text-align: left;
  font-size: 14px;
  padding: 14px 12px 12px;
  line-height: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa th {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(3.7333333333 * var(--vw));
    padding: calc(3.7333333333 * var(--vw)) calc(3.2 * var(--vw)) calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa .th {
  width: 220px;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa .th {
    width: calc(58.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa .th1 {
  width: 669px;
  color: #fff;
  text-align: left;
  border-left: 4px solid #E6EAF0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa .th1 {
    border-left: calc(1.0666666667 * var(--vw)) solid #E6EAF0;
    width: calc(178.4 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa .td {
  width: 220px;
  color: #000AC5;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa .td {
    width: calc(58.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa .td1 {
  width: 669px;
  border-left: 4px solid #E6EAF0;
  text-align: left;
  background-color: #fff;
  letter-spacing: -0.5px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box .table-scroll-wqa .td1 {
    border-left: calc(1.0666666667 * var(--vw)) solid #E6EAF0;
    letter-spacing: calc(-0.1333333333 * var(--vw));
    width: calc(178.4 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .iw-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .iw-box {
    gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .iw-box {
    padding: calc(8.5333333333 * var(--vw)) 0;
    flex-direction: column;
    justify-content: flex-start;
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .iw-box__img {
  width: 448px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .iw-box__img {
    width: 100%;
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .iw-box__txtbox {
  width: 480px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .iw-box__txtbox {
    width: calc(74.6666666667 * var(--vw));
    margin: 0 auto;
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .iw-box__txtbox .ttl {
  padding: 8px 0 32px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .iw-box__txtbox .ttl {
    padding: calc(6.4 * var(--vw)) 0;
    line-height: 1.4;
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .iw-box__txtbox .ttl .semi-subttl {
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .iw-box__txtbox .ttl .semi-subttl {
    margin-top: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .iw-box__txtbox .sub-box {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .iw-box__txtbox .sub-box {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(2.1333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .iw-box__txtbox .sub-box .sub-ttl {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #000AC5;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .iw-box__txtbox .sub-box .sub-ttl {
    width: 100%;
    padding: calc(4.2666666667 * var(--vw)) 0;
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .iw-box__txtbox .sub-box .sub-txt {
  font-size: 16px;
  padding: 5px 0;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .iw-box__txtbox .sub-box .sub-txt {
    padding: calc(1.3333333333 * var(--vw)) 0;
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .iw-box__txtbox .sub-txt-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.6;
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .iw-box__txtbox .sub-txt-box {
    gap: calc(2.1333333333 * var(--vw));
    flex-direction: row;
    padding: calc(1.3333333333 * var(--vw)) 0;
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .iw-box__txtbox .sub-txt-box .txt1 {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .iw-box__txtbox .sub-txt-box .txt1 {
    font-weight: 600;
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .iw-box__txtbox .sub-txt-box .txt2 {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .iw-box__txtbox .sub-txt-box .txt2 {
    font-weight: 600;
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .iw-subttl {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #7c7c7c;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .iw-subttl {
    font-size: calc(4.8 * var(--vw));
    line-height: calc(7.4666666667 * var(--vw));
    margin-top: calc(1.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .kv-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 768px;
  margin: 0 auto;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .kv-box {
    width: 100%;
    padding-top: calc(8 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .kv-box img {
  width: calc(102.4 * var(--vw));
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .kv-box img {
    width: 100%;
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .kv-txt {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  text-align: left;
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .kv-txt {
    text-align: center;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: 1.6;
    text-align: center;
    margin: calc(8.5333333333 * var(--vw)) auto;
    letter-spacing: -0.2px;
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .kv-txt-c {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  margin: 35px auto 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .kv-txt-c {
    text-align: center;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: 1.6;
    text-align: center;
    margin: calc(7.2 * var(--vw)) auto calc(5.8666666667 * var(--vw));
    letter-spacing: -0.2px;
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .kv-detail {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .kv-detail {
    text-align: center;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: 1.6;
    text-align: left;
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w {
    display: block;
    overflow-x: scroll;
    background-color: #E6EAF0;
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w table {
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w table, #CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w td, #CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w th {
  border: 1px solid #E6EAF0;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w table, #CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w td, #CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w th {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w td, #CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w th {
  padding: 12px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w td, #CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w th {
    padding: calc(3.2 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w th {
  background-color: #66A1FF;
  color: #fff;
  text-align: center;
  font-weight: 600 !important;
}
#CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w td {
  width: 67px;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w td {
    width: calc(17.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w .th1 {
  width: 80px !important;
  background-color: #66A1FF !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w .th1 {
    width: calc(21.3333333333 * var(--vw)) !important;
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w .th9 {
  width: 603px !important;
  background-color: #66A1FF !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w .th9 {
    width: calc(160.8 * var(--vw)) !important;
  }
}
#CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w .tdh {
  width: 80px;
  background-color: #ADBCD6 !important;
  font-weight: 600 !important;
  padding: 12px 0 !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame1-sm .contents_box2 .table-scroll-w .tdh {
    width: calc(21.3333333333 * var(--vw));
    padding: calc(3.2 * var(--vw)) 0 !important;
  }
}
#CONTENTS .inner_frame2 {
  width: 100%;
  background-color: #E6EAF0;
  margin: 0 auto 0;
  border-radius: 4px;
  padding: 80px 96px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 {
    margin: 0 auto 0;
    padding: calc(10.6666666667 * var(--vw)) calc(6.1333333333 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box {
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box {
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box .table-scroll {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box .table-scroll table {
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll table, #CONTENTS .inner_frame2 .contents_box .table-scroll td, #CONTENTS .inner_frame2 .contents_box .table-scroll th {
  border: 1px solid #E6EAF0;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 22.4px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box .table-scroll table, #CONTENTS .inner_frame2 .contents_box .table-scroll td, #CONTENTS .inner_frame2 .contents_box .table-scroll th {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.9733333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll td, #CONTENTS .inner_frame2 .contents_box .table-scroll th {
  padding: 8px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box .table-scroll td, #CONTENTS .inner_frame2 .contents_box .table-scroll th {
    padding: calc(2.1333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll th {
  background-color: #66A1FF;
  color: #fff;
}
#CONTENTS .inner_frame2 .contents_box .table-scroll .th {
  width: 119px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box .table-scroll .th {
    padding-left: calc(2.6666666667 * var(--vw)) !important;
    width: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll .th1 {
  width: 209px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box .table-scroll .th1 {
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll td {
  height: 160px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box .table-scroll td {
    height: calc(42.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll .td {
  text-align: center;
  background-color: #66A1FF;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box .table-scroll .td {
    font-size: calc(3.7333333333 * var(--vw));
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll .td1 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box .table-scroll .td1 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll .td1-l {
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame2 .contents_box .table-scroll .td1-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame2 .contents_box .table-scroll .td2 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box .table-scroll .td2 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll .td2-l {
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame2 .contents_box .table-scroll .td2-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame2 .contents_box .table-scroll-w {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box .table-scroll-w {
    display: block;
    overflow-x: scroll;
    background-color: #E6EAF0;
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll-w table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box .table-scroll-w table {
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll-w table, #CONTENTS .inner_frame2 .contents_box .table-scroll-w td, #CONTENTS .inner_frame2 .contents_box .table-scroll-w th {
  border: 1px solid #E6EAF0;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 22.4px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box .table-scroll-w table, #CONTENTS .inner_frame2 .contents_box .table-scroll-w td, #CONTENTS .inner_frame2 .contents_box .table-scroll-w th {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.9733333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll-w td, #CONTENTS .inner_frame2 .contents_box .table-scroll-w th {
  padding: 8px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box .table-scroll-w td, #CONTENTS .inner_frame2 .contents_box .table-scroll-w th {
    padding: calc(2.1333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll-w th {
  background-color: #66A1FF;
  color: #fff;
}
#CONTENTS .inner_frame2 .contents_box .table-scroll-w .th {
  width: 119px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box .table-scroll-w .th {
    padding-left: calc(2.6666666667 * var(--vw)) !important;
    width: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll-w .th1 {
  width: 209px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box .table-scroll-w .th1 {
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll-w td {
  height: 160px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box .table-scroll-w td {
    height: calc(42.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll-w .td {
  text-align: center;
  background-color: #66A1FF;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box .table-scroll-w .td {
    font-size: calc(3.7333333333 * var(--vw));
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll-w .td1 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box .table-scroll-w .td1 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll-w .td1-l {
  background-color: #fff;
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame2 .contents_box .table-scroll-w .td1-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame2 .contents_box .table-scroll-w .td2 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box .table-scroll-w .td2 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box .table-scroll-w .td2-l {
  background-color: #fff;
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame2 .contents_box .table-scroll-w .td2-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame2 .contents_box2 {
  font-size: 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .sub-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .sub-box {
    justify-content: center;
  }
}
#CONTENTS .inner_frame2 .contents_box2 .sub-box-ttl {
  text-align: left;
  line-height: 28.8px;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .sub-box-ttl {
    width: 100%;
    text-align: left;
    line-height: calc(7.68 * var(--vw));
    letter-spacing: 0.72px;
  }
}
#CONTENTS .inner_frame2 .contents_box2 .sub-box-btn {
  width: 235px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .sub-box-btn {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
    width: calc(62.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .sub-ttl {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 38.4px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .sub-ttl {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -0.72px;
    line-height: calc(7.68 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame2 .contents_box2 .sub-ttl_18 {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -1.08px;
  line-height: 28.8px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .sub-ttl_18 {
    font-size: calc(4.2666666667 * var(--vw));
    letter-spacing: -0.64px;
    line-height: calc(6.8266666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame2 .contents_box2 .all-sch-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .all-sch-img {
    width: calc(78.9333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .all-sch-img2 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .all-sch-img2 {
    width: calc(235.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .btn-box {
    gap: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .btn-box .cobox {
  width: 32.5%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .btn-box .cobox {
    width: 100%;
  }
}
#CONTENTS .inner_frame2 .contents_box2 .bg_blue1__box {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  background-color: #66A1FF;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .bg_blue1__box {
    font-size: calc(3.7333333333 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) calc(3.2 * var(--vw));
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .cb_right_1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .cb_right_1 {
    width: 100%;
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .cb_right_1_l {
  width: 16.6%;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .cb_right_1_l {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .cb_right_1_r {
  width: 83.4%;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .cb_right_1_r {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .cb_right_1_l_1 {
  width: 0%;
}
#CONTENTS .inner_frame2 .contents_box2 .cb_right_1_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .cb_right_1_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .word-box {
  padding: 32px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .word-box {
    display: none;
  }
}
#CONTENTS .inner_frame2 .contents_box2 .word-box_sp {
  padding: 32px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_frame2 .contents_box2 .word-box_sp {
    display: none;
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll table {
    width: 300%;
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll table, #CONTENTS .inner_frame2 .contents_box2 .table-scroll td, #CONTENTS .inner_frame2 .contents_box2 .table-scroll th {
  border-collapse: collapse;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll .td {
  text-align: left;
  padding-left: 15px !important;
  background-color: #66A1FF;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll .td {
    padding-left: calc(4 * var(--vw)) !important;
    font-size: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll .td1 {
  color: #2636bc;
  background-color: #E4EBF4;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll .td1-m {
  background-color: #E4EBF4;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll .td2 {
  color: #2636bc;
  background-color: #ECF0F6;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll .td2-m {
  background-color: #ECF0F6;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll::-webkit-scrollbar {
  display: block;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-w {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-w {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-w table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-w table {
    width: 150%;
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-w table, #CONTENTS .inner_frame2 .contents_box2 .table-scroll-w td, #CONTENTS .inner_frame2 .contents_box2 .table-scroll-w th {
  border-collapse: collapse;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-w .td {
  text-align: left;
  padding-left: 15px !important;
  background-color: #66A1FF;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-w .td {
    padding-left: calc(4 * var(--vw)) !important;
    font-size: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-w .td1 {
  color: #2636bc;
  background-color: #E4EBF4;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-w .td1-m {
  background-color: #E4EBF4;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-w .td2 {
  color: #2636bc;
  background-color: #ECF0F6;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-w .td2-m {
  background-color: #ECF0F6;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-w::-webkit-scrollbar {
  display: block;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-wj {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-wj {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-wj table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-wj table {
    width: 300%;
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-wj table, #CONTENTS .inner_frame2 .contents_box2 .table-scroll-wj td, #CONTENTS .inner_frame2 .contents_box2 .table-scroll-wj th {
  border-collapse: collapse;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-wj .td {
  text-align: left;
  padding-left: 15px !important;
  background-color: #66A1FF;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-wj .td {
    padding-left: calc(4 * var(--vw)) !important;
    font-size: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-wj .td1 {
  color: #2636bc;
  background-color: #E4EBF4;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-wj .td1-m {
  background-color: #E4EBF4;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-wj .td2 {
  color: #2636bc;
  background-color: #ECF0F6;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-wj .td2-m {
  background-color: #ECF0F6;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-wj::-webkit-scrollbar {
  display: block;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-j {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-j {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-j table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-j table {
    width: 180%;
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-j table, #CONTENTS .inner_frame2 .contents_box2 .table-scroll-j td, #CONTENTS .inner_frame2 .contents_box2 .table-scroll-j th {
  border-collapse: collapse;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-j .td {
  text-align: left;
  padding-left: 15px !important;
  background-color: #66A1FF;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-j .td {
    padding-left: calc(4 * var(--vw)) !important;
    font-size: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-j .td1 {
  color: #2636bc;
  background-color: #E4EBF4;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-j .td1-m {
  background-color: #E4EBF4;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-j .td2 {
  color: #2636bc;
  background-color: #ECF0F6;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-j .td2-m {
  background-color: #ECF0F6;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-j::-webkit-scrollbar {
  display: block;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-j .td-center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-j .td-center {
    text-align: left;
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-j .img1 {
  width: 769px;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-bj {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-bj {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-bj table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-bj table {
    width: 180%;
    table-layout: fixed;
    margin-bottom: calc(7.4666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-bj table, #CONTENTS .inner_frame2 .contents_box2 .table-scroll-bj td, #CONTENTS .inner_frame2 .contents_box2 .table-scroll-bj th {
  border-collapse: collapse;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-bj .td {
  text-align: left;
  padding-left: 15px !important;
  background-color: #66A1FF;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-bj .td {
    padding-left: calc(4 * var(--vw)) !important;
    font-size: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-bj .td1 {
  color: #2636bc;
  background-color: #E4EBF4;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-bj .td1-m {
  background-color: #E4EBF4;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-bj .td2 {
  color: #2636bc;
  background-color: #ECF0F6;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-bj .td2-m {
  background-color: #ECF0F6;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-bj::-webkit-scrollbar {
  display: block;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-bj .td-center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-bj .td-center {
    text-align: left;
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-bj .img1 {
  width: 769px;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-wk {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-wk {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-wk table {
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-wk table {
    width: 150%;
    table-layout: fixed;
    margin-bottom: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-wk table, #CONTENTS .inner_frame2 .contents_box2 .table-scroll-wk td, #CONTENTS .inner_frame2 .contents_box2 .table-scroll-wk th {
  border-collapse: collapse;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-wk tr {
    display: block;
    padding: calc(8.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-wk .td {
  text-align: left;
  padding-left: 15px !important;
  background-color: #66A1FF;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-wk .td {
    padding-left: calc(4 * var(--vw)) !important;
    font-size: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-wk .td1 {
  color: #2636bc;
  background-color: #E4EBF4;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-wk .td1-m {
  background-color: #E4EBF4;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-wk .td2 {
  color: #2636bc;
  background-color: #ECF0F6;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-wk .td2-m {
  background-color: #ECF0F6;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-wk::-webkit-scrollbar {
  display: block;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-wk .td-center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-wk .td-center {
    text-align: left;
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-wk .img1 {
  width: 640px;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-jg {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-jg {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-jg table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-jg table {
    width: 180%;
    table-layout: fixed;
    margin-bottom: calc(1.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-jg .table-200 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-jg .table-200 {
    width: 200%;
    table-layout: fixed;
    margin-bottom: calc(1.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-jg .table-210 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-jg .table-210 {
    width: 210%;
    table-layout: fixed;
    margin-bottom: calc(1.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-jg .table-210-50 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-jg .table-210-50 {
    width: 210%;
    table-layout: fixed;
    margin-bottom: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-jg table, #CONTENTS .inner_frame2 .contents_box2 .table-scroll-jg td, #CONTENTS .inner_frame2 .contents_box2 .table-scroll-jg th {
  border-collapse: collapse;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-jg .td {
  text-align: left;
  padding-left: 15px !important;
  background-color: #66A1FF;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .table-scroll-jg .td {
    padding-left: calc(4 * var(--vw)) !important;
    font-size: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-jg .td1 {
  color: #2636bc;
  background-color: #E4EBF4;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-jg .td1-m {
  background-color: #E4EBF4;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-jg .td2 {
  color: #2636bc;
  background-color: #ECF0F6;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-jg .td2-m {
  background-color: #ECF0F6;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame2 .contents_box2 .table-scroll-jg::-webkit-scrollbar {
  display: block;
}
#CONTENTS .inner_frame2 .contents_box2 .seminor-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#CONTENTS .inner_frame2 .contents_box2 .seminor-btn .bnr-img {
  width: 670px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .seminor-btn .bnr-img {
    width: calc(72.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box2 .bf-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#CONTENTS .inner_frame2 .contents_box2 .bf-box .bf-img {
  width: 280px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box2 .bf-box .bf-img {
    width: 97%;
    margin: 0 auto;
    margin-top: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl {
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl {
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl .table-scroll {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl .table-scroll {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl .table-scroll table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl .table-scroll table {
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl .table-scroll table, #CONTENTS .inner_frame2 .contents_box_tbl .table-scroll td, #CONTENTS .inner_frame2 .contents_box_tbl .table-scroll th {
  border: 1px solid #fff;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 16.8px;
  letter-spacing: 0.48px;
  font-weight: 600 !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl .table-scroll table, #CONTENTS .inner_frame2 .contents_box_tbl .table-scroll td, #CONTENTS .inner_frame2 .contents_box_tbl .table-scroll th {
    line-height: calc(4.48 * var(--vw));
    letter-spacing: 0.48px;
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl .table-scroll td, #CONTENTS .inner_frame2 .contents_box_tbl .table-scroll th {
  padding: 8px 10px;
  width: 160px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl .table-scroll td, #CONTENTS .inner_frame2 .contents_box_tbl .table-scroll th {
    width: calc(42.6666666667 * var(--vw));
    padding: calc(2.1333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl .table-scroll th {
  background-color: #66A1FF;
  color: #fff;
}
#CONTENTS .inner_frame2 .contents_box_tbl .table-scroll .th {
  text-align: left;
  padding-left: 10px !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl .table-scroll .th {
    padding-left: calc(2.6666666667 * var(--vw)) !important;
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl .table-scroll .th1-2 {
  width: 220px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl .table-scroll .th1-2 {
    width: calc(58.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl .table-scroll .th1-3 {
  width: 482px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl .table-scroll .th1-3 {
    width: calc(128.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl .table-scroll .td1-3 {
  text-align: center;
  color: #fff;
  background-color: #66A1FF;
  font-size: 12px;
  width: 110px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl .table-scroll .td1-3 {
    font-size: calc(3.2 * var(--vw));
    width: calc(29.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl .table-scroll .td {
  text-align: center;
  background-color: #66A1FF;
  color: #fff;
  font-size: 12px;
  width: 110px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl .table-scroll .td {
    font-size: calc(3.2 * var(--vw));
    width: calc(29.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl .table-scroll .td1 {
  color: #2636bc;
  background-color: #E4EBF4;
  text-align: center;
  font-weight: 500 !important;
  font-size: 14px;
}
#CONTENTS .inner_frame2 .contents_box_tbl .table-scroll .td1-m {
  background-color: #E4EBF4;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl .table-scroll .td1-m {
    font-size: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl .table-scroll .td2 {
  color: #2636bc;
  background-color: #ECF0F6;
  text-align: center;
  font-weight: 500 !important;
  font-size: 14px;
}
#CONTENTS .inner_frame2 .contents_box_tbl .table-scroll .td2-m {
  background-color: #ECF0F6;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl .table-scroll .td2-m {
    font-size: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl .pos-r {
  position: relative;
}
#CONTENTS .inner_frame2 .contents_box_tbl .td-cobox {
  width: 100%;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 0;
  background-color: #66A1FF;
}
#CONTENTS .inner_frame2 .contents_box_tbl2 {
  background-color: #fff;
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll table {
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll table, #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll td, #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll th {
  border: 1px solid #E6EAF0;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 22.4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll table, #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll td, #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll th {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.9733333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll td, #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll th {
  padding: 8px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll td, #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll th {
    padding: calc(2.1333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll th {
  background-color: #66A1FF;
  color: #fff;
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .th {
  width: 119px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .th {
    font-size: calc(3.7333333333 * var(--vw));
    padding-left: calc(2.6666666667 * var(--vw)) !important;
    width: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .td {
  text-align: center;
  background-color: #66A1FF;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .td {
    font-size: calc(3.7333333333 * var(--vw));
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .td1 {
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .td1 {
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .td1-l {
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .td1-l-pd {
  text-align: left !important;
  color: #000AC5;
  padding: 10px 0 10px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .td1-l-pd {
    padding: calc(2.6666666667 * var(--vw)) 0 calc(2.6666666667 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .td1-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .td1-pd {
  padding: 8px 0 8px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .td1-pd {
    padding: calc(2.1333333333 * var(--vw)) 0 calc(2.1333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .td2 {
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .td2 {
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .td2-l {
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .td2-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .th1 {
  width: 119px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .th1 {
    width: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .th2 {
  width: 311px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .th2 {
    width: calc(82.9333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .th3 {
  width: 119px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .th3 {
    width: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .th4 {
  width: 114px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .th4 {
    width: calc(30.4 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .th234 {
  width: 544px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .th234 {
    width: calc(145.6 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .th5 {
  width: 145px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .th5 {
    width: calc(38.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .th6 {
  width: 145px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .th6 {
    width: calc(38.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .th56 {
  width: 290px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll .th56 {
    width: calc(77.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w {
    display: block;
    overflow-x: scroll;
    background-color: #E6EAF0;
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w table {
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w table, #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w td, #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w th {
  border: 1px solid #E6EAF0;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 22.4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w table, #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w td, #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w th {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.9733333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w td, #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w th {
  padding: 8px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w td, #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w th {
    padding: calc(2.1333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w th {
  background-color: #66A1FF;
  color: #fff;
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w td {
  background-color: #fff;
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .th {
  width: 119px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .th {
    font-size: calc(3.7333333333 * var(--vw));
    padding-left: calc(2.6666666667 * var(--vw)) !important;
    width: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .td {
  text-align: center;
  background-color: #66A1FF;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .td {
    font-size: calc(3.7333333333 * var(--vw));
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .td1 {
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .td1 {
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .td1-l {
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .td1-l-pd {
  text-align: left !important;
  color: #000AC5;
  padding: 10px 0 10px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .td1-l-pd {
    padding: calc(2.6666666667 * var(--vw)) 0 calc(2.6666666667 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .td1-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .td1-pd {
  padding: 8px 0 8px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .td1-pd {
    padding: calc(2.1333333333 * var(--vw)) 0 calc(2.1333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .td2 {
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .td2 {
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .td2-l {
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .td2-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .th1 {
  width: 119px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .th1 {
    width: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .th2 {
  width: 311px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .th2 {
    width: calc(82.9333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .th3 {
  width: 119px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .th3 {
    width: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .th4 {
  width: 114px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .th4 {
    width: calc(30.4 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .th234 {
  width: 544px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .th234 {
    width: calc(145.6 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .th5 {
  width: 145px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .th5 {
    width: calc(38.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .th6 {
  width: 145px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .th6 {
    width: calc(38.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .th56 {
  width: 290px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl2 .table-scroll-w .th56 {
    width: calc(77.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents-wks-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents-wks-box {
    gap: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl-wks {
  width: 304px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
#CONTENTS .inner_frame2 .contents_box_tbl-wks img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl-wks {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl-wks .work-box {
  padding: 24px 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl-wks .work-box {
    padding: calc(6.4 * var(--vw)) calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl-wks .td-cobox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#CONTENTS .inner_frame2 .contents_box_tbl-wks .td-cobox h3 {
  width: 100%;
}
#CONTENTS .inner_frame2 .contents_box_tbl-wks-top {
  width: 304px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
#CONTENTS .inner_frame2 .contents_box_tbl-wks-top img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl-wks-top {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl-wks-top .work-box {
  padding: 32px 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .contents_box_tbl-wks-top .work-box {
    padding: calc(6.4 * var(--vw)) calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .contents_box_tbl-wks-top .td-cobox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#CONTENTS .inner_frame2 .contents_box_tbl-wks-top .td-cobox h3 {
  width: 100%;
}
#CONTENTS .inner_frame2 .link-banner-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#CONTENTS .inner_frame2 .banner-link-box {
  display: flex;
  justify-content: center;
  width: 46.8%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .banner-link-box {
    width: 100%;
  }
}
#CONTENTS .inner_frame2 .banner-link-box .banner-box {
  width: 450px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .banner-link-box .banner-box {
    width: 100%;
    letter-spacing: calc(-0.2133333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2 .qa-btn {
  width: 235px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2 .qa-btn {
    width: calc(62.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2_nbg {
  width: 100%;
  margin: 0 auto 0;
  padding: 200px 96px 90px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_nbg {
    margin: 0 auto 0;
    padding: calc(16 * var(--vw)) calc(5.8666666667 * var(--vw)) 0;
    display: flex;
    justify-content: center;
  }
}
#CONTENTS .inner_frame2_nbg .banner-link-box2 {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_nbg .banner-link-box2 {
    width: calc(76.5333333333 * var(--vw));
    align-items: center;
  }
}
#CONTENTS .inner_frame2_nbg .banner-link-box2 .banner-box {
  width: 640px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_nbg .banner-link-box2 .banner-box {
    width: calc(45.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2_nbg-ev {
  width: 100%;
  margin: 0 auto 0;
  padding: 76px 96px 67px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_nbg-ev {
    margin: 0 auto 0;
    padding: calc(21.3333333333 * var(--vw)) calc(5.8666666667 * var(--vw)) 0;
    display: flex;
    justify-content: center;
  }
}
#CONTENTS .inner_frame2_nbg-ev .banner-link-box2 {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_nbg-ev .banner-link-box2 {
    width: calc(76.5333333333 * var(--vw));
    align-items: center;
  }
}
#CONTENTS .inner_frame2_nbg-ev .banner-link-box2 .banner-box {
  width: 640px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_nbg-ev .banner-link-box2 .banner-box {
    width: calc(45.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2_nbg-in {
  width: 100%;
  margin: 0 auto 0;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_nbg-in {
    margin: 0 auto 0;
    padding-top: calc(8.5333333333 * var(--vw));
    display: flex;
    justify-content: center;
  }
}
#CONTENTS .inner_frame2_nbg-in .banner-link-box2 {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_nbg-in .banner-link-box2 {
    width: calc(76.5333333333 * var(--vw));
    align-items: center;
  }
}
#CONTENTS .inner_frame2_nbg-in .banner-link-box2 .banner-box {
  width: 640px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_nbg-in .banner-link-box2 .banner-box {
    width: calc(45.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2_nbg_dp {
  width: 100%;
  margin: 0 auto 0;
  padding: 35px 96px 90px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_nbg_dp {
    margin: 0 auto 0;
    padding: calc(9.3333333333 * var(--vw)) calc(5.8666666667 * var(--vw)) 0;
    display: flex;
    justify-content: center;
  }
}
#CONTENTS .inner_frame2_nbg_dp .banner-link-box2 {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_nbg_dp .banner-link-box2 {
    width: calc(76.5333333333 * var(--vw));
    align-items: center;
  }
}
#CONTENTS .inner_frame2_nbg_dp .banner-link-box2 .banner-box {
  width: 640px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_nbg_dp .banner-link-box2 .banner-box {
    width: calc(45.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2_nbg_dp-c {
  width: 100%;
  margin: 0 auto 0;
  padding: 35px 96px 46px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_nbg_dp-c {
    margin: 0 auto 0;
    padding: calc(9.3333333333 * var(--vw)) calc(5.8666666667 * var(--vw)) 0;
    display: flex;
    justify-content: center;
  }
}
#CONTENTS .inner_frame2_nbg_dp-c .banner-link-box2 {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_nbg_dp-c .banner-link-box2 {
    width: calc(76.5333333333 * var(--vw));
    align-items: center;
  }
}
#CONTENTS .inner_frame2_nbg_dp-c .banner-link-box2 .banner-box {
  width: 640px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_nbg_dp-c .banner-link-box2 .banner-box {
    width: calc(45.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2_nbg-top {
  width: 100%;
  margin: 0 auto 0;
  padding: 100px 96px 0;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_nbg-top {
    margin: 0 auto 0;
    padding: calc(16 * var(--vw)) 0 0;
    display: flex;
    justify-content: center;
  }
}
#CONTENTS .inner_frame2_nbg-top .banner-link-box2 {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_nbg-top .banner-link-box2 {
    width: calc(76.5333333333 * var(--vw));
    align-items: center;
  }
}
#CONTENTS .inner_frame2_nbg-top .banner-link-box2 .banner-box {
  width: 640px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_nbg-top .banner-link-box2 .banner-box {
    width: calc(45.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2_sm {
  width: 100%;
  background-color: #E6EAF0;
  margin: 0 auto 0;
  border-radius: 4px;
  padding: 94px 94px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_sm {
    margin: 0 auto 0;
    padding: calc(8.5333333333 * var(--vw)) calc(8.5333333333 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2_sm .contents_box {
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_sm .contents_box {
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2_sm .contents_box2 {
  font-size: 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_sm .contents_box2 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2_sm .contents_box2 .sub-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_sm .contents_box2 .sub-box {
    justify-content: center;
  }
}
#CONTENTS .inner_frame2_sm .contents_box2 .sub-box-ttl {
  text-align: left;
  line-height: 28.8px;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_sm .contents_box2 .sub-box-ttl {
    width: 100%;
    text-align: left;
    line-height: calc(7.68 * var(--vw));
    letter-spacing: 0.72px;
  }
}
#CONTENTS .inner_frame2_sm .contents_box2 .sub-box-btn {
  width: 235px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_sm .contents_box2 .sub-box-btn {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
    width: calc(62.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2_sm .contents_box2 .sub-ttl {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 38.4px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_sm .contents_box2 .sub-ttl {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -0.72px;
    line-height: calc(7.68 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame2_sm .contents_box2 .sub-ttl_18 {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -1.08px;
  line-height: 28.8px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_sm .contents_box2 .sub-ttl_18 {
    font-size: calc(4.2666666667 * var(--vw));
    letter-spacing: -0.64px;
    line-height: calc(6.8266666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame2_sm .contents_box2 .all-sch-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_sm .contents_box2 .all-sch-img {
    width: calc(78.9333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2_sm .contents_box2 .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_sm .contents_box2 .btn-box {
    gap: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame2_sm .contents_box2 .btn-box .cobox {
  width: 32.5%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_sm .contents_box2 .btn-box .cobox {
    width: 100%;
  }
}
#CONTENTS .inner_frame2_sm .contents_box2 .bg_blue1__box {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  background-color: #66A1FF;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_sm .contents_box2 .bg_blue1__box {
    font-size: calc(3.7333333333 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) calc(3.2 * var(--vw));
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2_sm .contents_box2 .cb_right_1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_sm .contents_box2 .cb_right_1 {
    width: 100%;
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2_sm .contents_box2 .cb_right_1_l {
  width: 16.6%;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_sm .contents_box2 .cb_right_1_l {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2_sm .contents_box2 .cb_right_1_r {
  width: 83.4%;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_sm .contents_box2 .cb_right_1_r {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2_sm .contents_box2 .cb_right_1_l_1 {
  width: 0%;
}
#CONTENTS .inner_frame2_sm .contents_box2 .cb_right_1_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_sm .contents_box2 .cb_right_1_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2_sm .contents_box2 .seminor-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#CONTENTS .inner_frame2_sm .contents_box2 .seminor-btn .bnr-img {
  width: 670px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_sm .contents_box2 .seminor-btn .bnr-img {
    width: calc(72.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame2_sm .banner-link-box {
  display: flex;
  justify-content: center;
  width: 100%;
}
#CONTENTS .inner_frame2_sm .banner-link-box .banner-box {
  width: 512px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_sm .banner-link-box .banner-box {
    width: 90%;
  }
}
#CONTENTS .inner_frame2_sm .qa-btn {
  width: 235px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_sm .qa-btn {
    width: calc(62.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2_hm {
  width: 100%;
  background-color: #E6EAF0;
  margin: 0 auto 0;
  border-radius: 4px;
  padding: 100px 96px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_hm {
    margin: 0 auto 0;
    padding: calc(8.5333333333 * var(--vw)) calc(8.5333333333 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2_hm .contents_box {
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_hm .contents_box {
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2_hm .contents_box2 {
  font-size: 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_hm .contents_box2 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame2_hm .contents_box2 {
  /*
  .sub-box{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      @include media(sp) {
          justify-content: center;
      }

      &-ttl{
          text-align: left;
          line-height: getvwPc(18 * 1.6);
          letter-spacing: lspace(18 ,4);
          @include media(sp) {
              width: 100%;
              text-align: left;
              line-height: getvw(36 * 1.6);
              letter-spacing: lspace(18 ,4);                            
          }
      }
      &-btn{
          width: getvwPc(235);
          @include media(sp) {
              margin-top: getvw(32) !important;
              width: getvw(470);
          }
      }
  }

  .sub-ttl{
      font-family: $font-serif;
      font-weight: $s-semibold;
      font-size: getvwPc(24);
      letter-spacing: lspace(24, 4);
      line-height: getvwPc(24 * 1.6);
      color: $dark_blue4;
      @include media(sp) {
          font-size: getvw(36);
          letter-spacing: lspace(18, -4);
          line-height: getvw(36 * 1.6);
          font-weight: $s-semibold;                        
      }

  }
  .sub-ttl_18{
      font-family: $font-serif;
      font-weight: $s-semibold;
      font-size: getvwPc(18);
      letter-spacing: lspace(18, -6);
      line-height: getvwPc(18 * 1.6);
      color: $dark_blue4;
      @include media(sp) {
          font-size: getvw(32);
          letter-spacing: lspace(16, -4);
          line-height: getvw(32 * 1.6);
          font-weight: $s-semibold;                        
      }

  }                  
  .all-sch-img{
      width: 100%;
      @include media(sp) {
          width: getvw(296 * 2);
      }
  }

  .btn-box{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap:getvwPc(12);
      @include media(sp) {
          gap:getvw(24);
      }
      .cobox{
          width: 32.5%;
          @include media(sp) {
              width: 100%;
          }
      }
  }
  .bg_blue1__box{
      color: #fff;
      font-size: getvwPc(14);
      font-weight: 600;
      padding: getvwPc(10) getvwPc(12);
      margin-bottom: getvwPc(1);
      display: flex;
      align-items: center;
      background-color: $bg_blue1;
      @include media(sp) {
         font-size: getvw(28);
          padding: getvw(20) getvw(24);
          margin-bottom: getvw(2);                       
      }                  
  }
  .cb_right_1{
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      background-color: #fff;
      //border-top: solid 1px #002656;
      margin-bottom: getvwPc(1);
      @include media(sp) {
          width: 100%;
          margin-bottom: getvw(2);
      }

      &_l{
          width: 16.6%;
          //padding: getvwPc(25) 0 getvwPc(22);
          font-size: getvwPc(16);
          //font-family: $font-serif;
          font-weight: 600;
          //line-height: getvwPc(22);
          //color: $dark_blue4;                        
          @include media(sp) {
              width: 100%;
              //padding: getvw(40) 0 getvw(5);
              font-size: getvw(32);
              line-height: getvw(50);                           
          }
      }
      &_r{
          width: 83.4%;
          //padding: getvwPc(25) 0 getvwPc(22);
          font-size: getvwPc(16);
          line-height: getvwPc(28);
          margin: auto 0; 
          @include media(sp) {
              width: 100%;
              //padding: 0 0 getvw(40);
              font-size: getvw(32);
              line-height: getvw(50);                             
          }
      }
      &_l_1{
          width: 0%;
      }
      &_r_1{
          width:100%;
          padding: getvwPc(25) 0;
          font-size: getvwPc(16);
          line-height: getvwPc(28); 
          @include media(sp) {
              width: 100%;
              padding: getvw(40) 0 getvw(40);
              font-size: getvw(28);
              line-height: getvw(50);                             
          }
      }                    
  }  

  .seminor-btn{
      width: 100%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;                    
      .bnr-img{
          width: getvwPc(670);
          @include media(sp) {
              width: getvw(272 * 2);
          }
      }
  }
      */
}
#CONTENTS .inner_frame2_hm .contents_box_tbl {
  width: 100%;
}
#CONTENTS .inner_frame2_hm .contents_box_tbl .hm-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_hm .contents_box_tbl .hm-box {
    padding: calc(3.7333333333 * var(--vw)) 0;
  }
}
#CONTENTS .inner_frame2_hm .contents_box_tbl .hm-box .hm-ttl {
  width: 11.5%;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 18px;
  color: #000AC5;
  line-height: 28px;
  letter-spacing: 0.72px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_hm .contents_box_tbl .hm-box .hm-ttl {
    width: 34%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.9733333333 * var(--vw));
    text-align: left;
  }
}
#CONTENTS .inner_frame2_hm .contents_box_tbl .hm-box .hm-txt {
  width: 85.5%;
  font-size: 16px;
  text-align: left;
  padding-top: 2px;
  margin-left: 16px;
  margin-top: 3px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_hm .contents_box_tbl .hm-box .hm-txt {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    padding-top: calc(0.5333333333 * var(--vw));
    line-height: 1.6;
    margin-left: 0;
    margin-top: 0;
  }
}
#CONTENTS .inner_frame2_hm .contents_box_tbl .hm-box .hm-txt-full {
  width: 100%;
}
#CONTENTS .inner_frame2_hm .contents_box_tbl .hm-box-full {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 0 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame2_hm .contents_box_tbl .hm-box-full {
    padding: calc(4.8 * var(--vw)) 0 0;
  }
}
#CONTENTS .inner_frame2_hm .contents_box_tbl .hm-box-full .hm-txt-full {
  width: 100%;
}
#CONTENTS .inner_frame3 {
  width: 100%;
  position: relative;
  margin: 0 auto 0;
  padding: 19px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 {
    margin: 0 auto 0;
    padding: calc(5.0666666667 * var(--vw)) 0;
  }
}
#CONTENTS .inner_frame3 .contents_box {
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box {
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box .table-scroll {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box .table-scroll table {
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll table, #CONTENTS .inner_frame3 .contents_box .table-scroll td, #CONTENTS .inner_frame3 .contents_box .table-scroll th {
  border: 1px solid #E6EAF0;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 22.4px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box .table-scroll table, #CONTENTS .inner_frame3 .contents_box .table-scroll td, #CONTENTS .inner_frame3 .contents_box .table-scroll th {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.9733333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll td, #CONTENTS .inner_frame3 .contents_box .table-scroll th {
  padding: 8px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box .table-scroll td, #CONTENTS .inner_frame3 .contents_box .table-scroll th {
    padding: calc(2.1333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll th {
  background-color: #66A1FF;
  color: #fff;
}
#CONTENTS .inner_frame3 .contents_box .table-scroll .th {
  width: 119px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box .table-scroll .th {
    padding-left: calc(2.6666666667 * var(--vw)) !important;
    width: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll .th1 {
  width: 209px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box .table-scroll .th1 {
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll td {
  height: 160px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box .table-scroll td {
    height: calc(42.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll .td {
  text-align: center;
  background-color: #66A1FF;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box .table-scroll .td {
    font-size: calc(3.7333333333 * var(--vw));
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll .td1 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box .table-scroll .td1 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll .td1-l {
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame3 .contents_box .table-scroll .td1-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame3 .contents_box .table-scroll .td2 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box .table-scroll .td2 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll .td2-l {
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame3 .contents_box .table-scroll .td2-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame3 .contents_box .table-scroll-w {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box .table-scroll-w {
    display: block;
    overflow-x: scroll;
    background-color: #E6EAF0;
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll-w table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box .table-scroll-w table {
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll-w table, #CONTENTS .inner_frame3 .contents_box .table-scroll-w td, #CONTENTS .inner_frame3 .contents_box .table-scroll-w th {
  border: 1px solid #E6EAF0;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 22.4px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box .table-scroll-w table, #CONTENTS .inner_frame3 .contents_box .table-scroll-w td, #CONTENTS .inner_frame3 .contents_box .table-scroll-w th {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.9733333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll-w td, #CONTENTS .inner_frame3 .contents_box .table-scroll-w th {
  padding: 8px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box .table-scroll-w td, #CONTENTS .inner_frame3 .contents_box .table-scroll-w th {
    padding: calc(2.1333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll-w th {
  background-color: #66A1FF;
  color: #fff;
}
#CONTENTS .inner_frame3 .contents_box .table-scroll-w .th {
  width: 119px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box .table-scroll-w .th {
    padding-left: calc(2.6666666667 * var(--vw)) !important;
    width: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll-w .th1 {
  width: 209px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box .table-scroll-w .th1 {
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll-w td {
  height: 160px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box .table-scroll-w td {
    height: calc(42.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll-w .td {
  text-align: center;
  background-color: #66A1FF;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box .table-scroll-w .td {
    font-size: calc(3.7333333333 * var(--vw));
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll-w .td1 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box .table-scroll-w .td1 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll-w .td1-l {
  background-color: #fff;
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame3 .contents_box .table-scroll-w .td1-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame3 .contents_box .table-scroll-w .td2 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box .table-scroll-w .td2 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box .table-scroll-w .td2-l {
  background-color: #fff;
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame3 .contents_box .table-scroll-w .td2-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame3 .contents_box2 {
  font-size: 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box2 .sub-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 .sub-box {
    justify-content: center;
  }
}
#CONTENTS .inner_frame3 .contents_box2 .sub-box-ttl {
  text-align: left;
  line-height: 28.8px;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 .sub-box-ttl {
    width: 100%;
    text-align: left;
    line-height: calc(7.68 * var(--vw));
    letter-spacing: 0.72px;
  }
}
#CONTENTS .inner_frame3 .contents_box2 .sub-box-btn {
  width: 235px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 .sub-box-btn {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
    width: calc(62.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box2 .sub-ttl {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 38.4px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 .sub-ttl {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -0.72px;
    line-height: calc(7.68 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame3 .contents_box2 .sub-ttl_18 {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -1.08px;
  line-height: 28.8px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 .sub-ttl_18 {
    font-size: calc(4.2666666667 * var(--vw));
    letter-spacing: -0.64px;
    line-height: calc(6.8266666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame3 .contents_box2 .all-sch-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 .all-sch-img {
    width: calc(78.9333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box2 .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 .btn-box {
    gap: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box2 .btn-box .cobox {
  width: 32.5%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 .btn-box .cobox {
    width: 100%;
  }
}
#CONTENTS .inner_frame3 .contents_box2 .bg_blue1__box {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  background-color: #66A1FF;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 .bg_blue1__box {
    font-size: calc(3.7333333333 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) calc(3.2 * var(--vw));
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box2 .cb_right_1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 .cb_right_1 {
    width: 100%;
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box2 .cb_right_1_l {
  width: 16.6%;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 .cb_right_1_l {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box2 .cb_right_1_r {
  width: 83.4%;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 .cb_right_1_r {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box2 .cb_right_1_l_1 {
  width: 0%;
}
#CONTENTS .inner_frame3 .contents_box2 .cb_right_1_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 .cb_right_1_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box2 .table-scroll {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 .table-scroll {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame3 .contents_box2 .table-scroll table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 .table-scroll table {
    width: 300%;
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box2 .table-scroll table, #CONTENTS .inner_frame3 .contents_box2 .table-scroll td, #CONTENTS .inner_frame3 .contents_box2 .table-scroll th {
  border-collapse: collapse;
}
#CONTENTS .inner_frame3 .contents_box2 .table-scroll .td {
  text-align: left;
  padding-left: 15px !important;
  background-color: #66A1FF;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 .table-scroll .td {
    padding-left: calc(4 * var(--vw)) !important;
    font-size: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box2 .table-scroll .td1 {
  color: #2636bc;
  background-color: #E4EBF4;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame3 .contents_box2 .table-scroll .td1-m {
  background-color: #E4EBF4;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame3 .contents_box2 .table-scroll .td2 {
  color: #2636bc;
  background-color: #ECF0F6;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame3 .contents_box2 .table-scroll .td2-m {
  background-color: #ECF0F6;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame3 .contents_box2 .table-scroll::-webkit-scrollbar {
  display: block;
}
#CONTENTS .inner_frame3 .contents_box2 .table-scroll-w {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 .table-scroll-w {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame3 .contents_box2 .table-scroll-w table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 .table-scroll-w table {
    width: 300%;
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box2 .table-scroll-w table, #CONTENTS .inner_frame3 .contents_box2 .table-scroll-w td, #CONTENTS .inner_frame3 .contents_box2 .table-scroll-w th {
  border-collapse: collapse;
}
#CONTENTS .inner_frame3 .contents_box2 .table-scroll-w .td {
  text-align: left;
  padding-left: 15px !important;
  background-color: #66A1FF;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 .table-scroll-w .td {
    padding-left: calc(4 * var(--vw)) !important;
    font-size: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .contents_box2 .table-scroll-w .td1 {
  color: #2636bc;
  background-color: #E4EBF4;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame3 .contents_box2 .table-scroll-w .td1-m {
  background-color: #E4EBF4;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame3 .contents_box2 .table-scroll-w .td2 {
  color: #2636bc;
  background-color: #ECF0F6;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame3 .contents_box2 .table-scroll-w .td2-m {
  background-color: #ECF0F6;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame3 .contents_box2 .table-scroll-w::-webkit-scrollbar {
  display: block;
}
#CONTENTS .inner_frame3 .contents_box2 .seminor-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#CONTENTS .inner_frame3 .contents_box2 .seminor-btn .bnr-img {
  width: 670px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .contents_box2 .seminor-btn .bnr-img {
    width: calc(72.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .bg-shadow-left {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .bg-shadow-left {
    width: 13%;
  }
}
#CONTENTS .inner_frame3 .bg-shadow-right {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .bg-shadow-right {
    width: 13%;
  }
}
#CONTENTS .inner_frame3 .mid-bred-txt_s {
  position: relative;
  z-index: 20;
}
#CONTENTS .inner_frame3 .mid-bred-txt_s .txt_u {
  font-family: "Shippori Mincho", serif !important;
  font-size: 14px;
  line-height: 19px;
  color: #7C7C7C;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .mid-bred-txt_s .txt_u {
    font-size: calc(2.6666666667 * var(--vw));
    line-height: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3 .mid-bred-txt_s .txt_l {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -1.28px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3 .mid-bred-txt_s .txt_l {
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(8 * var(--vw));
    letter-spacing: -0.8px;
  }
}
#CONTENTS .inner_frame3_slide {
  width: 100%;
  position: relative;
  margin: 0 auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3_slide {
    margin: 0 auto 0;
  }
}
#CONTENTS .inner_frame3_slide .contents_box {
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3_slide .contents_box {
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3_slide .contents_box2 {
  font-size: 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3_slide .contents_box2 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3_slide .contents_box2 .sub-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3_slide .contents_box2 .sub-box {
    justify-content: center;
  }
}
#CONTENTS .inner_frame3_slide .contents_box2 .sub-box-ttl {
  text-align: left;
  line-height: 28.8px;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3_slide .contents_box2 .sub-box-ttl {
    width: 100%;
    text-align: left;
    line-height: calc(7.68 * var(--vw));
    letter-spacing: 0.72px;
  }
}
#CONTENTS .inner_frame3_slide .contents_box2 .sub-box-btn {
  width: 235px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3_slide .contents_box2 .sub-box-btn {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
    width: calc(62.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3_slide .contents_box2 .sub-ttl {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 38.4px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3_slide .contents_box2 .sub-ttl {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -0.72px;
    line-height: calc(7.68 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame3_slide .contents_box2 .sub-ttl_18 {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -1.08px;
  line-height: 28.8px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3_slide .contents_box2 .sub-ttl_18 {
    font-size: calc(4.2666666667 * var(--vw));
    letter-spacing: -0.64px;
    line-height: calc(6.8266666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame3_slide .contents_box2 .all-sch-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3_slide .contents_box2 .all-sch-img {
    width: calc(78.9333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3_slide .contents_box2 .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3_slide .contents_box2 .btn-box {
    gap: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame3_slide .contents_box2 .btn-box .cobox {
  width: 32.5%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3_slide .contents_box2 .btn-box .cobox {
    width: 100%;
  }
}
#CONTENTS .inner_frame3_slide .contents_box2 .bg_blue1__box {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  background-color: #66A1FF;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3_slide .contents_box2 .bg_blue1__box {
    font-size: calc(3.7333333333 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) calc(3.2 * var(--vw));
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3_slide .contents_box2 .cb_right_1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3_slide .contents_box2 .cb_right_1 {
    width: 100%;
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3_slide .contents_box2 .cb_right_1_l {
  width: 16.6%;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3_slide .contents_box2 .cb_right_1_l {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3_slide .contents_box2 .cb_right_1_r {
  width: 83.4%;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3_slide .contents_box2 .cb_right_1_r {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3_slide .contents_box2 .cb_right_1_l_1 {
  width: 0%;
}
#CONTENTS .inner_frame3_slide .contents_box2 .cb_right_1_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3_slide .contents_box2 .cb_right_1_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3_slide .contents_box2 .seminor-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#CONTENTS .inner_frame3_slide .contents_box2 .seminor-btn .bnr-img {
  width: 670px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3_slide .contents_box2 .seminor-btn .bnr-img {
    width: calc(72.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer {
  width: 100%;
  max-width: 1152px;
  position: relative;
  margin: 0 auto 0;
  padding: 19px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer {
    margin: 0 auto 0;
    padding: 0 calc(6.4 * var(--vw)) calc(1.6 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box {
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box {
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box .table-scroll {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box .table-scroll table {
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll table, #CONTENTS .inner_frame3-footer .contents_box .table-scroll td, #CONTENTS .inner_frame3-footer .contents_box .table-scroll th {
  border: 1px solid #E6EAF0;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 22.4px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box .table-scroll table, #CONTENTS .inner_frame3-footer .contents_box .table-scroll td, #CONTENTS .inner_frame3-footer .contents_box .table-scroll th {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.9733333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll td, #CONTENTS .inner_frame3-footer .contents_box .table-scroll th {
  padding: 8px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box .table-scroll td, #CONTENTS .inner_frame3-footer .contents_box .table-scroll th {
    padding: calc(2.1333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll th {
  background-color: #66A1FF;
  color: #fff;
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll .th {
  width: 119px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box .table-scroll .th {
    padding-left: calc(2.6666666667 * var(--vw)) !important;
    width: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll .th1 {
  width: 209px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box .table-scroll .th1 {
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll td {
  height: 160px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box .table-scroll td {
    height: calc(42.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll .td {
  text-align: center;
  background-color: #66A1FF;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box .table-scroll .td {
    font-size: calc(3.7333333333 * var(--vw));
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll .td1 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box .table-scroll .td1 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll .td1-l {
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll .td1-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll .td2 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box .table-scroll .td2 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll .td2-l {
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll .td2-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll-w {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box .table-scroll-w {
    display: block;
    overflow-x: scroll;
    background-color: #E6EAF0;
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll-w table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box .table-scroll-w table {
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll-w table, #CONTENTS .inner_frame3-footer .contents_box .table-scroll-w td, #CONTENTS .inner_frame3-footer .contents_box .table-scroll-w th {
  border: 1px solid #E6EAF0;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 22.4px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box .table-scroll-w table, #CONTENTS .inner_frame3-footer .contents_box .table-scroll-w td, #CONTENTS .inner_frame3-footer .contents_box .table-scroll-w th {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.9733333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll-w td, #CONTENTS .inner_frame3-footer .contents_box .table-scroll-w th {
  padding: 8px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box .table-scroll-w td, #CONTENTS .inner_frame3-footer .contents_box .table-scroll-w th {
    padding: calc(2.1333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll-w th {
  background-color: #66A1FF;
  color: #fff;
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll-w .th {
  width: 119px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box .table-scroll-w .th {
    padding-left: calc(2.6666666667 * var(--vw)) !important;
    width: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll-w .th1 {
  width: 209px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box .table-scroll-w .th1 {
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll-w td {
  height: 160px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box .table-scroll-w td {
    height: calc(42.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll-w .td {
  text-align: center;
  background-color: #66A1FF;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box .table-scroll-w .td {
    font-size: calc(3.7333333333 * var(--vw));
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll-w .td1 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box .table-scroll-w .td1 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll-w .td1-l {
  background-color: #fff;
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll-w .td1-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll-w .td2 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box .table-scroll-w .td2 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll-w .td2-l {
  background-color: #fff;
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame3-footer .contents_box .table-scroll-w .td2-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame3-footer .contents_box2 {
  font-size: 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box2 .sub-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 .sub-box {
    justify-content: center;
  }
}
#CONTENTS .inner_frame3-footer .contents_box2 .sub-box-ttl {
  text-align: left;
  line-height: 28.8px;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 .sub-box-ttl {
    width: 100%;
    text-align: left;
    line-height: calc(7.68 * var(--vw));
    letter-spacing: 0.72px;
  }
}
#CONTENTS .inner_frame3-footer .contents_box2 .sub-box-btn {
  width: 235px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 .sub-box-btn {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
    width: calc(62.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box2 .sub-ttl {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 38.4px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 .sub-ttl {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -0.72px;
    line-height: calc(7.68 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame3-footer .contents_box2 .sub-ttl_18 {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -1.08px;
  line-height: 28.8px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 .sub-ttl_18 {
    font-size: calc(4.2666666667 * var(--vw));
    letter-spacing: -0.64px;
    line-height: calc(6.8266666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame3-footer .contents_box2 .all-sch-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 .all-sch-img {
    width: calc(78.9333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box2 .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 .btn-box {
    gap: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box2 .btn-box .cobox {
  width: 32.5%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 .btn-box .cobox {
    width: 100%;
  }
}
#CONTENTS .inner_frame3-footer .contents_box2 .bg_blue1__box {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  background-color: #66A1FF;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 .bg_blue1__box {
    font-size: calc(3.7333333333 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) calc(3.2 * var(--vw));
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box2 .cb_right_1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 .cb_right_1 {
    width: 100%;
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box2 .cb_right_1_l {
  width: 16.6%;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 .cb_right_1_l {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box2 .cb_right_1_r {
  width: 83.4%;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 .cb_right_1_r {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box2 .cb_right_1_l_1 {
  width: 0%;
}
#CONTENTS .inner_frame3-footer .contents_box2 .cb_right_1_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 .cb_right_1_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box2 .table-scroll {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 .table-scroll {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame3-footer .contents_box2 .table-scroll table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 .table-scroll table {
    width: 300%;
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box2 .table-scroll table, #CONTENTS .inner_frame3-footer .contents_box2 .table-scroll td, #CONTENTS .inner_frame3-footer .contents_box2 .table-scroll th {
  border-collapse: collapse;
}
#CONTENTS .inner_frame3-footer .contents_box2 .table-scroll .td {
  text-align: left;
  padding-left: 15px !important;
  background-color: #66A1FF;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 .table-scroll .td {
    padding-left: calc(4 * var(--vw)) !important;
    font-size: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box2 .table-scroll .td1 {
  color: #2636bc;
  background-color: #E4EBF4;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame3-footer .contents_box2 .table-scroll .td1-m {
  background-color: #E4EBF4;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame3-footer .contents_box2 .table-scroll .td2 {
  color: #2636bc;
  background-color: #ECF0F6;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame3-footer .contents_box2 .table-scroll .td2-m {
  background-color: #ECF0F6;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame3-footer .contents_box2 .table-scroll::-webkit-scrollbar {
  display: block;
}
#CONTENTS .inner_frame3-footer .contents_box2 .table-scroll-w {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 .table-scroll-w {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame3-footer .contents_box2 .table-scroll-w table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 .table-scroll-w table {
    width: 300%;
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box2 .table-scroll-w table, #CONTENTS .inner_frame3-footer .contents_box2 .table-scroll-w td, #CONTENTS .inner_frame3-footer .contents_box2 .table-scroll-w th {
  border-collapse: collapse;
}
#CONTENTS .inner_frame3-footer .contents_box2 .table-scroll-w .td {
  text-align: left;
  padding-left: 15px !important;
  background-color: #66A1FF;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 .table-scroll-w .td {
    padding-left: calc(4 * var(--vw)) !important;
    font-size: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .contents_box2 .table-scroll-w .td1 {
  color: #2636bc;
  background-color: #E4EBF4;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame3-footer .contents_box2 .table-scroll-w .td1-m {
  background-color: #E4EBF4;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame3-footer .contents_box2 .table-scroll-w .td2 {
  color: #2636bc;
  background-color: #ECF0F6;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame3-footer .contents_box2 .table-scroll-w .td2-m {
  background-color: #ECF0F6;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame3-footer .contents_box2 .table-scroll-w::-webkit-scrollbar {
  display: block;
}
#CONTENTS .inner_frame3-footer .contents_box2 .seminor-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#CONTENTS .inner_frame3-footer .contents_box2 .seminor-btn .bnr-img {
  width: 670px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .contents_box2 .seminor-btn .bnr-img {
    width: calc(72.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .bg-shadow-left {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .bg-shadow-left {
    width: 13%;
  }
}
#CONTENTS .inner_frame3-footer .bg-shadow-right {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .bg-shadow-right {
    width: 13%;
  }
}
#CONTENTS .inner_frame3-footer .mid-bred-txt_s {
  position: relative;
  z-index: 20;
}
#CONTENTS .inner_frame3-footer .mid-bred-txt_s .txt_u {
  font-family: "Shippori Mincho", serif !important;
  font-size: 14px;
  line-height: 19px;
  color: #7C7C7C;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .mid-bred-txt_s .txt_u {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.2266666667 * var(--vw));
  }
}
#CONTENTS .inner_frame3-footer .mid-bred-txt_s .txt_l {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -1.28px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame3-footer .mid-bred-txt_s .txt_l {
    font-size: calc(7.4666666667 * var(--vw));
    line-height: calc(7.4666666667 * var(--vw));
    letter-spacing: -1.12px;
  }
}
#CONTENTS .inner_frame4 {
  width: 100%;
  max-width: 1180px;
  position: relative;
  margin: 0 auto 0;
  padding: 19px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 {
    margin: 0 auto 0;
    padding: calc(5.0666666667 * var(--vw)) calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box {
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box {
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box .table-scroll {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box .table-scroll table {
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll table, #CONTENTS .inner_frame4 .contents_box .table-scroll td, #CONTENTS .inner_frame4 .contents_box .table-scroll th {
  border: 1px solid #E6EAF0;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 22.4px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box .table-scroll table, #CONTENTS .inner_frame4 .contents_box .table-scroll td, #CONTENTS .inner_frame4 .contents_box .table-scroll th {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.9733333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll td, #CONTENTS .inner_frame4 .contents_box .table-scroll th {
  padding: 8px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box .table-scroll td, #CONTENTS .inner_frame4 .contents_box .table-scroll th {
    padding: calc(2.1333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll th {
  background-color: #66A1FF;
  color: #fff;
}
#CONTENTS .inner_frame4 .contents_box .table-scroll .th {
  width: 119px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box .table-scroll .th {
    padding-left: calc(2.6666666667 * var(--vw)) !important;
    width: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll .th1 {
  width: 209px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box .table-scroll .th1 {
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll td {
  height: 160px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box .table-scroll td {
    height: calc(42.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll .td {
  text-align: center;
  background-color: #66A1FF;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box .table-scroll .td {
    font-size: calc(3.7333333333 * var(--vw));
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll .td1 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box .table-scroll .td1 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll .td1-l {
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame4 .contents_box .table-scroll .td1-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame4 .contents_box .table-scroll .td2 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box .table-scroll .td2 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll .td2-l {
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame4 .contents_box .table-scroll .td2-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame4 .contents_box .table-scroll-w {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box .table-scroll-w {
    display: block;
    overflow-x: scroll;
    background-color: #E6EAF0;
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll-w table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box .table-scroll-w table {
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll-w table, #CONTENTS .inner_frame4 .contents_box .table-scroll-w td, #CONTENTS .inner_frame4 .contents_box .table-scroll-w th {
  border: 1px solid #E6EAF0;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 22.4px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box .table-scroll-w table, #CONTENTS .inner_frame4 .contents_box .table-scroll-w td, #CONTENTS .inner_frame4 .contents_box .table-scroll-w th {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.9733333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll-w td, #CONTENTS .inner_frame4 .contents_box .table-scroll-w th {
  padding: 8px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box .table-scroll-w td, #CONTENTS .inner_frame4 .contents_box .table-scroll-w th {
    padding: calc(2.1333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll-w th {
  background-color: #66A1FF;
  color: #fff;
}
#CONTENTS .inner_frame4 .contents_box .table-scroll-w .th {
  width: 119px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box .table-scroll-w .th {
    padding-left: calc(2.6666666667 * var(--vw)) !important;
    width: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll-w .th1 {
  width: 209px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box .table-scroll-w .th1 {
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll-w td {
  height: 160px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box .table-scroll-w td {
    height: calc(42.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll-w .td {
  text-align: center;
  background-color: #66A1FF;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box .table-scroll-w .td {
    font-size: calc(3.7333333333 * var(--vw));
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll-w .td1 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box .table-scroll-w .td1 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll-w .td1-l {
  background-color: #fff;
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame4 .contents_box .table-scroll-w .td1-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame4 .contents_box .table-scroll-w .td2 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box .table-scroll-w .td2 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box .table-scroll-w .td2-l {
  background-color: #fff;
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame4 .contents_box .table-scroll-w .td2-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame4 .contents_box2 {
  font-size: 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box2 .sub-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 .sub-box {
    justify-content: center;
  }
}
#CONTENTS .inner_frame4 .contents_box2 .sub-box-ttl {
  text-align: left;
  line-height: 28.8px;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 .sub-box-ttl {
    width: 100%;
    text-align: left;
    line-height: calc(7.68 * var(--vw));
    letter-spacing: 0.72px;
  }
}
#CONTENTS .inner_frame4 .contents_box2 .sub-box-btn {
  width: 235px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 .sub-box-btn {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
    width: calc(62.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box2 .sub-ttl {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 38.4px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 .sub-ttl {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -0.72px;
    line-height: calc(7.68 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame4 .contents_box2 .sub-ttl_18 {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -1.08px;
  line-height: 28.8px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 .sub-ttl_18 {
    font-size: calc(4.2666666667 * var(--vw));
    letter-spacing: -0.64px;
    line-height: calc(6.8266666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame4 .contents_box2 .all-sch-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 .all-sch-img {
    width: calc(78.9333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box2 .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 .btn-box {
    gap: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box2 .btn-box .cobox {
  width: 32.5%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 .btn-box .cobox {
    width: 100%;
  }
}
#CONTENTS .inner_frame4 .contents_box2 .bg_blue1__box {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  background-color: #66A1FF;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 .bg_blue1__box {
    font-size: calc(3.7333333333 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) calc(3.2 * var(--vw));
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box2 .cb_right_1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 .cb_right_1 {
    width: 100%;
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box2 .cb_right_1_l {
  width: 16.6%;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 .cb_right_1_l {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box2 .cb_right_1_r {
  width: 83.4%;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 .cb_right_1_r {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box2 .cb_right_1_l_1 {
  width: 0%;
}
#CONTENTS .inner_frame4 .contents_box2 .cb_right_1_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 .cb_right_1_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box2 .table-scroll {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 .table-scroll {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame4 .contents_box2 .table-scroll table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 .table-scroll table {
    width: 300%;
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box2 .table-scroll table, #CONTENTS .inner_frame4 .contents_box2 .table-scroll td, #CONTENTS .inner_frame4 .contents_box2 .table-scroll th {
  border-collapse: collapse;
}
#CONTENTS .inner_frame4 .contents_box2 .table-scroll .td {
  text-align: left;
  padding-left: 15px !important;
  background-color: #66A1FF;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 .table-scroll .td {
    padding-left: calc(4 * var(--vw)) !important;
    font-size: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box2 .table-scroll .td1 {
  color: #2636bc;
  background-color: #E4EBF4;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame4 .contents_box2 .table-scroll .td1-m {
  background-color: #E4EBF4;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame4 .contents_box2 .table-scroll .td2 {
  color: #2636bc;
  background-color: #ECF0F6;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame4 .contents_box2 .table-scroll .td2-m {
  background-color: #ECF0F6;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame4 .contents_box2 .table-scroll::-webkit-scrollbar {
  display: block;
}
#CONTENTS .inner_frame4 .contents_box2 .table-scroll-w {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 .table-scroll-w {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame4 .contents_box2 .table-scroll-w table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 .table-scroll-w table {
    width: 300%;
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box2 .table-scroll-w table, #CONTENTS .inner_frame4 .contents_box2 .table-scroll-w td, #CONTENTS .inner_frame4 .contents_box2 .table-scroll-w th {
  border-collapse: collapse;
}
#CONTENTS .inner_frame4 .contents_box2 .table-scroll-w .td {
  text-align: left;
  padding-left: 15px !important;
  background-color: #66A1FF;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 .table-scroll-w .td {
    padding-left: calc(4 * var(--vw)) !important;
    font-size: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box2 .table-scroll-w .td1 {
  color: #2636bc;
  background-color: #E4EBF4;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame4 .contents_box2 .table-scroll-w .td1-m {
  background-color: #E4EBF4;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame4 .contents_box2 .table-scroll-w .td2 {
  color: #2636bc;
  background-color: #ECF0F6;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame4 .contents_box2 .table-scroll-w .td2-m {
  background-color: #ECF0F6;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame4 .contents_box2 .table-scroll-w::-webkit-scrollbar {
  display: block;
}
#CONTENTS .inner_frame4 .contents_box2 .seminor-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#CONTENTS .inner_frame4 .contents_box2 .seminor-btn .bnr-img {
  width: 670px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box2 .seminor-btn .bnr-img {
    width: calc(72.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box3 {
  display: flex !important;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 65px;
  align-items: flex-end;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box3 {
    row-gap: calc(6.4 * var(--vw));
    align-items: flex-start;
  }
}
#CONTENTS .inner_frame4 .contents_box3 .img-box {
  width: 55.5%;
}
#CONTENTS .inner_frame4 .contents_box3 .img-box img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box3 .img-box {
    width: 100%;
  }
}
#CONTENTS .inner_frame4 .contents_box3 .thumb-box {
  width: 38.8%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box3 .thumb-box {
    gap: initial;
    width: 100%;
  }
}
#CONTENTS .inner_frame4 .contents_box3 .thumb-box .co-ttlbox {
  width: 100%;
  font-family: "Shippori Mincho", serif !important;
  font-size: 32px;
  line-height: 51.2px;
  letter-spacing: -3.5px;
  text-align: left;
  color: #fff;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box3 .thumb-box .co-ttlbox {
    font-size: calc(5.8666666667 * var(--vw));
    line-height: calc(9.3866666667 * var(--vw));
    letter-spacing: calc(-0.1333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box3 .thumb-box .p-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  row-gap: 32px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box3 .thumb-box .p-box {
    row-gap: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box3 .thumb-box .p-box .cobox {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box3 .thumb-box .p-box .cobox {
    display: none !important;
  }
}
#CONTENTS .inner_frame4 .contents_box3 .thumb-box .p-box .cobox .upper {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box3 .thumb-box .p-box .cobox .upper {
    gap: calc(5.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box3 .thumb-box .p-box .cobox .upper .img {
  width: 56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box3 .thumb-box .p-box .cobox .upper .img {
    width: calc(13.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box3 .thumb-box .p-box .cobox .upper .txtbox {
  text-align: left;
  color: #ccc;
  text-decoration: none !important;
}
#CONTENTS .inner_frame4 .contents_box3 .thumb-box .p-box .cobox .upper .txtbox .nen {
  font-size: 11px;
  line-height: 11px;
  color: #7C7C7C;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box3 .thumb-box .p-box .cobox .upper .txtbox .nen {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box3 .thumb-box .p-box .cobox .upper .txtbox .name {
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none !important;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box3 .thumb-box .p-box .cobox .upper .txtbox .name {
    margin-top: calc(2.6666666667 * var(--vw));
    margin-bottom: calc(1.6 * var(--vw));
    font-size: calc(5.8666666667 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box3 .thumb-box .p-box .cobox .upper .txtbox .eng {
  font-size: 10px;
  font-family: "Shippori Mincho", serif !important;
  line-height: 10px;
  color: #ccc;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box3 .thumb-box .p-box .cobox .upper .txtbox .eng {
    font-size: calc(2.6666666667 * var(--vw));
    line-height: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .contents_box3 .thumb-box .p-box .cobox .text {
  width: 100%;
  color: #ccc;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.4px;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .contents_box3 .thumb-box .p-box .cobox .text {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.12 * var(--vw));
    letter-spacing: 0.48px;
  }
}
#CONTENTS .inner_frame4 .bg-shadow-left_0 {
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .bg-shadow-left_0 {
    display: none;
  }
}
#CONTENTS .inner_frame4 .bg-shadow-right_0 {
  z-index: 11;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .bg-shadow-right_0 {
    display: none;
  }
}
#CONTENTS .inner_frame4 .bg-shadow-left {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 33.5%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .bg-shadow-left {
    display: none;
  }
}
#CONTENTS .inner_frame4 .bg-shadow-right {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 33.5%;
  height: 100%;
  background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .bg-shadow-right {
    display: none;
  }
}
#CONTENTS .inner_frame4 .bg-shadow-left1 {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 30px;
  width: 20%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .bg-shadow-left1 {
    left: 0;
  }
}
#CONTENTS .inner_frame4 .bg-shadow-right1 {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 30px;
  width: 20%;
  height: 100%;
  background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .bg-shadow-right1 {
    right: 0;
  }
}
#CONTENTS .inner_frame4 .mid-bred-txt_s {
  position: relative;
  z-index: 20;
}
#CONTENTS .inner_frame4 .mid-bred-txt_s .txt_u {
  font-family: "Shippori Mincho", serif !important;
  font-size: 14px;
  line-height: 19px;
  color: #7C7C7C;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .mid-bred-txt_s .txt_u {
    font-size: calc(2.6666666667 * var(--vw));
    line-height: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4 .mid-bred-txt_s .txt_l {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -1.28px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4 .mid-bred-txt_s .txt_l {
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(8 * var(--vw));
    letter-spacing: -0.8px;
  }
}
#CONTENTS .inner_frame4_wk {
  width: 100%;
  max-width: 1180px;
  position: relative;
  margin: 0 auto 0;
  padding: 19px 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk {
    margin: 0 auto 0;
    padding: calc(5.0666666667 * var(--vw)) 0;
  }
}
#CONTENTS .inner_frame4_wk .contents_box {
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box {
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box .table-scroll {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box .table-scroll table {
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll table, #CONTENTS .inner_frame4_wk .contents_box .table-scroll td, #CONTENTS .inner_frame4_wk .contents_box .table-scroll th {
  border: 1px solid #E6EAF0;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 22.4px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box .table-scroll table, #CONTENTS .inner_frame4_wk .contents_box .table-scroll td, #CONTENTS .inner_frame4_wk .contents_box .table-scroll th {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.9733333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll td, #CONTENTS .inner_frame4_wk .contents_box .table-scroll th {
  padding: 8px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box .table-scroll td, #CONTENTS .inner_frame4_wk .contents_box .table-scroll th {
    padding: calc(2.1333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll th {
  background-color: #66A1FF;
  color: #fff;
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll .th {
  width: 119px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box .table-scroll .th {
    padding-left: calc(2.6666666667 * var(--vw)) !important;
    width: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll .th1 {
  width: 209px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box .table-scroll .th1 {
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll td {
  height: 160px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box .table-scroll td {
    height: calc(42.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll .td {
  text-align: center;
  background-color: #66A1FF;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box .table-scroll .td {
    font-size: calc(3.7333333333 * var(--vw));
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll .td1 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box .table-scroll .td1 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll .td1-l {
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll .td1-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll .td2 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box .table-scroll .td2 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll .td2-l {
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll .td2-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll-w {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box .table-scroll-w {
    display: block;
    overflow-x: scroll;
    background-color: #E6EAF0;
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll-w table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box .table-scroll-w table {
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll-w table, #CONTENTS .inner_frame4_wk .contents_box .table-scroll-w td, #CONTENTS .inner_frame4_wk .contents_box .table-scroll-w th {
  border: 1px solid #E6EAF0;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 22.4px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box .table-scroll-w table, #CONTENTS .inner_frame4_wk .contents_box .table-scroll-w td, #CONTENTS .inner_frame4_wk .contents_box .table-scroll-w th {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.9733333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll-w td, #CONTENTS .inner_frame4_wk .contents_box .table-scroll-w th {
  padding: 8px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box .table-scroll-w td, #CONTENTS .inner_frame4_wk .contents_box .table-scroll-w th {
    padding: calc(2.1333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll-w th {
  background-color: #66A1FF;
  color: #fff;
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll-w .th {
  width: 119px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box .table-scroll-w .th {
    padding-left: calc(2.6666666667 * var(--vw)) !important;
    width: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll-w .th1 {
  width: 209px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box .table-scroll-w .th1 {
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll-w td {
  height: 160px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box .table-scroll-w td {
    height: calc(42.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll-w .td {
  text-align: center;
  background-color: #66A1FF;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box .table-scroll-w .td {
    font-size: calc(3.7333333333 * var(--vw));
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll-w .td1 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box .table-scroll-w .td1 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll-w .td1-l {
  background-color: #fff;
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll-w .td1-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll-w .td2 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box .table-scroll-w .td2 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll-w .td2-l {
  background-color: #fff;
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame4_wk .contents_box .table-scroll-w .td2-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame4_wk .contents_box2 {
  font-size: 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box2 .sub-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 .sub-box {
    justify-content: center;
  }
}
#CONTENTS .inner_frame4_wk .contents_box2 .sub-box-ttl {
  text-align: left;
  line-height: 28.8px;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 .sub-box-ttl {
    width: 100%;
    text-align: left;
    line-height: calc(7.68 * var(--vw));
    letter-spacing: 0.72px;
  }
}
#CONTENTS .inner_frame4_wk .contents_box2 .sub-box-btn {
  width: 235px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 .sub-box-btn {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
    width: calc(62.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box2 .sub-ttl {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 38.4px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 .sub-ttl {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -0.72px;
    line-height: calc(7.68 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame4_wk .contents_box2 .sub-ttl_18 {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -1.08px;
  line-height: 28.8px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 .sub-ttl_18 {
    font-size: calc(4.2666666667 * var(--vw));
    letter-spacing: -0.64px;
    line-height: calc(6.8266666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame4_wk .contents_box2 .all-sch-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 .all-sch-img {
    width: calc(78.9333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box2 .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 .btn-box {
    gap: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box2 .btn-box .cobox {
  width: 32.5%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 .btn-box .cobox {
    width: 100%;
  }
}
#CONTENTS .inner_frame4_wk .contents_box2 .bg_blue1__box {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  background-color: #66A1FF;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 .bg_blue1__box {
    font-size: calc(3.7333333333 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) calc(3.2 * var(--vw));
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box2 .cb_right_1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 .cb_right_1 {
    width: 100%;
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box2 .cb_right_1_l {
  width: 16.6%;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 .cb_right_1_l {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box2 .cb_right_1_r {
  width: 83.4%;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 .cb_right_1_r {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box2 .cb_right_1_l_1 {
  width: 0%;
}
#CONTENTS .inner_frame4_wk .contents_box2 .cb_right_1_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 .cb_right_1_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box2 .table-scroll {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 .table-scroll {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame4_wk .contents_box2 .table-scroll table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 .table-scroll table {
    width: 300%;
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box2 .table-scroll table, #CONTENTS .inner_frame4_wk .contents_box2 .table-scroll td, #CONTENTS .inner_frame4_wk .contents_box2 .table-scroll th {
  border-collapse: collapse;
}
#CONTENTS .inner_frame4_wk .contents_box2 .table-scroll .td {
  text-align: left;
  padding-left: 15px !important;
  background-color: #66A1FF;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 .table-scroll .td {
    padding-left: calc(4 * var(--vw)) !important;
    font-size: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box2 .table-scroll .td1 {
  color: #2636bc;
  background-color: #E4EBF4;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame4_wk .contents_box2 .table-scroll .td1-m {
  background-color: #E4EBF4;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame4_wk .contents_box2 .table-scroll .td2 {
  color: #2636bc;
  background-color: #ECF0F6;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame4_wk .contents_box2 .table-scroll .td2-m {
  background-color: #ECF0F6;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame4_wk .contents_box2 .table-scroll::-webkit-scrollbar {
  display: block;
}
#CONTENTS .inner_frame4_wk .contents_box2 .table-scroll-w {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 .table-scroll-w {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame4_wk .contents_box2 .table-scroll-w table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 .table-scroll-w table {
    width: 300%;
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box2 .table-scroll-w table, #CONTENTS .inner_frame4_wk .contents_box2 .table-scroll-w td, #CONTENTS .inner_frame4_wk .contents_box2 .table-scroll-w th {
  border-collapse: collapse;
}
#CONTENTS .inner_frame4_wk .contents_box2 .table-scroll-w .td {
  text-align: left;
  padding-left: 15px !important;
  background-color: #66A1FF;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 .table-scroll-w .td {
    padding-left: calc(4 * var(--vw)) !important;
    font-size: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .contents_box2 .table-scroll-w .td1 {
  color: #2636bc;
  background-color: #E4EBF4;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame4_wk .contents_box2 .table-scroll-w .td1-m {
  background-color: #E4EBF4;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame4_wk .contents_box2 .table-scroll-w .td2 {
  color: #2636bc;
  background-color: #ECF0F6;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame4_wk .contents_box2 .table-scroll-w .td2-m {
  background-color: #ECF0F6;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame4_wk .contents_box2 .table-scroll-w::-webkit-scrollbar {
  display: block;
}
#CONTENTS .inner_frame4_wk .contents_box2 .seminor-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#CONTENTS .inner_frame4_wk .contents_box2 .seminor-btn .bnr-img {
  width: 670px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .contents_box2 .seminor-btn .bnr-img {
    width: calc(72.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .bg-shadow-left_0 {
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .bg-shadow-left_0 {
    display: none;
  }
}
#CONTENTS .inner_frame4_wk .bg-shadow-right_0 {
  z-index: 11;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .bg-shadow-right_0 {
    display: none;
  }
}
#CONTENTS .inner_frame4_wk .bg-shadow-left {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 45px;
  width: 30%;
  height: 100%;
  background-image: url(/assets/img/slide/side_cover_left.png);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .bg-shadow-left {
    display: none;
  }
}
#CONTENTS .inner_frame4_wk .bg-shadow-right {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 45px;
  width: 30%;
  height: 100%;
  background-image: url(/assets/img/slide/side_cover_right.png);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .bg-shadow-right {
    display: none;
  }
}
#CONTENTS .inner_frame4_wk .mid-bred-txt_s {
  position: relative;
  z-index: 20;
}
#CONTENTS .inner_frame4_wk .mid-bred-txt_s .txt_u {
  font-family: "Shippori Mincho", serif !important;
  font-size: 14px;
  line-height: 19px;
  color: #7C7C7C;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .mid-bred-txt_s .txt_u {
    font-size: calc(2.6666666667 * var(--vw));
    line-height: calc(3.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame4_wk .mid-bred-txt_s .txt_l {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -1.28px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame4_wk .mid-bred-txt_s .txt_l {
    font-size: calc(5.3333333333 * var(--vw));
    line-height: calc(8 * var(--vw));
    letter-spacing: -0.8px;
  }
}
#CONTENTS .inner_frame5 {
  width: 100%;
}
#CONTENTS .inner_frame5 .contents_box {
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box {
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box .table-scroll {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box .table-scroll table {
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll table, #CONTENTS .inner_frame5 .contents_box .table-scroll td, #CONTENTS .inner_frame5 .contents_box .table-scroll th {
  border: 1px solid #E6EAF0;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 22.4px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box .table-scroll table, #CONTENTS .inner_frame5 .contents_box .table-scroll td, #CONTENTS .inner_frame5 .contents_box .table-scroll th {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.9733333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll td, #CONTENTS .inner_frame5 .contents_box .table-scroll th {
  padding: 8px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box .table-scroll td, #CONTENTS .inner_frame5 .contents_box .table-scroll th {
    padding: calc(2.1333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll th {
  background-color: #66A1FF;
  color: #fff;
}
#CONTENTS .inner_frame5 .contents_box .table-scroll .th {
  width: 119px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box .table-scroll .th {
    padding-left: calc(2.6666666667 * var(--vw)) !important;
    width: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll .th1 {
  width: 209px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box .table-scroll .th1 {
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll td {
  height: 160px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box .table-scroll td {
    height: calc(42.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll .td {
  text-align: center;
  background-color: #66A1FF;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box .table-scroll .td {
    font-size: calc(3.7333333333 * var(--vw));
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll .td1 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box .table-scroll .td1 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll .td1-l {
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame5 .contents_box .table-scroll .td1-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame5 .contents_box .table-scroll .td2 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box .table-scroll .td2 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll .td2-l {
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame5 .contents_box .table-scroll .td2-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame5 .contents_box .table-scroll-w {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box .table-scroll-w {
    display: block;
    overflow-x: scroll;
    background-color: #E6EAF0;
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll-w table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box .table-scroll-w table {
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll-w table, #CONTENTS .inner_frame5 .contents_box .table-scroll-w td, #CONTENTS .inner_frame5 .contents_box .table-scroll-w th {
  border: 1px solid #E6EAF0;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 22.4px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box .table-scroll-w table, #CONTENTS .inner_frame5 .contents_box .table-scroll-w td, #CONTENTS .inner_frame5 .contents_box .table-scroll-w th {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(5.9733333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll-w td, #CONTENTS .inner_frame5 .contents_box .table-scroll-w th {
  padding: 8px 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box .table-scroll-w td, #CONTENTS .inner_frame5 .contents_box .table-scroll-w th {
    padding: calc(2.1333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll-w th {
  background-color: #66A1FF;
  color: #fff;
}
#CONTENTS .inner_frame5 .contents_box .table-scroll-w .th {
  width: 119px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box .table-scroll-w .th {
    padding-left: calc(2.6666666667 * var(--vw)) !important;
    width: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll-w .th1 {
  width: 209px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box .table-scroll-w .th1 {
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll-w td {
  height: 160px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box .table-scroll-w td {
    height: calc(42.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll-w .td {
  text-align: center;
  background-color: #66A1FF;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box .table-scroll-w .td {
    font-size: calc(3.7333333333 * var(--vw));
    width: calc(55.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll-w .td1 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box .table-scroll-w .td1 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll-w .td1-l {
  background-color: #fff;
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame5 .contents_box .table-scroll-w .td1-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame5 .contents_box .table-scroll-w .td2 {
  width: 209px;
  height: 119px;
  color: #000AC5;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box .table-scroll-w .td2 {
    width: calc(55.7333333333 * var(--vw));
    height: calc(31.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box .table-scroll-w .td2-l {
  background-color: #fff;
  text-align: left !important;
  color: #000AC5;
}
#CONTENTS .inner_frame5 .contents_box .table-scroll-w .td2-m {
  background-color: #fff;
  text-align: center;
  color: #000AC5;
}
#CONTENTS .inner_frame5 .contents_box2 {
  font-size: 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box2 .sub-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .sub-box {
    justify-content: center;
  }
}
#CONTENTS .inner_frame5 .contents_box2 .sub-box-ttl {
  text-align: left;
  line-height: 28.8px;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .sub-box-ttl {
    width: 100%;
    text-align: left;
    line-height: calc(7.68 * var(--vw));
    letter-spacing: 0.72px;
  }
}
#CONTENTS .inner_frame5 .contents_box2 .sub-box-btn {
  width: 235px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .sub-box-btn {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
    width: calc(62.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box2 .sub-ttl {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 38.4px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .sub-ttl {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -0.72px;
    line-height: calc(7.68 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame5 .contents_box2 .sub-ttl_18 {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -1.08px;
  line-height: 28.8px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .sub-ttl_18 {
    font-size: calc(4.2666666667 * var(--vw));
    letter-spacing: -0.64px;
    line-height: calc(6.8266666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame5 .contents_box2 .sub-ttl1 {
  display: flex;
  justify-content: center;
}
#CONTENTS .inner_frame5 .contents_box2 .sub-ttl1 img {
  width: 136px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .sub-ttl1 img {
    width: calc(36.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box2 .iw-box3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 48px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .iw-box3 {
    gap: calc(10.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box2 .iw-box3 .iw-cobox {
  width: 352px;
  background-color: #EAEEF4;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 32px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .iw-box3 .iw-cobox {
    width: 100%;
    border-radius: calc(1.0666666667 * var(--vw));
    padding: calc(10.6666666667 * var(--vw)) calc(5.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box2 .iw-box3 .iw-cobox .iw-ttl {
  font-size: 24px;
  font-family: "Shippori Mincho", serif !important;
  color: #000AC5;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .iw-box3 .iw-cobox .iw-ttl {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.1333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box2 .iw-box3 .iw-cobox .iw-txt {
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0.64px;
  text-align: center;
  padding: 32px 0;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .iw-box3 .iw-cobox .iw-txt {
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.8266666667 * var(--vw));
    text-align: left;
    padding: calc(8.5333333333 * var(--vw)) 0;
  }
}
#CONTENTS .inner_frame5 .contents_box2 .all-sch-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .all-sch-img {
    width: calc(78.9333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box2 .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .btn-box {
    gap: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box2 .btn-box .cobox {
  width: 32.5%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .btn-box .cobox {
    width: 100%;
  }
}
#CONTENTS .inner_frame5 .contents_box2 .bg_blue1__box {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  background-color: #66A1FF;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .bg_blue1__box {
    font-size: calc(3.7333333333 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) calc(3.2 * var(--vw));
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box2 .cb_right_1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .cb_right_1 {
    width: 100%;
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box2 .cb_right_1_l {
  width: 16.6%;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .cb_right_1_l {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box2 .cb_right_1_r {
  width: 83.4%;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .cb_right_1_r {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box2 .cb_right_1_l_1 {
  width: 0%;
}
#CONTENTS .inner_frame5 .contents_box2 .cb_right_1_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .cb_right_1_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box2 .table-scroll {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .table-scroll {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame5 .contents_box2 .table-scroll table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .table-scroll table {
    width: 300%;
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box2 .table-scroll table, #CONTENTS .inner_frame5 .contents_box2 .table-scroll td, #CONTENTS .inner_frame5 .contents_box2 .table-scroll th {
  border-collapse: collapse;
}
#CONTENTS .inner_frame5 .contents_box2 .table-scroll .td {
  text-align: left;
  padding-left: 15px !important;
  background-color: #66A1FF;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .table-scroll .td {
    padding-left: calc(4 * var(--vw)) !important;
    font-size: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box2 .table-scroll .td1 {
  color: #2636bc;
  background-color: #E4EBF4;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame5 .contents_box2 .table-scroll .td1-m {
  background-color: #E4EBF4;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame5 .contents_box2 .table-scroll .td2 {
  color: #2636bc;
  background-color: #ECF0F6;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame5 .contents_box2 .table-scroll .td2-m {
  background-color: #ECF0F6;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame5 .contents_box2 .table-scroll::-webkit-scrollbar {
  display: block;
}
#CONTENTS .inner_frame5 .contents_box2 .table-scroll-w {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .table-scroll-w {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame5 .contents_box2 .table-scroll-w table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .table-scroll-w table {
    width: 300%;
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box2 .table-scroll-w table, #CONTENTS .inner_frame5 .contents_box2 .table-scroll-w td, #CONTENTS .inner_frame5 .contents_box2 .table-scroll-w th {
  border-collapse: collapse;
}
#CONTENTS .inner_frame5 .contents_box2 .table-scroll-w .td {
  text-align: left;
  padding-left: 15px !important;
  background-color: #66A1FF;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .table-scroll-w .td {
    padding-left: calc(4 * var(--vw)) !important;
    font-size: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box2 .table-scroll-w .td1 {
  color: #2636bc;
  background-color: #E4EBF4;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame5 .contents_box2 .table-scroll-w .td1-m {
  background-color: #E4EBF4;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame5 .contents_box2 .table-scroll-w .td2 {
  color: #2636bc;
  background-color: #ECF0F6;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame5 .contents_box2 .table-scroll-w .td2-m {
  background-color: #ECF0F6;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame5 .contents_box2 .table-scroll-w::-webkit-scrollbar {
  display: block;
}
#CONTENTS .inner_frame5 .contents_box2 .seminor-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#CONTENTS .inner_frame5 .contents_box2 .seminor-btn .bnr-img {
  width: 670px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box2 .seminor-btn .bnr-img {
    width: calc(72.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .talk-boxs {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs {
    gap: calc(9.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .talk-boxs .title {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 36px;
  line-height: 50.4px;
  letter-spacing: 1.44px;
  color: #fff;
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .title {
    margin-top: calc(9.8666666667 * var(--vw));
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.24 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_frame5 .talk-boxs .title-m0 {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 36px;
  line-height: 50.4px;
  letter-spacing: 1.44px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .title-m0 {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.24 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_frame5 .talk-boxs .title-m0-l-2 {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 36px;
  line-height: 50.4px;
  letter-spacing: -2px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .title-m0-l-2 {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.24 * var(--vw));
    letter-spacing: calc(-0.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .talk-boxs .catch-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .catch-box {
    gap: calc(0.9333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .talk-boxs .catch-box .line-box {
  width: 56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .catch-box .line-box {
    width: calc(8.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .talk-boxs .catch-box .line-box .line {
  border-top: solid 1px #bbb;
  margin-top: 12px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .catch-box .line-box .line {
    margin-top: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .talk-boxs .catch-box .catch {
  width: 94%;
  color: #ccc;
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
  letter-spacing: 0.72px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .catch-box .catch {
    width: 87.7%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.72 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner_frame5 .talk-boxs .talk-boxs-canv {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .talk-boxs-canv {
    gap: calc(4 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .talk-boxs .talk-boxs-canv .canv-name {
  width: 25%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .talk-boxs-canv .canv-name {
    width: 100%;
    justify-content: flex-start;
  }
}
#CONTENTS .inner_frame5 .talk-boxs .talk-boxs-canv .canv-name .name-box {
  background-color: #000AC5;
  border-radius: 8px;
  padding: 6px 8px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.6px;
  color: #fff;
  width: 64px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .talk-boxs-canv .canv-name .name-box {
    border-radius: calc(2.1333333333 * var(--vw));
    font-size: calc(3.4666666667 * var(--vw));
    line-height: calc(3.4666666667 * var(--vw));
    letter-spacing: 0.52px;
    width: calc(15.36 * var(--vw));
    padding: calc(0.9066666667 * var(--vw)) calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .talk-boxs .talk-boxs-canv .canv-talk {
  width: 72.2%;
  color: #ccc;
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: 0.36px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .talk-boxs-canv .canv-talk {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.72 * var(--vw));
    letter-spacing: 0.28px;
  }
}
#CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv {
    gap: calc(4 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv .canv-img {
  width: 576px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv .canv-img {
    width: 100%;
    justify-content: flex-start;
  }
}
#CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv .canv-img .name-box {
  background-color: #000AC5;
  border-radius: 8px;
  padding: 6px 8px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.6px;
  color: #fff;
  width: 64px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv .canv-img .name-box {
    border-radius: calc(2.1333333333 * var(--vw));
    font-size: calc(3.4666666667 * var(--vw));
    line-height: calc(4 * var(--vw));
    letter-spacing: 0.52px;
    width: calc(17.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv .canv-text {
  width: 512px;
  color: #ccc;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0.32px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv .canv-text {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.72 * var(--vw));
    letter-spacing: 0.28px;
  }
}
#CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv .canv-text .line-box {
  width: 56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv .canv-text .line-box {
    width: calc(8.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv .canv-text .line-box .line {
  border-top: solid 1px #bbb;
  margin-top: 12px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv .canv-text .line-box .line {
    margin-top: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv .canv-text .catch {
  width: 94%;
  font-family: "Shippori Mincho", serif !important;
  color: #ccc;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0.84px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv .canv-text .catch {
    width: 87.7%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.72 * var(--vw));
    letter-spacing: 0.735px;
  }
}
#CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv-center {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv-center {
    gap: calc(7.4666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv-center .title-center {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 36px;
  line-height: 50.4px;
  letter-spacing: 1.44px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv-center .title-center {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.24 * var(--vw));
    letter-spacing: 0.96px;
  }
}
#CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv-center .canv-img {
  width: 896px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv-center .canv-img {
    width: 100%;
  }
}
#CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv-center .canv-text {
  width: 896px;
  color: #ccc;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0.32px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv-center .canv-text {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.72 * var(--vw));
    letter-spacing: 0.28px;
  }
}
#CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv-center .canv-text .line-box {
  width: 56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv-center .canv-text .line-box {
    width: calc(8.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv-center .canv-text .line-box .line {
  border-top: solid 1px #bbb;
  margin-top: 12px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv-center .canv-text .line-box .line {
    margin-top: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv-center .canv-text .catch {
  width: 94%;
  font-family: "Shippori Mincho", serif !important;
  color: #ccc;
  color: #ccc;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0.84px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .talk-boxs .pro-boxs-canv-center .canv-text .catch {
    width: 87.7%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.72 * var(--vw));
    letter-spacing: 0.735px;
  }
}
#CONTENTS .inner_frame5 .text-boxs {
  margin-top: 56px;
  width: 100%;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .text-boxs {
    margin-top: calc(10.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .text-boxs .co-ind {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .text-boxs .co-ind {
    margin-bottom: calc(2.1333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .text-boxs .t-right {
  text-align: right;
}
#CONTENTS .inner_frame5 .text-boxs2 {
  margin-top: 16px;
  width: 100%;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .text-boxs2 {
    margin-top: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .text-boxs2 .co-ind {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .text-boxs2 .co-ind {
    margin-bottom: calc(2.1333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .text-boxs2 .t-right {
  text-align: right;
}
#CONTENTS .inner_frame5 .text-boxs3 {
  width: 100%;
  color: #ccc;
}
#CONTENTS .inner_frame5 .text-boxs3 .co-ind {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .text-boxs3 .co-ind {
    margin-bottom: calc(2.1333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .text-boxs3 .t-right {
  text-align: right;
}
#CONTENTS .inner_frame5 .contents_box3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 65px;
  align-items: flex-end;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box3 {
    row-gap: calc(6.4 * var(--vw));
    align-items: flex-start;
  }
}
#CONTENTS .inner_frame5 .contents_box3 .img-box {
  width: 55.5%;
}
#CONTENTS .inner_frame5 .contents_box3 .img-box img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box3 .img-box {
    width: 100%;
  }
}
#CONTENTS .inner_frame5 .contents_box3 .thumb-box {
  width: 38.8%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box3 .thumb-box {
    gap: initial;
    width: 100%;
  }
}
#CONTENTS .inner_frame5 .contents_box3 .thumb-box .co-ttlbox {
  width: 100%;
  font-family: "Shippori Mincho", serif !important;
  font-size: 32px;
  line-height: 51.2px;
  letter-spacing: -3.5px;
  text-align: left;
  color: #fff;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box3 .thumb-box .co-ttlbox {
    font-size: calc(5.8666666667 * var(--vw));
    line-height: calc(9.3866666667 * var(--vw));
    letter-spacing: calc(-0.1333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box3 .thumb-box .p-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  row-gap: 32px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box3 .thumb-box .p-box {
    row-gap: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box3 .thumb-box .p-box .cobox {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box3 .thumb-box .p-box .cobox {
    display: none !important;
  }
}
#CONTENTS .inner_frame5 .contents_box3 .thumb-box .p-box .cobox .upper {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box3 .thumb-box .p-box .cobox .upper {
    gap: calc(5.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box3 .thumb-box .p-box .cobox .upper .img {
  width: 56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box3 .thumb-box .p-box .cobox .upper .img {
    width: calc(13.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box3 .thumb-box .p-box .cobox .upper .txtbox {
  text-align: left;
  color: #ccc;
  text-decoration: none !important;
}
#CONTENTS .inner_frame5 .contents_box3 .thumb-box .p-box .cobox .upper .txtbox .nen {
  font-size: 11px;
  line-height: 11px;
  color: #7C7C7C;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box3 .thumb-box .p-box .cobox .upper .txtbox .nen {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box3 .thumb-box .p-box .cobox .upper .txtbox .name {
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none !important;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box3 .thumb-box .p-box .cobox .upper .txtbox .name {
    margin-top: calc(2.6666666667 * var(--vw));
    margin-bottom: calc(1.6 * var(--vw));
    font-size: calc(5.8666666667 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box3 .thumb-box .p-box .cobox .upper .txtbox .eng {
  font-size: 10px;
  font-family: "Shippori Mincho", serif !important;
  line-height: 10px;
  color: #ccc;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box3 .thumb-box .p-box .cobox .upper .txtbox .eng {
    font-size: calc(2.6666666667 * var(--vw));
    line-height: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .contents_box3 .thumb-box .p-box .cobox .text {
  width: 100%;
  color: #ccc;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.4px;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .contents_box3 .thumb-box .p-box .cobox .text {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.12 * var(--vw));
    letter-spacing: 0.48px;
  }
}
#CONTENTS .inner_frame5 .movie-box {
  display: flex;
  justify-content: center;
  width: 100%;
}
#CONTENTS .inner_frame5 .movie-box .mv {
  width: 768px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .movie-box .mv {
    width: 100%;
  }
}
#CONTENTS .inner_frame5 .member-box {
  max-width: 1152px;
  width: 100%;
  display: flex;
  justify-content: center;
}
#CONTENTS .inner_frame5 .member-box .y-block {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 76px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .member-box .y-block {
    width: calc(16 * var(--vw));
    top: calc(1.3333333333 * var(--vw));
    left: calc(1.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .member-list {
  max-width: 1026px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 63px;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .member-list {
    gap: calc(4 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .member-photo {
  width: 300px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .member-photo {
    width: calc(43.7333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .member-img {
  width: 100%;
}
#CONTENTS .inner_frame5 .member-mask {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#CONTENTS .inner_frame5 .member-maskbox {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  z-index: 10;
  color: #fff;
  padding: 15px 15px 5px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .member-maskbox {
    padding: calc(2.6666666667 * var(--vw)) calc(2.6666666667 * var(--vw)) calc(1.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .img-box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .img-box {
    width: 100%;
    order: 1;
  }
}
#CONTENTS .inner_frame5 .img-box .sub-text {
  width: 100%;
  padding: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .img-box .sub-text {
    padding: calc(16 * var(--vw)) calc(5.3333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame5 .img-box .sub-text .catch {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 1.44px;
  line-height: 1.6;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .img-box .sub-text .catch {
    font-size: calc(5.8666666667 * var(--vw));
    letter-spacing: 0.88px;
    line-height: 1.6;
  }
}
#CONTENTS .inner_frame5 .img-box .sub-text .catch2 {
  font-family: "Shippori Mincho", serif !important;
  font-size: 28px;
  letter-spacing: 1.12px;
  line-height: 1.6;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .img-box .sub-text .catch2 {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: 0.72px;
    line-height: 1.6;
  }
}
#CONTENTS .inner_frame5 .img-box .sub-text .text {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif !important;
  letter-spacing: 0.64px;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame5 .img-box .sub-text .text {
    font-size: calc(3.7333333333 * var(--vw));
    letter-spacing: 0.56px;
    line-height: 1.6;
  }
}
#CONTENTS .inner_frame6 {
  width: 100%;
  background-image: url(/assets/img/contents/data/mv_mov.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame6 {
    background-image: url(/assets/img/contents/data/mv_mov_sp.jpg);
  }
}
#CONTENTS .inner_frame6 .contents_box {
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame6 .contents_box {
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame6 .contents_box2 {
  font-size: 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame6 .contents_box2 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame6 .contents_box2 .sub-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame6 .contents_box2 .sub-box {
    justify-content: center;
  }
}
#CONTENTS .inner_frame6 .contents_box2 .sub-box-ttl {
  text-align: left;
  line-height: 28.8px;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame6 .contents_box2 .sub-box-ttl {
    width: 100%;
    text-align: left;
    line-height: calc(7.68 * var(--vw));
    letter-spacing: 0.72px;
  }
}
#CONTENTS .inner_frame6 .contents_box2 .sub-box-btn {
  width: 235px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame6 .contents_box2 .sub-box-btn {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
    width: calc(62.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame6 .contents_box2 .sub-ttl {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 38.4px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame6 .contents_box2 .sub-ttl {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -0.72px;
    line-height: calc(7.68 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame6 .contents_box2 .sub-ttl_18 {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -1.08px;
  line-height: 28.8px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame6 .contents_box2 .sub-ttl_18 {
    font-size: calc(4.2666666667 * var(--vw));
    letter-spacing: -0.64px;
    line-height: calc(6.8266666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame6 .contents_box2 .all-sch-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame6 .contents_box2 .all-sch-img {
    width: calc(78.9333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame6 .contents_box2 .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame6 .contents_box2 .btn-box {
    gap: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame6 .contents_box2 .btn-box .cobox {
  width: 32.5%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame6 .contents_box2 .btn-box .cobox {
    width: 100%;
  }
}
#CONTENTS .inner_frame6 .contents_box2 .bg_blue1__box {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  background-color: #66A1FF;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame6 .contents_box2 .bg_blue1__box {
    font-size: calc(3.7333333333 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) calc(3.2 * var(--vw));
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame6 .contents_box2 .cb_right_1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame6 .contents_box2 .cb_right_1 {
    width: 100%;
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame6 .contents_box2 .cb_right_1_l {
  width: 16.6%;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame6 .contents_box2 .cb_right_1_l {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame6 .contents_box2 .cb_right_1_r {
  width: 83.4%;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame6 .contents_box2 .cb_right_1_r {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame6 .contents_box2 .cb_right_1_l_1 {
  width: 0%;
}
#CONTENTS .inner_frame6 .contents_box2 .cb_right_1_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame6 .contents_box2 .cb_right_1_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame6 .contents_box2 .seminor-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#CONTENTS .inner_frame6 .contents_box2 .seminor-btn .bnr-img {
  width: 670px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame6 .contents_box2 .seminor-btn .bnr-img {
    width: calc(72.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame7 {
  width: 100%;
}
#CONTENTS .inner_frame7 .contents_box {
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame7 .contents_box {
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame7 .contents_box2 {
  font-size: 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame7 .contents_box2 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame7 .contents_box2 .sub-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame7 .contents_box2 .sub-box {
    justify-content: center;
  }
}
#CONTENTS .inner_frame7 .contents_box2 .sub-box-ttl {
  text-align: left;
  line-height: 28.8px;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame7 .contents_box2 .sub-box-ttl {
    width: 100%;
    text-align: left;
    line-height: calc(7.68 * var(--vw));
    letter-spacing: 0.72px;
  }
}
#CONTENTS .inner_frame7 .contents_box2 .sub-box-btn {
  width: 235px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame7 .contents_box2 .sub-box-btn {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
    width: calc(62.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame7 .contents_box2 .sub-ttl {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 38.4px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame7 .contents_box2 .sub-ttl {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -0.72px;
    line-height: calc(7.68 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame7 .contents_box2 .sub-ttl_18 {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -1.08px;
  line-height: 28.8px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame7 .contents_box2 .sub-ttl_18 {
    font-size: calc(4.2666666667 * var(--vw));
    letter-spacing: -0.64px;
    line-height: calc(6.8266666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame7 .contents_box2 .all-sch-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame7 .contents_box2 .all-sch-img {
    width: calc(78.9333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame7 .contents_box2 .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame7 .contents_box2 .btn-box {
    gap: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame7 .contents_box2 .btn-box .cobox {
  width: 32.5%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame7 .contents_box2 .btn-box .cobox {
    width: 100%;
  }
}
#CONTENTS .inner_frame7 .contents_box2 .bg_blue1__box {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  background-color: #66A1FF;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame7 .contents_box2 .bg_blue1__box {
    font-size: calc(3.7333333333 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) calc(3.2 * var(--vw));
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame7 .contents_box2 .cb_right_1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame7 .contents_box2 .cb_right_1 {
    width: 100%;
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame7 .contents_box2 .cb_right_1_l {
  width: 16.6%;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame7 .contents_box2 .cb_right_1_l {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame7 .contents_box2 .cb_right_1_r {
  width: 83.4%;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame7 .contents_box2 .cb_right_1_r {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame7 .contents_box2 .cb_right_1_l_1 {
  width: 0%;
}
#CONTENTS .inner_frame7 .contents_box2 .cb_right_1_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame7 .contents_box2 .cb_right_1_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame7 .contents_box2 .seminor-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#CONTENTS .inner_frame7 .contents_box2 .seminor-btn .bnr-img {
  width: 670px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame7 .contents_box2 .seminor-btn .bnr-img {
    width: calc(72.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame8 {
  width: 100%;
  background-color: #E6EAF0;
  margin: 0 auto 0;
  border-radius: 4px;
  padding: 30px 25px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 {
    margin: 0 auto 0;
    padding: calc(10.6666666667 * var(--vw)) calc(7.4666666667 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame8 .co-title {
  font-size: 28px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: 1.12px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .co-title {
    width: 100%;
    font-size: calc(6.4 * var(--vw));
    line-height: calc(10.24 * var(--vw));
    letter-spacing: -0.1px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner_frame8 .contents_box8 {
    background-color: #fff;
  }
}
#CONTENTS .inner_frame8 .contents_box8 {
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box8 {
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame8 .contents_box8 .cobox8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CONTENTS .inner_frame8 .contents_box8 .cobox8_left, #CONTENTS .inner_frame8 .contents_box8 .cobox8_right {
  width: 50%;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box8 .cobox8_left, #CONTENTS .inner_frame8 .contents_box8 .cobox8_right {
    padding: calc(5.3333333333 * var(--vw));
    width: 100%;
    border-radius: calc(1.0666666667 * var(--vw));
    margin-bottom: calc(0.5333333333 * var(--vw));
    background-color: #fff;
  }
}
#CONTENTS .inner_frame8 .contents_box8 .cobox8_left .co_ttl, #CONTENTS .inner_frame8 .contents_box8 .cobox8_right .co_ttl {
  font-size: 24px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.96px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box8 .cobox8_left .co_ttl, #CONTENTS .inner_frame8 .contents_box8 .cobox8_right .co_ttl {
    width: 100%;
    font-size: calc(4.8 * var(--vw));
    line-height: calc(7.68 * var(--vw));
    letter-spacing: 0.72px;
  }
}
#CONTENTS .inner_frame8 .contents_box8 .cobox8_left .co_txt, #CONTENTS .inner_frame8 .contents_box8 .cobox8_right .co_txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box8 .cobox8_left .co_txt, #CONTENTS .inner_frame8 .contents_box8 .cobox8_right .co_txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
    letter-spacing: 0.56px;
  }
}
#CONTENTS .inner_frame8 .contents_box2 {
  font-size: 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame8 .contents_box2 .sub-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 .sub-box {
    justify-content: center;
  }
}
#CONTENTS .inner_frame8 .contents_box2 .sub-box-ttl {
  text-align: left;
  line-height: 28.8px;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 .sub-box-ttl {
    width: 100%;
    text-align: left;
    line-height: calc(7.68 * var(--vw));
    letter-spacing: 0.72px;
  }
}
#CONTENTS .inner_frame8 .contents_box2 .sub-box-btn {
  width: 235px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 .sub-box-btn {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
    width: calc(62.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame8 .contents_box2 .sub-ttl {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 38.4px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 .sub-ttl {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -0.72px;
    line-height: calc(7.68 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame8 .contents_box2 .sub-ttl_18 {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -1.08px;
  line-height: 28.8px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 .sub-ttl_18 {
    font-size: calc(4.2666666667 * var(--vw));
    letter-spacing: -0.64px;
    line-height: calc(6.8266666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame8 .contents_box2 .all-sch-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 .all-sch-img {
    width: calc(78.9333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame8 .contents_box2 .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 .btn-box {
    gap: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame8 .contents_box2 .btn-box .cobox {
  width: 32.5%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 .btn-box .cobox {
    width: 100%;
  }
}
#CONTENTS .inner_frame8 .contents_box2 .bg_blue1__box {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  background-color: #66A1FF;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 .bg_blue1__box {
    font-size: calc(3.7333333333 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) calc(3.2 * var(--vw));
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame8 .contents_box2 .cb_right_1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 .cb_right_1 {
    width: 100%;
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame8 .contents_box2 .cb_right_1_l {
  width: 16.6%;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 .cb_right_1_l {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame8 .contents_box2 .cb_right_1_r {
  width: 83.4%;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 .cb_right_1_r {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame8 .contents_box2 .cb_right_1_l_1 {
  width: 0%;
}
#CONTENTS .inner_frame8 .contents_box2 .cb_right_1_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 .cb_right_1_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame8 .contents_box2 .table-scroll {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 .table-scroll {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame8 .contents_box2 .table-scroll table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 .table-scroll table {
    width: 300%;
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame8 .contents_box2 .table-scroll table, #CONTENTS .inner_frame8 .contents_box2 .table-scroll td, #CONTENTS .inner_frame8 .contents_box2 .table-scroll th {
  border-collapse: collapse;
}
#CONTENTS .inner_frame8 .contents_box2 .table-scroll .td {
  text-align: left;
  padding-left: 15px !important;
  background-color: #66A1FF;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 .table-scroll .td {
    padding-left: calc(4 * var(--vw)) !important;
    font-size: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame8 .contents_box2 .table-scroll .td1 {
  color: #2636bc;
  background-color: #E4EBF4;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame8 .contents_box2 .table-scroll .td1-m {
  background-color: #E4EBF4;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame8 .contents_box2 .table-scroll .td2 {
  color: #2636bc;
  background-color: #ECF0F6;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame8 .contents_box2 .table-scroll .td2-m {
  background-color: #ECF0F6;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame8 .contents_box2 .table-scroll::-webkit-scrollbar {
  display: block;
}
#CONTENTS .inner_frame8 .contents_box2 .table-scroll-w {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 .table-scroll-w {
    display: block;
    overflow-x: scroll;
  }
}
#CONTENTS .inner_frame8 .contents_box2 .table-scroll-w table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 .table-scroll-w table {
    width: 300%;
    table-layout: fixed;
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame8 .contents_box2 .table-scroll-w table, #CONTENTS .inner_frame8 .contents_box2 .table-scroll-w td, #CONTENTS .inner_frame8 .contents_box2 .table-scroll-w th {
  border-collapse: collapse;
}
#CONTENTS .inner_frame8 .contents_box2 .table-scroll-w .td {
  text-align: left;
  padding-left: 15px !important;
  background-color: #66A1FF;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 .table-scroll-w .td {
    padding-left: calc(4 * var(--vw)) !important;
    font-size: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame8 .contents_box2 .table-scroll-w .td1 {
  color: #2636bc;
  background-color: #E4EBF4;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame8 .contents_box2 .table-scroll-w .td1-m {
  background-color: #E4EBF4;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame8 .contents_box2 .table-scroll-w .td2 {
  color: #2636bc;
  background-color: #ECF0F6;
  text-align: center;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame8 .contents_box2 .table-scroll-w .td2-m {
  background-color: #ECF0F6;
  text-align: center;
  color: #ADBCD6;
  font-weight: 500 !important;
}
#CONTENTS .inner_frame8 .contents_box2 .table-scroll-w::-webkit-scrollbar {
  display: block;
}
#CONTENTS .inner_frame8 .contents_box2 .seminor-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#CONTENTS .inner_frame8 .contents_box2 .seminor-btn .bnr-img {
  width: 670px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .contents_box2 .seminor-btn .bnr-img {
    width: calc(72.5333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame8 .banner-link-box {
  display: flex;
  justify-content: center;
  width: 100%;
}
#CONTENTS .inner_frame8 .banner-link-box .banner-box {
  width: 512px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .banner-link-box .banner-box {
    width: 90%;
  }
}
#CONTENTS .inner_frame8 .qa-btn {
  width: 235px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame8 .qa-btn {
    width: calc(62.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame9 {
  width: 100%;
  background-image: url(/assets/img/contents/songai/mv_mov.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#CONTENTS .inner_frame9 .contents_box {
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame9 .contents_box {
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame9 .contents_box2 {
  font-size: 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "メイリオ", meiryo, sans-serif !important;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame9 .contents_box2 {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame9 .contents_box2 .sub-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame9 .contents_box2 .sub-box {
    justify-content: center;
  }
}
#CONTENTS .inner_frame9 .contents_box2 .sub-box-ttl {
  text-align: left;
  line-height: 28.8px;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame9 .contents_box2 .sub-box-ttl {
    width: 100%;
    text-align: left;
    line-height: calc(7.68 * var(--vw));
    letter-spacing: 0.72px;
  }
}
#CONTENTS .inner_frame9 .contents_box2 .sub-box-btn {
  width: 235px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame9 .contents_box2 .sub-box-btn {
    margin-top: calc(4.2666666667 * var(--vw)) !important;
    width: calc(62.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame9 .contents_box2 .sub-ttl {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 38.4px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame9 .contents_box2 .sub-ttl {
    font-size: calc(4.8 * var(--vw));
    letter-spacing: -0.72px;
    line-height: calc(7.68 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame9 .contents_box2 .sub-ttl_18 {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -1.08px;
  line-height: 28.8px;
  color: #000AC5;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame9 .contents_box2 .sub-ttl_18 {
    font-size: calc(4.2666666667 * var(--vw));
    letter-spacing: -0.64px;
    line-height: calc(6.8266666667 * var(--vw));
    font-weight: 600;
  }
}
#CONTENTS .inner_frame9 .contents_box2 .all-sch-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame9 .contents_box2 .all-sch-img {
    width: calc(78.9333333333 * var(--vw));
  }
}
#CONTENTS .inner_frame9 .contents_box2 .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame9 .contents_box2 .btn-box {
    gap: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner_frame9 .contents_box2 .btn-box .cobox {
  width: 32.5%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame9 .contents_box2 .btn-box .cobox {
    width: 100%;
  }
}
#CONTENTS .inner_frame9 .contents_box2 .bg_blue1__box {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  background-color: #66A1FF;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame9 .contents_box2 .bg_blue1__box {
    font-size: calc(3.7333333333 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) calc(3.2 * var(--vw));
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame9 .contents_box2 .cb_right_1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame9 .contents_box2 .cb_right_1 {
    width: 100%;
    margin-bottom: calc(0.2666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame9 .contents_box2 .cb_right_1_l {
  width: 16.6%;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame9 .contents_box2 .cb_right_1_l {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame9 .contents_box2 .cb_right_1_r {
  width: 83.4%;
  font-size: 16px;
  line-height: 28px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame9 .contents_box2 .cb_right_1_r {
    width: 100%;
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame9 .contents_box2 .cb_right_1_l_1 {
  width: 0%;
}
#CONTENTS .inner_frame9 .contents_box2 .cb_right_1_r_1 {
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame9 .contents_box2 .cb_right_1_r_1 {
    width: 100%;
    padding: calc(5.3333333333 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: calc(6.6666666667 * var(--vw));
  }
}
#CONTENTS .inner_frame9 .contents_box2 .seminor-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#CONTENTS .inner_frame9 .contents_box2 .seminor-btn .bnr-img {
  width: 670px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner_frame9 .contents_box2 .seminor-btn .bnr-img {
    width: calc(72.5333333333 * var(--vw));
  }
}
#CONTENTS .inner-full_frame1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 55px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame1 {
    row-gap: calc(8 * var(--vw));
  }
}
#CONTENTS .inner-full_frame1 .img-box {
  width: 68.7%;
}
#CONTENTS .inner-full_frame1 .img-box img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame1 .img-box {
    width: 100%;
  }
}
#CONTENTS .inner-full_frame1 .thumb-box {
  width: 18.7%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame1 .thumb-box {
    gap: calc(5.8666666667 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .inner-full_frame1 .thumb-box .cobox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame1 .thumb-box .cobox {
    gap: calc(4 * var(--vw));
  }
}
#CONTENTS .inner-full_frame1 .thumb-box .cobox .upper {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame1 .thumb-box .cobox .upper {
    gap: calc(5.3333333333 * var(--vw));
  }
}
#CONTENTS .inner-full_frame1 .thumb-box .cobox .upper .img {
  width: 56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame1 .thumb-box .cobox .upper .img {
    width: calc(13.8666666667 * var(--vw));
  }
}
#CONTENTS .inner-full_frame1 .thumb-box .cobox .upper .txtbox {
  text-align: left;
  color: #ccc;
}
#CONTENTS .inner-full_frame1 .thumb-box .cobox .upper .txtbox .nen {
  font-size: 11px;
  line-height: 11px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame1 .thumb-box .cobox .upper .txtbox .nen {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner-full_frame1 .thumb-box .cobox .upper .txtbox .name {
  margin-top: 16px;
  margin-bottom: 6px;
  font-size: 24px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame1 .thumb-box .cobox .upper .txtbox .name {
    margin-top: calc(2.6666666667 * var(--vw));
    margin-bottom: calc(1.6 * var(--vw));
    font-size: calc(5.8666666667 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner-full_frame1 .thumb-box .cobox .upper .txtbox .eng {
  font-size: 10px;
  font-family: "Shippori Mincho", serif !important;
  line-height: 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame1 .thumb-box .cobox .upper .txtbox .eng {
    font-size: calc(2.6666666667 * var(--vw));
    line-height: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner-full_frame1 .thumb-box .cobox .text {
  width: 100%;
  color: #ccc;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame1 .thumb-box .cobox .text {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.12 * var(--vw));
    letter-spacing: 0.48px;
  }
}
#CONTENTS .inner-full_frame2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 54px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame2 {
    row-gap: calc(6.4 * var(--vw));
  }
}
#CONTENTS .inner-full_frame2 .img-box {
  width: 72.2%;
  display: flex;
}
#CONTENTS .inner-full_frame2 .img-box img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame2 .img-box {
    width: 100%;
  }
}
#CONTENTS .inner-full_frame2 .thumb-box {
  width: 19.6%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame2 .thumb-box {
    gap: calc(5.8666666667 * var(--vw));
    width: 100%;
  }
}
#CONTENTS .inner-full_frame2 .thumb-box .cobox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame2 .thumb-box .cobox {
    gap: calc(4 * var(--vw));
  }
}
#CONTENTS .inner-full_frame2 .thumb-box .cobox .upper {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame2 .thumb-box .cobox .upper {
    gap: calc(5.3333333333 * var(--vw));
  }
}
#CONTENTS .inner-full_frame2 .thumb-box .cobox .upper .img {
  width: 56px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame2 .thumb-box .cobox .upper .img {
    width: calc(13.8666666667 * var(--vw));
  }
}
#CONTENTS .inner-full_frame2 .thumb-box .cobox .upper .txtbox {
  text-align: left;
  color: #ccc;
}
#CONTENTS .inner-full_frame2 .thumb-box .cobox .upper .txtbox .nen {
  font-size: 11px;
  line-height: 11px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame2 .thumb-box .cobox .upper .txtbox .nen {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner-full_frame2 .thumb-box .cobox .upper .txtbox .name {
  margin-top: 16px;
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame2 .thumb-box .cobox .upper .txtbox .name {
    margin-top: calc(2.6666666667 * var(--vw));
    margin-bottom: calc(1.6 * var(--vw));
    font-size: calc(5.8666666667 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner-full_frame2 .thumb-box .cobox .upper .txtbox .eng {
  font-size: 10px;
  line-height: 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame2 .thumb-box .cobox .upper .txtbox .eng {
    font-size: calc(2.6666666667 * var(--vw));
    line-height: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner-full_frame2 .thumb-box .cobox .text {
  width: 100%;
  color: #ccc;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame2 .thumb-box .cobox .text {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.12 * var(--vw));
    letter-spacing: 0.48px;
  }
}
#CONTENTS .inner-full_frame3 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 64px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3 {
    row-gap: calc(6.4 * var(--vw));
    flex-direction: column;
  }
}
#CONTENTS .inner-full_frame3 .img-box {
  width: 74.5%;
  display: flex;
  flex-direction: column;
}
#CONTENTS .inner-full_frame3 .img-box img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3 .img-box {
    width: 100%;
    order: 1;
  }
}
#CONTENTS .inner-full_frame3 .img-box .sub-text {
  background-color: #101418;
  width: 835px;
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3 .img-box .sub-text {
    display: none;
  }
}
#CONTENTS .inner-full_frame3 .img-box .sub-text .catch {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 1.8;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3 .img-box .sub-text .catch {
    font-size: calc(2.4 * var(--vw));
    letter-spacing: 0.72px;
    line-height: 1.6;
  }
}
#CONTENTS .inner-full_frame3 .img-box .sub-text .text {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif !important;
  letter-spacing: 0.64px;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3 .img-box .sub-text .text {
    font-size: calc(1.8666666667 * var(--vw));
    letter-spacing: 0.56px;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner-full_frame3 .sub-text_o3 {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3 .sub-text_o3 {
    order: 3;
    background-color: #101418;
    width: 100%;
    padding: calc(8 * var(--vw));
  }
  #CONTENTS .inner-full_frame3 .sub-text_o3 .catch {
    font-family: "Shippori Mincho", serif !important;
    font-weight: 600;
    font-size: calc(2.4 * var(--vw));
    letter-spacing: 0.72px;
    line-height: 1.6;
    color: #fff;
  }
  #CONTENTS .inner-full_frame3 .sub-text_o3 .text {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.64px;
    color: #ccc;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #CONTENTS .inner-full_frame3 .sub-text_o3 .text {
    font-size: calc(3.2 * var(--vw));
    line-height: 1.8;
    letter-spacing: 0.48px;
  }
}
#CONTENTS .inner-full_frame3 .thumb-box {
  width: 20.3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3 .thumb-box {
    gap: calc(5.8666666667 * var(--vw));
    width: 100%;
    order: 2;
  }
}
#CONTENTS .inner-full_frame3 .thumb-box .cobox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3 .thumb-box .cobox {
    gap: calc(4 * var(--vw));
  }
}
#CONTENTS .inner-full_frame3 .thumb-box .cobox .upper {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3 .thumb-box .cobox .upper {
    gap: calc(5.3333333333 * var(--vw));
  }
}
#CONTENTS .inner-full_frame3 .thumb-box .cobox .upper .img {
  width: 66px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3 .thumb-box .cobox .upper .img {
    width: calc(13.8666666667 * var(--vw));
  }
}
#CONTENTS .inner-full_frame3 .thumb-box .cobox .upper .txtbox {
  text-align: left;
  color: #ccc;
}
#CONTENTS .inner-full_frame3 .thumb-box .cobox .upper .txtbox .nen {
  font-size: 11px;
  line-height: 11px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3 .thumb-box .cobox .upper .txtbox .nen {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner-full_frame3 .thumb-box .cobox .upper .txtbox .name {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3 .thumb-box .cobox .upper .txtbox .name {
    margin-top: calc(2.6666666667 * var(--vw));
    margin-bottom: calc(1.6 * var(--vw));
    font-size: calc(5.8666666667 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner-full_frame3 .thumb-box .cobox .upper .txtbox .eng {
  font-size: 10px;
  line-height: 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3 .thumb-box .cobox .upper .txtbox .eng {
    font-size: calc(2.6666666667 * var(--vw));
    line-height: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner-full_frame3 .thumb-box .cobox .text {
  width: 100%;
  color: #ccc;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3 .thumb-box .cobox .text {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.12 * var(--vw));
    letter-spacing: 0.48px;
  }
}
#CONTENTS .inner-full_frame3end {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 64px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end {
    row-gap: calc(6.4 * var(--vw));
    flex-direction: column;
  }
}
#CONTENTS .inner-full_frame3end .img-box {
  width: 74.5%;
  display: flex;
  flex-direction: column;
}
#CONTENTS .inner-full_frame3end .img-box img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end .img-box {
    width: 100%;
    order: 1;
  }
}
#CONTENTS .inner-full_frame3end .img-box .sub-text {
  background-color: #101418;
  width: 835px;
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end .img-box .sub-text {
    display: none;
  }
}
#CONTENTS .inner-full_frame3end .img-box .sub-text .catch {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 1.8;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end .img-box .sub-text .catch {
    font-size: calc(2.4 * var(--vw));
    letter-spacing: 0.72px;
    line-height: 1.6;
  }
}
#CONTENTS .inner-full_frame3end .img-box .sub-text .text {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif !important;
  letter-spacing: 0.64px;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end .img-box .sub-text .text {
    font-size: calc(1.8666666667 * var(--vw));
    letter-spacing: 0.56px;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner-full_frame3end .sub-text_o3 {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end .sub-text_o3 {
    order: 3;
    background-color: #101418;
    width: 100%;
    padding: calc(8 * var(--vw));
  }
  #CONTENTS .inner-full_frame3end .sub-text_o3 .catch {
    font-family: "Shippori Mincho", serif !important;
    font-weight: 600;
    font-size: calc(2.4 * var(--vw));
    letter-spacing: 0.72px;
    line-height: 1.6;
    color: #fff;
  }
  #CONTENTS .inner-full_frame3end .sub-text_o3 .text {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.64px;
    color: #ccc;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end .sub-text_o3 .text {
    font-size: calc(3.2 * var(--vw));
    line-height: 1.8;
    letter-spacing: 0.48px;
  }
}
#CONTENTS .inner-full_frame3end .thumb-box {
  width: 20.3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end .thumb-box {
    gap: calc(5.8666666667 * var(--vw));
    width: 100%;
    order: 2;
  }
}
#CONTENTS .inner-full_frame3end .thumb-box .cobox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end .thumb-box .cobox {
    gap: calc(4 * var(--vw));
  }
}
#CONTENTS .inner-full_frame3end .thumb-box .cobox .upper {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end .thumb-box .cobox .upper {
    gap: calc(5.3333333333 * var(--vw));
  }
}
#CONTENTS .inner-full_frame3end .thumb-box .cobox .upper .img {
  width: 66px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end .thumb-box .cobox .upper .img {
    width: calc(13.8666666667 * var(--vw));
  }
}
#CONTENTS .inner-full_frame3end .thumb-box .cobox .upper .txtbox {
  text-align: left;
  color: #ccc;
}
#CONTENTS .inner-full_frame3end .thumb-box .cobox .upper .txtbox .nen {
  font-size: 11px;
  line-height: 11px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end .thumb-box .cobox .upper .txtbox .nen {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(3.2 * var(--vw));
  }
}
#CONTENTS .inner-full_frame3end .thumb-box .cobox .upper .txtbox .name {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end .thumb-box .cobox .upper .txtbox .name {
    margin-top: calc(2.6666666667 * var(--vw));
    margin-bottom: calc(1.6 * var(--vw));
    font-size: calc(5.8666666667 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner-full_frame3end .thumb-box .cobox .upper .txtbox .eng {
  font-size: 10px;
  line-height: 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end .thumb-box .cobox .upper .txtbox .eng {
    font-size: calc(2.6666666667 * var(--vw));
    line-height: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner-full_frame3end .thumb-box .cobox .text {
  width: 100%;
  color: #ccc;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end .thumb-box .cobox .text {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.12 * var(--vw));
    letter-spacing: 0.48px;
  }
}
#CONTENTS .inner-full_frame3end3 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 64px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end3 {
    row-gap: calc(6.4 * var(--vw));
    flex-direction: column;
  }
}
#CONTENTS .inner-full_frame3end3 .img-box {
  width: 74.5%;
  display: flex;
  flex-direction: column;
}
#CONTENTS .inner-full_frame3end3 .img-box img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end3 .img-box {
    width: 100%;
    order: 1;
  }
}
#CONTENTS .inner-full_frame3end3 .img-box .sub-text {
  background-color: #101418;
  width: 835px;
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end3 .img-box .sub-text {
    display: none;
  }
}
#CONTENTS .inner-full_frame3end3 .img-box .sub-text .catch {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 1.8;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end3 .img-box .sub-text .catch {
    font-size: calc(2.4 * var(--vw));
    letter-spacing: 0.72px;
    line-height: 1.6;
  }
}
#CONTENTS .inner-full_frame3end3 .img-box .sub-text .text {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif !important;
  letter-spacing: 0.64px;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end3 .img-box .sub-text .text {
    font-size: calc(1.8666666667 * var(--vw));
    letter-spacing: 0.56px;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) {
  #CONTENTS .inner-full_frame3end3 .sub-text_o3 {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end3 .sub-text_o3 {
    order: 3;
    background-color: #101418;
    width: 100%;
    padding: calc(8 * var(--vw));
  }
  #CONTENTS .inner-full_frame3end3 .sub-text_o3 .catch {
    font-family: "Shippori Mincho", serif !important;
    font-weight: 600;
    font-size: calc(2.4 * var(--vw));
    letter-spacing: 0.72px;
    line-height: 1.6;
    color: #fff;
  }
  #CONTENTS .inner-full_frame3end3 .sub-text_o3 .text {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.64px;
    color: #ccc;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end3 .sub-text_o3 .text {
    font-size: calc(3.2 * var(--vw));
    line-height: 1.8;
    letter-spacing: 0.48px;
  }
}
#CONTENTS .inner-full_frame3end3 .thumb-box {
  width: 20.3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end3 .thumb-box {
    gap: calc(5.8666666667 * var(--vw));
    width: 100%;
    order: 2;
  }
}
#CONTENTS .inner-full_frame3end3 .thumb-box .cobox {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end3 .thumb-box .cobox {
    gap: calc(4 * var(--vw));
  }
}
#CONTENTS .inner-full_frame3end3 .thumb-box .cobox .upper {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end3 .thumb-box .cobox .upper {
    gap: calc(5.3333333333 * var(--vw));
  }
}
#CONTENTS .inner-full_frame3end3 .thumb-box .cobox .upper .img {
  width: 66px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end3 .thumb-box .cobox .upper .img {
    width: calc(13.8666666667 * var(--vw));
  }
}
#CONTENTS .inner-full_frame3end3 .thumb-box .cobox .upper .txtbox {
  text-align: left;
  color: #ccc;
}
#CONTENTS .inner-full_frame3end3 .thumb-box .cobox .upper .txtbox .nen {
  font-size: 11px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end3 .thumb-box .cobox .upper .txtbox .nen {
    font-size: calc(3.2 * var(--vw));
    line-height: 1.6;
  }
}
#CONTENTS .inner-full_frame3end3 .thumb-box .cobox .upper .txtbox .name {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end3 .thumb-box .cobox .upper .txtbox .name {
    margin-top: calc(2.6666666667 * var(--vw));
    margin-bottom: calc(1.6 * var(--vw));
    font-size: calc(5.8666666667 * var(--vw));
    line-height: calc(5.8666666667 * var(--vw));
  }
}
#CONTENTS .inner-full_frame3end3 .thumb-box .cobox .upper .txtbox .eng {
  font-size: 10px;
  line-height: 10px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end3 .thumb-box .cobox .upper .txtbox .eng {
    font-size: calc(2.6666666667 * var(--vw));
    line-height: calc(2.6666666667 * var(--vw));
  }
}
#CONTENTS .inner-full_frame3end3 .thumb-box .cobox .text {
  width: 100%;
  color: #ccc;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 767px) {
  #CONTENTS .inner-full_frame3end3 .thumb-box .cobox .text {
    font-size: calc(3.2 * var(--vw));
    line-height: calc(5.12 * var(--vw));
    letter-spacing: 0.48px;
  }
}

/* ボタン */
.open-btn {
  cursor: pointer;
}

.open-btn:hover img {
  opacity: 0.6;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.6rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .close-btn {
    top: calc(-8.5333333333 * var(--vw));
    right: calc(1.3333333333 * var(--vw));
  }
}
.close-btn img {
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 767px) {
  .close-btn img {
    width: calc(8.5333333333 * var(--vw));
    height: calc(8.5333333333 * var(--vw));
  }
}

/* モーダル背景 */
.modal_be {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(79, 79, 79, 0.5);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .modal_be {
    overflow-y: scroll;
  }
}

/* モーダル表示状態 */
.modal_be.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

/* モーダルの中身*/
/*
    .modal-content {
        background: #fff;
        padding: getvwPc(55) getvwPc(64) getvwPc(64);
        border-radius: getvwPc(4);
        width: 100%;
        max-width: 768px;
        text-align: center;
        //box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        position: relative;
        opacity: 0;
        transform: scale(0.8);
        transition: all 0.3s ease;
        @include media(sp) {
            padding: getvw(32 * 2) getvw(20 * 2);
            border-radius: getvw(8);
            width: 78.9%;
            max-width: initial;           
        }

        h2{
            font-size: getvwPc(24);
            line-height: getvwPc(24);
            font-family: $font-serif;
            font-weight: $s-semibold;
            color: $dark_blue4;
            margin: getvwPc(24);
            @include media(sp) {
                font-size: getvw(24 * 2);
                line-height: getvw(24 * 2);
                letter-spacing: getvw(-2);
                margin: getvw(24 * 2) 0;                
            }

        }
        .tbl-crip{
            width: getvwPc(640);
            @include media(sp) {
                width: 100%;
            }
            .txt{
                font-size: getvwPc(14);
                line-height: 1.8;
                text-align: left;
                margin-top: getvwPc(24);
                margin-bottom: getvwPc(24);
                @include media(sp) {
                    font-size: getvw(14 * 2);
                    line-height: 1.8;
                    margin-top: getvw(24 * 2);
                    margin-bottom: getvw(24 * 2);                    
                }
            }
            .dt-txt{
                width: getvwPc(176);                
                font-size: getvwPc(11);
                line-height: 1.4;
                font-family: $font-serif;
                font-weight: $s-semibold;
                margin: 0 auto;
                text-align: center;
                @include media(sp) {
                    font-size: getvw(12 * 2);
                    line-height: 1.6; 
                    width: getvw(186 * 2);                             
                }                
            }
            .bnr{
                width: getvwPc(176);
                @include media(sp) {
                    width: getvw(186 * 2);
                }
            }
            table{
                border-collapse: separate;
                border-spacing: getvwPc(10);
                margin: 0 auto;
                @include media(sp) {
                    border-collapse: separate;
                    border-spacing: getvw(4 * 2);
                }

                td{
                    width: getvwPc(207);
                    background-color: $bg_gray3;
                    border-radius: getvwPc(4);
                    padding-top: getvwPc(30);
                    padding-bottom: getvwPc(30);
                    text-align: center;
                    font-size: getvwPc(16);
                    line-height: getvwPc(16);
                    font-family: $font-serif;
                    font-weight: $s-semibold;                    
                    @include media(sp) {
                        width: getvw(248 * 2);
                        border-radius: getvw(4 * 2);
                        font-size: getvw(16 * 2);
                        line-height: getvw(16 * 2);
                        padding-top: getvw(30 * 2);
                        padding-bottom: getvw(30 * 2);                                               
                    }
                }
                .td2{
                    width: getvwPc(207);
                    background-color: $bg_gray3;
                    border-radius: getvwPc(4);
                    padding-top: 0;
                    padding-bottom: 0;
                    text-align: center;
                    font-size: getvwPc(16);
                    line-height: 1.6;
                    font-family: $font-serif;
                    font-weight: $s-semibold;                    
                    @include media(sp) {
                        width: getvw(248 * 2);
                        border-radius: getvw(4 * 2);
                        font-size: getvw(16 * 2);
                        line-height: getvw(16 * 2); 
                        padding-top: getvw(30 * 2);
                        padding-bottom: getvw(30 * 2);                                               
                    }
                }
                .td3{
                    width: getvwPc(207);
                    background-color: $bg_gray3;
                    border-radius: getvwPc(4);
                    padding-top: 0;
                    padding-bottom: 0;
                    text-align: center;
                    font-size: getvwPc(16);
                    line-height: 1.6;
                    letter-spacing: getvwPc(-1);
                    font-family: $font-serif;
                    font-weight: $s-semibold;                    
                    @include media(sp) {
                        width: getvw(248 * 2);
                        border-radius: getvw(4 * 2);
                        font-size: getvw(16 * 2);
                        line-height: 1.4; 
                        padding-top: getvw(15 * 2);
                        padding-bottom: getvw(15 * 2);                                               
                    }
                }
                .td4{
                    width: getvwPc(207);
                    background-color: $bg_gray3;
                    border-radius: getvwPc(4);
                    padding-top: 0;
                    padding-bottom: 0;
                    text-align: center;
                    font-size: getvwPc(16);
                    line-height: 1.6;
                    letter-spacing: getvwPc(-1.5);
                    font-family: $font-serif;
                    font-weight: $s-semibold;                    
                    @include media(sp) {
                        width: getvw(248 * 2);
                        border-radius: getvw(4 * 2);
                        font-size: getvw(16 * 2);
                        line-height: 1.4; 
                        padding-top: getvw(15 * 2);
                        padding-bottom: getvw(15 * 2);                                               
                    }
                }                                                  
                .td-none{
                    width: getvwPc(207);
                    background-color: initial;
                }
            }
        }
    }
*/
/* test */
.modal-content {
  width: 100%;
  max-width: 768px;
  text-align: center;
  position: relative;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .modal-content {
    width: 78.9%;
    max-width: initial;
    height: 80%;
  }
}
.modal-content h2 {
  font-size: 24px;
  line-height: 24px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  color: #000AC5;
  margin: 24px;
}
@media only screen and (max-width: 767px) {
  .modal-content h2 {
    font-size: calc(6.4 * var(--vw));
    line-height: calc(6.4 * var(--vw));
    letter-spacing: calc(-0.2666666667 * var(--vw));
    margin: calc(6.4 * var(--vw)) 0;
  }
}
.modal-content .tbl-crip {
  width: 640px;
}
@media only screen and (max-width: 767px) {
  .modal-content .tbl-crip {
    width: 100%;
    height: 80%;
  }
}
.modal-content .tbl-crip .txt {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .modal-content .tbl-crip .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.8;
    margin-top: calc(6.4 * var(--vw));
    margin-bottom: calc(6.4 * var(--vw));
  }
}
.modal-content .tbl-crip .dt-txt {
  width: 176px;
  font-size: 11px;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal-content .tbl-crip .dt-txt {
    font-size: calc(3.2 * var(--vw));
    line-height: 1.6;
    width: calc(49.6 * var(--vw));
  }
}
.modal-content .tbl-crip .bnr {
  width: 176px;
}
@media only screen and (max-width: 767px) {
  .modal-content .tbl-crip .bnr {
    width: calc(49.6 * var(--vw));
  }
}
.modal-content .tbl-crip table {
  border-collapse: separate;
  border-spacing: 10px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .modal-content .tbl-crip table {
    border-collapse: separate;
    border-spacing: calc(1.0666666667 * var(--vw));
  }
}
.modal-content .tbl-crip table td {
  width: 207px;
  background-color: #E6EAF0;
  border-radius: 4px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .modal-content .tbl-crip table td {
    width: calc(66.1333333333 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(4.2666666667 * var(--vw));
    padding-top: calc(8 * var(--vw));
    padding-bottom: calc(8 * var(--vw));
  }
}
.modal-content .tbl-crip table .td2 {
  width: 207px;
  background-color: #E6EAF0;
  border-radius: 4px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .modal-content .tbl-crip table .td2 {
    width: calc(66.1333333333 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
    line-height: calc(4.2666666667 * var(--vw));
    padding-top: calc(8 * var(--vw));
    padding-bottom: calc(8 * var(--vw));
  }
}
.modal-content .tbl-crip table .td3 {
  width: 207px;
  background-color: #E6EAF0;
  border-radius: 4px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -1px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .modal-content .tbl-crip table .td3 {
    width: calc(66.1333333333 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
    line-height: 1.4;
    padding-top: calc(4 * var(--vw));
    padding-bottom: calc(4 * var(--vw));
  }
}
.modal-content .tbl-crip table .td4 {
  width: 207px;
  background-color: #E6EAF0;
  border-radius: 4px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -1.5px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .modal-content .tbl-crip table .td4 {
    width: calc(66.1333333333 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
    line-height: 1.4;
    padding-top: calc(4 * var(--vw));
    padding-bottom: calc(4 * var(--vw));
  }
}
.modal-content .tbl-crip table .td-none {
  width: 207px;
  background-color: initial;
}

@media only screen and (max-width: 767px) {
  .top-pos1 {
    top: calc(60 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .top-pos2 {
    top: calc(29.8666666667 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .top-pos3 {
    top: calc(54.9333333333 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .top-pos4 {
    top: calc(17.8666666667 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .top-pos5 {
    top: calc(8 * var(--vw));
  }
}

/* アニメーション*/
.modal_be.active .modal-content {
  animation: fadeInScale 0.4s ease forwards;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.no-scroll {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .no-scroll {
    padding-right: 15px;
  }
}

/*@charset "UTF-8";*/
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup,
.sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.sup {
  top: initial !important;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button-slider {
  background-color: transparent;
  position: absolute;
  cursor: pointer;
  left: 47px;
  width: 77%;
  height: 100%;
  top: 0;
  border: none;
  z-index: 100;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

:root {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

@media print, screen and (min-width: 768px) {
  html {
    scroll-padding-top: 100px;
  }
}
body {
  font-family: "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  line-height: 1.5;
  color: #000;
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: 1200px;
    padding-top: 76px;
  }
}
figure {
  margin-right: 0;
  margin-left: 0;
}

figcaption:not(:first-child) {
  margin-top: 0.5em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  backface-visibility: visible;
  backface-visibility: hidden;
  image-rendering: optimize-contrast;
}

a,
span.a {
  /*color: #1347b1;*/
  cursor: pointer;
}

a img,
span.a img {
  transition: opacity 0.15s;
}

a:hover,
span.a:hover {
  /*color: #1347b1;*/
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  a:hover img,
  span.a:hover img {
    opacity: 0.75;
  }
}
a:visited,
span.a:visited {
  /*color: #1347b1;*/
}

a:not([href]) {
  color: #000;
  cursor: default;
}

a:not([href]):hover {
  text-decoration: none;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

/*--------------------
メンバー
---------------------*/
.culture-people {
  padding-top: 0 !important;
}

.culture-people-detail {
  /*padding-top: 0 !important;*/
}

.culture-people-detail-area_section p:first-child {
  margin-top: 0;
}

.culture-people-detail-area_header {
  color: #fff;
  text-align: center;
  background-color: #006e46;
}

@media (max-width: 767px) {
  .culture-people-detail-area_header__container {
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_header__container {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "category image" "catch image" "overview image";
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.culture-people-detail-area_header__image,
.culture-sonzaiigi_c2-p1__products > div {
  margin: 20px 0 0;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_header__image {
    grid-area: image;
    margin: 0;
  }
}
.culture-people-detail-area_header__category {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.2em;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_header__category {
    grid-area: category;
    margin-top: 40px;
    font-size: 1rem;
  }
}
.culture-people-detail-area_header__category::after {
  display: block;
  width: 20px;
  height: 3px;
  margin: 5px auto 0;
  content: "";
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_header__category::after {
    width: 32px;
    height: 5px;
    margin-top: 8px;
  }
}
.culture-people-detail-area_header__catch {
  padding: 0 20px;
  margin: 20px 0 0;
  font-size: 1.0625rem;
  line-height: 1.65;
  letter-spacing: 0.06em;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_header__catch {
    display: flex;
    grid-area: catch;
    align-items: center;
    justify-content: center;
    padding-right: 40px;
    padding-left: 40px;
    margin: 0;
    font-size: 1.75rem;
  }
}
.culture-people-detail-area_header__overview {
  margin: 25px 0 0;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_header__overview {
    display: flex;
    grid-area: overview;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .culture-people-detail-area_header__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
  }
  .culture-people-detail-area_header__category {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .culture-people-detail-area_header__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .culture-people-detail-area_header__overview {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.culture-people-detail-area_header__course {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_header__course {
    font-size: 1rem;
  }
}
.culture-people-detail-area_header__name {
  margin: 10px 0 0;
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_header__name {
    font-size: 2.5rem;
  }
}
.culture-people-detail-area_header__name span {
  display: block;
  font-size: 0.84375rem;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_header__name span {
    font-size: 1.125rem;
  }
}
.culture-people-detail-area_header__profile {
  margin: 10px 0 0;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_header__profile {
    font-size: 1rem;
  }
}
.culture-people-detail-area_notes {
  margin: 20px 0 0;
  font-size: 0.8125rem;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_notes {
    font-size: 0.9375rem;
  }
}
.culture-people-detail-area_section {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 50px;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_section {
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 80px;
  }
}
.culture-people-detail-area_section__text._bottom {
  order: 2;
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_section__text {
    flex: 0 0 622px;
    width: 622px;
  }
  .culture-people-detail-area_section__text._center {
    flex: 0 0 800px;
    width: 800px;
    margin: 0 auto;
  }
  .culture-people-detail-area_section__text._right {
    order: 2;
    padding-right: 30px;
    margin: 0 auto 0 0;
  }
  .culture-people-detail-area_section__text._left {
    padding-left: 30px;
    margin: 0 0 0 auto;
  }
  .culture-people-detail-area_section__text._bottom {
    margin-top: 160px;
  }
  .culture-people-detail-area_section__text._nofigure {
    margin: 0;
  }
}
.culture-people-detail-area_section__figure {
  width: calc(100% - 42px);
}

.culture-people-detail-area_section__figure._right {
  margin: 20px -15px 0 auto;
}

.culture-people-detail-area_section__figure._left {
  margin: 20px 0 0 -15px;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_section__figure._left {
    order: 1;
  }
}
.culture-people-detail-area_section__figure._top {
  order: 1;
  margin-top: 0;
}

.culture-people-detail-area_section__figure._small {
  width: calc(100% - 130px);
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_section__figure {
    width: 528px;
  }
  .culture-people-detail-area_section__figure._right {
    margin: 0 0 0 50px;
  }
  .culture-people-detail-area_section__figure._left {
    margin: 0 50px 0 0;
  }
}
.culture-people-detail-area_section__heading {
  margin: 0;
  font-size: 1.625rem;
  line-height: 1.475;
  color: #006e46;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_section__heading {
    font-size: 2.5rem;
    letter-spacing: normal;
  }
}
.culture-people-detail-area_section p {
  margin: 20px 0 0;
  font-size: 0.875rem;
  line-height: 1.85;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_section p {
    margin-top: 30px;
    font-size: 1.125rem;
    line-height: 1.72;
    letter-spacing: normal;
  }
}
.culture-people-detail-area_section p small,
.information-bosyu-pages_section__p small {
  font-size: 0.75rem;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_section p small {
    font-size: 0.875rem;
  }
}
.culture-people-detail-area_footer {
  margin-top: 50px;
  background-color: #006e46;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_footer {
    margin-top: 80px;
  }
}
.culture-people-detail-area_footer__container {
  padding: 40px 0 80px;
  margin: 0 35px;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_footer__container {
    width: 1100px;
    padding: 80px 0 150px;
    margin-right: auto;
    margin-left: auto;
  }
}
.culture-people-detail-area_footer__category {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_footer__category {
    font-size: 1rem;
  }
}
.culture-people-detail-area_footer__category::after {
  display: block;
  width: 20px;
  height: 3px;
  margin: 5px auto 0;
  content: "";
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_footer__category::after {
    width: 32px;
    height: 5px;
    margin-top: 8px;
  }
}
.culture-people-detail-area_footer__slide {
  position: relative;
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_footer__slide {
    margin-top: 50px;
  }
}
.culture-people-detail-area_footer__slide-nav {
  position: absolute;
  top: 50%;
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-top: -12px;
  color: #fff;
  cursor: pointer;
  border: 0;
  outline: 0;
}

.culture-people-detail-area_footer__slide-nav.slick-hidden {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_footer__slide-nav {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
.culture-people-detail-area_footer__slide-nav svg {
  display: block;
  width: 12px;
  height: 24px;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_footer__slide-nav svg {
    width: 20px;
    height: 40px;
  }
}
.culture-people-detail-area_footer__slide-nav._prev {
  left: -28px;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_footer__slide-nav._prev {
    left: -40px;
  }
}
.culture-people-detail-area_footer__slide-nav._next {
  right: -28px;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_footer__slide-nav._next {
    right: -40px;
  }
}
.culture-people-detail-area_footer__people {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_footer__people li {
    overflow: hidden;
  }
}
.culture-people-detail-area_footer__people a {
  display: block;
  margin: 0 5px;
  color: #000;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_footer__people a {
    margin: 0 16px -15px;
    transition: color 0.25s;
  }
  .culture-people-detail-area_footer__people a:hover {
    color: #404040;
  }
}
.culture-people-detail-area_footer__people-overview {
  padding: 5px;
  line-height: 1.36;
  letter-spacing: 0.06em;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_footer__people-overview {
    padding: 10px 15px;
    transform: translate(15px, -15px);
    backface-visibility: hidden;
  }
}
.culture-people-detail-area_footer__people-name {
  margin: 0;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_footer__people-name {
    font-size: 1.25rem;
  }
}
.culture-people-detail-area_footer__people-name span {
  display: block;
  font-size: 0.6875rem;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_footer__people-name span {
    font-size: 0.75rem;
  }
}
.culture-people-detail-area_footer__people-profile {
  margin-top: 10px;
  font-size: 0.6875rem;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail-area_footer__people-profile {
    font-size: 0.75rem;
  }
}
.culture-people-detail-area._area .culture-people-detail-area_header {
  background-color: #006e46;
}

.culture-people-detail-area._area .culture-people-detail-area_section__heading {
  color: #006e46;
}

.culture-people-detail-area._area .culture-people-detail-area_footer {
  background-color: #006e46;
}

.header-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.header-box .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .header-box .left {
    width: 100%;
  }
}
.header-box .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .header-box .right {
    width: 100%;
  }
}

.culture-people-detail_header {
  position: relative;
}

.culture-people-detail_header__heading {
  margin: 0;
  font-size: 56px;
  font-family: "Shippori Mincho", serif !important;
  color: #fff;
  font-weight: 500 !important;
  line-height: 1.4;
  letter-spacing: -4px;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__heading {
    font-size: calc(7.4666666667 * var(--vw));
    letter-spacing: calc(-0.8 * var(--vw));
  }
}

.culture-people-detail_header__heading._ls-2 {
  letter-spacing: -2px;
}

@media (max-width: 767px) {
  .culture-people-detail_header__heading br {
    display: none;
  }
}
/*@media print,screen and (min-width:768px){
    .culture-people-detail_header__heading {
        font-size: 2.8125rem
    }
}*/
.culture-people-detail_header__img {
  margin-top: 25px;
}

.culture-people-detail_header__img {
  position: absolute;
  /*top: -39px;
    right: -75px;*/
  top: 20px;
  right: 0;
  z-index: -1;
  width: 575px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__img {
    top: initial;
    position: relative;
    width: 100%;
    margin-top: calc(6.6666666667 * var(--vw));
  }
}
.culture-people-detail_header__img img {
  width: 100%;
}

.culture-people-detail_header__img2 {
  /*top: -39px;
    right: -75px;*/
  top: 20px;
  right: 0;
  z-index: -1;
  width: 575px;
  margin: 25px 0 0;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__img2 {
    top: initial;
    position: relative;
    width: 100%;
    margin-top: calc(6.6666666667 * var(--vw));
  }
}
.culture-people-detail_header__img2 img {
  width: 100%;
}

.culture-people-detail_header__year {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  margin-top: 40px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__year {
    font-size: calc(3.7333333333 * var(--vw));
    margin-top: calc(4.2666666667 * var(--vw));
  }
}
.culture-people-detail_header__year .nen {
  font-size: 14px;
  margin-left: 2px;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__year .nen {
    font-size: calc(3.2 * var(--vw));
    margin-left: calc(0.5333333333 * var(--vw));
    margin-top: calc(0.5333333333 * var(--vw));
  }
}
.culture-people-detail_header__year .y_1-3 {
  display: flex;
  align-items: center;
  background-color: #000AC5;
  padding: 1px 14px 3px;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__year .y_1-3 {
    padding: calc(0.2666666667 * var(--vw)) calc(3.7333333333 * var(--vw)) calc(0.8 * var(--vw));
  }
}
.culture-people-detail_header__year .y_4-7 {
  display: flex;
  align-items: center;
  background-color: #000AC5;
  padding: 1px 14px 3px;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__year .y_4-7 {
    padding: calc(0.2666666667 * var(--vw)) calc(3.7333333333 * var(--vw)) calc(0.8 * var(--vw));
  }
}
.culture-people-detail_header__year .y_8- {
  display: flex;
  align-items: center;
  background-color: #000AC5;
  padding: 1px 14px 3px;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__year .y_8- {
    padding: calc(0.2666666667 * var(--vw)) calc(3.7333333333 * var(--vw)) calc(0.8 * var(--vw));
  }
}

.culture-people-detail_header__year2 {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__year2 {
    font-size: calc(3.7333333333 * var(--vw));
  }
}
.culture-people-detail_header__year2 .nen {
  font-size: 14px;
  margin-left: 2px;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__year2 .nen {
    font-size: calc(3.2 * var(--vw));
    margin-left: calc(0.5333333333 * var(--vw));
    margin-top: calc(0.5333333333 * var(--vw));
  }
}
.culture-people-detail_header__year2 .y_1-3 {
  display: flex;
  align-items: center;
  background-color: #000AC5;
  padding: 1px 14px 3px;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__year2 .y_1-3 {
    padding: calc(0.2666666667 * var(--vw)) calc(3.7333333333 * var(--vw)) calc(0.8 * var(--vw));
  }
}
.culture-people-detail_header__year2 .y_4-7 {
  display: flex;
  align-items: center;
  background-color: #000AC5;
  padding: 1px 14px 3px;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__year2 .y_4-7 {
    padding: calc(0.2666666667 * var(--vw)) calc(3.7333333333 * var(--vw)) calc(0.8 * var(--vw));
  }
}
.culture-people-detail_header__year2 .y_8- {
  display: flex;
  align-items: center;
  background-color: #000AC5;
  padding: 1px 14px 3px;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__year2 .y_8- {
    padding: calc(0.2666666667 * var(--vw)) calc(3.7333333333 * var(--vw)) calc(0.8 * var(--vw));
  }
}
.culture-people-detail_header__year2 .y_nenme {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000AC5;
  padding: 1px 14px 3px;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__year2 .y_nenme {
    padding: calc(0.2666666667 * var(--vw)) 0 calc(0.8 * var(--vw));
  }
}
.culture-people-detail_header__year2 .nenme {
  font-size: 14px;
  margin-left: 2px;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__year2 .nenme {
    font-size: calc(3.2 * var(--vw));
    margin-left: calc(0.5333333333 * var(--vw));
    margin-top: calc(0.5333333333 * var(--vw));
  }
}
.culture-people-detail_header__year2 .nenme2 {
  font-size: 14px;
  margin-left: 2px;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__year2 .nenme2 {
    font-size: calc(3.2 * var(--vw));
    margin-left: calc(0.5333333333 * var(--vw));
    margin-top: calc(0.5333333333 * var(--vw));
  }
}

.culture-people-detail_header__name {
  color: #ccc;
  display: inline-block;
  margin: 10px 0 0;
}
.culture-people-detail_header__name-ja {
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__name-ja {
    font-size: calc(6.4 * var(--vw));
  }
}
.culture-people-detail_header__name-en {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__name-en {
    font-size: calc(3.7333333333 * var(--vw));
  }
}

.culture-people-detail_header__metas {
  color: #ccc;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 20px 0 0;
  font-size: 0.75rem;
  line-height: 1.1;
  list-style: none;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail_header__metas {
    width: 530px;
    margin-top: 15px;
    font-size: 1.0625rem;
  }
}
.culture-people-detail_header__meta:not(:last-child)::after {
  display: inline-block;
  padding: 0 10px;
  content: "|";
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail_header__meta:not(:last-child)::after {
    padding: 0 15px;
  }
}
.culture-people-detail_header__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 0;
  margin: 5px 0 0 -10px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__tags {
    margin-top: calc(2.6666666667 * var(--vw));
  }
}

.culture-people-detail_header__tag {
  padding: 5px 12px;
  margin-top: 15px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 1;
  color: #7c7c7c;
  border: 1px solid #7c7c7c;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__tag {
    padding: calc(1.3333333333 * var(--vw)) calc(3.2 * var(--vw));
    margin-top: calc(4 * var(--vw));
    margin-left: calc(2.6666666667 * var(--vw));
    font-size: calc(3.2 * var(--vw));
    border-radius: calc(5.3333333333 * var(--vw));
  }
}

.culture-people-detail_header__history {
  position: absolute;
  top: 550px;
  right: 0;
  max-width: 575px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__history {
    top: initial;
    position: relative;
    margin-top: calc(4.2666666667 * var(--vw));
  }
}

.culture-people-detail_header__history2 {
  top: 550px;
  right: 0;
  max-width: 575px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__history2 {
    top: initial;
    position: relative;
    margin-top: calc(4.2666666667 * var(--vw));
  }
}

.culture-people-detail_header__history-items {
  padding: 5px;
  margin: 0;
  font-size: calc(4.2666666667 * var(--vw));
  line-height: 1.6;
  color: #ccc;
  letter-spacing: -0.1px;
  list-style: none;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail_header__history-items {
    padding: 0;
    font-size: 16px;
    background-color: transparent;
    margin-bottom: 16px;
    line-height: 1.6;
    letter-spacing: -0.1px;
    display: inline-block;
  }
}
.culture-people-detail_header__history-item {
  display: flex;
}

.culture-people-detail_header__history-item div:first-child {
  margin-right: 0.5em;
  white-space: nowrap;
}

.culture-people-detail_header__lead,
.guideline .l_content p {
  margin: 30px 0 0;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail_header__lead {
    width: 530px;
    margin-top: 40px;
    font-size: 1.0625rem;
  }
}
.culture-people-detail_header__notes {
  margin: 10px 0 40px;
  font-size: calc(3.7333333333 * var(--vw));
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_header__notes {
    margin: 0 0 calc(8 * var(--vw));
  }
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail_header__notes {
    margin-top: 10px;
    font-size: 14px;
  }
}
.culture-people-detail_section {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail_section {
    /* margin-top: 50px */
    margin-top: 110px;
  }
  .culture-people-detail_section:first-of-type {
    margin-top: 110px;
  }
}
.culture-people-detail_section._top {
  margin-top: 258px;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_section._top {
    margin-top: calc(10.6666666667 * var(--vw));
  }
}

.culture-people-detail_section._top2 {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_section._top2 {
    margin-top: calc(6.6666666667 * var(--vw));
  }
}

.culture-people-detail_section__heading {
  margin: 0;
  font-size: 36px;
  line-height: 1.4;
  color: #fff;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_section__heading {
    font-size: calc(6.4 * var(--vw));
  }
}

.culture-people-detail_section__text {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail_section__text {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .culture-people-detail_section__text._1col {
    display: block;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .culture-people-detail_section__text._1col .culture-people-detail_section__p {
    width: auto;
  }
}
.culture-people-detail_section__p {
  width: 48%;
  font-size: 16px;
  line-height: 1.6;
  color: #ccc;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_section__p {
    font-size: calc(4.2666666667 * var(--vw));
    width: 100%;
  }
}

.culture-people-detail_section__figure {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .culture-people-detail_section__figure {
    margin-top: 20px;
  }
}

.culture-people-detail_footer {
  margin-top: 50px;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail_footer {
    margin-top: 120px;
  }
}
.culture-people-detail_footer__heading {
  height: 40px;
  font-size: 1.09375rem;
  line-height: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #0279c5;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail_footer__heading {
    height: 80px;
    font-size: 1.6875rem;
    line-height: 80px;
  }
}
.culture-people-detail_footer__slide {
  position: relative;
  margin-top: 35px;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail_footer__slide {
    margin-top: 45px;
  }
}
.culture-people-detail_footer__slide-nav {
  position: absolute;
  top: 50%;
  display: none;
  width: 26px;
  height: 60px;
  padding: 0;
  margin-top: -30px;
  color: #004c9f;
  cursor: pointer;
  border: 0;
  outline: 0;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail_footer__slide-nav {
    display: block;
  }
}
.culture-people-detail_footer__slide-nav.slick-hidden,
.culture-people_filters._opened .culture-people_filters__trigger._open {
  display: none;
}

.culture-people-detail_footer__slide-nav svg {
  display: block;
  width: 26px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
}

.culture-people-detail_footer__slide-nav._prev {
  left: -56px;
}

.culture-people-detail_footer__slide-nav._next {
  right: -56px;
}

.culture-people-detail_footer__items .slick-list {
  margin-right: -7px;
  margin-left: -7px;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail_footer__items .slick-list {
    margin-right: -16px;
    margin-left: -16px;
  }
}
.culture-people-detail_footer__items .slick-slide {
  margin-right: 7px;
  margin-left: 7px;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail_footer__items .slick-slide {
    margin-right: 16px;
    margin-left: 16px;
  }
}
.culture-people-detail_footer__item._y-1-3 .culture-people-detail_footer__article-year {
  background-color: #abcd03;
}

.culture-people-detail_footer__item._y-4-7 .culture-people-detail_footer__article-year {
  background-color: #f39800;
}

.culture-people-detail_footer__item._y-8- .culture-people-detail_footer__article-year {
  background-color: #009ce5;
}

.culture-people-detail_footer__article {
  display: block;
  color: #000 !important;
  text-decoration: none !important;
}

.culture-people-detail_footer__article-thumb {
  position: relative;
}

.culture-people-detail_footer__article-year {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
  width: 60px;
  height: 15px;
  font-size: 0.625rem;
  line-height: 15px;
  color: #fff;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail_footer__article-year {
    top: 20px;
    width: 90px;
    height: 24px;
    font-size: 0.8125rem;
    line-height: 24px;
  }
}
.culture-people-detail_footer__article-name {
  margin: 10px 0 0;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail_footer__article-name {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
}
.culture-people-detail_footer__article-name-ja {
  display: block;
  font-size: 1.15625rem;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail_footer__article-name-ja {
    font-size: 1.5rem;
  }
}
.culture-people-detail_footer__article-name-en {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail_footer__article-name-en {
    margin-top: 0.5em;
    margin-left: 20px;
  }
}
.culture-people-detail_footer__article-department {
  margin-top: 5px;
  font-size: 0.75rem;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail_footer__article-department {
    font-size: 0.8125rem;
  }
}
.culture-people-detail_footer__article-tags {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 5px 0 0 -5px;
  list-style: none;
}

.culture-people-detail_footer__article-tag {
  padding: 3px;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 0.625rem;
  line-height: 1;
  color: #004c9f;
  border: 1px solid #004c9f;
}

@media print, screen and (min-width: 768px) {
  .culture-people-detail_footer__article-tag {
    font-size: 0.8125rem;
  }
}
.culture-people_notice {
  padding: 10px;
  margin: 0 0 40px;
  font-size: 0.875rem;
  color: #ff2600;
  border: 1px solid #ff2600;
}

@media print, screen and (min-width: 768px) {
  .culture-people_notice {
    padding: 20px;
    margin-bottom: 60px;
    font-size: 1rem;
  }
}
.culture-people_notice a {
  color: #ff2600;
}

.culture-people_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -20px;
}

@media print, screen and (min-width: 768px) {
  .culture-people_items {
    margin-top: -50px;
  }
}
.culture-people_items__item {
  width: 48%;
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .culture-people_items__item {
    width: 312px;
    margin-top: 50px;
  }
}
.culture-people_items__gutter-sizer {
  width: 4%;
}

@media print, screen and (min-width: 768px) {
  .culture-people_items__gutter-sizer {
    width: 32px;
  }
}
.culture-people_no-results {
  display: none;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .culture-people_no-results {
    font-size: 1.125rem;
    text-align: center;
  }
}
.culture-people_article {
  display: block;
  color: #000 !important;
  text-decoration: none !important;
}

.culture-people_article__thumb {
  position: relative;
}

.culture-people_article__year {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
  width: 60px;
  height: 15px;
  font-size: 0.625rem;
  line-height: 15px;
  color: #fff;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .culture-people_article__year {
    top: 20px;
    width: 90px;
    height: 24px;
    font-size: 0.8125rem;
    line-height: 24px;
  }
}
.culture-people_article__name {
  margin: 10px 0 0;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .culture-people_article__name {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
}
.culture-people_article__name-ja {
  display: block;
  font-size: 1.15625rem;
}

@media print, screen and (min-width: 768px) {
  .culture-people_article__name-ja {
    font-size: 1.5rem;
  }
}
.culture-people_article__name-en {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 768px) {
  .culture-people_article__name-en {
    margin-top: 0.5em;
    margin-left: 20px;
  }
}
.culture-people_article__department {
  margin-top: 5px;
  font-size: 0.75rem;
}

@media print, screen and (min-width: 768px) {
  .culture-people_article__department {
    font-size: 0.8125rem;
  }
}
.culture-people_article__tags {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 5px 0 0 -5px;
  list-style: none;
}

.culture-people_article__tag {
  padding: 3px;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 0.625rem;
  line-height: 1;
  color: #004c9f;
  border: 1px solid #004c9f;
}

@media print, screen and (min-width: 768px) {
  .culture-people_article__tag {
    font-size: 0.8125rem;
  }
}
.culture-people_items__item._y-1-3 .culture-people_article__year {
  background-color: #abcd03;
}

.culture-people_items__item._y-4-7 .culture-people_article__year {
  background-color: #f39800;
}

.culture-people_items__item._y-8- .culture-people_article__year {
  background-color: #009ce5;
}

.culture-people_filters {
  position: relative;
  z-index: 9999;
}

.culture-people_filters .m_overlay {
  display: none;
  background-color: rgba(3, 44, 86, 0.4);
}

.culture-people_filters._opened .culture-people_filters__container {
  transform: translateX(0);
}

.culture-people_filters._opened .culture-people_filters__trigger._close {
  display: block;
}

.culture-people_filters__container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20000;
  width: 79.4666666667vw;
  max-width: 298px;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(100%);
}

@media print, screen and (min-width: 768px) {
  .culture-people_filters__container {
    width: 500px;
    max-width: none;
  }
}
.culture-people_filters__main {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 25px;
  overflow: auto;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .culture-people_filters__main {
    padding: 50px;
  }
}
.culture-people_filters__section {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .culture-people_filters__section {
    margin-top: 40px;
  }
}
.culture-people_filters__section:first-child,
.culture-sonzaiigi_c1__value dl > div:first-child,
.culture-sonzaiigi_c1__value dt:first-child,
.culture-works_lnav li:first-child,
.guideline .l_content p:first-child {
  margin-top: 0;
}

.culture-people_filters__heading {
  margin: 0;
  font-size: 0.65625rem;
  line-height: 1;
  color: #032c56;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 768px) {
  .culture-people_filters__heading {
    font-size: 1.125rem;
  }
}
.culture-people_filters__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 4px 0 0;
  list-style: none;
}

@media print, screen and (min-width: 768px) {
  .culture-people_filters__items {
    margin-top: 0;
  }
}
.culture-people_filters__item {
  width: 49%;
  margin-top: 6px;
}

@media print, screen and (min-width: 768px) {
  .culture-people_filters__item {
    margin-top: 10px;
  }
}
.culture-people_filters__filter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  font-size: 0.625rem;
  line-height: 1.1;
  color: #032c56;
  letter-spacing: 0.05em;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #032c56;
  transition-duration: 0.1s;
  transition-property: background-color, color;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media print, screen and (min-width: 768px) {
  .culture-people_filters__filter-button {
    height: 42px;
    font-size: 1rem;
  }
}
.culture-people_filters__filter-button._on {
  color: #fff;
  background-color: #032c56;
}

.culture-people_filters__filter-reset,
.culture-people_filters__filter-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  font-size: 0.65625rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media print, screen and (min-width: 768px) {
  .culture-people_filters__filter-reset,
  .culture-people_filters__filter-submit {
    height: 42px;
    font-size: 1rem;
  }
}
.culture-people_filters__filter-reset {
  background-color: #bebfbf;
}

.culture-people_filters__filter-submit {
  margin-top: 6px;
  background-color: #0279c5;
}

@media print, screen and (min-width: 768px) {
  .culture-people_filters__filter-submit {
    margin-top: 10px;
  }
}
.culture-people_filters__trigger {
  position: absolute;
  top: calc(50% - 30px);
  left: -50px;
  z-index: 20001;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  color: #fff;
  cursor: pointer;
  background-color: #032c56;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media print, screen and (min-width: 768px) {
  .culture-people_filters__trigger {
    top: calc(50% - 60px);
    left: -100px;
    width: 100px;
    height: 120px;
  }
}
.culture-people_filters__trigger._open::before {
  left: -10px;
  border-color: transparent #032d56 transparent transparent;
  border-width: 30px 10px 30px 0;
}

@media print, screen and (min-width: 768px) {
  .culture-people_filters__trigger._open::before {
    left: -20px;
    border-width: 60px 20px 60px 0;
  }
}
.culture-people_filters__trigger._close {
  display: none;
}

.culture-people_filters__trigger._close::before {
  right: -10px;
  border-color: transparent transparent transparent #032d56;
  border-width: 30px 0 30px 10px;
}

@media print, screen and (min-width: 768px) {
  .culture-people_filters__trigger._close::before {
    right: -20px;
    border-width: 60px 0 60px 20px;
  }
}
.culture-people_filters__trigger::before {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
}

.culture-people_filters__trigger span {
  display: block;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
}

.culture-people_filters__trigger span:first-child {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.71875rem;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .culture-people_filters__trigger span:first-child {
    font-size: 1.4375rem;
  }
}
.culture-people_filters__trigger span:last-child {
  margin-top: 5px;
  font-size: 0.625rem;
  transform: scale(0.8);
}

@media print, screen and (min-width: 768px) {
  .culture-people_filters__trigger span:last-child {
    font-size: 1rem;
    transform: scale(1);
  }
}
@font-face {
  font-family: Lato;
  src: url("/assets/vendors/group-common/font/Lato-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Lato;
  src: url("/assets/vendors/group-common/font/Lato-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
.group-footer__main {
  background-color: #002656;
}

.group-footer__mainInner {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  box-sizing: content-box;
}

@media screen and (min-width: 768px) {
  .group-footer__mainInner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 48px 28px;
    row-gap: 23px;
  }
}
.group-footer__copyArea {
  display: grid;
  text-align: center;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
  .group-footer__copyArea {
    padding-top: 28px;
    row-gap: 16px;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, auto);
  }
}
.group-footer__message {
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .group-footer__message {
    text-align: right;
  }
}
.group-footer__messageLink {
  transition: opacity 0.3s;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .group-footer__messageLink {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 767.98px) {
  .group-footer__messageImg {
    max-width: 160px;
  }
  html[lang=en] .group-footer__messageImg {
    max-width: 200px;
  }
}
@media screen and (max-width: 767.98px) {
  .group-footer__logo {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .group-footer__logo {
    grid-column: 1/2;
    grid-row: 1/3;
    display: flex;
    align-items: center;
  }
}
.group-footer__logoImg {
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .group-footer__logoImg {
    max-width: 192px;
  }
  html[lang=en] .group-footer__logoImg {
    max-width: 282px;
  }
}
.group-footer__copy {
  margin: 0;
  line-height: 1.3;
}

@media screen and (max-width: 767.98px) {
  .group-footer__copy {
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .group-footer__copy {
    grid-column: 2/3;
    grid-row: 2/3;
    text-align: right;
  }
}
.group-footer__copy small {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: Lato, sans-serif;
}

.text-right {
  text-align: right !important;
}/*# sourceMappingURL=style.css.map */