@charset "UTF-8";
small {
  font-size: 13px;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  transition: 0.3s;
}

a:active,
a:hover {
  outline-width: 0;
}

ul {
  list-style-type: none;
}

ul li {
  text-decoration: none;
}

li {
  list-style: inherit;
}

b,
strong {
  font-weight: 600;
}

mark {
  color: inherit;
  background: linear-gradient(transparent 60%, #F5FF00 0%);
}

img {
  border-style: none;
  height: auto;
}

.color_default {
  color: #333;
}

.color_white {
  color: #fff;
}

.color_black {
  color: #333;
}

.color_primary {
  color: #3057D7;
}

.bg_color_primary {
  background-color: #3057D7;
  color: #fff;
}

.color_second {
  color: #4A5E98;
}

.bg_color_second {
  background-color: #4A5E98;
}

.color_accent_1 {
  color: #F5FF00;
}

.color_accent_2 {
  color: #ff5252;
}

.color_accent_3 {
  color: #5ac8f0;
}

.bg_color {
  background-color: #ECEFF8;
}

.bg_color_light {
  background-color: #F9FAFD;
}

a {
  color: #4A5E98;
}

.bg_color_primary a {
  color: #fff;
}

@media (hover: hover) {
  .bg_color_primary a:hover,
.bg_color a:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .bg_color_primary a:active,
.bg_color a:active {
    text-decoration: underline;
  }
}

@media (hover: hover) {
  .text_decoration_none a:hover {
    text-decoration: none !important;
  }
}
@media (hover: none) {
  .text_decoration_none a:active {
    text-decoration: none !important;
  }
}

a span {
  color: inherit !important;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  font-family: "Avenir", "Leelawadee UI", "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Arial, Verdana, sans-serif;
  font-weight: 200;
  color: #333;
}

* {
  font-size: 15px;
  font-weight: 200;
}
@media screen and (max-width: 375px) {
  * {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5 {
  line-height: 1.5;
}

.fz_large {
  font-size: clamp(16px , 1.6vw, 18px);
}

.fz_small {
  font-size: 13px !important;
}

.fz_smaller {
  font-size: 11px !important;
}

.fz_h1 {
  font-size: clamp(29px , 4vw, 70px);
  line-height: 1.2;
  font-weight: 400;
  font-family: "Avenir", "Leelawadee UI";
  position: relative;
  display: block;
  margin-top: 12rem;
  margin-bottom: 7rem;
  color: #3057D7;
  text-align: center;
  font-weight: 600;
  border-left: none;
  padding: 0;
}
.fz_h1.rev {
  color: #fff;
}
.fz_h1 span {
  display: block;
  font-weight: 500;
  padding-bottom: 1.5vw;
  font-size: clamp(16px, 4vw, 50%);
  color: inherit !important;
}
.fz_h1:after {
  position: absolute;
  content: "";
  margin: 0 auto;
  top: 78%;
  left: 0px;
  right: 0px;
  max-width: 600px;
  height: 72px;
  background-image: url("/assets/about/icon/ttl_style01.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 98% auto;
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .fz_h1:after {
    background-size: 70vw auto;
  }
}
.bg_color_primary .fz_h1:after {
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .fz_h1 {
    margin-top: 9rem;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .fz_h2 {
    line-height: 1.5;
  }
}
.fz_h2 {
  font-size: clamp(21px , 2vw, 36px);
  font-weight: 400;
  font-family: "Avenir", "Leelawadee UI";
  border-left: none;
  padding: 0;
  margin-bottom: 0;
  line-height: 1.75;
}

.fz_h3 {
  font-size: clamp(16px , 1.5vw, 24px);
  font-weight: 400;
  padding: 0;
  line-height: 1.75;
}

.fz_h4,
.fz_h4 li, .fz_h4 li a {
  font-size: clamp(15px , 1.5vw, 19px);
  line-height: 1.5;
}

.sub_ttl {
  font-size: clamp(27px , 3vw, 47px);
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: normal;
  color: #3057D7;
  letter-spacing: 1px;
  line-height: 1;
}
.sub_ttl:first-letter {
  font-size: clamp(40px , 5.4vw, 72px);
  font-weight: 500;
  font-style: italic;
}

.flex_row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .flex_row {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.flex_column {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.gap2 {
  gap: 2vw;
}

.gap2_row {
  row-gap: 2vw;
}

.gap2_col {
  column-gap: 2vw;
}

.gap4 {
  gap: 4vw;
}

.gap4_row {
  row-gap: 4vw;
}

.gap4_col {
  column-gap: 4vw;
}

.gap6 {
  gap: 6vw;
}

.gap6_row {
  row-gap: 6vw;
}

.gap6_col {
  column-gap: 6vw;
}

.gap8 {
  gap: 8vw;
}

.gap8_row {
  row-gap: 8vw;
}

.gap8_col {
  column-gap: 8vw;
}

@media screen and (min-width: 769px) {
  html#home-html,
html#home-en-html {
    --top-spacing: 100px;
    scroll-padding-top: var(--top-spacing);
  }

  body#home,
body#home_en {
    margin-top: var(--top-spacing) auto;
  }
}
@media screen and (max-width: 768px) {
  html#home-html,
html#home-en-html {
    --top-spacing: 61px;
    scroll-padding-top: var(--top-spacing);
  }

  body#home {
    margin-top: var(--top-spacing) auto;
  }
}
.w100 {
  width: 100%;
}

.d_block {
  display: block;
}

.d_inline {
  display: inline-block;
}

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

.fb {
  font-weight: 600;
}

.fn {
  font-weight: normal;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.letter1 {
  letter-spacing: 1px;
}

.letter2 {
  letter-spacing: 2px;
}

.letter10 {
  letter-spacing: 10px;
}

.line_height18 {
  line-height: 1.8;
}

.line_height2 {
  line-height: 2;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mt4 {
  margin-top: 4rem;
}

.mt5 {
  margin-top: 5rem;
}

.mt6 {
  margin-top: 6rem;
}

.mt7 {
  margin-top: 7rem;
}

.mt8 {
  margin-top: 8rem;
}

.mt9 {
  margin-top: 9rem;
}

.mt10 {
  margin-top: 10rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.mb5 {
  margin-bottom: 5rem;
}

.mb6 {
  margin-bottom: 6rem;
}

.mb7 {
  margin-bottom: 7rem;
}

.mb8 {
  margin-bottom: 8rem;
}

.mb9 {
  margin-bottom: 9rem;
}

.mb10 {
  margin-bottom: 10rem;
}

.ml1 {
  margin-left: 1vw;
}

.ml2 {
  margin-left: 2vw;
}

.ml3 {
  margin-left: 3vw;
}

.ml4 {
  margin-left: 4vw;
}

.ml5 {
  margin-left: 5vw;
}

.ml6 {
  margin-left: 6vw;
}

.ml7 {
  margin-left: 7vw;
}

.ml8 {
  margin-left: 8vw;
}

.ml9 {
  margin-left: 9vw;
}

.ml10 {
  margin-left: 10vw;
}

.mr1 {
  margin-right: 1vw;
}

.mr2 {
  margin-right: 2vw;
}

.mr3 {
  margin-right: 3vw;
}

.mr4 {
  margin-right: 4vw;
}

.mr5 {
  margin-right: 5vw;
}

.mr6 {
  margin-right: 6vw;
}

.mr7 {
  margin-right: 7vw;
}

.mr8 {
  margin-right: 8vw;
}

.mr9 {
  margin-right: 9vw;
}

.mr10 {
  margin-right: 10vw;
}

.pt1 {
  padding-top: 1rem;
}

.pt2 {
  padding-top: 2rem;
}

.pt3 {
  padding-top: 3rem;
}

.pt4 {
  padding-top: 4rem;
}

.pt5 {
  padding-top: 5rem;
}

.pt6 {
  padding-top: 6rem;
}

.pt7 {
  padding-top: 7rem;
}

.pt8 {
  padding-top: 8rem;
}

.pt9 {
  padding-top: 9rem;
}

.pt10 {
  padding-top: 10rem;
}

.pb1 {
  padding-bottom: 1rem;
}

.pb2 {
  padding-bottom: 2rem;
}

.pb3 {
  padding-bottom: 3rem;
}

.pb4 {
  padding-bottom: 4rem;
}

.pb5 {
  padding-bottom: 5rem;
}

.pb6 {
  padding-bottom: 6rem;
}

.pb7 {
  padding-bottom: 7rem;
}

.pb8 {
  padding-bottom: 8rem;
}

.pb9 {
  padding-bottom: 9rem;
}

.pb10 {
  padding-bottom: 10rem;
}

.pl1 {
  padding-left: 1vw;
}

.pl2 {
  padding-left: 2vw;
}

.pl3 {
  padding-left: 3vw;
}

.pl4 {
  padding-left: 4vw;
}

.pl5 {
  padding-left: 5vw;
}

.pl6 {
  padding-left: 6vw;
}

.pl7 {
  padding-left: 7vw;
}

.pl8 {
  padding-left: 8vw;
}

.pl9 {
  padding-left: 9vw;
}

.pl10 {
  padding-left: 10vw;
}

.pr1 {
  padding-right: 1vw;
}

.pr2 {
  padding-right: 2vw;
}

.pr3 {
  padding-right: 3vw;
}

.pr4 {
  padding-right: 4vw;
}

.pr5 {
  padding-right: 5vw;
}

.pr6 {
  padding-right: 6vw;
}

.pr7 {
  padding-right: 7vw;
}

.pr8 {
  padding-right: 8vw;
}

.pr9 {
  padding-right: 9vw;
}

.pr10 {
  padding-right: 10vw;
}

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

  .br-pc {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .mt3 {
    margin-top: 2.25rem;
  }

  .mt4 {
    margin-top: 3rem;
  }

  .mt5 {
    margin-top: 3.75rem;
  }

  .mt6 {
    margin-top: 4.5rem;
  }

  .mt7 {
    margin-top: 5.25rem;
  }

  .mt8 {
    margin-top: 6rem;
  }

  .mt9 {
    margin-top: 6.75rem;
  }

  .mt10 {
    margin-top: 7.5rem;
  }

  .mb3 {
    margin-bottom: 2.25rem;
  }

  .mb4 {
    margin-bottom: 3rem;
  }

  .mb5 {
    margin-bottom: 3.75rem;
  }

  .mb6 {
    margin-bottom: 4.5rem;
  }

  .mb7 {
    margin-bottom: 5.25rem;
  }

  .mb8 {
    margin-bottom: 6rem;
  }

  .mb9 {
    margin-bottom: 6.75rem;
  }

  .mb10 {
    margin-bottom: 7.5rem;
  }

  .pt4 {
    padding-top: 3rem;
  }

  .pt5 {
    padding-top: 3.75rem;
  }

  .pt6 {
    padding-top: 4.5rem;
  }

  .pt7 {
    padding-top: 5.25rem;
  }

  .pt8 {
    padding-top: 6rem;
  }

  .pt9 {
    padding-top: 6.75rem;
  }

  .pt10 {
    padding-top: 7.5rem;
  }

  .pb4 {
    padding-bottom: 3rem;
  }

  .pb5 {
    padding-bottom: 3.75rem;
  }

  .pb6 {
    padding-bottom: 4.5rem;
  }

  .pb7 {
    padding-bottom: 5.25rem;
  }

  .pb8 {
    padding-bottom: 6rem;
  }

  .pb9 {
    padding-bottom: 6.75rem;
  }

  .pb10 {
    padding-bottom: 7.5rem;
  }

  .pl4 {
    padding-left: 3vw;
  }

  .pl5 {
    padding-left: 3.75vw;
  }

  .pl6 {
    padding-left: 4.5vw;
  }

  .pl7 {
    padding-left: 5.25vw;
  }

  .pl8 {
    padding-left: 6vw;
  }

  .pl9 {
    padding-left: 6.75vw;
  }

  .pl10 {
    padding-left: 7.5vw;
  }

  .pr4 {
    padding-right: 3vw;
  }

  .pr5 {
    padding-right: 3.75vw;
  }

  .pr6 {
    padding-right: 4.5vw;
  }

  .pr7 {
    padding-right: 5.25vw;
  }

  .pr8 {
    padding-right: 6vw;
  }

  .pr9 {
    padding-right: 6.75vw;
  }

  .pr10 {
    padding-right: 7.5vw;
  }

  .br-sp {
    display: block !important;
  }

  .br-pc {
    display: none !important;
  }

  .sp_mt0 {
    margin-top: 0;
  }

  .sp_mb0 {
    margin-bottom: 0;
  }

  .sp_pt0 {
    padding-top: 0;
  }

  .sp_pb0 {
    padding-bottom: 0;
  }

  .sp_mt1 {
    margin-top: 1rem;
  }

  .sp_mb1 {
    margin-bottom: 1rem;
  }

  .sp_pt1 {
    padding-top: 1rem;
  }

  .sp_pb1 {
    padding-bottom: 1rem;
  }

  .sp_mt2 {
    margin-top: 2rem;
  }

  .sp_mb2 {
    margin-bottom: 2rem;
  }

  .sp_pt2 {
    padding-top: 1rem;
  }

  .sp_pb2 {
    padding-bottom: 2rem;
  }

  .sp_pb6 {
    padding-bottom: 6rem;
  }
}
section {
  width: 100%;
}

.container_inner {
  width: calc(100% - 10%);
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
}

.container_contents {
  width: calc(100% - 10%);
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.repeat_container {
  display: grid;
  -webkit-justify-items: center;
  justify-items: center;
  gap: 2vw;
}
.repeat_container dl,
.repeat_container figure {
  max-width: 100%;
}
.repeat_container dl dt img,
.repeat_container figure img {
  width: 100%;
}
.repeat_container figure a:hover {
  opacity: 0.7;
}

.grid_col_fill {
  margin-left: auto;
  margin-right: auto;
  gap: 4vw;
}
@media screen and (max-width: 640px) {
  .grid_col_fill {
    grid-template-columns: 1fr;
    row-gap: 8vw;
  }
}
@media screen and (min-width: 641px) {
  .grid_col_fill {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .grid_col_fill {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid_col_fill dt, .grid_col_fill dd {
  margin: 0 auto;
  max-width: 435px;
}
.grid_col_fill dt img, .grid_col_fill dd img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .container_contents.col2 {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .container_contents.col2 .grid_col_fill {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid_col2 {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 1fr;
  -webkit-align-items: stretch;
  align-items: stretch;
  row-gap: 4vw;
}
@media screen and (max-width: 768px) {
  .grid_col2 {
    grid-template-columns: 1fr;
  }
}

.grid_col2 .side {
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
}
.whatSmaPano .grid_col2 .side {
  max-height: 568px;
}
.grid_col2 .side video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid_col2 .side iframe {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  #fv {
    margin-top: 100px;
  }
}
.grid_col2 .main {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 6%);
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .grid_col2 .main {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #fv {
    margin-top: 61px;
  }

  #fv .grid_col2 .side {
    order: 2;
  }

  .whatSmaPano .grid_col2 .side {
    height: clamp(460px ,500px , 568px);
    overflow: hidden;
  }

  .grid_col2 .main,
.grid_col2 .side {
    width: calc(100% - 8%);
    margin-left: auto;
    margin-right: auto;
  }
}
#fv .grid_col2 .side {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.new {
  font-size: 14px;
  line-height: 1;
  padding: 3px 4px;
  margin: 0;
  color: #fff !important;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 7px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #ff5252;
  font-weight: 600;
}

.top_dot_line_primary {
  border-top: 1px dotted #3057D7;
}

.bottom_dot_line_primary {
  border-bottom: 1px dotted #3057D7;
}

.top_dot_line_white {
  border-top: 1px dotted #ECEFF8;
}

.bottom_dot_line_white {
  border-bottom: 1px dotted #ECEFF8;
}

.box_shadow {
  box-shadow: 5px -5px 0px 0 rgba(48, 87, 215, 0.2);
}

.scroll {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 2vw;
  overflow-x: auto;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .scroll {
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.btn_box {
  border: 1px solid #4a5e98;
}
.btn_box:hover {
  background: #3057D7;
  color: #fff;
}

@media (hover: hover) {
  ul.link_list01 li:hover {
    background: rgba(48, 87, 215, 0.1);
    color: #3057D7;
    transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
  }
}
@media (hover: none) {
  ul.link_list01 li:active {
    background: rgba(48, 87, 215, 0.1);
    color: #3057D7;
    transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
  }
}

.bg_color_primary .btn_square .fa-arrow-right,
.bg_color_primary .btn_square:hover .fa-arrow-right {
  border: none;
}

.btn_square {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: 8em;
  padding: 0.4rem 1rem 0.4rem 1.5rem;
  color: #fff;
  border: 1px solid #fff;
  background: #3057D7;
  line-height: 1;
}
@media (hover: hover) {
  .btn_square:hover {
    color: #3057D7 !important;
    border: 1px solid #3057D7;
    background: #fff;
    text-decoration: none !important;
  }
  a:hover .btn_square {
    color: #3057D7 !important;
    border: 1px solid #3057D7;
    background: #fff;
    text-decoration: none !important;
  }
}
@media (hover: none) {
  .btn_square:active {
    color: #3057D7 !important;
    border: 1px solid #3057D7;
    background: #fff;
    text-decoration: none !important;
  }
  a:active .btn_square {
    color: #3057D7 !important;
    border: 1px solid #3057D7;
    background: #fff;
    text-decoration: none !important;
  }
}

.btn_square_rev a, a .btn_square_rev {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: 8em;
  padding: 0.4rem 1rem 0.4rem 1.5rem;
  color: #3057D7;
  border: 1px solid #3057D7;
  background: #fff;
  line-height: 1;
}
@media (hover: hover) {
  .btn_square_rev a:hover, a .btn_square_rev:hover {
    color: #fff !important;
    border: 1px solid #fff;
    background: #3057D7;
    text-decoration: none !important;
  }
  a:hover .btn_square_rev a, a:hover a .btn_square_rev {
    color: #fff !important;
    border: 1px solid #fff;
    background: #3057D7;
    text-decoration: none !important;
  }
}
@media (hover: none) {
  .btn_square_rev a:active, a .btn_square_rev:active {
    color: #fff !important;
    border: 1px solid #fff;
    background: #3057D7;
    text-decoration: none !important;
  }
  a:active .btn_square_rev a, a:active a .btn_square_rev {
    color: #fff !important;
    border: 1px solid #fff;
    background: #3057D7;
    text-decoration: none !important;
  }
}

.btn_square.small a,
a.btn_square.small,
.btn_square_rev.small a,
a.btn_square_rev.small {
  padding: 0.2rem 1rem 0.2rem 1.5rem;
  min-width: auto;
}
.btn_square.small a span,
a.btn_square.small span,
.btn_square_rev.small a span,
a.btn_square_rev.small span {
  font-size: small;
  padding-top: 0.25rem;
}

.btn-round a,
a.btn-round,
button.btn-round {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: 11em;
  padding: 0.6rem 1rem 0.6rem 1.5rem;
  border-radius: 3rem;
  color: #fff;
  border: 1px solid #fff;
  background: #3057D7;
}
@media (hover: hover) {
  .btn-round a:hover,
a.btn-round:hover,
button.btn-round:hover {
    color: #3057D7;
    border: 1px solid #3057D7;
    background: #fff;
    text-decoration: none !important;
  }
}
@media (hover: none) {
  .btn-round a:active,
a.btn-round:active,
button.btn-round:active {
    color: #3057D7;
    border: 1px solid #3057D7;
    background: #fff;
    text-decoration: none !important;
  }
}

.btn-round.rev a,
a.btn-round.rev,
button.btn-round.rev {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: 11em;
  padding: 0.6rem 1rem 0.6rem 1.5rem;
  border-radius: 3rem;
  color: #3057D7;
  border: 1px solid #3057D7;
  background: #fff;
}
@media (hover: hover) {
  .btn-round.rev a:hover,
a.btn-round.rev:hover,
button.btn-round.rev:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #3057D7;
    text-decoration: none !important;
  }
}
@media (hover: none) {
  .btn-round.rev a:active,
a.btn-round.rev:active,
button.btn-round.rev:active {
    color: #fff;
    border: 1px solid #fff;
    background: #3057D7;
    text-decoration: none !important;
  }
}

.btn-round.small a,
a.btn-round.small,
.btn-round.rev.small a,
a.btn-round.rev.small {
  padding: 0.4rem 1rem 0.4rem 1.5rem;
  min-width: 8rem;
}
.btn-round.small a span,
a.btn-round.small span,
.btn-round.rev.small a span,
a.btn-round.rev.small span {
  font-size: small;
}

.fa-arrow-right {
  padding: 3px;
  height: 19px;
  width: 19px;
  vertical-align: middle;
}

.fa-arrow-right {
  border: 1px solid #3057D7;
  color: #3057D7;
}
@media (hover: hover) {
  .fa-arrow-right:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #3057D7;
    transition-property: all;
    transition-duration: 0.1s;
    transition-delay: 0s;
    transition-timing-function: ease;
    text-decoration: none !important;
  }
  a:hover .fa-arrow-right {
    color: #fff;
    border: 1px solid #fff;
    background: #3057D7;
    transition-property: all;
    transition-duration: 0.1s;
    transition-delay: 0s;
    transition-timing-function: ease;
    text-decoration: none !important;
  }
}
@media (hover: none) {
  .fa-arrow-right:active {
    color: #fff;
    border: 1px solid #fff;
    background: #3057D7;
    transition-property: all;
    transition-duration: 0.1s;
    transition-delay: 0s;
    transition-timing-function: ease;
    text-decoration: none !important;
  }
  a:active .fa-arrow-right {
    color: #fff;
    border: 1px solid #fff;
    background: #3057D7;
    transition-property: all;
    transition-duration: 0.1s;
    transition-delay: 0s;
    transition-timing-function: ease;
    text-decoration: none !important;
  }
}

.bg_color_primary .fa-arrow-right {
  border: 1px solid #fff;
  color: #fff;
}
@media (hover: hover) {
  .bg_color_primary a:hover .fa-arrow-right {
    color: #3057D7;
    border: 1px solid #3057D7;
    background: #fff;
    text-decoration: none !important;
  }
}
@media (hover: none) {
  .bg_color_primary:active .fa-arrow-right {
    color: #3057D7;
    border: 1px solid #3057D7;
    background: #fff;
    text-decoration: none !important;
  }
}

.fa-fw {
  display: inline;
}

.fa-fw:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fade-in-bottom {
  opacity: 0;
  transform: translate(0, 70px);
  transition: 0.7s;
}

.fade-in-bottom.lazyloaded {
  transform: translate(0, 0);
  opacity: 1;
}

.fade-in-left {
  opacity: 0;
  transform: translate(-70px, 0);
  transition: 0.7s;
}

.fade-in-left.lazyloaded {
  transform: translate(0, 0);
  opacity: 1;
}

.zoom-in {
  opacity: 0;
  transform: translate(0, 70px);
  transition: 0.7s;
  transition-delay: 0.5s;
}

.zoom-in.lazyloaded {
  transform: translate(0, 0);
  opacity: 1;
}

.cases figcaption {
  display: none;
}
.cases img.zoom-in.lazyloaded + figcaption {
  display: block;
  opacity: 0;
  animation-name: easeInText;
  animation-duration: 1.7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes easeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anim-toRight {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.anim_toRight {
  animation-name: anim-toRight;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

.transition_hover {
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: ease;
}

#fv {
  background: linear-gradient(-25deg, #3057D7 0%, #284fd0 45%, #264ac3 45%, #3057D7 100%);
}
#fv .grid_col2 .main {
  max-width: 100%;
}
#fv video {
  position: relative;
  width: 76%;
  height: 70%;
  object-fit: cover;
  opacity: 0;
  animation-name: anim-toRight-fade;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 3s;
}
#fv video[poster] {
  animation-delay: 0s;
}
@keyframes anim-toRight-fade {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    filter: drop-shadow(0 1.5vw 10px #2345b6);
  }
}

@media screen and (max-width: 768px) {
  #fv video {
    width: 86%;
    height: 80%;
  }
}
.whatSmaPano .main ul li {
  font-size: clamp(15px , 1.5vw, 19px);
  line-height: 1.5;
  line-height: 1.75;
}

.point01 {
  position: relative;
}
.point01:before {
  position: absolute;
  content: "";
  width: 772px;
  height: 646px;
  top: 0;
  bottom: 0;
  left: -11%;
  background-image: url("/assetsabout/icon/bg_image01.png");
  background-repeat: no-repeat;
  background-position: top left;
  opacity: 0.2;
  z-index: 1;
  background-size: 30vw;
}
@media screen and (max-width: 768px) {
  .point01:before {
    background-image: none;
    content: none;
  }
}
.point01:nth-of-type(2):before {
  width: 300px;
  left: unset;
  right: 0;
  background-position: top right;
  transform: scale(-1, 1);
}

.bg360 {
  position: relative;
}
.bg360:before {
  position: absolute;
  content: "";
  width: 540px;
  height: 730px;
  top: -8rem;
  bottom: 0;
  right: 0;
  background-image: url("/assetsabout/icon/bg_icon360.png");
  background-repeat: no-repeat;
  background-position: top right;
  opacity: 0.15;
  z-index: -1;
  background-size: 22vmax;
}
@media screen and (max-width: 768px) {
  .bg360:before {
    background-image: none;
  }
}

#cases {
  position: relative;
  z-index: -1;
}

.cases .repeat_container figure {
  position: relative;
}
.cases .repeat_container figure figcaption {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 60%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 4px 6px;
  text-align: right;
  line-height: 1;
  color: #333;
  font-size: 11px !important;
}
@media screen and (max-width: 640px) {
  .cases .repeat_container figure figcaption {
    min-width: 100%;
    font-size: 10px !important;
  }
}
@media screen and (max-width: 640px) {
  .cases .repeat_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 641px) {
  .cases .repeat_container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .cases .repeat_container {
    grid-template-columns: repeat(5, 1fr);
  }
}

.popular-serv a {
  border-bottom: 1px dotted rgba(74, 94, 152, 0.5);
  display: grid;
  grid-template-columns: 1fr;
  -webkit-align-content: space-between;
  align-content: space-between;
  padding-bottom: 0.5rem;
  color: #4A5E98;
}
@media (hover: hover) {
  .popular-serv a:hover dt, .popular-serv a:hover > p {
    opacity: 0.7;
    transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    color: #4A5E98;
  }
}
@media (hover: none) {
  .popular-serv a:active dt, .popular-serv a:active > p {
    opacity: 0.7;
    transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    color: #4A5E98;
  }
}
.popular-serv a dl dd {
  margin-top: 0rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.popular-serv a dl dd > p {
  color: #333;
}
.popular-serv a dl dd h3 {
  text-align: center;
  color: #4A5E98;
}
.popular-serv a > p {
  text-align: right;
}

.other-case dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 1rem 0;
  border-top: 1px dotted #4A5E98;
}
@media screen and (max-width: 640px) {
  .other-case dl {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.other-case dl:first-child {
  border-top: none;
}
.other-case dl dt {
  min-width: 12em;
  padding-bottom: 0.5rem;
  font-weight: bold;
  color: #4A5E98;
}
.other-case dl dd a:hover {
  color: #4A5E98;
}

#info-top ul {
  margin-top: 4rem;
}
#info-top ul li {
  margin-top: 1rem;
  padding: 0.6rem 1rem;
  border: 1px solid #3057D7;
}
#info-top ul li a:hover {
  color: #4A5E98;
}

.infomation .container_contents {
  border-bottom: 1px dotted #4A5E98;
}
.infomation a:hover {
  color: #4A5E98;
}
.infomation dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 1rem 2vw;
  border-top: 1px dotted #4A5E98;
}
@media screen and (max-width: 640px) {
  .infomation dl {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.infomation dl dt {
  min-width: 10em;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .infomation dl {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .infomation dl dt {
    margin-bottom: 0.5rem;
  }
}

.bg {
  background: linear-gradient(180deg, #fff 0%, #fff 30%, #3057D7 30%, #3057D7 100%);
}

#slider, #slider2 {
  max-width: 1100px;
}
#slider .swiper-slide, #slider2 .swiper-slide {
  text-align: center;
  padding-top: 1.5rem;
}
#slider .swiper-wrapper img, #slider .swiper-wrapper video, #slider2 .swiper-wrapper img, #slider2 .swiper-wrapper video {
  max-width: 900px;
  width: calc(100% - 80px);
  height: auto;
  box-shadow: 1.5rem 1.5rem 0px 0 rgba(48, 87, 215, 0.2);
}

#thumbs .swiper-wrapper, #thumbs2 .swiper-wrapper {
  transform: unset !important;
  display: grid;
  gap: 2vw;
}
#thumbs .swiper-wrapper dl, #thumbs2 .swiper-wrapper dl {
  margin-left: auto;
  margin-right: auto;
  max-width: 435px;
}
@media screen and (max-width: 640px) {
  #thumbs .swiper-wrapper, #thumbs2 .swiper-wrapper {
    grid-template-columns: 1fr;
  }
  #thumbs .swiper-wrapper dl, #thumbs2 .swiper-wrapper dl {
    max-width: 100%;
  }
}
@media screen and (min-width: 641px) {
  #thumbs .swiper-wrapper, #thumbs2 .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  #thumbs .swiper-wrapper, #thumbs2 .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
#thumbs2 .swiper-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 910px;
  -webkit-justify-items: center;
  justify-items: center;
  gap: 4vw;
}
@media screen and (min-width: 641px) {
  #thumbs2 .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

#thumbs .swiper-wrapper .swiper-slide, #thumbs2 .swiper-wrapper .swiper-slide {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
  padding: 2rem;
  background: #fff;
  color: #333;
}
#thumbs .swiper-wrapper .swiper-slide dt, #thumbs2 .swiper-wrapper .swiper-slide dt {
  text-align: right;
}
#thumbs .swiper-wrapper .swiper-slide dt img, #thumbs2 .swiper-wrapper .swiper-slide dt img {
  max-width: 33%;
}
#thumbs .swiper-wrapper .swiper-slide dd h3, #thumbs2 .swiper-wrapper .swiper-slide dd h3 {
  margin-bottom: 1rem;
  color: #4A5E98;
}

.flow .repeat_container img {
  border: 1px solid rgba(74, 94, 152, 0.4);
  height: auto;
}
.flow .repeat_container dd h3 {
  color: #4A5E98;
}
@media screen and (min-width: 641px) {
  .flow .repeat_container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.option .container_contents div {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.option ul.svr_menu li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 640px) {
  .option ul.svr_menu li {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.links article ul {
  display: grid;
  margin-left: auto;
  margin-right: auto;
  gap: 4vw;
}
@media screen and (max-width: 640px) {
  .links article ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 641px) {
  .links article ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.links article ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 10rem;
  text-align: center;
  font-weight: 500;
  font-size: clamp(16px , 1.6vw, 18px);
}

.qa dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  column-gap: 2vw;
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  .qa dl {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .qa dl {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.qa dl dt {
  max-width: 120px;
  flex-basis: 9vw;
  text-align: center;
}
.qa dl dt img {
  width: 70px;
  height: auto;
}
.qa dl dd {
  margin-top: 1rem;
  color: #4A5E98;
}
.qa dl dd h3 {
  font-weight: 600;
}
.qa dl dd p {
  margin-top: 1rem;
}
.qa dl + p {
  margin-top: 1.5rem;
  background: #ECEFF8;
  padding: 1rem 2rem;
}

@media screen and (max-width: 375px) {
  .plan .repeat_container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 376px) {
  .plan .repeat_container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .plan .repeat_container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.plan .plan_box {
  width: 100%;
  border: 1px solid #c1c1c1;
}

.plan .plan_box:nth-of-type(1) .plan_list_sec {
  border-top: 15px solid #7fa4d8;
}

.plan .plan_box:nth-of-type(2) .plan_list_sec {
  border-top: 15px solid #4078c4;
}

.plan .plan_box:nth-of-type(3) .plan_list_sec {
  border-top: 15px solid #014bb1;
}

.plan .plan_box .plan_list_sec {
  padding: 20px 10px 30px 10px;
  font-size: 15px;
  text-align: center;
}

.plan h5 {
  display: block;
  margin: 0 auto 30px;
  padding: 0 0 10px;
  max-width: 205px;
  line-height: 1;
  color: #3057D7;
  font-size: 32px;
  font-weight: 600;
  border-bottom: 1px solid #3057D7;
}

.plan h6 {
  display: block;
  margin: 40px auto 20px;
  padding: 15px;
  line-height: 1;
  font-weight: normal;
  font-weight: 400;
  background: #eee;
  border: 1px solid #e1e1e1;
  text-align: left;
  border-radius: 2px;
}

.plan p {
  font-size: 20px;
  font-weight: normal;
  font-weight: 400;
  line-height: 1.45;
}

.plan p.memo_tax {
  margin-top: 5px;
  text-align: right;
}

.plan p.memo_tax.pt25 {
  padding-top: 1.5rem;
}

.plan_accordion {
  margin: 20px auto 0;
}

.plan_accordion * {
  font-size: 15px !important;
}

.plan_accordion .toggle {
  display: none;
}

.plan_accordion .option {
  position: relative;
}

.plan_accordion .title,
.plan_accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.5s;
}

.plan_accordion .title {
  padding: 0;
  display: block;
  margin: 0;
  color: #044db2;
  font-weight: normal;
}

.plan_accordion .title::after,
.plan_accordion .title::before {
  content: "";
  position: absolute;
  right: 1em;
  top: 0.5em;
  width: 2px;
  height: 0.75em;
  background-color: #044db2;
}

.plan_accordion .title::after {
  transform: rotate(90deg);
}

.plan_accordion .content {
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
}

.plan_accordion .content p {
  margin: 0;
  padding: 5px 0;
}

.plan_accordion .toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1s;
}

.plan_accordion .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

.plan_accordion > a {
  color: #044db2;
}

.plan_accordion > a em {
  font-size: 13px !important;
  border-radius: 2px;
  border: 1px solid #044db2;
  padding: 2px 4px;
  margin-left: 4px;
  font-weight: 600;
  font-weight: bold;
}

.plan_detail.plan_free {
  margin-top: 10px;
  padding: 0 20px;
  border: solid 1px #ccc;
}

.plan_detail.plan_free dl dt {
  min-width: 5em;
  padding-left: 0;
}

.plan_detail.plan_free dl dt:before {
  content: none;
}

dl.plan_fee {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: baseline;
  align-items: baseline;
}

dl.plan_fee dt {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 1px;
}

dl.plan_fee dt::first-letter {
  padding-right: 2px;
  font-size: 24px;
  font-weight: normal;
  font-weight: 400;
}

dl.plan_fee dt small {
  font-size: 15px;
  font-weight: normal;
  font-weight: 400;
  letter-spacing: 0;
}

dl.plan_fee dd {
  font-size: 16px;
  font-weight: normal;
  font-weight: 400;
  text-align: right;
}

dl.plan_fee dd span {
  display: inline-block;
  padding: 1px 4px;
  font-size: 15px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #777;
  color: initial !important;
}

dd.plan_fee_off span {
  background: #111;
  color: #fff;
}

.plan a.btn_checkout {
  display: inline-block;
  margin: 20px 0 0;
  padding: 15px 0;
  width: 200px;
  color: #fff;
  font-weight: 500;
  background: #3057D7;
  border: 2px solid #3057D7;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2px;
  border-radius: 2px;
}

.plan a.btn_checkout:hover {
  color: #3057D7;
  background: #fff;
  border: 2px solid #3057D7;
}

.plan_detail * {
  font-size: 15px;
  font-feature-settings: "palt";
}

.plan_detail dl {
  width: 100%;
  position: relative;
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.plan_detail dl dt {
  min-width: 6em;
  padding-left: 15px;
  font-weight: bold;
  font-weight: 500;
  text-align: left;
}

.plan_detail dl dd span {
  display: block;
  text-align: right;
}

.plan_detail dl dt:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 18px;
  border-radius: 3px;
  background: #aaa;
}

.plan_detail dl dd em {
  margin-right: 10px;
}

.plan_detail dl dd img {
  margin-right: 5px;
}

.plan_detail dl dd.flexbase_450em {
  flex-basis: 4.5em;
  text-align: right;
}

.plan_detail dl dd.flexbase_350em {
  flex-basis: 3.5em;
  text-align: right;
}

.plan_detail dl dd.flexbase_300em {
  flex-basis: 3em;
  text-align: right;
}

.plan_detail dl.display-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.plan_detail dl.display-flex dt:before {
  display: none;
}

.plan_detail dl.display-flex.br-pc {
  padding: 0;
}

@media screen and (min-width: 769px) {
  .plan_detail dl {
    min-height: 40px;
  }

  .plan_detail dl.min_vh_1em {
    min-height: 1em;
    height: 2em;
    padding: 5px 0 5px 0 !important;
  }

  #plan-pro a.btn_checkout:nth-of-type(1),
#plan-business a.btn_checkout:nth-of-type(1) {
    margin: 50px 0 0;
  }

  .dl_height_ {
    height: 1.8em;
    min-height: 30px !important;
  }
}
.tooltipBox {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.tooltipBox img {
  width: 17px !important;
  vertical-align: text-bottom;
  margin-left: 3px;
}

.tooltipBox .description {
  display: none;
  position: absolute;
  padding: 14px 10px;
  font-size: 15px;
  line-height: 1.45;
  border-radius: 4px;
  background: #fbfbfb;
  width: 20em;
  border: 3px solid #96d9f4;
  text-align: left;
  z-index: 9;
  box-shadow: 4px 5px 0px 0px rgba(165, 165, 165, 0.2);
}

.plan .tooltipBox .description p {
  padding-bottom: 10px;
  display: inline-block;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.plan .tooltipBox .description img {
  width: 100% !important;
  height: auto;
  margin-bottom: 6px;
}

.plan .tooltipBox .description p strong,
.plan .tooltipBox .description a strong {
  font-weight: bold;
}

.plan .tooltipBox .description p small {
  font-size: 13px !important;
}

@media screen and (max-width: 768px) {
  .plan ul.grid__ {
    display: block;
  }

  .plan .plan_box:nth-of-type(2),
.plan .plan_box:nth-of-type(3) {
    margin-top: 40px;
  }

  dl.plan_fee {
    -webkit-justify-content: center;
    justify-content: center;
    gap: 20px;
  }

  .tooltipBox:hover .description.adjust1 {
    left: 0;
    transform: translateX(-35vw);
    -webkit-transform: translateX(-35vw);
  }

  .tooltipBox:hover .description.adjust2 {
    left: 0;
    transform: translateX(-50vw);
    -webkit-transform: translateX(-50vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .plan .grid__ {
    gap: 0px 10px;
  }

  .plan .plan_box .plan_list_sec {
    padding: 20px 8px 30px 8px;
  }

  dl.plan_fee {
    display: block;
  }

  dl.plan_fee dt {
    font-size: 22px;
    line-height: 1;
  }

  dl.plan_fee dd {
    margin-top: 20px;
    display: inline-block;
    text-align: center;
  }

  .plan_accordion > a,
.plan_detail *,
.plan_detail.plan_free > .plan_detail dl * {
    font-size: 13px !important;
  }

  .plan_detail.plan_free {
    padding: 0 10px;
  }

  .plan_detail dl dt {
    padding-left: 10px;
  }

  .dl_height_ {
    line-height: 1.8em;
    min-height: 30px;
  }

  .tooltipBox:hover .description.adjust2-tab {
    left: 0;
    transform: translateX(-35%);
    -webkit-transform: translateX(-35%);
  }

  .tooltipBox .description.adjust2-tab:before {
    left: calc(50% - 30px);
  }
}
.tooltipBox:hover .description {
  display: inline-block;
  top: 35px;
  left: -30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.tooltipBox:hover:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -3px;
  border: 15px solid transparent;
  border-bottom: 10px solid #96d9f4;
}

.plan_notice {
  color: #4A5E98;
}
.plan_notice h4 {
  font-weight: bold;
}
.plan_notice ul {
  list-style-type: square;
  list-style-position: inside;
}
.plan_notice ul li {
  padding-top: 1rem;
}
.plan_notice ul li a:hover {
  color: inherit;
}

@media screen and (max-width: 375px) {
  .glossary .repeat_container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 641px) {
  .glossary .repeat_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .glossary .repeat_container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.glossary .repeat_container .card_item {
  padding: 1rem;
  background: #fff;
}
.glossary .repeat_container .card_item dl.card_txt {
  padding: 2rem 1rem 1rem;
}
.glossary .repeat_container .card_item dl.card_txt dt h3 {
  color: #4A5E98;
  font-weight: 600;
  padding-bottom: 0.5em;
}
.info_flame {
  overflow: auto;
  height: 300px;
  background: #fff;
}

footer {
  background: #5ac8f0;
}
footer #logo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
footer #logo img {
  padding-right: 0.5rem;
  vertical-align: sub;
}
footer #logo span {
  color: #fff;
  font-size: clamp(16px , 1.6vw, 18px);
  margin-bottom: -10px;
  font-weight: 600;
}
footer .sitemap > ul:nth-of-type(1) {
  align-items: start;
  justify-items: start;
}
footer .sitemap > ul:nth-of-type(1) > li h4 {
  text-indent: -2rem;
}
footer .sitemap > ul:nth-of-type(1) > li ul {
  list-style-type: square;
}
footer .sitemap > ul:nth-of-type(1) > li ul li {
  padding-top: 0.6rem;
}
footer .sitemap > ul:nth-of-type(1) > li ul li::marker {
  color: #fff;
  float: left;
}
footer .sitemap a, footer .sitemap h4 {
  color: #fff;
  font-size: small;
}
footer .sitemap a:hover {
  text-decoration: underline;
}

.grid_col4 {
  margin-left: auto;
  margin-right: auto;
  gap: 4vw;
}
@media screen and (max-width: 640px) {
  .grid_col4 {
    grid-template-columns: 1fr;
    margin-left: 1.5rem;
    gap: 6vw;
  }
}
@media screen and (min-width: 641px) {
  .grid_col4 {
    grid-template-columns: 1fr 1fr 2fr 1fr;
  }
}
