@charset "UTF-8";
/*
 * -----------------------------------------------------------------
 * Foundation
 * -----------------------------------------------------------------
 */
/*
 * -----------------------------------------------------------------
 * Base Color
 * -----------------------------------------------------------------
 */
/*
 * -----------------------------------------------------------------
 * button Color
 * -----------------------------------------------------------------
 */
/*
 * -----------------------------------------------------------------
 * Font Color
 * -----------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

/*form部品ブラウザごとのスタイルリセット*/
input,
select,
button,
textarea {
  outline: none;
  border: none;
  background: #fff;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/*
  Link style
*/
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

a {
  text-decoration: none;
}

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

html {
  color: #333;
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html *,
html *:before,
html *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
html::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
html::-webkit-scrollbar-thumb {
  background: #666666;
  border: 1px inset #000000;
  border-radius: 0;
}
html::-webkit-scrollbar-thumb:hover {
  background: #333333;
}
html::-webkit-scrollbar-thumb:active {
  background: #333333;
}
html::-webkit-scrollbar-track {
  background: #000000;
  border: 0px none #ffffff;
  border-radius: 0;
}
html::-webkit-scrollbar-track:hover {
  background: #000000;
}
html::-webkit-scrollbar-track:active {
  background: #000000;
}
html::-webkit-scrollbar-corner {
  background: transparent;
}
html input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #222 inset;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
}
@media only screen and (orientation: landscape) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

.isFixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.isNowrap {
  display: block;
  white-space: nowrap;
}

.isHidden {
  display: none !important;
}

.isShow {
  display: block !important;
}

.isAutoHeight {
  height: auto !important;
}

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

.isAutoScrollY {
  overflow-y: auto;
}
.isAutoScrollY::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.isAutoScrollY::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.isAutoScrollY::-webkit-scrollbar-thumb {
  background: #333333;
  border: 1px inset #000000;
  border-radius: 50px;
}
.isAutoScrollY::-webkit-scrollbar-thumb:hover {
  background: #333333;
}
.isAutoScrollY::-webkit-scrollbar-thumb:active {
  background: #333333;
}
.isAutoScrollY::-webkit-scrollbar-track {
  background: #000000;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.isAutoScrollY::-webkit-scrollbar-track:hover {
  background: #000000;
}
.isAutoScrollY::-webkit-scrollbar-track:active {
  background: #000000;
}
.isAutoScrollY::-webkit-scrollbar-corner {
  background: transparent;
}

.x-scroll {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.x-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.x-scroll::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.x-scroll::-webkit-scrollbar-thumb {
  background: #333333;
  border: 1px inset #000000;
  border-radius: 50px;
}
.x-scroll::-webkit-scrollbar-thumb:hover {
  background: #333333;
}
.x-scroll::-webkit-scrollbar-thumb:active {
  background: #333333;
}
.x-scroll::-webkit-scrollbar-track {
  background: #000000;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.x-scroll::-webkit-scrollbar-track:hover {
  background: #000000;
}
.x-scroll::-webkit-scrollbar-track:active {
  background: #000000;
}
.x-scroll::-webkit-scrollbar-corner {
  background: transparent;
}

.y-scroll {
  white-space: normal;
  overflow-x: hidden;
  overflow-y: scroll;
}
.y-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.y-scroll::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.y-scroll::-webkit-scrollbar-thumb {
  background: #333333;
  border: 1px inset #000000;
  border-radius: 50px;
}
.y-scroll::-webkit-scrollbar-thumb:hover {
  background: #333333;
}
.y-scroll::-webkit-scrollbar-thumb:active {
  background: #333333;
}
.y-scroll::-webkit-scrollbar-track {
  background: #000000;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.y-scroll::-webkit-scrollbar-track:hover {
  background: #000000;
}
.y-scroll::-webkit-scrollbar-track:active {
  background: #000000;
}
.y-scroll::-webkit-scrollbar-corner {
  background: transparent;
}

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

@media all and (max-width: 767px) {
  .m-sp {
    display: block !important;
  }
  .m-pc {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .m-tb {
    display: block !important;
  }
  .m-pc {
    display: none !important;
  }
}
@media (min-width: 993px) {
  .m-sp {
    display: none !important;
  }
  .m-tb {
    display: none !important;
  }
  .m-pc {
    display: block !important;
  }
}
.img_responsive {
  width: 100%;
  height: auto;
  display: block;
}

.content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .content {
    padding: 0 15px;
  }
}
.text_overflow {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
}

.pc_only {
  display: block !important;
}

.sp_only {
  display: none !important;
}

@media (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
a:hover, button:hover {
  opacity: 0.6;
  transition: all 0.5s ease;
}

/*
 * -----------------------------------------------------------------
 * Utility
 * -----------------------------------------------------------------
 */
.u-posS {
  position: static;
}

.u-posR {
  position: relative;
}

.u-posA {
  position: absolute;
}

.u-posF {
  position: fixed;
}

@font-face {
  font-family: "icomoon";
  src: url("./icomoon.eot?ahpe79");
  src: url("./icomoon.eot?ahpe79#iefix") format("embedded-opentype"), url("./icomoon.ttf?ahpe79") format("truetype"), url("./icomoon.woff?ahpe79") format("woff"), url("./icomoon.svg?ahpe79#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-size: 32px;
  /* Better Font Rendering =========== */
}

.icon-icon_favorite {
  display: block;
  padding: 0 0.1em;
}
.icon-icon_favorite:before {
  content: "\e901";
  color: #ffc511;
}

.icon-icon_share {
  display: block;
  padding: 0 0.1em;
}
.icon-icon_share:before {
  content: "\e904";
  color: #ffc511;
}

.icon-icon_like {
  display: block;
  padding: 0 0.1em;
}
.icon-icon_like:before {
  content: "\e902";
  color: #ffc511;
}

.selected .icon-icon_favorite:before {
  content: "\e900";
  color: #ff4c11;
}
.selected .icon-icon_like:before {
  content: "\e903";
  color: #ff4c11;
}

.u-ffHKS {
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.noto {
  font-family: "Noto Serif JP", serif;
}

@font-face {
  src: url("../font/RNSSanz-Light.ttf");
  font-family: "rns_light";
}
@font-face {
  src: url("../font/RNSSanz-Medium.ttf");
  font-family: "rns_medium";
}
@font-face {
  src: url("../font/RNSSanz-Bold.ttf");
  font-family: "rns_bold";
}
.circular {
  font-family: Circular Std, sans-serif;
}

.rns_light {
  font-family: "rns_light", sans-serif;
}

.rns_medium {
  font-family: "rns_medium", sans-serif;
}

.rns_bold {
  font-family: "rns_bold", sans-serif;
}

/*
 * -----------------------------------------------------------------
 * Layout
 * -----------------------------------------------------------------
 */
body {
  overflow-x: hidden;
}

.menu_open {
  overflow: hidden !important;
}

.l-header {
  width: 100%;
  background: #FFF;
}
@media (max-width: 1030px) {
  .l-header {
    position: relative;
    z-index: 999999;
  }
}
.l-header__contents {
  width: 100%;
  height: 92px;
  padding: 24px 72px;
  display: flex;
  align-items: center;
  background: #FFF;
  position: fixed;
  z-index: 999;
}
@media (max-width: 1284px) {
  .l-header__contents {
    padding: 24px;
  }
}
@media (max-width: 769px) {
  .l-header__contents {
    padding: 18px;
    height: 74px;
  }
}
.l-header__contents.column__contents {
  background: #FBFAF6;
}
@media (max-width: 1030px) {
  .l-header__contents.column__contents .l-header__nav {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 769px) {
  .l-header__contents.column__contents .l-header__nav {
    display: none;
  }
}
.l-header .down_header {
  background: #FBFAF6;
}
.l-header .scroll-fix {
  position: fixed;
  top: 0;
  left: 0;
}
.l-header .scroll-active {
  position: fixed;
  top: 0;
  left: 0;
}
.l-header__logo {
  width: 164px;
}
.l-header__logo a {
  display: block;
}
.l-header__nav {
  width: calc(100% - 500px);
  display: flex;
  align-items: center;
  padding-left: 104px;
}
@media (max-width: 1429px) {
  .l-header__nav {
    padding-left: 34px;
    width: calc(100% - 536px);
  }
}
@media (max-width: 1184px) {
  .l-header__nav {
    padding-left: 34px;
    width: calc(100% - 436px);
  }
}
@media (max-width: 1030px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav__item {
  padding-right: 24px;
  display: flex;
  position: relative;
}
@media (max-width: 1358px) {
  .l-header__nav__item {
    padding-right: 18px;
  }
}
@media (max-width: 1326px) {
  .l-header__nav__item {
    padding-right: 12px;
  }
}
@media (max-width: 1190px) {
  .l-header__nav__item {
    padding-right: 8px;
  }
}
.l-header__nav__item.blog .l-header__nav__item__link {
  font-size: 1.8rem;
}
.l-header__nav__item.have-subitem:hover .l-header__nav__item__sub-item {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
}
.l-header__nav__item.have-subitem:hover svg path {
  fill: #1476CC;
}
.l-header__nav__item.have-subitem .active svg path {
  fill: #1476CC;
}
.l-header__nav__item__sub-item {
  width: 178px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  top: 37px;
  padding: 12px 15px;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.14);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.l-header__nav__item__sub-item li {
  width: 100%;
}
.l-header__nav__item__link {
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all 0.2s ease;
  letter-spacing: 1.28px;
}
@media (max-width: 1157px) {
  .l-header__nav__item__link {
    font-size: 1.4rem;
  }
}
.l-header__nav__item__link.active {
  color: #1476CC;
}
.l-header__nav__item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  transform: translateY(-2px);
}
.l-header__nav__item .sub-nav {
  position: absolute;
  left: 0;
  top: 39px;
  padding: 0.5em 1000em 40px 1000em;
  margin: 0 -1000em;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  background: #FFF;
}
.l-header__nav__item .sub-nav__item {
  width: 320px;
  margin-bottom: 24px;
}
.l-header__nav__item .sub-nav__item:first-child {
  margin-top: 24px;
}
.l-header__nav__item .sub-nav__link {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
}
.l-header__nav__item .sub-nav__link:hover {
  color: #1476CC;
  opacity: 1;
  transition: all 0.2s ease;
}
.l-header__nav__item .sub-nav__link:hover .sub-arrow {
  fill: #1476CC;
}
.l-header__nav__item .sub-nav__icon {
  margin-right: 4px;
  display: flex;
  align-items: center;
}
.l-header__nav__item:hover .l-header__nav__item__link {
  color: #1476CC;
  opacity: 1;
  transition: all 0.2s ease;
}
.l-header__nav__item:hover .l-header__nav__item__link__icon {
  transform: rotate(-180deg);
  transition: all 0.2s ease;
}
.l-header__nav__item:hover .arrow {
  fill: #1476CC;
}
.l-header__nav__item:hover .sub-nav {
  visibility: visible;
  opacity: 1;
  transition: all 250ms ease;
}
.l-header__nav__item.have-child .l-header__nav__item__link__icon {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  transition: all 0.2s ease;
}
.l-header__nav-sp {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 375px) {
  .l-header__nav-sp {
    margin-bottom: 32px;
  }
}
.l-header__nav-sp__item {
  width: 100%;
  margin-bottom: 28px;
  text-align: center;
}
.l-header__nav-sp__item__link {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #1476CC;
}
.l-header__nav-sp__item__link__sub-item {
  display: none;
}
.l-header__nav-sp__item__link__sub-item li {
  padding-top: 20px;
}
.l-header__nav-sp__item__link__sub-item a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%; /* 29.52px */
  letter-spacing: 1.44px;
}
.l-header__nav-sp__item__link.active .l-header__nav-sp__item__link__sub-item {
  display: block;
}
.l-header__nav-sp__item__link.active span svg {
  transform: rotate(-180deg);
}
.l-header__nav-sp__item__link.have-sub span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.l-header__nav-sp__item .sub-nav-sp__link {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  margin-top: 16px;
  display: block;
}
.l-header__nav-sp__list-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.l-header__nav-sp__item-btn {
  width: 100%;
  height: 48px;
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.l-header__nav-sp__item-btn a {
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.84px;
  color: #1476CC;
  border-radius: 4px;
  border: 1px solid #1476CC;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 375px) {
  .l-header__nav-sp__item-btn a {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.l-header__nav-sp__item-btn:first-child a {
  background: #1476CC;
  color: #FFF;
}
.l-header__btn {
  width: 380px;
  display: flex;
  position: relative;
  z-index: 102;
}
@media (max-width: 1184px) {
  .l-header__btn {
    width: 360px;
  }
}
@media (max-width: 1030px) {
  .l-header__btn {
    display: none;
  }
}
.l-header__btn__lan {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.l-header__btn__lan--select {
  position: absolute;
  width: 72px;
  bottom: -52px;
  right: 18px;
  background: #FFF;
  padding: 8px 11px;
  border: 1px solid #CACACA;
  border-radius: 2px;
  visibility: hidden;
  transition: 0.4s;
}
.l-header__btn__lan--select.active {
  visibility: visible;
  transition: 0.4s;
}
.l-header__btn__lan--select--item a {
  display: flex;
  color: #7A7A7A;
  font-size: 1.4rem;
  align-items: center;
  font-weight: 400;
  gap: 8px;
}
.l-header__btn__lan--select--item a.active {
  color: #222;
}
.l-header__btn__lan--select--item a.active:hover {
  opacity: 1 !important;
}
.l-header__btn__free {
  width: 160px;
  display: block;
  text-align: center;
  color: #FFF;
  background: #1476CC;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0.96px;
  border-radius: 8px;
  margin-right: 16px;
}
.l-header__btn__contact {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #1476CC;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 0.96px;
  border-radius: 8px;
  border: 1px solid #1476CC;
  padding-left: 4px;
}
.l-header__btn__contact svg {
  margin-left: 4px;
}
.l-header__btn__contact:hover .l-header__btn__sub-menu {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
}
.l-header__btn__sub-menu {
  width: 400px;
  position: absolute;
  bottom: -131px;
  left: 0;
  background: #FFF;
  padding: 20px;
  box-shadow: 8px 8px 12px 0px rgba(9, 9, 9, 0.12);
  gap: 24px;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.l-header__btn__sub-menu li {
  width: 100%;
}
.l-header__btn__sub-menu li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #E3F0FC;
  border-radius: 8px;
  padding: 12px 0;
}
.l-header__btn__sub-menu li span {
  width: 100%;
  color: #1476CC;
  display: block;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%;
  letter-spacing: 1.28px;
  padding-top: 10px;
}
.l-header.win11-header .l-header__contents {
  padding-right: 340px;
}
@media (max-width: 1350px) {
  .l-header.win11-header .l-header__contents {
    padding-right: 0;
  }
}
.l-header.win11-header .l-header__nav {
  width: calc(100% - 164px);
  justify-content: flex-end;
  padding-right: 72px;
}
.l-header.win11-header .l-header__nav__item {
  padding-right: 32px;
}
.l-header.win11-header .l-header__nav__item__link {
  font-size: 1.4rem;
}
.l-header.win11-header .l-header__win11-btn {
  width: 151px;
  height: 52px;
}
.l-header.win11-header .l-header__win11-btn a {
  width: 151px;
  height: 52px;
  background: #000;
  color: #FFF;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 14px */
  letter-spacing: 0.56px;
  transition: 0.4s;
}
.l-header.win11-header .l-header__win11-btn a:hover {
  background: #1476CC;
  transition: 0.4s;
  opacity: 1 !important;
}

.mobile_nav {
  width: 100%;
  height: 100%;
}
.mobile_nav__btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 24px;
}
.mobile_nav__btn__lan {
  display: flex;
  align-items: center;
  position: relative;
  gap: 8px;
  cursor: pointer;
  border: 1px solid #CACACA;
  padding: 6px 12px;
  border-radius: 2px;
}
.mobile_nav__btn__lan--select {
  position: absolute;
  width: 74px;
  bottom: -69px;
  right: -1px;
  background: #FFF;
  padding: 8px 11px;
  border: 1px solid #CACACA;
  border-radius: 2px;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.mobile_nav__btn__lan--select.active {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
}
.mobile_nav__btn__lan--select--item a {
  display: flex;
  color: #7A7A7A;
  font-size: 1.4rem;
  align-items: center;
  font-weight: 400;
  gap: 8px;
}
.mobile_nav__btn__lan--select--item a.active {
  color: #222;
}
.mobile_nav__btn__lan--select--item a.active:hover {
  opacity: 1 !important;
}
.mobile_nav__btn__lan .arrow {
  transition: 0.4s;
}
.mobile_nav__btn__lan.active .arrow {
  transform: rotate(-180deg);
  transition: 0.4s;
}

.sub_menu_icon {
  width: 60px;
  background: #f3c800;
  padding-top: 20px;
}

.sub_menu_icon .item a {
  width: 100%;
  padding: 15px 0;
  color: #FFF;
  font-size: 24px;
  display: flex;
  justify-content: center;
}

.sub_menu_text {
  padding: 15px;
}

.sub_menu_text .item a {
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.gnb_btn-sp02 ul li:nth-child(1) {
  background-color: #9a0022;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.gnb_btn-sp02 ul li:nth-child(2) {
  background-color: #9a0022;
  display: none;
}

.gnb_btn-sp02 ul li:nth-child(3) {
  background-color: #9a0022;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0px !important;
}

.gnb_btn-sp02 > ul > li {
  top: 50%;
}

.gnb_btn-sp02 > ul > li:nth-child(3) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0;
}

.gnb_btn-sp {
  position: absolute;
  z-index: 100;
  top: 85px;
  background: none;
  display: none;
}
@media (max-width: 1030px) {
  .gnb_btn-sp {
    display: block;
  }
}

.gnb {
  padding: 0;
}

.gnb_btn-sp02 {
  top: 10px;
  right: 0 !important;
}

.gnb {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  overflow-y: auto;
  right: -100%;
  padding: 80px 15px 20px 15px;
  background-color: #FFF;
  z-index: 9999;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  box-shadow: 2px 2px 10px #666;
  display: flex;
  align-items: center;
}
.gnb .sub_menu_list {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.gnb .sub_menu_list .item {
  width: calc(33.3% - 4px);
  margin: 2px;
}
.gnb .sub_menu_list .item a {
  display: block;
  padding: 15px 0;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ccc;
}
.gnb .sub_menu_list .item a i {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  padding-bottom: 15px;
}
.gnb .hideSeekTab {
  border-left: 7px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4 !important;
}
.gnb h3.accordion_title {
  width: 100%;
  padding: 0;
}
.gnb h3.accordion_title a {
  width: 100%;
  padding: 10px 0;
  display: block;
}
.gnb .hideSeekTab .text {
  padding: 5px 20px;
}
.gnb .hideSeekTab .text a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #f4f4f4;
}
.gnb .iconBox {
  background: none;
}
.gnb .iconBox .line {
  background: #9a0022;
}
.gnb .btn {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background: #9a0022;
  margin-top: 20px;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  border-left: 7px solid #f4f4f4;
}
@media (max-width: 1030px) {
  .gnb {
    display: flex;
  }
}

.gnb_btn {
  width: 28px;
  height: 58px;
  position: fixed;
  top: 50%;
  right: 0;
  background-color: #9a0022;
  z-index: 100;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
@media (max-width: 1030px) {
  .gnb_btn {
    display: block;
  }
}
.gnb_btn ul {
  position: relative;
  z-index: 800;
  top: 19px;
  left: 10px;
  height: 20px;
  cursor: pointer;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  color: #fff;
}
.gnb_btn ul li:nth-child(1) {
  width: 100%;
  height: 3px;
  top: 0;
  background-color: #FFF;
  position: absolute;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
}
.gnb_btn ul li:nth-child(2) {
  width: 100%;
  height: 3px;
  top: 9px;
  background-color: #FFF;
  position: absolute;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
}
.gnb_btn ul li:nth-child(3) {
  width: 100%;
  height: 3px;
  top: 18px;
  background-color: #FFF;
  position: absolute;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
}

.gnb_btn-sp {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 18px;
  right: 10px;
  border-radius: 50%;
  z-index: 9999;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
@media (max-width: 1030px) {
  .gnb_btn-sp {
    display: block;
  }
}
.gnb_btn-sp.win11-gnb {
  width: 40px;
  height: 40px;
  background: #0B1720;
  border-radius: 999px;
}
.gnb_btn-sp.win11-gnb ul {
  width: 16px;
  top: 12px;
  left: 12px;
}
.gnb_btn-sp.win11-gnb ul li {
  height: 2px;
  border-radius: 2px;
  background-color: #FFF !important;
}
.gnb_btn-sp ul {
  position: relative;
  z-index: 800;
  top: 16px;
  left: 10px;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  color: #fff;
}
.gnb_btn-sp ul li:nth-child(1) {
  width: 100%;
  height: 3px;
  top: 0;
  background-color: #1476CC;
  position: absolute;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
}
.gnb_btn-sp ul li:nth-child(2) {
  width: 100%;
  height: 3px;
  top: 7px;
  background-color: #1476CC;
  position: absolute;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
}
.gnb_btn-sp ul li:nth-child(3) {
  width: 100%;
  height: 3px;
  top: 14px;
  background-color: #1476CC;
  position: absolute;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
}

.gnb_text {
  text-align: center;
  height: 100%;
  width: 100%;
  z-index: -999;
  opacity: 0;
  margin: 0 auto;
  margin-top: 150px;
}
.gnb_text li {
  padding: 30px 40px 10px 40px;
  border-bottom: 1px solid #FFF;
}
.gnb_text li a {
  font-size: 24px;
  color: #FFF;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.gnb_text li a:hover {
  color: #9a0022;
}

input#gnb_btn01:checked ~ .gnb ul.gnb_text {
  animation: navtext 2s ease-in-out;
  -webkit-animation: navtext 2s ease-in-out;
  z-index: 990;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

input[name=gnb] {
  display: none;
}

input#gnb_btn01:checked ~ .gnb {
  opacity: 1;
  top: 0;
  right: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

input#gnb_btn01:checked ~ .gnb_btn {
  transform: translateX(-100%);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

input#gnb_btn01:checked ~ .gnb_btn > ul {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  left: -7px;
  top: 22px;
}

input#gnb_btn01:checked ~ .gnb_btn > ul > li {
  top: 50%;
}

input#gnb_btn01:checked ~ .gnb_btn > ul > li:nth-child(3) {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  z-index: 1000;
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 1030px) {
  .hamburger {
    display: flex;
  }
}
.hamburger .on {
  display: none;
}
.hamburger .off {
  display: block;
}
.hamburger.active .on {
  display: block;
}
.hamburger.active .off {
  display: none;
}

.overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  overflow: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: #fff;
  padding: 20px 0 32px 0;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.overlay.show {
  visibility: visible;
  opacity: 1;
}

.overlay.show .menu-panel {
  transform: translateY(0);
}

.menu-panel ul {
  list-style: none;
  padding: 0;
  margin-top: 54px;
}

.menu-panel li {
  border-bottom: 1px solid #eee;
}
.menu-panel li:first-child {
  border-top: 1px solid #eee;
}

.menu-panel li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: 0.8px;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-cta {
  padding: 0 24px;
}

.contact-btn {
  display: block;
  background: linear-gradient(90deg, #0650A9 0%, #34BBDA 100%);
  color: #fff;
  text-align: center;
  padding: 20px 14px;
  border-radius: 999px;
  font-weight: bold;
  margin-top: 32px;
  text-decoration: none;
  box-shadow: 0px 0px 40px 0px rgba(1, 165, 214, 0.34);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 0.72px;
}

.mobile__fixed-menu {
  width: 100%;
  position: fixed;
  padding: 0 24px 24px 24px;
  bottom: 0;
  left: 0;
  z-index: 100;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  visibility: hidden;
}
@media (max-width: 769px) {
  .mobile__fixed-menu {
    visibility: visible;
  }
}
@media (max-width: 769px) and (max-width: 769px) {
  .mobile__fixed-menu.fade-out {
    opacity: 0;
    visibility: hidden;
  }
}

.mobile__fixed-menu--link {
  display: block;
  background: linear-gradient(90deg, #0650A9 0%, #34BBDA 100%);
  color: #fff;
  text-align: center;
  padding: 20px 14px;
  border-radius: 999px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0px 0px 40px 0px rgba(1, 165, 214, 0.34);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 0.72px;
  border: 1px solid #FFF;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.l-footer {
  width: 100%;
  padding: 56px 0;
  background: #FFF;
}
@media (max-width: 769px) {
  .l-footer {
    padding: 48px 20px 0 20px;
  }
}
.l-footer__contents {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.l-footer__nav {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .l-footer__nav {
    justify-content: center;
  }
}
.l-footer__nav__logo {
  width: 265px;
}
@media (max-width: 769px) {
  .l-footer__nav__logo {
    width: 184px;
  }
}
.l-footer__nav__sns {
  margin-top: 40px;
  padding: 0 4px;
}
@media (max-width: 769px) {
  .l-footer__nav__sns {
    text-align: center;
  }
}
.l-footer__nav__sns__item {
  display: inline-block;
  margin-right: 19px;
}
.l-footer__nav__sns__item:last-child {
  margin-right: 0;
}
.l-footer__nav__list-wrap {
  display: flex;
  gap: 80px;
  padding-right: 40px;
  align-items: flex-start;
}
.l-footer__nav__list {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 12px;
  flex-direction: column;
}
@media (max-width: 825px) {
  .l-footer__nav__list {
    gap: 12px;
  }
}
@media (max-width: 769px) {
  .l-footer__nav__list {
    display: none;
  }
}
.l-footer__nav__list:nth-child(2) .l-footer__nav__item.blog a {
  font-size: 1.8rem;
}
.l-footer__nav__list-btn {
  margin-top: 33px;
  margin-right: 64px;
}
@media (max-width: 769px) {
  .l-footer__nav__list-btn {
    display: none;
  }
}
.l-footer__nav__list-btn:last-child {
  width: 120px;
}
.l-footer__nav__list-btn:last-child .l-footer__nav__item {
  width: 120px;
}
.l-footer__nav__item a {
  width: 100%;
  display: block;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  color: #1476CC;
}
.l-footer__nav__item .sub-nav {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  padding-top: 8px;
  padding-left: 8px;
}
.l-footer__nav__item__sub-menu {
  width: 100%;
}
.l-footer__nav__item__sub-menu a {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  margin-top: 16px;
  color: #222;
}
.l-footer__nav__item-btn {
  width: 100%;
  margin-bottom: 25px;
  width: 253px;
}
.l-footer__nav__item-btn a {
  width: 216px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  color: #1476CC;
  border: 1px solid #1476CC;
  border-radius: 4px;
}
.l-footer__nav__item-btn__sub-menu {
  width: 100%;
}
.l-footer__nav__item-btn__sub-menu a {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  margin-top: 16px;
  color: #222;
}
.l-footer__compnay {
  width: 100%;
  margin-top: 72px;
}
@media (max-width: 769px) {
  .l-footer__compnay {
    margin-top: 61px;
  }
}
.l-footer__compnay__link {
  padding-bottom: 16px;
  border-bottom: 1px solid #CACACA;
}
@media (max-width: 769px) {
  .l-footer__compnay__link {
    flex-wrap: wrap;
    text-align: center;
  }
}
.l-footer__compnay__link a {
  display: inline-block;
  margin-right: 32px;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12px;
}
@media (max-width: 767px) {
  .l-footer__compnay__link a {
    width: auto;
    margin-right: 12px;
  }
}
@media (max-width: 465px) {
  .l-footer__compnay__link a {
    margin-bottom: 8px;
  }
}
@media (max-width: 379px) {
  .l-footer__compnay__link a {
    letter-spacing: -1px;
  }
}
@media (max-width: 350px) {
  .l-footer__compnay__link a {
    margin-right: 8px;
  }
}
@media (max-width: 330px) {
  .l-footer__compnay__link a {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .l-footer__compnay__link a:nth-child(2) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .l-footer__compnay__link a:last-child {
    margin-right: 0;
  }
}
.l-footer__compnay__link .sp_space {
  width: 100%;
}
.l-footer__compnay__copyright {
  margin-top: 24px;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .l-footer__compnay__copyright {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 769px) {
  .l-footer__compnay__copyright {
    justify-content: center;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
.l-footer__compnay__copyright__logo {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: lowercase;
  display: flex;
  align-items: baseline;
}
@media (max-width: 769px) {
  .l-footer__compnay__copyright__logo {
    width: 100%;
    justify-content: center;
    padding: 36px 0 47px;
  }
}
.l-footer__compnay__copyright__logo img {
  margin-left: 18px;
}
.l-footer.win11-footer {
  padding-right: 340px;
}
@media (max-width: 1350px) {
  .l-footer.win11-footer {
    padding-right: 0;
  }
}
.l-footer .footer-have-item:hover {
  opacity: 1 !important;
}

.l-main {
  width: 100%;
  overflow-x: hidden;
  padding-top: 92px;
}
@media (max-width: 769px) {
  .l-main {
    padding-top: 72px;
  }
}
.l-main .slick-dots li.slick-active button::after, .l-main .slick-dots li button:before {
  content: "";
}
.l-main__mv {
  width: 100%;
}
@media (max-width: 769px) {
  .l-main__mv .slick-dots {
    display: none !important;
  }
}
.l-main__mv__item {
  position: relative;
  text-align: center;
  background: url(../images/main_banner_bg.jpg) top center;
}
.l-main__mv__item .img-bg {
  width: 100%;
  max-width: 1980px;
  height: 528px;
  object-fit: cover;
  display: inline-block !important;
}
@media (max-width: 1440px) {
  .l-main__mv__item .img-bg {
    display: none !important;
  }
}
.l-main__mv__item img {
  display: inline-block !important;
}
.l-main__mv__item .pc_only_img {
  display: none !important;
}
@media (max-width: 1440px) {
  .l-main__mv__item .pc_only_img {
    display: inline-block !important;
  }
}
@media (max-width: 769px) {
  .l-main__mv__item .pc_only_img {
    display: none !important;
  }
}
.l-main__mv__item .pc_only {
  display: inline-block !important;
}
@media (max-width: 769px) {
  .l-main__mv__item .pc_only {
    display: none !important;
  }
}
.l-main__mv__item .sp_only {
  display: none !important;
}
@media (max-width: 769px) {
  .l-main__mv__item .sp_only {
    display: inline-block !important;
  }
}
.l-main__mv__item__text-box {
  position: absolute;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}
@media (max-width: 1284px) {
  .l-main__mv__item__text-box {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 769px) {
  .l-main__mv__item__text-box {
    top: 0;
    left: 0;
    padding: 40px 0 0 30px;
    transform: translateX(0);
    align-items: start;
  }
}
@media (max-width: 376px) {
  .l-main__mv__item__text-box {
    padding: 20px 0 0 20px;
  }
}
@media (max-width: 769px) {
  .l-main__mv__item__text-box > div {
    width: 90%;
  }
}
@media (max-width: 494px) {
  .l-main__mv__item__text-box > div {
    width: 100%;
  }
}
.l-main__mv__item__text-box__logo img {
  width: 338px;
  padding-bottom: 45px;
  padding-top: 8px;
}
.l-main__mv__item__text-box__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
}
.l-main__mv__item__text-box__list__label {
  position: absolute;
  top: 14px;
  left: 234px;
}
@media (max-width: 769px) {
  .l-main__mv__item__text-box__list__label {
    display: none;
  }
}
.l-main__mv__item__text-box__list__label img {
  width: 120px;
}
@media (max-width: 974px) {
  .l-main__mv__item__text-box__list {
    gap: 8px;
    width: 195px;
    float: right;
    padding-top: 21px;
    display: none;
  }
}
@media (max-width: 325px) {
  .l-main__mv__item__text-box__list {
    width: 185px;
  }
}
.l-main__mv__item__text-box__item {
  width: 100%;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.18px;
  position: relative;
  padding-left: 38px;
}
@media (max-width: 974px) {
  .l-main__mv__item__text-box__item {
    font-size: 1.6rem;
    padding-left: 34px;
  }
}
.l-main__mv__item__text-box__item .icon {
  top: 0px;
  left: 0;
  width: 28px;
  height: 28px;
  background: #1476CC;
  border-radius: 14px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 974px) {
  .l-main__mv__item__text-box__item .icon {
    top: 0px;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 974px) {
  .l-main__mv__item__text-box__item .icon svg {
    width: 19px;
    height: 19px;
  }
}
.l-main__mv__item__text-box__title {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 36.016px;
  letter-spacing: 0.887px;
}
@media (max-width: 974px) {
  .l-main__mv__item__text-box__title {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.44px;
  }
}
@media (max-width: 365px) {
  .l-main__mv__item__text-box__title {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.44px;
  }
}
.l-main__mv__item__text-box__title span {
  letter-spacing: -16.12px;
}
@media (max-width: 974px) {
  .l-main__mv__item__text-box__title span {
    letter-spacing: -0.36px;
  }
}
.l-main__mv__item__text-box__text {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 181.818% */
  letter-spacing: 1.32px;
  margin-top: 32px;
}
@media (max-width: 974px) {
  .l-main__mv__item__text-box__text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.84px;
    margin-top: 28px;
  }
}
.l-main__mv__item__text-box__link {
  display: flex;
  width: 296px;
  height: 62px;
  padding: 9px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: #FFF;
  margin-top: 24px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 33.197px; /* 207.483% */
  letter-spacing: 0.96px;
  color: #1476CC;
  border: 2px solid #1476CC;
}
@media (max-width: 974px) {
  .l-main__mv__item__text-box__link {
    position: absolute;
    height: 48px;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 325px) {
  .l-main__mv__item__text-box__link {
    height: 40px;
  }
}
.l-main__saas {
  width: 100%;
  background: #FBFAF6;
  padding: 48px 0;
  position: relative;
}
.l-main__saas #saas-list {
  width: 0;
  height: 0;
  position: absolute;
  top: -150px;
}
.l-main__saas__contents-flow {
  width: 100%;
}
.l-main__saas__logo-flow {
  width: 100%;
  overflow: hidden;
}
.l-main__saas__logo-flow .flow-content {
  display: flex;
  width: 6320px;
  animation: flow-img 35s linear infinite;
}
@media (max-width: 769px) {
  .l-main__saas__logo-flow .flow-content {
    width: 3046px;
    animation: flow-img_sp 25s linear infinite;
  }
}
.l-main__saas__logo-flow .flow-content img {
  max-width: 3160px;
}
@media (max-width: 769px) {
  .l-main__saas__logo-flow .flow-content img {
    width: 1523px;
  }
}
.l-main__saas__contents {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 3px;
}
@media (max-width: 769px) {
  .l-main__saas__contents {
    padding: 0 20px;
  }
}
.l-main__saas__text {
  width: 100%;
  text-align: center;
}
.l-main__saas__text__main-title {
  display: flex;
  justify-content: center;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 3.2px;
  margin-bottom: 12px;
}
.l-main__saas__text__main-title img {
  width: 100%;
  max-width: 969px;
}
@media (max-width: 769px) {
  .l-main__saas__text__main-title {
    padding: 0 20px;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 1.44px;
    margin-bottom: 24px;
  }
}
.l-main__saas__text__main-title span {
  font-size: 6.4rem;
  color: #1476CC;
  padding-right: 5px;
  display: inline-block;
  transform: translateY(4px);
}
@media (max-width: 769px) {
  .l-main__saas__text__main-title span {
    font-size: 5.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
}
.l-main__saas__text__caption {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12px;
  color: #222;
  padding-bottom: 24px;
}
@media (max-width: 769px) {
  .l-main__saas__text__caption {
    text-align: left;
    padding: 0 16px 24px 16px;
  }
}
@media (max-width: 330px) {
  .l-main__saas__text__caption {
    font-size: 10px;
  }
}
.l-main__saas__text__sub-text {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 32.5px;
  letter-spacing: 1.44px;
  margin-top: 48px;
}
@media (max-width: 769px) {
  .l-main__saas__text__sub-text {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 164%; /* 26.24px */
    letter-spacing: 1.28px;
    margin-top: 32px;
  }
}
.l-main__saas__list-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  justify-content: center;
}
@media (max-width: 769px) {
  .l-main__saas__list-top {
    margin-top: 32px;
    justify-content: space-between;
  }
}
.l-main__saas__list-top__item {
  display: flex;
  align-items: center;
  margin-right: 52px;
}
@media (max-width: 835px) {
  .l-main__saas__list-top__item {
    margin-right: 43px;
  }
}
@media (max-width: 821px) {
  .l-main__saas__list-top__item {
    margin-right: 56px;
  }
}
@media (max-width: 798px) {
  .l-main__saas__list-top__item {
    margin-right: 50px;
  }
}
@media (max-width: 769px) {
  .l-main__saas__list-top__item {
    margin-right: 46px;
  }
}
@media (max-width: 752px) {
  .l-main__saas__list-top__item {
    margin-right: 40px;
  }
}
@media (max-width: 709px) {
  .l-main__saas__list-top__item {
    margin-right: 35px;
  }
}
@media (max-width: 667px) {
  .l-main__saas__list-top__item {
    margin-right: 30px;
  }
}
@media (max-width: 624px) {
  .l-main__saas__list-top__item {
    margin-right: 24px;
  }
}
@media (max-width: 624px) {
  .l-main__saas__list-top__item {
    margin-right: 17px;
  }
}
@media (max-width: 552px) {
  .l-main__saas__list-top__item {
    margin-right: 16px;
  }
}
@media (max-width: 513px) {
  .l-main__saas__list-top__item {
    margin-right: 8px;
  }
}
@media (max-width: 436px) {
  .l-main__saas__list-top__item {
    margin-right: 15px;
  }
}
@media (max-width: 430px) {
  .l-main__saas__list-top__item {
    margin-right: 13px;
  }
}
@media (max-width: 425px) {
  .l-main__saas__list-top__item {
    margin-right: 25px;
    justify-content: space-between;
  }
}
@media (max-width: 375px) {
  .l-main__saas__list-top__item {
    margin-right: 18px;
  }
}
@media (max-width: 371px) {
  .l-main__saas__list-top__item {
    margin-right: 17px;
  }
}
@media (max-width: 335px) {
  .l-main__saas__list-top__item {
    margin-right: 11px;
  }
}
@media (max-width: 435px) {
  .l-main__saas__list-top__item:nth-child(6) {
    margin-right: 0;
  }
}
@media (max-width: 435px) {
  .l-main__saas__list-top__item:nth-child(7) {
    margin-right: 28px;
    margin-top: 16px;
  }
}
@media (max-width: 400px) {
  .l-main__saas__list-top__item:nth-child(7) {
    margin-right: 22px;
  }
}
@media (max-width: 375px) {
  .l-main__saas__list-top__item:nth-child(7) {
    margin-right: 16px;
  }
}
@media (max-width: 335px) {
  .l-main__saas__list-top__item:nth-child(7) {
    margin-right: 10px;
  }
}
@media (max-width: 435px) {
  .l-main__saas__list-top__item:nth-child(8) {
    margin-right: 28px;
    margin-top: 16px;
  }
}
@media (max-width: 400px) {
  .l-main__saas__list-top__item:nth-child(8) {
    margin-right: 22px;
  }
}
@media (max-width: 375px) {
  .l-main__saas__list-top__item:nth-child(8) {
    margin-right: 16px;
  }
}
@media (max-width: 335px) {
  .l-main__saas__list-top__item:nth-child(8) {
    margin-right: 10px;
  }
}
.l-main__saas__list-top__item:nth-child(9) {
  margin-right: 0;
}
@media (max-width: 435px) {
  .l-main__saas__list-top__item:nth-child(9) {
    margin-right: 28px;
    margin-top: 16px;
  }
}
@media (max-width: 400px) {
  .l-main__saas__list-top__item:nth-child(9) {
    margin-right: 22px;
  }
}
@media (max-width: 375px) {
  .l-main__saas__list-top__item:nth-child(9) {
    margin-right: 16px;
  }
}
@media (max-width: 335px) {
  .l-main__saas__list-top__item:nth-child(9) {
    margin-right: 10px;
  }
}
.l-main__saas__list-top__item:nth-child(10) {
  margin-right: 43px;
  margin-top: 32px;
}
@media (max-width: 835px) {
  .l-main__saas__list-top__item:nth-child(10) {
    margin-right: 43px;
    margin-top: 16px;
  }
}
@media (max-width: 552px) {
  .l-main__saas__list-top__item:nth-child(10) {
    margin-right: 12px;
  }
}
@media (max-width: 514px) {
  .l-main__saas__list-top__item:nth-child(10) {
    margin-right: 6px;
  }
}
@media (max-width: 435px) {
  .l-main__saas__list-top__item:nth-child(10) {
    margin-right: 28px;
  }
}
@media (max-width: 400px) {
  .l-main__saas__list-top__item:nth-child(10) {
    margin-right: 22px;
  }
}
@media (max-width: 375px) {
  .l-main__saas__list-top__item:nth-child(10) {
    margin-right: 16px;
  }
}
@media (max-width: 335px) {
  .l-main__saas__list-top__item:nth-child(10) {
    margin-right: 10px;
  }
}
.l-main__saas__list-top__item:nth-child(11) {
  margin-right: 43px;
  margin-top: 32px;
}
@media (max-width: 835px) {
  .l-main__saas__list-top__item:nth-child(11) {
    margin-right: 43px;
    margin-top: 16px;
  }
}
@media (max-width: 552px) {
  .l-main__saas__list-top__item:nth-child(11) {
    margin-right: 12px;
  }
}
@media (max-width: 514px) {
  .l-main__saas__list-top__item:nth-child(11) {
    margin-right: 6px;
  }
}
@media (max-width: 435px) {
  .l-main__saas__list-top__item:nth-child(11) {
    margin-right: 28px;
  }
}
@media (max-width: 400px) {
  .l-main__saas__list-top__item:nth-child(11) {
    margin-right: 22px;
  }
}
@media (max-width: 375px) {
  .l-main__saas__list-top__item:nth-child(11) {
    margin-right: 17px;
  }
}
@media (max-width: 335px) {
  .l-main__saas__list-top__item:nth-child(11) {
    margin-right: 10px;
  }
}
.l-main__saas__list-top__item:nth-child(12) {
  margin-right: 43px;
  margin-top: 32px;
}
@media (max-width: 835px) {
  .l-main__saas__list-top__item:nth-child(12) {
    margin-right: 43px;
    margin-top: 16px;
  }
}
@media (max-width: 743px) {
  .l-main__saas__list-top__item:nth-child(12) {
    margin-right: 18px;
  }
}
@media (max-width: 552px) {
  .l-main__saas__list-top__item:nth-child(12) {
    margin-right: 12px;
  }
}
@media (max-width: 514px) {
  .l-main__saas__list-top__item:nth-child(12) {
    margin-right: 6px;
  }
}
@media (max-width: 435px) {
  .l-main__saas__list-top__item:nth-child(12) {
    margin-right: 0;
  }
}
.l-main__saas__list-top__item:nth-child(13) {
  margin-right: 43px;
  margin-top: 32px;
}
@media (max-width: 1120px) {
  .l-main__saas__list-top__item:nth-child(13) {
    margin-right: 20px;
  }
}
@media (max-width: 835px) {
  .l-main__saas__list-top__item:nth-child(13) {
    margin-right: 43px;
    margin-top: 16px;
  }
}
@media (max-width: 743px) {
  .l-main__saas__list-top__item:nth-child(13) {
    margin-right: 18px;
  }
}
@media (max-width: 552px) {
  .l-main__saas__list-top__item:nth-child(13) {
    margin-right: 12px;
  }
}
@media (max-width: 514px) {
  .l-main__saas__list-top__item:nth-child(13) {
    margin-right: 6px;
  }
}
@media (max-width: 435px) {
  .l-main__saas__list-top__item:nth-child(13) {
    margin-right: 15px;
    margin-top: 16px;
  }
}
@media (max-width: 400px) {
  .l-main__saas__list-top__item:nth-child(13) {
    margin-right: 15px;
  }
}
@media (max-width: 383px) {
  .l-main__saas__list-top__item:nth-child(13) {
    margin-right: 16px;
  }
}
@media (max-width: 376px) {
  .l-main__saas__list-top__item:nth-child(13) {
    margin-right: 10px;
  }
}
@media (max-width: 357px) {
  .l-main__saas__list-top__item:nth-child(13) {
    margin-right: 5px;
  }
}
@media (max-width: 334px) {
  .l-main__saas__list-top__item:nth-child(13) {
    margin-right: 3px;
  }
}
.l-main__saas__list-top__item:nth-child(14) {
  margin-right: 43px;
  margin-top: 32px;
}
@media (max-width: 1120px) {
  .l-main__saas__list-top__item:nth-child(14) {
    margin-right: 20px;
  }
}
@media (max-width: 835px) {
  .l-main__saas__list-top__item:nth-child(14) {
    margin-right: 43px;
    margin-top: 16px;
  }
}
@media (max-width: 743px) {
  .l-main__saas__list-top__item:nth-child(14) {
    margin-right: 18px;
  }
}
@media (max-width: 552px) {
  .l-main__saas__list-top__item:nth-child(14) {
    margin-right: 12px;
  }
}
@media (max-width: 514px) {
  .l-main__saas__list-top__item:nth-child(14) {
    margin-right: 6px;
  }
}
@media (max-width: 400px) {
  .l-main__saas__list-top__item:nth-child(14) {
    margin-right: 18px;
  }
}
@media (max-width: 435px) {
  .l-main__saas__list-top__item:nth-child(14) {
    margin-right: 15px;
    margin-top: 16px;
  }
}
@media (max-width: 383px) {
  .l-main__saas__list-top__item:nth-child(14) {
    margin-right: 12px;
  }
}
@media (max-width: 376px) {
  .l-main__saas__list-top__item:nth-child(14) {
    margin-right: 10px;
  }
}
@media (max-width: 357px) {
  .l-main__saas__list-top__item:nth-child(14) {
    margin-right: 5px;
  }
}
@media (max-width: 334px) {
  .l-main__saas__list-top__item:nth-child(14) {
    margin-right: 3px;
  }
}
.l-main__saas__list-top__item:nth-child(15) {
  margin-right: 43px;
  margin-top: 32px;
}
@media (max-width: 1120px) {
  .l-main__saas__list-top__item:nth-child(15) {
    margin-right: 20px;
  }
}
@media (max-width: 835px) {
  .l-main__saas__list-top__item:nth-child(15) {
    margin-right: 43px;
    margin-top: 16px;
  }
}
@media (max-width: 743px) {
  .l-main__saas__list-top__item:nth-child(15) {
    margin-right: 18px;
  }
}
@media (max-width: 552px) {
  .l-main__saas__list-top__item:nth-child(15) {
    margin-right: 12px;
  }
}
@media (max-width: 514px) {
  .l-main__saas__list-top__item:nth-child(15) {
    margin-right: 6px;
  }
}
@media (max-width: 435px) {
  .l-main__saas__list-top__item:nth-child(15) {
    margin-right: 24px;
  }
}
@media (max-width: 400px) {
  .l-main__saas__list-top__item:nth-child(15) {
    margin-right: 18px;
  }
}
@media (max-width: 383px) {
  .l-main__saas__list-top__item:nth-child(15) {
    margin-right: 12px;
  }
}
@media (max-width: 376px) {
  .l-main__saas__list-top__item:nth-child(15) {
    margin-right: 10px;
  }
}
@media (max-width: 357px) {
  .l-main__saas__list-top__item:nth-child(15) {
    margin-right: 5px;
  }
}
@media (max-width: 334px) {
  .l-main__saas__list-top__item:nth-child(15) {
    margin-right: 3px;
  }
}
.l-main__saas__list-top__item:nth-child(16) {
  margin-right: 43px;
  margin-top: 32px;
}
@media (max-width: 1120px) {
  .l-main__saas__list-top__item:nth-child(16) {
    margin-right: 20px;
    margin-top: 16px;
  }
}
@media (max-width: 835px) {
  .l-main__saas__list-top__item:nth-child(16) {
    margin-right: 43px;
    margin-top: 16px;
  }
}
@media (max-width: 743px) {
  .l-main__saas__list-top__item:nth-child(16) {
    margin-right: 18px;
  }
}
@media (max-width: 552px) {
  .l-main__saas__list-top__item:nth-child(16) {
    margin-right: 12px;
  }
}
@media (max-width: 514px) {
  .l-main__saas__list-top__item:nth-child(16) {
    margin-right: 6px;
  }
}
@media (max-width: 435px) {
  .l-main__saas__list-top__item:nth-child(16) {
    margin-right: 24px;
  }
}
@media (max-width: 405px) {
  .l-main__saas__list-top__item:nth-child(16) {
    margin-right: 18px;
  }
}
@media (max-width: 383px) {
  .l-main__saas__list-top__item:nth-child(16) {
    margin-right: 15px;
  }
}
@media (max-width: 386px) {
  .l-main__saas__list-top__item:nth-child(16) {
    margin-right: 10px;
  }
}
@media (max-width: 357px) {
  .l-main__saas__list-top__item:nth-child(16) {
    margin-right: 5px;
  }
}
@media (max-width: 334px) {
  .l-main__saas__list-top__item:nth-child(16) {
    margin-right: 3px;
  }
}
.l-main__saas__list-top__item:nth-child(17) {
  margin-right: 43px;
  margin-top: 32px;
}
@media (max-width: 1120px) {
  .l-main__saas__list-top__item:nth-child(17) {
    margin-right: 20px;
    margin-top: 16px;
  }
}
@media (max-width: 835px) {
  .l-main__saas__list-top__item:nth-child(17) {
    margin-right: 43px;
    margin-top: 16px;
  }
}
@media (max-width: 743px) {
  .l-main__saas__list-top__item:nth-child(17) {
    margin-right: 18px;
  }
}
@media (max-width: 552px) {
  .l-main__saas__list-top__item:nth-child(17) {
    margin-right: 12px;
  }
}
@media (max-width: 514px) {
  .l-main__saas__list-top__item:nth-child(17) {
    margin-right: 6px;
  }
}
@media (max-width: 435px) {
  .l-main__saas__list-top__item:nth-child(17) {
    margin-right: 24px;
  }
}
@media (max-width: 400px) {
  .l-main__saas__list-top__item:nth-child(17) {
    margin-right: 18px;
  }
}
@media (max-width: 402px) {
  .l-main__saas__list-top__item:nth-child(17) {
    margin-right: 15px;
  }
}
@media (max-width: 376px) {
  .l-main__saas__list-top__item:nth-child(17) {
    margin-right: 10px;
  }
}
@media (max-width: 357px) {
  .l-main__saas__list-top__item:nth-child(17) {
    margin-right: 5px;
  }
}
@media (max-width: 334px) {
  .l-main__saas__list-top__item:nth-child(17) {
    margin-right: 3px;
  }
}
.l-main__saas__list-top__item:last-child {
  margin-right: 0;
  margin-top: 32px;
}
@media (max-width: 1120px) {
  .l-main__saas__list-top__item:last-child {
    margin-top: 16px;
  }
}
.l-main__saas__list-top__item .ms {
  width: 66px;
}
@media (max-width: 1098px) {
  .l-main__saas__list-top__item .ms {
    width: 60px;
  }
}
@media (max-width: 1033px) {
  .l-main__saas__list-top__item .ms {
    width: 55px;
  }
}
@media (max-width: 987px) {
  .l-main__saas__list-top__item .ms {
    width: 50px;
  }
}
@media (max-width: 948px) {
  .l-main__saas__list-top__item .ms {
    width: 45px;
  }
}
@media (max-width: 900px) {
  .l-main__saas__list-top__item .ms {
    width: 40px;
  }
}
@media (max-width: 439px) {
  .l-main__saas__list-top__item .ms {
    width: 37px;
  }
}
@media (max-width: 436px) {
  .l-main__saas__list-top__item .ms {
    width: 43px;
    margin-right: 10px;
  }
}
@media (max-width: 425px) {
  .l-main__saas__list-top__item .ms {
    width: 32px;
  }
}
.l-main__saas__list-top__item .chatwork {
  width: 66px;
}
@media (max-width: 1098px) {
  .l-main__saas__list-top__item .chatwork {
    width: 60px;
  }
}
@media (max-width: 1033px) {
  .l-main__saas__list-top__item .chatwork {
    width: 55px;
  }
}
@media (max-width: 987px) {
  .l-main__saas__list-top__item .chatwork {
    width: 50px;
  }
}
@media (max-width: 948px) {
  .l-main__saas__list-top__item .chatwork {
    width: 45px;
  }
}
@media (max-width: 900px) {
  .l-main__saas__list-top__item .chatwork {
    width: 40px;
  }
}
@media (max-width: 821px) {
  .l-main__saas__list-top__item .chatwork {
    width: 32px;
  }
}
@media (max-width: 436px) {
  .l-main__saas__list-top__item .chatwork {
    width: 43px;
  }
}
@media (max-width: 425px) {
  .l-main__saas__list-top__item .chatwork {
    width: 32px;
  }
}
.l-main__saas__list-top__item .notion {
  width: 69px;
}
@media (max-width: 1098px) {
  .l-main__saas__list-top__item .notion {
    width: 60px;
  }
}
@media (max-width: 1033px) {
  .l-main__saas__list-top__item .notion {
    width: 55px;
  }
}
@media (max-width: 987px) {
  .l-main__saas__list-top__item .notion {
    width: 50px;
  }
}
@media (max-width: 948px) {
  .l-main__saas__list-top__item .notion {
    width: 45px;
  }
}
@media (max-width: 900px) {
  .l-main__saas__list-top__item .notion {
    width: 40px;
  }
}
@media (max-width: 821px) {
  .l-main__saas__list-top__item .notion {
    width: 32px;
  }
}
@media (max-width: 436px) {
  .l-main__saas__list-top__item .notion {
    width: 43px;
  }
}
@media (max-width: 425px) {
  .l-main__saas__list-top__item .notion {
    width: 32px;
  }
}
.l-main__saas__list-top__item .box {
  width: 91px;
}
@media (max-width: 1098px) {
  .l-main__saas__list-top__item .box {
    width: 80px;
  }
}
@media (max-width: 1033px) {
  .l-main__saas__list-top__item .box {
    width: 75px;
  }
}
@media (max-width: 987px) {
  .l-main__saas__list-top__item .box {
    width: 70px;
  }
}
@media (max-width: 948px) {
  .l-main__saas__list-top__item .box {
    width: 65px;
  }
}
@media (max-width: 900px) {
  .l-main__saas__list-top__item .box {
    width: 50px;
  }
}
@media (max-width: 821px) {
  .l-main__saas__list-top__item .box {
    width: 50px;
  }
}
@media (max-width: 436px) {
  .l-main__saas__list-top__item .box {
    width: 43px;
  }
}
@media (max-width: 425px) {
  .l-main__saas__list-top__item .box {
    width: 32px;
  }
}
.l-main__saas__list-top__item .backlog {
  width: 65px;
}
@media (max-width: 1098px) {
  .l-main__saas__list-top__item .backlog {
    width: 60px;
  }
}
@media (max-width: 1033px) {
  .l-main__saas__list-top__item .backlog {
    width: 55px;
  }
}
@media (max-width: 987px) {
  .l-main__saas__list-top__item .backlog {
    width: 50px;
  }
}
@media (max-width: 948px) {
  .l-main__saas__list-top__item .backlog {
    width: 45px;
  }
}
@media (max-width: 900px) {
  .l-main__saas__list-top__item .backlog {
    width: 40px;
  }
}
@media (max-width: 821px) {
  .l-main__saas__list-top__item .backlog {
    width: 32px;
  }
}
@media (max-width: 436px) {
  .l-main__saas__list-top__item .backlog {
    width: 43px;
  }
}
@media (max-width: 425px) {
  .l-main__saas__list-top__item .backlog {
    width: 32px;
  }
}
.l-main__saas__list-top__item .google {
  width: 66px;
}
@media (max-width: 1098px) {
  .l-main__saas__list-top__item .google {
    width: 60px;
  }
}
@media (max-width: 1033px) {
  .l-main__saas__list-top__item .google {
    width: 55px;
  }
}
@media (max-width: 987px) {
  .l-main__saas__list-top__item .google {
    width: 50px;
  }
}
@media (max-width: 948px) {
  .l-main__saas__list-top__item .google {
    width: 45px;
  }
}
@media (max-width: 900px) {
  .l-main__saas__list-top__item .google {
    width: 40px;
  }
}
@media (max-width: 821px) {
  .l-main__saas__list-top__item .google {
    width: 32px;
  }
}
@media (max-width: 436px) {
  .l-main__saas__list-top__item .google {
    width: 43px;
  }
}
@media (max-width: 425px) {
  .l-main__saas__list-top__item .google {
    width: 32px;
  }
}
.l-main__saas__list-top__item .zoom {
  width: 66px;
}
@media (max-width: 1098px) {
  .l-main__saas__list-top__item .zoom {
    width: 60px;
  }
}
@media (max-width: 1033px) {
  .l-main__saas__list-top__item .zoom {
    width: 55px;
  }
}
@media (max-width: 987px) {
  .l-main__saas__list-top__item .zoom {
    width: 50px;
  }
}
@media (max-width: 948px) {
  .l-main__saas__list-top__item .zoom {
    width: 45px;
  }
}
@media (max-width: 900px) {
  .l-main__saas__list-top__item .zoom {
    width: 40px;
  }
}
@media (max-width: 821px) {
  .l-main__saas__list-top__item .zoom {
    width: 32px;
  }
}
.l-main__saas__list-top__item .slack {
  width: 66px;
}
@media (max-width: 1098px) {
  .l-main__saas__list-top__item .slack {
    width: 60px;
  }
}
@media (max-width: 1033px) {
  .l-main__saas__list-top__item .slack {
    width: 55px;
  }
}
@media (max-width: 987px) {
  .l-main__saas__list-top__item .slack {
    width: 50px;
  }
}
@media (max-width: 948px) {
  .l-main__saas__list-top__item .slack {
    width: 45px;
  }
}
@media (max-width: 900px) {
  .l-main__saas__list-top__item .slack {
    width: 40px;
  }
}
@media (max-width: 821px) {
  .l-main__saas__list-top__item .slack {
    width: 32px;
  }
}
.l-main__saas__list-top__item .kintone {
  width: 110px;
}
@media (max-width: 1098px) {
  .l-main__saas__list-top__item .kintone {
    width: 100px;
  }
}
@media (max-width: 1033px) {
  .l-main__saas__list-top__item .kintone {
    width: 95px;
  }
}
@media (max-width: 987px) {
  .l-main__saas__list-top__item .kintone {
    width: 90px;
  }
}
@media (max-width: 948px) {
  .l-main__saas__list-top__item .kintone {
    width: 85px;
  }
}
@media (max-width: 900px) {
  .l-main__saas__list-top__item .kintone {
    width: 70px;
  }
}
@media (max-width: 821px) {
  .l-main__saas__list-top__item .kintone {
    width: 54px;
  }
}
.l-main__saas__list-top__item .freee {
  width: 59px;
}
@media (max-width: 997px) {
  .l-main__saas__list-top__item .freee {
    width: 55px;
  }
}
@media (max-width: 906px) {
  .l-main__saas__list-top__item .freee {
    width: 40px;
  }
}
@media (max-width: 821px) {
  .l-main__saas__list-top__item .freee {
    width: 30px;
  }
}
@media (max-width: 425px) {
  .l-main__saas__list-top__item .freee {
    width: 26px;
  }
}
.l-main__saas__list-top__item .miro {
  width: 69px;
}
@media (max-width: 997px) {
  .l-main__saas__list-top__item .miro {
    width: 60px;
  }
}
@media (max-width: 906px) {
  .l-main__saas__list-top__item .miro {
    width: 50px;
  }
}
@media (max-width: 821px) {
  .l-main__saas__list-top__item .miro {
    width: 40px;
  }
}
@media (max-width: 439px) {
  .l-main__saas__list-top__item .miro {
    width: 37px;
  }
}
@media (max-width: 425px) {
  .l-main__saas__list-top__item .miro {
    width: 32px;
  }
}
.l-main__saas__list-top__item .mark {
  width: 80px;
}
@media (max-width: 997px) {
  .l-main__saas__list-top__item .mark {
    width: 70px;
  }
}
@media (max-width: 906px) {
  .l-main__saas__list-top__item .mark {
    width: 60px;
  }
}
@media (max-width: 821px) {
  .l-main__saas__list-top__item .mark {
    width: 40px;
  }
}
@media (max-width: 439px) {
  .l-main__saas__list-top__item .mark {
    width: 39px;
  }
}
@media (max-width: 425px) {
  .l-main__saas__list-top__item .mark {
    width: 37px;
  }
}
@media (max-width: 370px) {
  .l-main__saas__list-top__item .mark {
    width: 36px;
  }
}
.l-main__saas__list-top__item .line-work {
  width: 79px;
}
@media (max-width: 997px) {
  .l-main__saas__list-top__item .line-work {
    width: 70px;
  }
}
@media (max-width: 906px) {
  .l-main__saas__list-top__item .line-work {
    width: 60px;
  }
}
@media (max-width: 821px) {
  .l-main__saas__list-top__item .line-work {
    width: 40px;
  }
}
@media (max-width: 439px) {
  .l-main__saas__list-top__item .line-work {
    width: 37px;
  }
}
@media (max-width: 425px) {
  .l-main__saas__list-top__item .line-work {
    width: 32px;
  }
}
.l-main__saas__list-top__item .sansan {
  width: 115px;
}
@media (max-width: 997px) {
  .l-main__saas__list-top__item .sansan {
    width: 100px;
  }
}
@media (max-width: 906px) {
  .l-main__saas__list-top__item .sansan {
    width: 90px;
  }
}
@media (max-width: 821px) {
  .l-main__saas__list-top__item .sansan {
    width: 40px;
  }
}
@media (max-width: 439px) {
  .l-main__saas__list-top__item .sansan {
    width: 45px;
  }
}
@media (max-width: 426px) {
  .l-main__saas__list-top__item .sansan {
    width: 50px;
  }
}
@media (max-width: 425px) {
  .l-main__saas__list-top__item .sansan {
    width: 62px;
  }
}
.l-main__saas__list-top__item .dropbox {
  width: 70px;
}
@media (max-width: 997px) {
  .l-main__saas__list-top__item .dropbox {
    width: 60px;
  }
}
@media (max-width: 906px) {
  .l-main__saas__list-top__item .dropbox {
    width: 50px;
  }
}
@media (max-width: 821px) {
  .l-main__saas__list-top__item .dropbox {
    width: 40px;
  }
}
@media (max-width: 439px) {
  .l-main__saas__list-top__item .dropbox {
    width: 37px;
  }
}
@media (max-width: 425px) {
  .l-main__saas__list-top__item .dropbox {
    width: 32px;
  }
}
.l-main__saas__list-top__item .smarthr {
  width: 80px;
}
@media (max-width: 997px) {
  .l-main__saas__list-top__item .smarthr {
    width: 70px;
  }
}
@media (max-width: 906px) {
  .l-main__saas__list-top__item .smarthr {
    width: 60px;
  }
}
@media (max-width: 821px) {
  .l-main__saas__list-top__item .smarthr {
    width: 40px;
  }
}
.l-main__saas__list-top__item .saleforce {
  width: 104px;
}
@media (max-width: 997px) {
  .l-main__saas__list-top__item .saleforce {
    width: 95px;
  }
}
@media (max-width: 821px) {
  .l-main__saas__list-top__item .saleforce {
    width: 40px;
  }
}
@media (max-width: 439px) {
  .l-main__saas__list-top__item .saleforce {
    width: 42px;
  }
}
@media (max-width: 425px) {
  .l-main__saas__list-top__item .saleforce {
    width: 50px;
  }
}
@media (max-width: 330px) {
  .l-main__saas__list-top__item .saleforce {
    width: 40px;
  }
}
.l-main__saas__list-top__item .asana {
  width: 92px;
}
@media (max-width: 997px) {
  .l-main__saas__list-top__item .asana {
    width: 82px;
  }
}
@media (max-width: 821px) {
  .l-main__saas__list-top__item .asana {
    width: 40px;
  }
}
@media (max-width: 425px) {
  .l-main__saas__list-top__item .asana {
    width: 50px;
  }
}
.l-main__saas__list-bottom {
  width: 100%;
  display: flex;
  margin-top: 32px;
}
.l-main__saas__list-bottom__item {
  display: flex;
  align-items: center;
  margin-right: 43px;
}
.l-main__saas__list-bottom__item:last-child {
  margin-right: 0;
}
.l-main__saas__button {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
@media (max-width: 769px) {
  .l-main__saas__button {
    margin-top: 16px;
  }
}
.l-main__saas__button__link {
  width: 100%;
  max-width: 320px;
  height: 72px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  border: 1px solid #222;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 210% */
  letter-spacing: 1.2px;
}
@media (max-width: 769px) {
  .l-main__saas__button__link {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 262.5% */
    letter-spacing: 0.96px;
  }
}
.l-main__saas__button__text {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  margin-top: 12px;
}
.l-main__why {
  width: 100%;
  background: #C5D8E9;
  padding: 128px 0;
}
@media (max-width: 769px) {
  .l-main__why {
    padding: 96px 0;
  }
}
.l-main__why__contents {
  width: 100%;
  max-width: 1105px;
  margin: 0 auto;
}
.l-main__why__list {
  width: 100%;
  display: flex;
}
@media (max-width: 769px) {
  .l-main__why__list {
    flex-wrap: wrap;
  }
}
.l-main__why__item {
  width: 100%;
  margin-right: 32px;
}
@media (max-width: 769px) {
  .l-main__why__item {
    flex-wrap: wrap;
    margin-right: 0;
    margin-bottom: 56px;
  }
}
.l-main__why__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.l-main__why__item__img {
  width: 100%;
  text-align: center;
  padding: 17px 0;
}
.l-main__why__item__img img {
  max-width: 219px;
  display: inline-block;
}
@media (max-width: 769px) {
  .l-main__why__item__img img {
    max-width: 256px;
  }
}
.l-main__why__item__text {
  width: 100%;
  margin-top: 24px;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 1.28px;
}
@media (max-width: 769px) {
  .l-main__why__item__text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.12px;
  }
}
.l-main__create {
  width: 100%;
  padding: 128px 0;
  background: #FBFAF6;
}
@media (max-width: 769px) {
  .l-main__create {
    padding: 96px 0;
  }
}
.l-main__create.mainpage {
  padding: 156px 0;
}
@media (max-width: 769px) {
  .l-main__create.mainpage {
    padding: 96px 0;
  }
}
.l-main__create__checklist {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 70px;
}
@media (max-width: 769px) {
  .l-main__create__checklist {
    flex-wrap: wrap;
    gap: 0;
  }
}
.l-main__create__checklist__list {
  max-width: 422px;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.l-main__create__checklist__list:nth-child(2) {
  max-width: 468px;
}
@media (max-width: 769px) {
  .l-main__create__checklist__list:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .l-main__create__checklist__list {
    width: 100%;
    padding: 0 32px;
  }
}
.l-main__create__checklist__item {
  width: 100%;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.18px;
  position: relative;
  padding-left: 40px;
  padding-bottom: 25px;
}
.l-main__create__checklist__item .icon {
  top: -2px;
  left: 0;
  width: 28px;
  height: 28px;
  background: #1476CC;
  border-radius: 14px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-main__create__img {
  max-width: 861px;
  margin: 0 auto;
  width: 100%;
  padding-top: 40px;
}
.l-main__create .slick-dots li button:before {
  color: transparent;
}
.l-main__create .slick-dots li button::after {
  color: transparent;
}
.l-main__create .slick-dots li.slick-active button:before {
  color: transparent;
}
.l-main__create .slick-dots li.slick-active button::after {
  color: transparent;
}
.l-main__create__contents {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.l-main__create__contents .slick-dots {
  width: auto;
  height: 20px;
  display: inline-block;
  top: 50%;
  right: -270px;
  transform: rotate(90deg) translateX(-52px);
  bottom: auto;
}
@media (max-width: 1300px) {
  .l-main__create__contents .slick-dots {
    right: -225px;
  }
}
@media (max-width: 1182px) {
  .l-main__create__contents .slick-dots {
    right: -195px;
  }
}
.l-main__create__contents .slick-dots li {
  margin: 0 23px;
}
.l-main__create__item {
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  padding-bottom: 64px;
  align-items: center;
}
@media (max-width: 769px) {
  .l-main__create__item {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
.l-main__create__item:last-child {
  padding-bottom: 56px;
}
.l-main__create__item:nth-child(2) {
  flex-direction: row-reverse;
}
.l-main__create__item:nth-child(2) .l-main__create__item__img {
  text-align: left;
}
.l-main__create__item__text-box {
  width: 100%;
  max-width: 429px;
}
@media (max-width: 769px) {
  .l-main__create__item__text-box {
    padding: 0 20px;
  }
}
.l-main__create__item__text-box__title {
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 62px; /* 129.167% */
  letter-spacing: 3.8px;
}
@media (max-width: 769px) {
  .l-main__create__item__text-box__title {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 43px; /* 153.571% */
    letter-spacing: 2.8px;
    margin-bottom: 10px;
  }
}
@media (max-width: 376px) {
  .l-main__create__item__text-box__title {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 153.571% */
    letter-spacing: 2.8px;
    margin-bottom: 10px;
  }
}
.l-main__create__item__text-box__title span {
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 3.6px;
}
@media (max-width: 769px) {
  .l-main__create__item__text-box__title span {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 2px;
  }
}
@media (max-width: 376px) {
  .l-main__create__item__text-box__title span {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2px;
  }
}
@media (max-width: 769px) {
  .l-main__create__item__text-box__title span.text-big {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 43px; /* 153.571% */
    letter-spacing: 2.8px;
    margin-bottom: 10px;
  }
}
@media (max-width: 376px) {
  .l-main__create__item__text-box__title span.text-big {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 153.571% */
    letter-spacing: 2.8px;
    margin-bottom: 10px;
  }
}
.l-main__create__item__text-box__title span.text-small {
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 3.6px;
}
@media (max-width: 769px) {
  .l-main__create__item__text-box__title span.text-small {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 2px;
  }
}
@media (max-width: 376px) {
  .l-main__create__item__text-box__title span.text-small {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2px;
  }
}
.l-main__create__item__text-box__text {
  max-width: 420px;
  margin-top: 64px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 1.28px;
}
@media (max-width: 769px) {
  .l-main__create__item__text-box__text {
    margin-top: 12px;
    margin-bottom: 56px;
  }
}
.l-main__create__item__text-box__img {
  width: 100%;
  display: none;
  text-align: center;
  padding: 0 40px;
}
@media (max-width: 769px) {
  .l-main__create__item__text-box__img {
    display: block;
    padding: 0;
  }
}
.l-main__create__item__text-box__img.front {
  padding: 0 26px;
}
.l-main__create__item__img {
  width: 100%;
  text-align: right;
}
@media (max-width: 769px) {
  .l-main__create__item__img {
    display: none;
    margin-right: 0;
  }
}
.l-main__create__item__img img {
  max-width: 625px;
}
.l-main__create__item__img.front {
  max-width: 574px;
  margin-right: 20px;
}
.l-main__create__movie {
  max-width: 857px;
  width: 100%;
  margin: 0 auto;
  margin-top: 96px;
}
@media (max-width: 769px) {
  .l-main__create__movie {
    padding: 0 20px;
    margin-top: 64px;
  }
}
.l-main__create__movie__title {
  width: 100%;
  text-align: center;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 144.444% */
  letter-spacing: 2.88px;
  padding-bottom: 48px;
}
@media (max-width: 769px) {
  .l-main__create__movie__title {
    font-size: 3.2rem;
    padding-bottom: 32px;
  }
}
.l-main__create__movie__img {
  cursor: pointer;
}
.l-main__trouble {
  width: 100%;
  padding: 128px 0;
  background: #C5D8E9;
  position: relative;
}
@media (max-width: 769px) {
  .l-main__trouble {
    padding: 96px 0;
  }
}
.l-main__trouble.mainpage {
  padding: 80px 0 120px 0;
}
@media (max-width: 769px) {
  .l-main__trouble.mainpage {
    padding: 48px 0;
  }
}
.l-main__trouble__bg {
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
}
.l-main__trouble__contents {
  width: 100%;
  max-width: 1107px;
  margin: 0 auto;
}
.l-main__trouble__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  position: relative;
}
@media (max-width: 769px) {
  .l-main__trouble__list {
    margin-top: 48px;
  }
}
.l-main__trouble__list__slick-prev {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: -45px;
  left: 50%;
  transform: translateX(-78px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  box-shadow: 2px 2px 8px 0px rgba(9, 9, 9, 0.12);
  border: 1px solid #F1F1F1;
  padding: 0;
  display: none !important;
}
@media (max-width: 1026px) {
  .l-main__trouble__list__slick-prev {
    display: block !important;
  }
}
.l-main__trouble__list__slick-prev img {
  width: 25px;
}
.l-main__trouble__list__slick-next {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: -45px;
  left: 50%;
  transform: translateX(45px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  box-shadow: 2px 2px 8px 0px rgba(9, 9, 9, 0.12);
  border: 1px solid #F1F1F1;
  padding: 0;
  display: none !important;
}
@media (max-width: 1026px) {
  .l-main__trouble__list__slick-next {
    display: block !important;
  }
}
.l-main__trouble__list__slick-next img {
  width: 25px;
}
.l-main__trouble .slick-slide {
  padding: 0 24px;
}
.l-main__trouble .slider-counter {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  margin-top: 23px;
}
.l-main__trouble__item {
  width: 337px;
  padding: 24px 10px;
  background: #FFF;
  margin-right: 48px;
  margin-bottom: 30px;
}
@media (max-width: 769px) {
  .l-main__trouble__item {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.l-main__trouble__item:nth-child(3n) {
  margin-right: 0;
}
.l-main__trouble__item.round01 {
  border-radius: 80px;
}
.l-main__trouble__item.round02 {
  border-radius: 48px;
}
.l-main__trouble__item.round03 {
  border-top-left-radius: 48px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 48px;
}
.l-main__trouble__item.round04 {
  border-top-left-radius: 8px;
  border-top-right-radius: 48px;
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 8px;
}
.l-main__trouble__item__img {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 769px) {
  .l-main__trouble__item__img {
    display: flex;
    justify-content: center;
  }
}
.l-main__trouble__item__img img {
  max-width: 157px;
  display: inline-block !important;
}
.l-main__trouble__item__text {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 30.5px; /* 152.5% */
  letter-spacing: 1.2px;
  color: #222;
}
.l-main__trouble__item__text span {
  color: #1476CC;
}
.l-main__trouble .slick-dots {
  transform: translateY(32px);
}
@media (max-width: 1026px) {
  .l-main__trouble .slick-dots {
    display: none !important;
  }
}
.l-main__trouble .slick-dots li {
  margin: 0 14px;
}
.l-main__trouble .slick-dots li.slick-active button::after {
  content: "";
  background-color: #F1F8FE;
  opacity: 1;
  width: 40px;
  height: 40px;
  top: -12px;
  left: 2px;
}
.l-main__trouble .slick-dots li.slick-active button::before {
  content: "";
}
.l-main__trouble .slick-dots li button::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #6F9BC2;
  opacity: 1 !important;
  z-index: 2;
  margin: 0 14px;
}
.l-main__function {
  width: 100%;
  padding: 96px 0 156px 0;
  background: #FBFAF6;
}
@media (max-width: 769px) {
  .l-main__function {
    padding: 96px 0 84px 0;
  }
}
.l-main__function .c-title {
  margin-bottom: 50px;
}
.l-main__function.mainpage {
  padding: 156px 0;
}
@media (max-width: 769px) {
  .l-main__function.mainpage {
    padding: 96px 0 84px 0;
  }
}
@media (max-width: 769px) {
  .l-main__function.mainpage .l-main__function__list {
    padding: 0 20px;
  }
}
@media (max-width: 769px) {
  .l-main__function.mainpage .l-main__function__item {
    margin-bottom: 24px;
  }
}
@media (max-width: 769px) {
  .l-main__function.mainpage .c-link-button-wrap {
    padding-top: 32px;
  }
}
.l-main__function__contents {
  width: 100%;
  max-width: 1148px;
  margin: 0 auto;
}
.l-main__function__contents input {
  display: none;
}
.l-main__function .all-input:checked ~ .l-main__function__list .l-main__function__item {
  display: flex !important;
}
.l-main__function .all-input:checked ~ .l-main__function__list .slick-slide {
  display: flex !important;
}
.l-main__function .tag01-input:checked ~ .l-main__function__list .tag01 {
  display: flex !important;
}
.l-main__function .tag02-input:checked ~ .l-main__function__list .tag02 {
  display: flex !important;
}
.l-main__function .tag03-input:checked ~ .l-main__function__list .tag03 {
  display: flex !important;
}
.l-main__function .tag04-input:checked ~ .l-main__function__list .tag04 {
  display: flex !important;
}
.l-main__function .tag05-input:checked ~ .l-main__function__list .tag05 {
  display: flex !important;
}
.l-main__function .tag06-input:checked ~ .l-main__function__list .tag06 {
  display: flex !important;
}
.l-main__function__tag-list {
  width: 100%;
  max-width: 808px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 72px;
}
@media (max-width: 769px) {
  .l-main__function__tag-list {
    padding: 0 20px;
    margin-bottom: 26px;
  }
}
.l-main__function__tag-item {
  width: 248px;
  margin-right: 32px;
}
@media (max-width: 769px) {
  .l-main__function__tag-item {
    width: 50%;
    margin-right: 0;
  }
}
.l-main__function__tag-item:nth-child(3n) {
  margin-right: 0;
}
.l-main__function__tag-item:nth-child(1) {
  margin-bottom: 24px;
}
.l-main__function__tag-item:nth-child(2) {
  margin-bottom: 24px;
}
.l-main__function__tag-item:nth-child(3) {
  margin-bottom: 24px;
}
.l-main__function__tag-item label {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 210% */
  letter-spacing: 1.2px;
  cursor: pointer;
}
@media (max-width: 769px) {
  .l-main__function__tag-item label {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.12px;
  }
}
@media (max-width: 395px) {
  .l-main__function__tag-item label {
    font-size: 1.6rem;
    letter-spacing: 0px;
  }
}
@media (max-width: 380px) {
  .l-main__function__tag-item label {
    font-size: 1.4rem;
    letter-spacing: 0px;
  }
}
@media (max-width: 342px) {
  .l-main__function__tag-item label {
    font-size: 1.2rem;
    letter-spacing: 0px;
  }
}
.l-main__function__tag-item label span {
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 4px;
  border: 2px solid #CACACA;
  margin-right: 16px;
  background: #FFF;
}
@media (max-width: 769px) {
  .l-main__function__tag-item label span {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    position: relative;
  }
}
@media (max-width: 410px) {
  .l-main__function__tag-item label span {
    margin-right: 5px;
  }
}
@media (max-width: 769px) {
  .l-main__function__tag-item label span svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -2px;
    left: -2px;
  }
}
.l-main__function__tag-item label.active span {
  border: 2px solid #1476CC;
}
.l-main__function__tag-item label.active span #check {
  fill: #1476CC;
}
.l-main__function .slick-slide {
  display: none !important;
  padding: 30px 20px;
}
.l-main__function .function-slider-counter {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  margin-top: -10px;
}
.l-main__function__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.l-main__function__list__slick-prev {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-78px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  box-shadow: 2px 2px 8px 0px rgba(9, 9, 9, 0.12);
  border: 1px solid #F1F1F1;
  padding: 0;
}
.l-main__function__list__slick-prev img {
  width: 25px;
}
.l-main__function__list__slick-next {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: -20px;
  left: 50%;
  transform: translateX(45px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  box-shadow: 2px 2px 8px 0px rgba(9, 9, 9, 0.12);
  border: 1px solid #F1F1F1;
  padding: 0;
}
.l-main__function__list__slick-next img {
  width: 25px;
}
.l-main__function__item {
  width: 526px;
  height: 156px;
  padding: 12px 24px;
  margin-right: 24px;
  margin-left: 24px;
  margin-bottom: 32px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 6px 24px 4px rgba(0, 0, 0, 0.14);
  align-items: center;
  display: none;
}
.l-main__function__item.main {
  display: flex !important;
}
@media (max-width: 1149px) {
  .l-main__function__item {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .l-main__function__item {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 769px) {
  .l-main__function__item.pc_only {
    display: none !important;
  }
}
.l-main__function__item__icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
@media (max-width: 330px) {
  .l-main__function__item__icon {
    width: 60px;
    height: 60px;
  }
}
.l-main__function__item__text {
  width: calc(100% - 96px);
}
@media (max-width: 330px) {
  .l-main__function__item__text {
    width: calc(100% - 76px);
  }
}
.l-main__function__item__text__title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 175% */
  letter-spacing: 1.44px;
  margin-bottom: 12px;
}
@media (max-width: 679px) {
  .l-main__function__item__text__title {
    line-height: 28px; /* 175% */
  }
}
@media (max-width: 375px) {
  .l-main__function__item__text__title {
    font-size: 2.2rem;
    margin-bottom: 6px;
    line-height: 28px; /* 175% */
  }
}
.l-main__function__item__text__sub-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 1.28px;
}
@media (max-width: 769px) {
  .l-main__function__item__text__sub-text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.12px;
  }
}
.l-main__simulation {
  width: 100%;
  background: #C5D8E9;
  padding: 72px 0;
}
.l-main__simulation.mainpage {
  padding: 156px 0;
}
@media (max-width: 769px) {
  .l-main__simulation.mainpage {
    padding: 96px 0;
  }
}
@media (max-width: 769px) {
  .l-main__simulation .c-link-button-wrap {
    padding-top: 56px;
  }
}
.l-main__simulation__main {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-bottom: 54px;
}
@media (max-width: 769px) {
  .l-main__simulation__main {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
.l-main__simulation__main__text-wrap {
  width: 280px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 769px) {
  .l-main__simulation__main__text-wrap {
    width: 100%;
  }
}
.l-main__simulation__main__text {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 769px) {
  .l-main__simulation__main__text {
    justify-content: center;
  }
}
@media (max-width: 769px) {
  .l-main__simulation__main__text:nth-child(2) .l-main__simulation__main__text__input {
    width: 163px;
    height: 50px;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: 1.28px;
  }
}
.l-main__simulation__main__text__title {
  width: 115px;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 175% */
  letter-spacing: 1.44px;
}
@media (max-width: 769px) {
  .l-main__simulation__main__text__title {
    width: 90px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: 1.28px;
  }
}
.l-main__simulation__main__text__input {
  width: 128px;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 175% */
  letter-spacing: 1.44px;
  background: #F5F5F5;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
@media (max-width: 769px) {
  .l-main__simulation__main__text__input {
    width: 192px;
    height: 50px;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: 1.28px;
  }
}
.l-main__simulation__main__text span {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 42px; /* 175% */
  letter-spacing: 1.44px;
  display: inline-block;
  padding-left: 12px;
}
@media (max-width: 769px) {
  .l-main__simulation__main__text span {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: 1.28px;
  }
}
.l-main__simulation__main__img {
  width: calc(100% - 280px);
  padding-left: 8px;
}
@media (max-width: 769px) {
  .l-main__simulation__main__img {
    width: 100%;
    padding-top: 48px;
  }
}
.l-main__simulation__contents {
  width: 100%;
  max-width: 1104px;
  margin: 0 auto;
}
.l-main__simulation__form-box {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 769px) {
  .l-main__simulation__form-box {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
.l-main__simulation__form-box__select {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 175% */
  letter-spacing: 1.44px;
  color: #222;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 769px) {
  .l-main__simulation__form-box__select {
    width: 100%;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: 1.28px;
  }
}
.l-main__simulation__form-box__select div {
  position: relative;
  margin-right: 72px;
}
@media (max-width: 769px) {
  .l-main__simulation__form-box__select div {
    width: calc(100% - 78px);
    height: 56px;
    margin-right: 0;
  }
}
.l-main__simulation__form-box__select select {
  width: 264px;
  height: 70px;
  display: flex;
  padding: 12px 12px;
  font-size: 1.6rem;
  font-style: normal;
  color: #222;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.008px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  margin-left: 10px;
  position: relative;
  background: #FFF url(../images/wrapper.svg) 95% 50% no-repeat;
}
@media (max-width: 769px) {
  .l-main__simulation__form-box__select select {
    width: 100%;
    height: 56px;
    margin-right: 0;
  }
}
.l-main__simulation__form-box__select select:invalid {
  color: #BFBFBF;
}
.l-main__simulation__form-box__select select option {
  color: #222;
}
.l-main__simulation__form-box__select select option:first-child {
  color: #BFBFBF;
}
@media (max-width: 769px) {
  .l-main__simulation__form-box__select span {
    width: 78px;
  }
}
.l-main__simulation__form-box__number {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 175% */
  letter-spacing: 1.44px;
  color: #222;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 769px) {
  .l-main__simulation__form-box__number {
    width: 100%;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: 1.28px;
    margin-top: 24px;
    justify-content: space-between;
  }
}
.l-main__simulation__form-box__number input {
  width: 168px;
  height: 70px;
  display: flex;
  padding: 12px 12px;
  font-size: 2.4rem;
  font-style: normal;
  color: #222;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.008px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  margin-left: 10px;
  text-align: right;
  margin-right: 12px;
}
@media (max-width: 769px) {
  .l-main__simulation__form-box__number input {
    width: 100%;
    max-width: 168px;
    height: 56px;
    margin-right: 20px;
    font-size: 1.6rem;
  }
}
.l-main__simulation__form-box__number input::placeholder {
  color: #E9E9E9;
}
.l-main__simulation__form-box__number .people {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  width: 10px;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 42px; /* 175% */
  letter-spacing: 1.44px;
}
@media (max-width: 769px) {
  .l-main__simulation__form-box__number .people {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: 1.28px;
    right: 0px;
  }
}
@media (max-width: 769px) {
  .l-main__simulation__form-box__number span {
    width: 78px;
  }
}
.l-main__simulation__btn {
  margin-top: 68px;
  display: flex;
  justify-content: center;
}
@media (max-width: 769px) {
  .l-main__simulation__btn {
    margin-top: 58px;
    margin-bottom: 72px;
  }
}
.l-main__simulation__btn button {
  width: 320px;
  height: 72px;
  background-color: #FFF;
  border-radius: 14px;
  border: 1px solid #222;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 210% */
  letter-spacing: 1.2px;
  color: #222;
  cursor: pointer;
}
@media (max-width: 320px) {
  .l-main__simulation__btn button {
    width: 280px;
  }
}
.l-main__simulation__btn button:hover {
  opacity: 0.6;
}
@media (max-width: 769px) {
  .l-main__simulation__btn button:hover {
    opacity: 1 !important;
  }
}
@media (max-width: 769px) {
  .l-main__simulation__btn button {
    height: 64px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 164%; /* 26.24px */
    letter-spacing: 1.28px;
  }
}
.l-main__simulation__impact {
  width: 100%;
  padding: 72px 49px;
  background: #FFF;
  margin-top: 80px;
  border-radius: 32px;
  position: relative;
}
@media (max-width: 769px) {
  .l-main__simulation__impact {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 72px 0;
  }
}
.l-main__simulation__impact__polygon {
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 769px) {
  .l-main__simulation__impact__polygon {
    width: 84px;
    height: 32px;
    bottom: -32px;
  }
}
@media (max-width: 769px) {
  .l-main__simulation__impact__polygon img {
    width: 100%;
  }
}
.l-main__simulation__impact__text {
  width: 100%;
  text-align: center;
}
.l-main__simulation__impact__text__title {
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 144.444% */
  letter-spacing: 2.88px;
  color: #1476CC;
}
@media (max-width: 769px) {
  .l-main__simulation__impact__text__title {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 162.5% */
    letter-spacing: 2.56px;
  }
}
@media (max-width: 345px) {
  .l-main__simulation__impact__text__title {
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 162.5% */
    letter-spacing: 2.56px;
  }
}
.l-main__simulation__impact__text__sub-text {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 165% */
  letter-spacing: 1.2px;
  margin-top: 26px;
  color: #222;
}
@media (max-width: 769px) {
  .l-main__simulation__impact__text__sub-text {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 164%; /* 26.24px */
    letter-spacing: 1.28px;
  }
}
@media (max-width: 345px) {
  .l-main__simulation__impact__text__sub-text {
    font-size: 1.4rem;
  }
}
.l-main__simulation__impact__graph {
  width: 100%;
  display: flex;
  margin-top: 72px;
}
@media (max-width: 769px) {
  .l-main__simulation__impact__graph {
    flex-wrap: wrap;
    margin-top: 48px;
  }
}
.l-main__simulation__impact__item {
  width: 100%;
  margin-right: 24px;
}
.l-main__simulation__impact__item:last-child {
  margin-right: 0;
}
@media (max-width: 769px) {
  .l-main__simulation__impact__item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 769px) {
  .l-main__simulation__impact__item {
    margin-right: 0;
    margin-bottom: 56px;
  }
}
.l-main__simulation__impact__item__title {
  width: 100%;
  background: #F3F1ED;
  text-align: center;
  padding: 12px 0;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
}
.l-main__simulation__impact__item__contents {
  width: 100%;
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
@media (max-width: 769px) {
  .l-main__simulation__impact__item__contents {
    flex-wrap: wrap;
  }
}
.l-main__simulation__impact__item__graph {
  position: relative;
}
@media (max-width: 769px) {
  .l-main__simulation__impact__item__graph canvas {
    width: 100%;
  }
}
@media (max-width: 384px) {
  .l-main__simulation__impact__item__graph canvas {
    width: 260px;
    height: 260px;
  }
}
.l-main__simulation__impact__item__graph .graph-label01 {
  position: absolute;
  top: 80px;
  right: 45px;
  color: #FFF;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 92.857% */
  letter-spacing: 0.28px;
  text-align: center;
}
.l-main__simulation__impact__item__graph .graph-label01 span {
  font-size: 2rem;
}
.l-main__simulation__impact__item__graph .graph-label02 {
  position: absolute;
  bottom: 55px;
  right: 90px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
}
.l-main__simulation__impact__item__graph .graph-label02 span {
  padding-left: 5px;
}
.l-main__simulation__impact__item__graph .graph-label03 {
  position: absolute;
  bottom: 122px;
  left: 30px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
}
.l-main__simulation__impact__item__graph .graph-label03 span {
  padding-left: 5px;
}
.l-main__simulation__impact__item__graph .graph-label04 {
  position: absolute;
  top: 51px;
  left: 60px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
}
.l-main__simulation__impact__item__graph .graph-label04 span {
  padding-left: 5px;
}
.l-main__simulation__impact__item__graph#chart-r02 .graph-label01 {
  top: 46px;
  right: 60px;
}
.l-main__simulation__impact__item__graph#chart-r02 .graph-label02 {
  bottom: 86px;
  right: 42px;
}
.l-main__simulation__impact__item__graph#chart-r02 .graph-label03 {
  bottom: 110px;
  left: 42px;
}
.l-main__simulation__impact__item__graph#chart-r02 .graph-label04 {
  top: 49px;
  left: 105px;
}
@media (max-width: 377px) {
  .l-main__simulation__impact__item__graph#chart-r02 .graph-label04 {
    left: 80px;
  }
}
.l-main__simulation__impact__item__label {
  margin-left: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 769px) {
  .l-main__simulation__impact__item__label {
    width: 100%;
    margin-right: 24px;
  }
}
.l-main__simulation__impact__item__label .label-list {
  width: 100%;
}
@media (max-width: 769px) {
  .l-main__simulation__impact__item__label .label-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.l-main__simulation__impact__item__label .label-list .label-item {
  padding: 0 0 10px 24px;
  position: relative;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.12px;
}
@media (max-width: 769px) {
  .l-main__simulation__impact__item__label .label-list .label-item {
    width: 33.3%;
    margin-top: 24px;
    padding: 0 0 0 24px;
  }
}
@media (max-width: 377px) {
  .l-main__simulation__impact__item__label .label-list .label-item {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 769px) {
  .l-main__simulation__impact__item__label .label-list .label-item:nth-child(1) {
    width: 85px;
  }
}
@media (max-width: 377px) {
  .l-main__simulation__impact__item__label .label-list .label-item:nth-child(1) {
    width: 114px;
  }
}
@media (max-width: 769px) {
  .l-main__simulation__impact__item__label .label-list .label-item:nth-child(2) {
    width: 94px;
  }
}
@media (max-width: 377px) {
  .l-main__simulation__impact__item__label .label-list .label-item:nth-child(2) {
    width: 114px;
  }
}
@media (max-width: 769px) {
  .l-main__simulation__impact__item__label .label-list .label-item:nth-child(3) {
    width: 103px;
  }
}
@media (max-width: 377px) {
  .l-main__simulation__impact__item__label .label-list .label-item:nth-child(3) {
    margin-top: 12px;
    width: 114px;
  }
}
@media (max-width: 769px) {
  .l-main__simulation__impact__item__label .label-list .label-item:last-child {
    margin-top: 12px;
    width: 100%;
  }
}
@media (max-width: 377px) {
  .l-main__simulation__impact__item__label .label-list .label-item:last-child {
    width: 114px;
  }
}
.l-main__simulation__impact__item__label .label-list .label-item::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #67ADEF;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
}
@media (max-width: 377px) {
  .l-main__simulation__impact__item__label .label-list .label-item::before {
    position: static;
    display: inline-block;
  }
}
.l-main__simulation__impact__item__label .label-list .label-item:nth-child(2)::before {
  background: #90C3F3;
}
.l-main__simulation__impact__item__label .label-list .label-item:nth-child(3)::before {
  background: #BADAF8;
}
.l-main__simulation__impact__item__label .label-list .label-item:nth-child(4)::before {
  background: #E3F0FC;
}
.l-main__simulation__impact__item__result {
  width: 100%;
  text-align: center;
}
.l-main__simulation__impact__item__result__text {
  margin-top: 24px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 1.28px;
}
.l-main__simulation__impact__item__result__price {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.44px;
}
.l-main__simulation__impact__item__result__price span {
  color: #EA6840;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
  letter-spacing: 1.92px;
}
.l-main__simulation__impact__total {
  width: 100%;
  margin-top: 36px;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 166.667% */
  letter-spacing: 2.4px;
  text-align: center;
}
@media (max-width: 769px) {
  .l-main__simulation__impact__total {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 164%; /* 26.24px */
    letter-spacing: 1.28px;
    margin-top: 48px;
  }
}
.l-main__simulation__impact__total p {
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 32.5px; /* 135.417% */
  letter-spacing: 1.44px;
}
@media (max-width: 769px) {
  .l-main__simulation__impact__total p {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 164%; /* 26.24px */
    letter-spacing: 1.28px;
    margin-bottom: 12px;
  }
}
.l-main__simulation__impact__total span {
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 38.889% */
  letter-spacing: 4.32px;
  color: #1476CC;
  padding: 0 0 0 10px;
}
@media (max-width: 769px) {
  .l-main__simulation__impact__total span {
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 58.333% */
    letter-spacing: 2.88px;
  }
}
.l-main__simulation__detail {
  width: 100%;
  padding: 72px 20px 67px 20px;
  background: #FFF;
  border-radius: 32px;
  position: relative;
  text-align: center;
  margin-top: 48px;
}
@media (max-width: 769px) {
  .l-main__simulation__detail {
    width: calc(100% - 40px);
    margin: 32px 20px 0 20px;
  }
}
@media (max-width: 374px) {
  .l-main__simulation__detail {
    padding: 72px 15px 67px 15px;
  }
}
@media (max-width: 375px) {
  .l-main__simulation__detail {
    padding: 72px 10px 67px 10px;
  }
}
.l-main__simulation__detail__polygon {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 769px) {
  .l-main__simulation__detail__polygon {
    width: 84px;
    height: 32px;
  }
}
@media (max-width: 769px) {
  .l-main__simulation__detail__polygon img {
    width: 100%;
  }
}
.l-main__simulation__detail__title {
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.78px;
  padding: 12px 0;
  position: relative;
  display: inline-block;
}
@media (max-width: 769px) {
  .l-main__simulation__detail__title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
  }
}
@media (max-width: 343px) {
  .l-main__simulation__detail__title {
    font-size: 1.8rem;
  }
}
.l-main__simulation__detail__title::after {
  content: "";
  width: 100%;
  height: 12px;
  background: #E3F0FC;
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-main__simulation__detail__price {
  margin-top: 32px;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
  letter-spacing: 1.44px;
}
@media (max-width: 769px) {
  .l-main__simulation__detail__price {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 164%; /* 26.24px */
    letter-spacing: 1.28px;
  }
}
.l-main__simulation__detail__price span {
  color: #1476CC;
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 38.889% */
  letter-spacing: 4.32px;
  padding: 0 8px;
  transform: translateY(7px);
  display: inline-block;
}
@media (max-width: 769px) {
  .l-main__simulation__detail__price span {
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 58.333% */
    letter-spacing: 2.88px;
  }
}
.l-main__simulation__detail__sub-text {
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.78px;
  position: relative;
  padding: 12px 0;
  margin-top: 63px;
  display: inline-block;
}
@media (max-width: 769px) {
  .l-main__simulation__detail__sub-text {
    margin-top: 32px;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
  }
}
@media (max-width: 343px) {
  .l-main__simulation__detail__sub-text {
    font-size: 1.6rem;
  }
}
.l-main__simulation__detail__sub-text::after {
  content: "";
  width: 100%;
  height: 12px;
  background: #E3F0FC;
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-main__simulation__detail__sub-price {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
  letter-spacing: 1.44px;
  margin-top: 32px;
  position: relative;
}
@media (max-width: 769px) {
  .l-main__simulation__detail__sub-price {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 164%; /* 26.24px */
    letter-spacing: 1.28px;
  }
}
@media (max-width: 386px) {
  .l-main__simulation__detail__sub-price {
    letter-spacing: 0px;
  }
}
@media (max-width: 358px) {
  .l-main__simulation__detail__sub-price {
    font-size: 1.4rem;
    letter-spacing: 0px;
  }
}
@media (max-width: 330px) {
  .l-main__simulation__detail__sub-price {
    font-size: 1.3rem;
    letter-spacing: -1px;
  }
}
.l-main__simulation__detail__sub-price .sub-text {
  top: 35px;
  right: 40px;
  position: absolute;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.12px;
}
@media (max-width: 769px) {
  .l-main__simulation__detail__sub-price .sub-text {
    position: initial;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.12px;
    margin-top: 24px;
  }
}
.l-main__simulation__detail__sub-price span {
  color: #1476CC;
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 51px; /* 38.889% */
  letter-spacing: 4.32px;
  transform: translateY(7px);
  display: inline-block;
  padding: 0 8px;
}
@media (max-width: 769px) {
  .l-main__simulation__detail__sub-price span {
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 58.333% */
    letter-spacing: 2.88px;
    padding: 0 5px;
  }
}
.l-main__simulation__detail__main-text {
  display: flex;
  justify-content: center;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 2.16px;
  margin-top: 72px;
}
@media (max-width: 769px) {
  .l-main__simulation__detail__main-text {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    margin-top: 51px;
  }
}
@media (max-width: 380px) {
  .l-main__simulation__detail__main-text {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 51px;
  }
}
@media (max-width: 360px) {
  .l-main__simulation__detail__main-text {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 51px;
  }
}
@media (max-width: 339px) {
  .l-main__simulation__detail__main-text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 51px;
  }
}
.l-main__simulation__detail__main-text p {
  margin: 0 12px;
}
@media (max-width: 769px) {
  .l-main__simulation__detail__main-text .icon {
    width: 32px;
  }
}
@media (max-width: 769px) {
  .l-main__simulation__detail__main-text .icon img {
    width: 100%;
  }
}
.l-main__simulation__detail__main-text .icon.rotate img {
  transform: rotate(-180deg);
  transform-origin: 50% 50%;
}
.l-main__simulation__realization {
  width: 100%;
}
.l-main__simulation__realization__title {
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 144.444% */
  letter-spacing: 2.88px;
  color: #1476CC;
}
@media (max-width: 769px) {
  .l-main__simulation__realization__title {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 162.5% */
    letter-spacing: 2.56px;
  }
}
.l-main__simulation__realization__list {
  width: 100%;
  display: flex;
  margin-top: 48px;
}
@media (max-width: 769px) {
  .l-main__simulation__realization__list {
    margin-top: 32px;
    padding: 0 20px;
    flex-wrap: wrap;
  }
}
.l-main__simulation__realization__item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  background: #FFF;
  margin-right: 48px;
  padding: 24px 0;
  border-radius: 20px;
}
@media (max-width: 769px) {
  .l-main__simulation__realization__item {
    margin-right: 0px;
    margin-bottom: 48px;
  }
}
.l-main__simulation__realization__item:last-child {
  margin-right: 0;
}
@media (max-width: 769px) {
  .l-main__simulation__realization__item:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
.l-main__simulation__realization__item__title {
  width: 100%;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
}
.l-main__simulation__realization__item__title span {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.12px;
}
.l-main__simulation__realization__item__chart {
  margin: 24px 0;
  width: 192px;
  height: 192px;
  position: relative;
}
.l-main__simulation__realization__item__chart .chart-text {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #1476CC;
}
.l-main__simulation__realization__item__chart .chart-text .chart-text-number {
  display: inline-block;
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 62.222px; /* 141.414% */
  letter-spacing: 0.88px;
}
.l-main__simulation__realization__item__chart .chart-text span {
  display: block;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
}
.l-main__simulation__realization__item__text {
  width: 100%;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 1.28px;
}
.l-main__simulation__realization__item__text span {
  font-size: 1.4rem;
}
.l-main__simulation__realization__text {
  width: 100%;
  margin-top: 16px;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.12px;
}
@media (max-width: 769px) {
  .l-main__simulation__realization__text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.12px;
    padding: 0px 20px;
  }
}
.l-main__point {
  width: 100%;
  padding-top: 156px;
  padding-bottom: 171px;
  background: #F5F3ED;
}
@media (max-width: 769px) {
  .l-main__point {
    padding-top: 72px;
    padding-bottom: 96px;
  }
}
.l-main__point__contents {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.l-main__point .slick-slide {
  padding: 0 32px;
}
.l-main__point .point-slider-counter {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  margin-top: 16px;
}
.l-main__point__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 64px;
}
.l-main__point__list__slick-prev {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: -45px;
  left: 50%;
  transform: translateX(-78px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  box-shadow: 2px 2px 8px 0px rgba(9, 9, 9, 0.12);
  border: 1px solid #F1F1F1;
  padding: 0;
}
.l-main__point__list__slick-prev img {
  width: 25px;
}
.l-main__point__list__slick-next {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: -45px;
  left: 50%;
  transform: translateX(45px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  box-shadow: 2px 2px 8px 0px rgba(9, 9, 9, 0.12);
  border: 1px solid #F1F1F1;
  padding: 0;
}
.l-main__point__list__slick-next img {
  width: 25px;
}
.l-main__point__item {
  width: 324px;
  margin-right: 64px;
  margin-bottom: 72px;
}
@media (max-width: 1111px) {
  .l-main__point__item {
    margin-right: 24px;
  }
}
@media (max-width: 769px) {
  .l-main__point__item {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.l-main__point__item:nth-child(3n) {
  margin-right: 0;
}
.l-main__point__item__title {
  color: #1476CC;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 2.88px;
}
.l-main__point__item__title span {
  display: block;
  color: #222;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 175% */
  letter-spacing: 1.44px;
}
.l-main__point__item__img {
  width: 100%;
}
.l-main__point__item__review {
  width: 100%;
  display: flex;
}
@media (max-width: 769px) {
  .l-main__point__item__review {
    justify-content: center;
  }
}
.l-main__point__item__review__text {
  width: calc(100% - 88px);
  height: 72px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  position: relative;
  padding: 10px 0 0 20px;
  margin-top: 15px;
}
@media (max-width: 769px) {
  .l-main__point__item__review__text {
    width: 243px;
  }
}
@media (max-width: 375px) {
  .l-main__point__item__review__text {
    letter-spacing: 0px;
  }
}
@media (max-width: 359px) {
  .l-main__point__item__review__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 330px) {
  .l-main__point__item__review__text {
    font-size: 1.2rem;
  }
}
.l-main__point__item__review__text__bubble {
  position: absolute;
  top: 0;
  left: 0;
}
.l-main__point__item__review__img {
  width: 88px;
}
.l-main__case {
  width: 100%;
  padding: 72px 0;
  background: #C5D8E9;
}
@media (max-width: 769px) {
  .l-main__case {
    padding: 72px 20px;
  }
}
.l-main__case .c-title {
  margin-bottom: 48px;
}
@media (max-width: 769px) {
  .l-main__case .c-title {
    margin-bottom: 32px;
  }
}
.l-main__case .c-link-button-wrap {
  padding-top: 56px;
}
.l-main__case__list {
  display: flex;
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 769px) {
  .l-main__case__list {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.l-main__case__list li {
  width: 31%;
}
@media (max-width: 928px) {
  .l-main__case__list li {
    width: 48%;
  }
}
@media (max-width: 769px) {
  .l-main__case__list li {
    width: 100%;
  }
}
.l-main__case__card {
  width: 100%;
  padding: 24px;
  background: #FFF;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  box-shadow: 0px 4px 6px 0px rgba(9, 9, 9, 0.12);
}
@media (max-width: 769px) {
  .l-main__case__card {
    padding: 24px 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 362px) {
  .l-main__case__card {
    padding: 12px 12px;
  }
}
.l-main__case__card__img {
  width: 100%;
}
@media (max-width: 769px) {
  .l-main__case__card__img {
    width: 100%;
    text-align: center;
  }
}
.l-main__case__card__text-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 769px) {
  .l-main__case__card__text-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.l-main__case__card__title {
  min-height: 69px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 0;
  padding-bottom: 16px;
}
@media (max-width: 769px) {
  .l-main__case__card__title {
    min-height: auto;
  }
}
@media (max-width: 330px) {
  .l-main__case__card__title {
    letter-spacing: 0px;
    font-size: 15px;
  }
}
.l-main__case__card__title.ls12 {
  letter-spacing: 1.2px;
}
.l-main__case__card__company {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 12px;
  line-height: 1.6rem;
}
@media (max-width: 330px) {
  .l-main__case__card__company {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}
.l-main__case__card__company .logo {
  padding-right: 10px;
}
@media (max-width: 362px) {
  .l-main__case__card__company .logo {
    padding-right: 12px;
  }
}
.l-main__case__card__company .logo img {
  width: 138px;
}
@media (max-width: 769px) {
  .l-main__case__card__company .logo img {
    width: 116px;
  }
}
.l-main__case__card__company .logo.tokium img {
  width: 130px;
  height: 25px;
}
@media (max-width: 769px) {
  .l-main__case__card__company .logo.tokium img {
    width: 116px;
    height: 23px;
  }
}
.l-main__case__card__company .logo.valuence {
  letter-spacing: -0.5px;
  padding-right: 8px;
}
.l-main__case__card__company .logo.valuence img {
  width: 112px;
  height: 32px;
}
@media (max-width: 769px) {
  .l-main__case__card__company .logo.valuence img {
    width: 96px;
    height: 27px;
  }
}
.l-main__case__card__info {
  width: 100%;
  min-height: 48px;
}
@media (max-width: 769px) {
  .l-main__case__card__info {
    min-height: auto;
  }
}
.l-main__case__card__info__text {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
}
.l-main__case__card__info__text span {
  padding-right: 24px;
}
.l-main__case__card__btn {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 16px 0;
  color: #222;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
  border: 1px solid #222;
  border-radius: 8px;
  margin-top: 14px;
  position: relative;
}
@media (max-width: 769px) {
  .l-main__case__card__btn {
    padding: 9px 0;
  }
}
.l-main__case__card__btn .icon-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.l-main__case.sub-list {
  max-width: 1040px;
  margin: 0 auto;
  padding: 72px 0;
}
@media (max-width: 769px) {
  .l-main__case.sub-list {
    padding: 56px 20px;
  }
}
.l-main__case.sub-list .l-main__case__contents {
  width: 100%;
}
@media (max-width: 1120px) {
  .l-main__case.sub-list .l-main__case__contents {
    padding: 0 20px;
  }
}
@media (max-width: 769px) {
  .l-main__case.sub-list .l-main__case__contents {
    width: 100%;
  }
}
.l-main__case.sub-list .c-title {
  margin-bottom: 32px;
}
.l-main__price {
  width: 100%;
  padding: 72px 0;
  background: #E3DECE;
}
.l-main__price.option01 {
  padding: 68px 0 156px 0;
}
@media (max-width: 769px) {
  .l-main__price.option01 {
    padding: 56px 12px 72px 12px;
  }
}
.l-main__price.option02 {
  padding: 140px 0;
  background: #C5D8E9;
}
@media (max-width: 769px) {
  .l-main__price.option02 {
    padding: 72px 12px 72px 12px;
  }
}
.l-main__price.option02 .c-title {
  margin-bottom: 48px;
}
.l-main__price.option03 {
  padding: 140px 0;
  background: #FBFAF6;
}
@media (max-width: 769px) {
  .l-main__price.option03 {
    padding: 72px 12px 72px 12px;
  }
}
.l-main__price.option03 .c-title {
  margin-bottom: 48px;
}
.l-main__price.option03 .l-main__price__option__add-option__item {
  width: calc(25% - 18px);
}
@media (max-width: 769px) {
  .l-main__price.option03 .l-main__price__option__add-option__item {
    width: 100%;
  }
}
.l-main__price__button {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 48px;
  padding-top: 48px;
}
@media (max-width: 769px) {
  .l-main__price__button {
    flex-wrap: wrap;
    padding-top: 16px;
    gap: 24px;
  }
}
.l-main__price__button a {
  width: 324px;
  height: 64px;
  border: 2px solid #1476CC;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 210% */
  letter-spacing: 1.2px;
  color: #1476CC;
  background: #FFF;
  border-radius: 32px;
}
@media (max-width: 769px) {
  .l-main__price__button a {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .l-main__price {
    padding: 72px 12px 72px 12px;
  }
}
.l-main__price.sub_price {
  padding: 93px 0 107px 0;
}
@media (max-width: 769px) {
  .l-main__price.sub_price {
    padding: 72px 20px 96px 20px;
  }
}
.l-main__price__anchor {
  width: 100%;
  display: flex;
  gap: 24px;
}
.l-main__price__anchor.active {
  position: fixed;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1100px;
  z-index: 10;
  background: #FBFAF6;
}
@media (max-width: 769px) {
  .l-main__price__anchor.active {
    position: inherit;
    transform: translateX(0);
  }
}
.l-main__price__anchor.scroll-active {
  top: 100px;
  transition: top ease 0.4s;
}
@media (max-width: 769px) {
  .l-main__price__anchor {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.l-main__price__anchor a {
  width: 100%;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1476CC;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  border-bottom: 1px solid #1476CC;
  position: relative;
}
.l-main__price__anchor a .icon-down {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  display: flex;
}
.l-main__price__option-wrap {
  width: 100%;
  padding: 91px 0 0 0;
}
@media (max-width: 769px) {
  .l-main__price__option-wrap {
    padding: 72px 0 0 0;
  }
}
.l-main__price__option-wrap__title {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 32.5px; /* 135.417% */
  letter-spacing: 1.44px;
  padding-bottom: 33px;
}
@media (max-width: 769px) {
  .l-main__price__option-wrap__title {
    padding-bottom: 20px;
    font-size: 2rem;
  }
}
.l-main__price__option-wrap__link {
  width: 100%;
  display: flex;
  justify-content: center;
}
.l-main__price__option-wrap__link a {
  width: 100%;
  max-width: 320px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 14px;
  border: 1px solid #222;
  background: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 210% */
  letter-spacing: 1.2px;
  position: relative;
}
@media (max-width: 769px) {
  .l-main__price__option-wrap__link a {
    max-width: 320px;
  }
}
.l-main__price__option-wrap__link a .icon-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.l-main__price__option {
  width: 100%;
}
.l-main__price__option__title {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  padding-bottom: 24px;
}
.l-main__price__option__basic {
  width: 100%;
}
.l-main__price__option__basic__price-wrap {
  width: 100%;
  background: #FFF;
  padding: 24px;
  text-align: center;
}
.l-main__price__option__basic__price-wrap__price {
  width: 100%;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 142.857% */
  letter-spacing: 2.8px;
  color: #1476CC;
  padding-bottom: 12px;
  position: relative;
}
@media (max-width: 769px) {
  .l-main__price__option__basic__price-wrap__price {
    font-size: 2.6rem;
  }
}
@media (max-width: 376px) {
  .l-main__price__option__basic__price-wrap__price {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
@media (max-width: 321px) {
  .l-main__price__option__basic__price-wrap__price {
    font-size: 2rem;
  }
}
.l-main__price__option__basic__price-wrap__price span {
  width: 100%;
  display: block;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  padding-bottom: 12px;
  color: #000;
}
@media (max-width: 321px) {
  .l-main__price__option__basic__price-wrap__price span {
    font-size: 1.8rem;
  }
}
.l-main__price__option__basic__price-wrap__sub-text {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.12px;
}
@media (max-width: 321px) {
  .l-main__price__option__basic__price-wrap__sub-text {
    letter-spacing: -0.4px;
  }
}
.l-main__price__option__basic__plus {
  width: 100%;
  padding: 48px 0;
  text-align: center;
  font-size: 5.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 100% */
  letter-spacing: 4.16px;
}
@media (max-width: 769px) {
  .l-main__price__option__basic__plus {
    padding: 24px 0;
  }
}
.l-main__price__option__add-option {
  width: 100%;
}
.l-main__price__option__add-option__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 769px) {
  .l-main__price__option__add-option__list {
    gap: 0;
  }
}
.l-main__price__option__add-option__item {
  width: calc(33.3% - 16px);
  height: 134px;
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  padding: 20px 12px 16px 12px;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}
@media (max-width: 769px) {
  .l-main__price__option__add-option__item {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
  }
}
.l-main__price__option__add-option__item.line2 {
  padding: 24px 12px 16px 12px;
}
@media (max-width: 769px) {
  .l-main__price__option__add-option__item.line2 {
    padding: 20px 12px 15px 12px;
  }
}
.l-main__price__option__add-option__item span {
  width: 100%;
  display: block;
}
.l-main__price__option__add-option__item span a {
  padding: 2px 5px;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.12px;
  color: #1476CC;
  border-radius: 4px;
  border: 1px solid #1476CC;
}
@media (max-width: 769px) {
  .l-main__price__option__add-option__item span a {
    padding: 4px 20px;
  }
}
.l-main__price__option__add-option__caption {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 24px;
}
.l-main__price__option__add-option__btn {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-top: 48px;
}
@media (max-width: 769px) {
  .l-main__price__option__add-option__btn {
    flex-wrap: wrap;
    gap: 12px;
    flex-direction: column-reverse;
  }
}
.l-main__price__option__add-option__btn a {
  width: 448px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: #1476CC;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 233.333% */
  letter-spacing: 1.08px;
  border-radius: 8px;
}
@media (max-width: 769px) {
  .l-main__price__option__add-option__btn a {
    width: 100%;
  }
}
.l-main__price__option__sample {
  width: 100%;
  padding: 72px 0 0 0;
}
@media (max-width: 769px) {
  .l-main__price__option__sample {
    padding: 92px 0 0 0;
  }
}
.l-main__price__option__sample__wrap {
  width: 100%;
  background: #FFF;
  padding: 24px 33px;
  display: flex;
  gap: 34px;
}
@media (max-width: 769px) {
  .l-main__price__option__sample__wrap {
    flex-wrap: wrap;
    padding: 24px 8px;
    gap: 72px;
  }
}
.l-main__price__option__sample__wrap__item {
  width: calc(50% - 17px);
}
@media (max-width: 769px) {
  .l-main__price__option__sample__wrap__item {
    width: 100%;
  }
}
.l-main__price__option__sample__wrap__item h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33px;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 32.5px; /* 135.417% */
  letter-spacing: 1.44px;
  color: #1476CC;
  border-bottom: 1.5px solid #1476CC;
  margin-bottom: 32px;
}
.l-main__price__option__sample__wrap__item__info {
  width: 100%;
  display: flex;
  gap: 8px;
}
.l-main__price__option__sample__wrap__item__info li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-right: 1px solid #BADAF8;
}
.l-main__price__option__sample__wrap__item__info li:last-child {
  border-right: none;
}
.l-main__price__option__sample__wrap__item__info li .sub-text {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  padding-bottom: 4px;
}
@media (max-width: 769px) {
  .l-main__price__option__sample__wrap__item__info li .sub-text {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
@media (max-width: 321px) {
  .l-main__price__option__sample__wrap__item__info li .sub-text {
    font-size: 0.8rem;
  }
}
.l-main__price__option__sample__wrap__item__info li .main-text {
  width: 100%;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.78px;
  text-align: center;
}
.l-main__price__option__sample__wrap__item__info li .main-text span {
  width: 100%;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%;
  letter-spacing: 1.28px;
  text-align: center;
}
.l-main__price__option__sample__wrap__item__works {
  width: 100%;
  padding-top: 24px;
}
.l-main__price__option__sample__wrap__item__works.col2 {
  display: flex;
  flex-wrap: wrap;
}
.l-main__price__option__sample__wrap__item__works.col2 li {
  width: calc(50% - 5px);
  margin-right: 0;
}
@media (max-width: 769px) {
  .l-main__price__option__sample__wrap__item__works.col2 li {
    width: 100%;
  }
}
.l-main__price__option__sample__wrap__item__works.col2 li:nth-child(2n) {
  margin-right: 10px;
}
@media (max-width: 769px) {
  .l-main__price__option__sample__wrap__item__works.col2 li:nth-child(2n) {
    margin-right: 0;
  }
}
.l-main__price__option__sample__wrap__item__works.col2 li:nth-child(8) {
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .l-main__price__option__sample__wrap__item__works.col2 li:nth-child(8) {
    margin-bottom: 16px;
  }
}
.l-main__price__option__sample__wrap__item__works p {
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
}
.l-main__price__option__sample__wrap__item__works li {
  width: 100%;
  padding: 12px 0;
  text-align: center;
  background: #F1F8FE;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  margin-bottom: 16px;
}
@media (max-width: 321px) {
  .l-main__price__option__sample__wrap__item__works li {
    font-size: 1.4rem;
  }
}
.l-main__price__option__sample__wrap__item__works li:last-child {
  margin-bottom: 0;
}
.l-main__price__option__sample__wrap__item__works li.none {
  background: #F6F6F6;
}
@media (max-width: 769px) {
  .l-main__price__option__sample__wrap__item__works li.none {
    display: none;
  }
}
.l-main__price__option__sample__wrap__item__price {
  width: 100%;
  text-align: center;
  padding-top: 32px;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 32.5px; /* 135.417% */
  letter-spacing: 1.44px;
  color: #1476CC;
}
@media (max-width: 769px) {
  .l-main__price__option__sample__wrap__item__price {
    padding-top: 16px;
  }
}
.l-main__price__plan {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 150px;
}
@media (max-width: 769px) {
  .l-main__price__plan {
    padding-top: 72px;
  }
}
.l-main__price__plan__title {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
@media (max-width: 769px) {
  .l-main__price__plan__title {
    padding-bottom: 32px;
  }
}
.l-main__price__plan__title span {
  width: 424px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 173.333% */
  letter-spacing: 2.4px;
  border: 2px solid #000;
  border-radius: 38px;
}
@media (max-width: 769px) {
  .l-main__price__plan__title span {
    font-size: 2.6rem;
    height: 55px;
  }
}
.l-main__price__plan__sub-title {
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 162.5% */
  letter-spacing: 2.56px;
  padding-bottom: 32px;
}
@media (max-width: 360px) {
  .l-main__price__plan__sub-title {
    font-size: 2.6rem;
  }
}
.l-main__price__plan__sub-text {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  text-align: center;
  letter-spacing: 1.2px;
  padding-bottom: 32px;
}
@media (max-width: 376px) {
  .l-main__price__plan__sub-text {
    font-size: 1.8rem;
  }
}
@media (max-width: 360px) {
  .l-main__price__plan__sub-text {
    font-size: 1.6rem;
  }
}
.l-main__price__plan__list {
  width: 100%;
  display: flex;
  gap: 40px;
  padding-bottom: 64px;
}
@media (max-width: 769px) {
  .l-main__price__plan__list {
    flex-wrap: wrap;
  }
}
.l-main__price__plan__item {
  width: 50%;
  background-color: #FFF;
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 48px;
}
@media (max-width: 769px) {
  .l-main__price__plan__item {
    width: 100%;
  }
}
.l-main__price__plan__item__title {
  width: 100%;
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 32.5px; /* 135.417% */
  letter-spacing: 1.44px;
  color: #FFF;
  background: #1476CC;
}
@media (max-width: 376px) {
  .l-main__price__plan__item__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 340px) {
  .l-main__price__plan__item__title {
    font-size: 1.8rem;
  }
}
.l-main__price__plan__item__main-text {
  width: 100%;
  padding-top: 48px;
  padding-bottom: 24px;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
}
@media (max-width: 340px) {
  .l-main__price__plan__item__main-text {
    font-size: 1.8rem;
  }
}
.l-main__price__plan__item__detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.l-main__price__plan__item__detail__item {
  width: calc(100% - 44px);
  padding: 12px;
  background: #F1F8FE;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  text-align: center;
  margin: 0 22px;
}
.l-main__price__plan__item__detail__item span {
  display: block;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12px;
}
.l-main__price__plan__item__detail__item02 {
  width: 100%;
  padding: 12px 0 0 0;
  background: #F1F8FE;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  text-align: center;
  margin: 0 22px;
}
@media (max-width: 769px) {
  .l-main__price__plan__item__detail__item02 {
    padding: 12px 0 0 0;
  }
}
.l-main__price__plan__item__detail__item02 span {
  display: block;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12px;
  margin-top: 12px;
  padding-top: 4px;
  background: #FFF;
}
@media (max-width: 769px) {
  .l-main__price__plan__item__detail__item02 span {
    width: 100%;
    padding-top: 4px;
    background: #FFF;
    margin-top: 12px;
  }
}
.l-main__price__plan__item__sub-text {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.28px;
}
@media (max-width: 390px) {
  .l-main__price__plan__item__sub-text {
    letter-spacing: 0;
  }
}
@media (max-width: 330px) {
  .l-main__price__plan__item__sub-text {
    font-size: 1.4rem;
    letter-spacing: -50px;
  }
}
.l-main__price__plan__item__price {
  width: 100%;
  text-align: center;
  color: #1476CC;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 38.5px; /* 135.417% */
  letter-spacing: 1.44px;
  padding-top: 22px;
}
@media (max-width: 340px) {
  .l-main__price__plan__item__price {
    font-size: 2.4rem;
  }
}
.l-main__price__plan__item__price span {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  margin-top: 3px;
  display: block;
}
.l-main__price__plan__item__price02 {
  width: 100%;
  text-align: center;
  color: #1476CC;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 38.5px; /* 135.417% */
  letter-spacing: 1.44px;
  padding-top: 44px;
}
@media (max-width: 340px) {
  .l-main__price__plan__item__price02 {
    font-size: 2.4rem;
  }
}
.l-main__price__plan__item__price02 p {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12px;
  padding-top: 8px;
}
.l-main__price__plan__item__price02 span {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  margin-top: 3px;
  display: block;
}
.l-main__price__plan__item__caption {
  width: 100%;
  max-width: 365px;
  margin: 0 auto;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12px;
  padding-top: 12px;
}
.l-main__price__plan__item__caption02 {
  width: 100%;
  max-width: 423px;
  margin: 0 auto;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12px;
  padding-top: 12px;
}
@media (max-width: 769px) {
  .l-main__price__plan__item__caption02 {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.l-main__price__plan__btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 769px) {
  .l-main__price__plan__btn {
    padding: 0 24px;
  }
}
.l-main__price__plan__btn a {
  width: 448px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: #1476CC;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 233.333% */
  letter-spacing: 1.08px;
  border-radius: 8px;
}
@media (max-width: 769px) {
  .l-main__price__plan__btn a {
    width: 320px;
  }
}
.l-main__price__plan-table {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 80px;
}
@media (max-width: 769px) {
  .l-main__price__plan-table {
    padding-top: 72px;
  }
}
@media (max-width: 769px) {
  .l-main__price__plan-table:nth-child(2n) .l-main__price__plan-table__item__table-wrap dt {
    width: 409px;
  }
  .l-main__price__plan-table:nth-child(2n) .l-main__price__plan-table__item__table-wrap .title-wrap .title {
    width: 262px;
  }
}
.l-main__price__plan-table__title {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 64px;
}
.l-main__price__plan-table__title span {
  width: 424px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 173.333% */
  letter-spacing: 2.4px;
  border: 2px solid #000;
  border-radius: 38px;
}
@media (max-width: 769px) {
  .l-main__price__plan-table__title span {
    font-size: 2.6rem;
    height: 55px;
  }
}
.l-main__price__plan-table__sub-title {
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 162.5% */
  letter-spacing: 2.56px;
  padding-bottom: 32px;
}
.l-main__price__plan-table__sub-title span {
  display: block;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
}
.l-main__price__plan-table__list {
  width: 100%;
  display: flex;
  gap: 40px;
}
@media (max-width: 769px) {
  .l-main__price__plan-table__list {
    flex-wrap: wrap;
  }
}
.l-main__price__plan-table__item {
  width: 100%;
  background-color: #FFF;
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 48px;
  box-shadow: 0px 6px 24px 4px rgba(0, 0, 0, 0.14);
}
@media (max-width: 769px) {
  .l-main__price__plan-table__item {
    width: 100%;
  }
}
.l-main__price__plan-table__item__title {
  width: 100%;
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 32.5px; /* 135.417% */
  letter-spacing: 1.44px;
  color: #FFF;
  background: #1476CC;
}
@media (max-width: 376px) {
  .l-main__price__plan-table__item__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 340px) {
  .l-main__price__plan-table__item__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 1004px) {
  .l-main__price__plan-table__item .scroll {
    overflow: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
  }
}
.l-main__price__plan-table__item .scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 9px;
}
.l-main__price__plan-table__item .scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #CACACA;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.l-main__price__plan-table__item__table-wrap {
  width: 100%;
  padding: 24px 48px;
}
@media (max-width: 1055px) {
  .l-main__price__plan-table__item__table-wrap {
    padding: 24px 0 24px 48px;
  }
}
@media (max-width: 769px) {
  .l-main__price__plan-table__item__table-wrap {
    padding: 24px 0 24px 24px;
  }
}
.l-main__price__plan-table__item__table-wrap .title-wrap {
  width: 1004px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 769px) {
  .l-main__price__plan-table__item__table-wrap .title-wrap {
    width: 1155px;
    background: #E3F0FC;
    position: relative;
  }
}
@media (max-width: 769px) {
  .l-main__price__plan-table__item__table-wrap .title-wrap::after {
    content: "プラン";
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 164%; /* 26.24px */
    letter-spacing: 1.28px;
    color: #1476CC;
  }
}
.l-main__price__plan-table__item__table-wrap .title-wrap .title {
  width: 198px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 12px;
}
@media (max-width: 769px) {
  .l-main__price__plan-table__item__table-wrap .title-wrap .title {
    width: 289px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.l-main__price__plan-table__item__table-wrap .title-wrap .title span {
  width: 164px;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #67ADEF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  border-radius: 22px;
  color: #FFF;
}
.l-main__price__plan-table__item__table-wrap .detail {
  width: 1004px;
  height: 100%;
  border: 1px solid #E9E9E9;
}
@media (max-width: 769px) {
  .l-main__price__plan-table__item__table-wrap .detail {
    width: 1155px;
  }
}
.l-main__price__plan-table__item__table-wrap dl {
  width: 1004px;
  display: flex;
  border-bottom: 1px solid #E9E9E9;
}
@media (max-width: 769px) {
  .l-main__price__plan-table__item__table-wrap dl {
    width: 1155px;
  }
}
.l-main__price__plan-table__item__table-wrap dl:last-child {
  border-bottom: none;
}
.l-main__price__plan-table__item__table-wrap dt {
  width: 409px;
  padding: 12px 24px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
@media (max-width: 769px) {
  .l-main__price__plan-table__item__table-wrap dt {
    width: 289px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
  }
}
.l-main__price__plan-table__item__table-wrap dd {
  width: 198px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #E9E9E9;
}
@media (max-width: 769px) {
  .l-main__price__plan-table__item__table-wrap dd {
    width: 289px;
  }
}
.l-main__price__plan-table__item__table-wrap dd span {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #1476CC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-main__price__plan-table__item__table-wrap dd span svg {
  transform: translateX(1px);
}
.l-main__price__plan-table__item__caption {
  width: 100%;
  text-align: right;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  padding-top: 12px;
}
@media (max-width: 769px) {
  .l-main__price__plan-table__item__caption {
    padding-right: 24px;
    text-align: left;
    font-size: 1.2rem;
    line-height: normal;
    letter-spacing: 0.12px;
  }
}
.l-main__price__plan-table__item__sub-table {
  width: 870px;
  padding-top: 48px;
  margin: 0 auto;
}
@media (max-width: 870px) {
  .l-main__price__plan-table__item__sub-table {
    width: 100%;
    padding-left: 24px;
  }
}
.l-main__price__plan-table__item__sub-table.last {
  padding-bottom: 55px;
}
.l-main__price__plan-table__item__sub-table__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 8px;
}
@media (max-width: 870px) {
  .l-main__price__plan-table__item__sub-table__title {
    padding-right: 24px;
  }
}
.l-main__price__plan-table__item__sub-table__title span {
  width: 300px;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #67ADEF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  border-radius: 26px;
  color: #FFF;
}
@media (max-width: 769px) {
  .l-main__price__plan-table__item__sub-table__title span {
    width: 240px;
  }
}
.l-main__price__plan-table__item__sub-table__wrap {
  width: 870px;
  display: flex;
}
.l-main__price__plan-table__item__sub-table dl {
  width: 148px;
}
.l-main__price__plan-table__item__sub-table dl:first-child {
  width: 106px;
}
.l-main__price__plan-table__item__sub-table dl:first-child dd {
  font-size: 1.6rem;
}
.l-main__price__plan-table__item__sub-table dl dt {
  width: 100%;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #E9E9E9;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
}
.l-main__price__plan-table__item__sub-table dl dd {
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 8px;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
}
.l-main__price__plan-table__item__sub-table02 {
  width: 1004px;
  margin-top: 48px;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media (max-width: 1004px) {
  .l-main__price__plan-table__item__sub-table02 {
    width: calc(100% - 24px);
    margin-left: 48px;
  }
}
@media (max-width: 769px) {
  .l-main__price__plan-table__item__sub-table02 {
    margin-left: 24px;
  }
}
.l-main__price__plan-table__item__sub-table02.first {
  margin-top: 24px;
}
.l-main__price__plan-table__item__sub-table02.last {
  margin-bottom: 55px;
}
.l-main__price__plan-table__item__sub-table02 .box {
  width: 1004px;
  border: 1px solid #E9E9E9;
  padding: 8px 12px;
  border-radius: 8px;
}
.l-main__price__plan-table__item__sub-table02__wrap-top {
  width: 980px;
  display: flex;
}
.l-main__price__plan-table__item__sub-table02__wrap-bottom {
  width: 980px;
  display: flex;
  border-top: 1px solid #E9E9E9;
}
.l-main__price__plan-table__item__sub-table02__right {
  width: calc(100% - 243px);
  display: flex;
  flex-wrap: wrap;
}
.l-main__price__plan-table__item__sub-table02__right .line-wrap {
  width: 100%;
  height: 43px;
  display: flex;
  border-bottom: 1px solid #E9E9E9;
}
.l-main__price__plan-table__item__sub-table02__right .line-wrap:last-child {
  border-bottom: none;
}
.l-main__price__plan-table__item__sub-table02__right .line-wrap .line {
  width: 100%;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
}
.l-main__price__plan-table__item__sub-table02__bottom-title {
  width: 243px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-main__price__plan-table__item__sub-table02__bottom-title__left {
  width: 144px;
  height: 129px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  border-right: 1px solid #E9E9E9;
}
.l-main__price__plan-table__item__sub-table02__bottom-title__right {
  width: 99px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #E9E9E9;
}
.l-main__price__plan-table__item__sub-table02__bottom-title__right p {
  width: 100%;
  height: 43px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
}
.l-main__price__plan-table__item__sub-table02__left-title {
  width: 243px;
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-main__price__plan-table__item__sub-table02__left-title span {
  width: 195px;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #67ADEF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  border-radius: 26px;
  color: #FFF;
}
.l-main__price__plan-table__item__sub-table02 dl {
  width: calc(100% - 195px);
  display: flex;
  flex-wrap: wrap;
}
.l-main__price__plan-table__item__sub-table02 dt {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #E9E9E9;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
}
.l-main__price__plan-table__item__sub-table02 dd {
  width: 20%;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
}
.l-main__price__plan-table__btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.l-main__price__plan-table__btn a {
  width: 320px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: #1476CC;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 233.333% */
  letter-spacing: 1.08px;
  border-radius: 8px;
}
.l-main__price__bottom {
  width: 100%;
  text-align: center;
  padding-top: 48px;
}
@media (max-width: 769px) {
  .l-main__price__bottom {
    padding-top: 56px;
  }
}
.l-main__price__bottom__text {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 32.5px; /* 135.417% */
  letter-spacing: 1.44px;
  padding-bottom: 8px;
}
@media (max-width: 769px) {
  .l-main__price__bottom__text {
    font-size: 2rem;
  }
}
.l-main__price__contents {
  width: 100%;
  max-width: 916px;
  margin: 0 auto;
}
.l-main__price__option-contents {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.l-main__price__img {
  width: 100%;
  position: relative;
  text-align: center;
}
@media (max-width: 769px) {
  .l-main__price__img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.l-main__price__img__button {
  width: 324px;
  height: 64px;
  border: 2px solid #1476CC;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 210% */
  letter-spacing: 1.2px;
  color: #1476CC;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF;
  border-radius: 32px;
}
@media (max-width: 769px) {
  .l-main__price__img__button {
    position: initial;
    margin-top: 24px;
  }
}
.l-main__price__why {
  width: 100%;
  background: #C5D8E9;
  padding: 96px 0;
}
@media (max-width: 769px) {
  .l-main__price__why {
    padding: 48px 0;
  }
}
.l-main__price__why__contents {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .l-main__price__why__contents {
    padding: 0 16px;
  }
}
.l-main__price__why__title {
  width: 100%;
  text-align: center;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 144.444% */
  letter-spacing: 2.88px;
}
@media (max-width: 769px) {
  .l-main__price__why__title {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 162.5% */
    letter-spacing: 2.56px;
  }
}
.l-main__price__why__list {
  width: 100%;
  display: flex;
  gap: 32px;
  padding-top: 36px;
}
@media (max-width: 769px) {
  .l-main__price__why__list {
    flex-wrap: wrap;
    padding-top: 32px;
  }
}
.l-main__price__why__item {
  width: 100%;
  background: #FFF;
  border-radius: 32px;
  padding: 32px 27px;
}
.l-main__price__why__item__title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 30.5px; /* 110.417% */
  letter-spacing: 0.2px;
  color: #1476CC;
  text-align: center;
}
@media (max-width: 377px) {
  .l-main__price__why__item__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 354px) {
  .l-main__price__why__item__title {
    font-size: 2rem;
  }
}
@media (max-width: 329px) {
  .l-main__price__why__item__title {
    font-size: 1.9rem;
  }
}
.l-main__price__why__item__text {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  padding: 0 4px;
  margin-top: 18px;
}
@media (max-width: 377px) {
  .l-main__price__why__item__text {
    letter-spacing: 0px;
    padding: 0;
  }
}
@media (max-width: 364px) {
  .l-main__price__why__item__text {
    font-size: 1.7rem;
  }
}
@media (max-width: 350px) {
  .l-main__price__why__item__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 334px) {
  .l-main__price__why__item__text {
    font-size: 1.5rem;
  }
}
.l-main__price__why__item__text span {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 12px;
}
.l-main__price__why__item__text span img {
  padding-right: 4px;
  transform: translateY(-2px);
}
@media (max-width: 769px) {
  .l-main__price__why__item__text span img {
    width: 32px;
    transform: translateY(0);
  }
}
.l-main__price__why__item__text span:last-child {
  padding-bottom: 24px;
}
.l-main__price__why__item__img {
  display: flex;
  justify-content: center;
  padding-top: 16px;
}
.l-main__price__why__item__img img {
  max-width: 126px;
}
.l-main__price__why__item:first-child .l-main__price__why__item__title {
  text-align: center;
}
.l-main__price__why__item:nth-child(3) .l-main__price__why__item__img img {
  max-width: 161px;
}
.l-main__price__why__question {
  padding-top: 64px;
}
.l-main__price__why__question__title {
  width: 100%;
  text-align: center;
}
.l-main__price__why__question__title span {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 26.5px; /* 110.417% */
  letter-spacing: 1.44px;
  color: #1476CC;
}
.l-main__price__why__question__title__text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 144.444% */
  letter-spacing: 2.88px;
  gap: 24px;
}
@media (max-width: 769px) {
  .l-main__price__why__question__title__text {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 162.5% */
    letter-spacing: 2.56px;
  }
}
@media (max-width: 377px) {
  .l-main__price__why__question__title__text {
    font-size: 3.2rem;
    letter-spacing: 1px;
    gap: 12px;
  }
}
@media (max-width: 366px) {
  .l-main__price__why__question__title__text {
    font-size: 3rem;
    letter-spacing: 1px;
  }
}
@media (max-width: 340px) {
  .l-main__price__why__question__title__text {
    font-size: 2.8rem;
    letter-spacing: 1px;
  }
}
@media (max-width: 330px) {
  .l-main__price__why__question__title__text {
    font-size: 2.6rem;
    letter-spacing: 1px;
  }
}
.l-main__price__why__question__title__text img {
  height: 72px;
}
.l-main__price__why__question__contents {
  width: 100%;
  max-width: 794px;
  margin: 0 auto;
  display: flex;
  padding-top: 24px;
}
.l-main__price__why__question__text-wrap {
  width: calc(100% - 175px);
  padding-right: 16px;
}
@media (max-width: 769px) {
  .l-main__price__why__question__text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.l-main__price__why__question__text-wrap__point {
  color: #1476CC;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 26.5px; /* 110.417% */
  letter-spacing: 1.44px;
}
@media (max-width: 769px) {
  .l-main__price__why__question__text-wrap__point {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 33px; /* 150% */
    letter-spacing: 1.32px;
  }
}
.l-main__price__why__question__text-wrap__point span {
  display: flex;
  align-items: flex-start;
}
.l-main__price__why__question__text-wrap__point span:last-child {
  padding-top: 12px;
}
.l-main__price__why__question__text-wrap__point span img {
  margin-top: 3px;
  margin-right: 4px;
}
@media (max-width: 769px) {
  .l-main__price__why__question__text-wrap__point span img {
    margin-top: 7px;
  }
}
.l-main__price__why__question__text-wrap__text {
  padding-top: 16px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
}
.l-main__price__why__question__text-wrap__text span {
  display: block;
  margin-bottom: 10px;
}
.l-main__price__why__question__img {
  width: 175px;
  padding-top: 22px;
}
@media (max-width: 769px) {
  .l-main__price__why__question__img {
    display: none;
  }
}
.l-main__price__service-list {
  width: 100%;
  padding: 156px 0 44px 0;
  background: #FBFAF6;
}
@media (max-width: 769px) {
  .l-main__price__service-list {
    padding: 96px 0;
  }
}
.l-main__price__service-list__contents {
  width: 100%;
  max-width: 1098px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .l-main__price__service-list__contents {
    padding: 0 16px;
  }
}
.l-main__price__service-list__title {
  width: 100%;
  text-align: center;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 144.444% */
  letter-spacing: 2.88px;
}
@media (max-width: 769px) {
  .l-main__price__service-list__title {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 34.5px; /* 110.417% */
    letter-spacing: 1.44px;
  }
}
@media (max-width: 363px) {
  .l-main__price__service-list__title {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
@media (max-width: 342px) {
  .l-main__price__service-list__title {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.l-main__price__service-list__list {
  width: 100%;
  display: flex;
  gap: 48px;
  padding-top: 44px;
}
@media (max-width: 769px) {
  .l-main__price__service-list__list {
    flex-wrap: wrap;
    gap: 32px;
  }
}
.l-main__price__service-list__item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #FFF;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0px 6px 24px 4px rgba(0, 0, 0, 0.14);
  cursor: pointer;
}
.l-main__price__service-list__item__title {
  width: 100%;
  color: #1476CC;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 165% */
  letter-spacing: 1.2px;
  text-align: center;
  padding-bottom: 12px;
}
.l-main__price__service-list__item__text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
}
.l-main__price__service-list__item__btn {
  width: 100%;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #222;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
  margin-top: 16px;
}
.l-main__cta {
  width: 100%;
  padding: 64px 0;
  background: #C5D8E9;
}
.l-main__cta__contents {
  width: 100%;
  max-width: 1098px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .l-main__cta__contents {
    padding: 0 16px;
  }
}
.l-main__cta__title {
  width: 100%;
  text-align: center;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 144.444% */
  letter-spacing: 2.88px;
}
.l-main__cta__list {
  width: 100%;
  display: flex;
  gap: 48px;
}
@media (max-width: 769px) {
  .l-main__cta__list {
    flex-wrap: wrap;
    gap: 32px;
  }
}
.l-main__cta__item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #FFF;
  border-radius: 8px;
  padding: 24px;
}
.l-main__cta__item__title {
  width: 100%;
  color: #1476CC;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 165% */
  letter-spacing: 1.2px;
  text-align: center;
  padding-bottom: 12px;
}
@media (max-width: 769px) {
  .l-main__cta__item__title {
    font-size: 2.4rem;
  }
}
.l-main__cta__item__text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
}
.l-main__cta__item__btn {
  width: 100%;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #1476CC;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
  margin-top: 16px;
  color: #1476CC;
  cursor: pointer;
}
.l-main__cta__item__wrap {
  width: 100%;
  display: flex;
  gap: 16px;
}
@media (max-width: 769px) {
  .l-main__cta__item__wrap {
    flex-wrap: wrap;
    gap: 0;
  }
}
.l-main__simulation-option {
  width: 100%;
  padding: 72px 0;
  background: #C5D8E9;
}
@media (max-width: 769px) {
  .l-main__simulation-option__contents {
    padding: 0 12px;
  }
}
.l-main__simulation-option__form-box {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 72px;
  padding-bottom: 48px;
}
@media (max-width: 769px) {
  .l-main__simulation-option__form-box {
    flex-wrap: wrap;
    padding: 0 20px;
    gap: 12px;
    max-width: 368px;
    margin: 0 auto;
    padding-bottom: 51px;
  }
}
.l-main__simulation-option__form-box__select {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 175% */
  letter-spacing: 1.44px;
  color: #222;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 769px) {
  .l-main__simulation-option__form-box__select {
    width: 100%;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: 1.28px;
  }
}
.l-main__simulation-option__form-box__select div {
  position: relative;
  display: flex;
  background: #FFF;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
}
@media (max-width: 769px) {
  .l-main__simulation-option__form-box__select div {
    margin-right: 0;
  }
}
.l-main__simulation-option__form-box__select div .hidden {
  display: none;
}
.l-main__simulation-option__form-box__select div .placeholderDisplay {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 42px;
  z-index: 0;
  pointer-events: auto;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: 0.96px;
  color: #000;
}
.l-main__simulation-option__form-box__select select {
  width: 135px;
  height: 70px;
  display: flex;
  padding: 12px 42px 12px 12px;
  font-size: 2.4rem;
  text-align: right;
  font-style: normal;
  color: #222;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.008px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  opacity: 0.8;
  position: relative;
  background: #FFF url(../images/wrapper.svg) 95% 50% no-repeat;
}
@media (max-width: 769px) {
  .l-main__simulation-option__form-box__select select {
    width: 135px;
    margin-right: 0;
    padding: 12px 24px 12px 12px;
  }
}
@media (max-width: 395px) {
  .l-main__simulation-option__form-box__select select {
    width: 105px;
  }
}
.l-main__simulation-option__form-box__select select .placeholder {
  color: gray;
}
.l-main__simulation-option__form-box__select select:invalid {
  color: #FFF;
}
.l-main__simulation-option__form-box__select select option {
  color: #222;
  font-size: 1.4rem;
}
.l-main__simulation-option__form-box__select select option:first-child {
  color: #BFBFBF;
}
.l-main__simulation-option__form-box__select .title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 175% */
  letter-spacing: 1.44px;
  padding-right: 12px;
  text-align: right;
}
@media (max-width: 769px) {
  .l-main__simulation-option__form-box__select .title {
    width: 100%;
  }
}
@media (max-width: 395px) {
  .l-main__simulation-option__form-box__select .title {
    font-size: 2rem;
  }
}
@media (max-width: 325px) {
  .l-main__simulation-option__form-box__select .title {
    font-size: 1.6rem;
  }
}
.l-main__simulation-option__form-box__select .people {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 175% */
  letter-spacing: 1.44px;
  padding-left: 12px;
}
@media (max-width: 769px) {
  .l-main__simulation-option__form-box__select .people {
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: 1.28px;
    right: 0px;
  }
}
@media (max-width: 395px) {
  .l-main__simulation-option__form-box__select .people {
    font-size: 2rem;
  }
}
@media (max-width: 325px) {
  .l-main__simulation-option__form-box__select .people {
    font-size: 1.6rem;
  }
}
.l-main__simulation-option__form-box__number {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 175% */
  letter-spacing: 1.44px;
  color: #222;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 769px) {
  .l-main__simulation-option__form-box__number {
    width: 100%;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: 1.28px;
    margin-top: 24px;
    justify-content: space-between;
  }
}
.l-main__simulation-option__form-box__number input {
  width: 168px;
  height: 70px;
  display: flex;
  padding: 12px 12px;
  font-size: 2.4rem;
  font-style: normal;
  color: #222;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.008px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  margin-left: 10px;
  text-align: right;
  margin-right: 12px;
}
@media (max-width: 769px) {
  .l-main__simulation-option__form-box__number input {
    width: 100%;
    max-width: 168px;
    height: 56px;
    margin-right: 20px;
    font-size: 1.6rem;
  }
}
.l-main__simulation-option__form-box__number input::placeholder {
  color: #E9E9E9;
}
@media (max-width: 769px) {
  .l-main__simulation-option__form-box__number span {
    width: 78px;
  }
}
.l-main__simulation-option__account {
  width: 100%;
  max-width: 1104px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0px 6px 24px 4px rgba(0, 0, 0, 0.14);
  border-radius: 12px;
  padding: 24px;
}
@media (max-width: 769px) {
  .l-main__simulation-option__account {
    padding: 24px 12px;
  }
}
.l-main__simulation-option__account__title {
  width: 100%;
  text-align: center;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 142.857% */
  letter-spacing: 2.8px;
}
.l-main__simulation-option__account__select {
  background: #F1F8FE;
  margin-top: 16px;
  padding: 24px 0;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 175% */
  letter-spacing: 1.44px;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 769px) {
  .l-main__simulation-option__account__select {
    width: 100%;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: 1.28px;
    flex-wrap: wrap;
  }
}
.l-main__simulation-option__account__select div {
  position: relative;
  display: flex;
  background: #FFF;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
}
@media (max-width: 769px) {
  .l-main__simulation-option__account__select div {
    margin-right: 0;
  }
}
.l-main__simulation-option__account__select div .hidden {
  display: none;
}
.l-main__simulation-option__account__select div .placeholderDisplay {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 42px;
  z-index: 0;
  pointer-events: auto;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: 0.96px;
  color: #000;
}
.l-main__simulation-option__account__select select {
  width: 135px;
  height: 70px;
  display: flex;
  padding: 12px 42px 12px 12px;
  font-size: 2.4rem;
  text-align: right;
  font-style: normal;
  color: #222;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.008px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  opacity: 0.8;
  position: relative;
  background: #FFF url(../images/wrapper.svg) 95% 50% no-repeat;
}
@media (max-width: 769px) {
  .l-main__simulation-option__account__select select {
    width: 170px;
    margin-right: 0;
    padding: 12px 24px 12px 12px;
  }
}
.l-main__simulation-option__account__select select .placeholder {
  color: gray;
}
.l-main__simulation-option__account__select select:invalid {
  color: #FFF;
}
.l-main__simulation-option__account__select select option {
  color: #222;
}
.l-main__simulation-option__account__select select option:first-child {
  color: #BFBFBF;
}
.l-main__simulation-option__account__select .title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 175% */
  letter-spacing: 1.44px;
  padding-right: 12px;
}
@media (max-width: 769px) {
  .l-main__simulation-option__account__select .title {
    width: 100%;
    padding-right: 0;
    text-align: center;
    padding-bottom: 19px;
  }
}
@media (max-width: 395px) {
  .l-main__simulation-option__account__select .title {
    font-size: 2rem;
  }
}
@media (max-width: 325px) {
  .l-main__simulation-option__account__select .title {
    font-size: 1.6rem;
  }
}
.l-main__simulation-option__account__select .title span {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 0.98px;
}
@media (max-width: 375px) {
  .l-main__simulation-option__account__select .title span {
    font-size: 1.2rem;
  }
}
.l-main__simulation-option__account__select .people {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 42px; /* 175% */
  letter-spacing: 1.44px;
  padding-left: 12px;
}
@media (max-width: 769px) {
  .l-main__simulation-option__account__select .people {
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: 1.28px;
    right: 0px;
  }
}
@media (max-width: 395px) {
  .l-main__simulation-option__account__select .people {
    font-size: 2rem;
  }
}
@media (max-width: 325px) {
  .l-main__simulation-option__account__select .people {
    font-size: 1.6rem;
  }
}
.l-main__simulation-option__account__price {
  width: 100%;
  padding: 16px 0;
  text-align: center;
}
.l-main__simulation-option__account__price .basic_price_text {
  color: #1476CC;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 144.444% */
  letter-spacing: 2.88px;
}
.l-main__simulation-option__account__price .basic_price_wrap {
  color: #1476CC;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 144.444% */
  letter-spacing: 2.88px;
}
.l-main__simulation-option__plus {
  padding: 16px 0;
  width: 100%;
  text-align: center;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 123.81% */
  letter-spacing: 3.36px;
}
.l-main__simulation-option__option {
  width: 100%;
  max-width: 1104px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0px 6px 24px 4px rgba(0, 0, 0, 0.14);
  border-radius: 12px;
  padding: 24px;
}
@media (max-width: 769px) {
  .l-main__simulation-option__option {
    padding: 24px 12px;
  }
}
.l-main__simulation-option__option__title {
  width: 100%;
  text-align: center;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 142.857% */
  letter-spacing: 2.8px;
}
.l-main__simulation-option__option__sub-title {
  width: 100%;
  padding: 16px 0;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
}
.l-main__simulation-option__option__list {
  width: 100%;
}
.l-main__simulation-option__option__item {
  width: 100%;
  padding: 24px;
  background: #F1F8FE;
  display: flex;
  margin-bottom: 16px;
}
@media (max-width: 769px) {
  .l-main__simulation-option__option__item {
    flex-direction: row-reverse;
    padding: 12px;
  }
}
.l-main__simulation-option__option__item__text {
  width: 100%;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 32.5px; /* 135.417% */
  letter-spacing: 1.44px;
}
@media (max-width: 769px) {
  .l-main__simulation-option__option__item__text {
    font-size: 2rem;
  }
}
.l-main__simulation-option__option__item__text span {
  width: 100%;
  display: block;
  padding-top: 8px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
}
.l-main__simulation-option__option__item__checkbox {
  width: 64px;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
@media (max-width: 769px) {
  .l-main__simulation-option__option__item__checkbox {
    width: 34px;
    align-items: flex-start;
    padding-top: 5px;
  }
}
.l-main__simulation-option__option__item__checkbox input {
  display: none;
}
.l-main__simulation-option__option__item__checkbox label {
  display: block;
  width: 64px;
  height: 64px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 8px;
  border: 1px solid #1476CC;
  transition: 0.4s;
}
.l-main__simulation-option__option__item__checkbox label:hover {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.8);
}
@media (max-width: 769px) {
  .l-main__simulation-option__option__item__checkbox label {
    width: 24px;
    height: 24px;
    border-radius: 4px;
  }
}
.l-main__simulation-option__option__item__checkbox label svg {
  opacity: 0;
}
@media (max-width: 769px) {
  .l-main__simulation-option__option__item__checkbox label svg {
    width: 18px;
    height: 18px;
  }
}
.l-main__simulation-option__option__item__checkbox input:checked ~ label svg {
  opacity: 1;
}
.l-main__simulation-option__option__item__checkbox input:disabled ~ label {
  border: 1px solid #999;
}
.l-main__simulation-option__option__item__checkbox input:disabled ~ label:hover {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.l-main__simulation-option__option__price {
  width: 100%;
  padding: 16px 0;
  text-align: center;
  top: 300px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
}
.l-main__simulation-option__option__price .option_price_text {
  color: #1476CC;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 144.444% */
  letter-spacing: 2.88px;
}
.l-main__simulation-option__option__price .option_price_wrap {
  color: #1476CC;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 144.444% */
  letter-spacing: 2.88px;
}
.l-main__simulation-option__total {
  width: 100%;
  max-width: 1104px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0px 6px 24px 4px rgba(0, 0, 0, 0.14);
  border-radius: 12px;
  padding: 24px;
}
.l-main__simulation-option__total__title {
  width: 100%;
  text-align: center;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 142.857% */
  letter-spacing: 2.8px;
}
.l-main__simulation-option__total__price-wrap {
  width: 100%;
  height: 111px;
}
.l-main__simulation-option__total__price {
  width: 100%;
  padding: 16px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}
.l-main__simulation-option__total__price.active {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1104px;
}
.l-main__simulation-option__total__price .total_price_text {
  color: #1476CC;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 144.444% */
  letter-spacing: 2.88px;
}
.l-main__simulation-option__total__price .total_price_text span {
  width: 100%;
  display: block;
  color: #222;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
}
.l-main__simulation-option__total__price .total_price_wrap {
  color: #1476CC;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 144.444% */
  letter-spacing: 2.88px;
}
.l-main__simulation-option__total__price .total_price_wrap span {
  width: 100%;
  display: block;
  color: #222;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
}
.l-main__free {
  width: 100%;
  padding: 64px 0;
  background: #D9D4C2;
}
@media (max-width: 769px) {
  .l-main__free {
    padding: 72px 20px 96px 20px;
  }
}
.l-main__free.sub_price {
  padding: 93px 0 107px 0;
}
@media (max-width: 769px) {
  .l-main__free.sub_price {
    padding: 72px 20px 96px 20px;
  }
}
.l-main__free__contents {
  width: 100%;
  max-width: 916px;
  margin: 0 auto;
}
.l-main__free__img {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 769px) {
  .l-main__free__img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.l-main__free__img__button-wrap {
  width: 100%;
  padding-top: 32px;
  display: flex;
  gap: 72px;
  justify-content: center;
}
@media (max-width: 769px) {
  .l-main__free__img__button-wrap {
    flex-wrap: wrap;
    padding: 24px 20px 0 20px;
    gap: 16px;
  }
}
.l-main__free__img__button {
  width: 320px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 210% */
  letter-spacing: 1.2px;
  background: #1476CC;
  color: #FFF;
  border-radius: 14px;
}
@media (max-width: 769px) {
  .l-main__free__img__button {
    width: 100%;
  }
}
.l-main__top-bpo {
  width: 100%;
  padding: 72px 0;
  background: #C5D8E9;
}
@media (max-width: 769px) {
  .l-main__top-bpo {
    padding: 72px 16px;
  }
}
.l-main__top-bpo .top-bpo--btn01 {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 210% */
  letter-spacing: 1.2px;
  max-width: 244px;
  gap: 12px;
  margin: 0 auto;
  margin-top: 16px;
}
.l-main__top-bpo--banner {
  display: flex;
  justify-content: center;
  gap: 48px;
}
@media (max-width: 769px) {
  .l-main__top-bpo--banner {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
}
.l-main__top-bpo--banner a {
  display: block;
  width: 100%;
  max-width: 464px;
}
.l-main__top-bpo--list-wrap {
  width: 100%;
  padding-top: 80px;
}
.l-main__top-bpo--title {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.78px;
}
.l-main__top-bpo--subtext {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 165% */
  letter-spacing: 1.2px;
  padding-top: 16px;
}
.l-main__top-bpo--list {
  width: 100%;
  max-width: 1116px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
.l-main__top-bpo--item {
  width: calc(33.3% - 27px);
  margin-right: 40px;
  margin-top: 60px;
  background: #FFF;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .l-main__top-bpo--item {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
}
.l-main__top-bpo--item:nth-child(1) {
  margin-top: 0;
}
.l-main__top-bpo--item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 768px) {
  .l-main__top-bpo--item:nth-child(2) {
    margin-top: 30px;
  }
}
.l-main__top-bpo--item:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 768px) {
  .l-main__top-bpo--item:nth-child(3) {
    margin-top: 30px;
  }
}
.l-main__top-bpo--item:nth-child(3n) {
  margin-right: 0;
}
.l-main__top-bpo--item a {
  width: 100%;
  height: 100%;
  display: block;
}
.l-main__top-bpo--item--contents {
  width: 100%;
}
.l-main__top-bpo--item--contents__text {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  padding-bottom: 4px;
}
@media (max-width: 330px) {
  .l-main__top-bpo--item--contents__text {
    font-size: 14px;
  }
}
.l-main__top-bpo--item--contents__tag-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 16px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}
.l-main__top-bpo--item--contents__tag-item {
  padding: 4px 12px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  border: 1px solid #303D46;
  border-radius: 999px;
  color: #303D46;
  background: #FFF;
}
.l-main__top-bpo--item--contents__title {
  font-size: 18px;
  min-height: 84px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.72px;
  padding-bottom: 16px;
  padding-left: 12px;
  padding-right: 12px;
  min-height: 96px;
  text-align: left;
}
@media (max-width: 768px) {
  .l-main__top-bpo--item--contents__title {
    min-height: auto;
  }
}
.l-main__top-bpo--item--contents--img {
  width: 100%;
}
.l-main__top-bpo--item--contents--img img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
}
.l-main__demo {
  width: 100%;
  padding: 128px 0;
  background: #E0DAC8;
}
@media (max-width: 769px) {
  .l-main__demo {
    padding: 72px 20px 96px 20px;
  }
}
.l-main__demo__contents {
  width: 100%;
  max-width: 805px;
  margin: 0 auto;
}
.l-main__demo__text-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.l-main__demo__text-box__text {
  max-width: 395px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 0.2px;
}
@media (max-width: 769px) {
  .l-main__demo__text-box__text {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 391px) {
  .l-main__demo__text-box__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 359px) {
  .l-main__demo__text-box__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 330px) {
  .l-main__demo__text-box__text {
    font-size: 1.4rem;
  }
}
.l-main__demo__text-box__text img {
  display: block;
  max-width: 395px;
  margin: 0 auto;
  margin-bottom: 56px;
}
@media (max-width: 359px) {
  .l-main__demo__text-box__text img {
    width: 100%;
  }
}
.l-main__demo__text-box__text span {
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 2.88px;
  color: #1476CC;
}
@media (max-width: 359px) {
  .l-main__demo__text-box__text span {
    font-size: 3.2rem;
  }
}
.l-main__demo__text-box__link {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
  margin-top: 24px;
}
@media (max-width: 769px) {
  .l-main__demo__text-box__link {
    margin-top: 60px;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 437px) {
  .l-main__demo__text-box__link {
    padding: 0;
  }
}
@media (max-width: 384px) {
  .l-main__demo__text-box__link {
    font-size: 1.2rem;
    padding: 0;
  }
}
@media (max-width: 352px) {
  .l-main__demo__text-box__link {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
  }
}
@media (max-width: 343px) {
  .l-main__demo__text-box__link {
    font-size: 1.2rem;
    letter-spacing: 0.3px;
  }
}
@media (max-width: 336px) {
  .l-main__demo__text-box__link {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
@media (max-width: 330px) {
  .l-main__demo__text-box__link {
    font-size: 1.2rem;
    letter-spacing: -0.4px;
  }
}
.l-main__demo__text-box__link__button {
  width: 323px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border: 2px solid #1476CC;
  border-radius: 14px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 210% */
  letter-spacing: 1.2px;
  margin-top: 16px;
  color: #1476CC;
}
@media (max-width: 769px) {
  .l-main__demo__text-box__link__button {
    margin-top: 24px;
  }
}
.l-main__demo__text-box__img {
  padding-top: 10px;
}
.l-main__support {
  width: 100%;
  padding-top: 156px;
  background: #FBFAF6;
}
@media (max-width: 769px) {
  .l-main__support {
    padding: 72px 20px 96px 20px;
  }
}
.l-main__support__contents {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.l-main__support__list {
  width: 100%;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 769px) {
  .l-main__support__list {
    flex-wrap: wrap;
  }
}
.l-main__support__item {
  width: 100%;
  margin-right: 48px;
  text-align: center;
}
@media (max-width: 769px) {
  .l-main__support__item {
    margin-right: 0px;
    margin-bottom: 48px;
  }
}
.l-main__support__item:last-child {
  margin-right: 0;
}
@media (max-width: 769px) {
  .l-main__support__item:last-child {
    margin-bottom: 0px;
  }
}
.l-main__support__item__img {
  width: 100%;
  text-align: center;
}
.l-main__support__item__img img {
  max-width: 161px;
  display: inline-block;
}
.l-main__support__item__title {
  color: #1476CC;
  margin-top: 24px;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 32.5px; /* 135.417% */
  letter-spacing: 1.44px;
}
.l-main__support__item__text {
  margin-top: 16px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 1.28px;
}
.l-main__flow {
  width: 100%;
  padding-top: 112px;
  padding-bottom: 156px;
  background: #FBFAF6;
}
@media (max-width: 769px) {
  .l-main__flow {
    padding: 0 20px 96px 20px;
  }
}
.l-main__flow__contents {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.l-main__flow__list {
  width: 100%;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 769px) {
  .l-main__flow__list {
    flex-wrap: wrap;
  }
}
.l-main__flow__item {
  width: 100%;
  margin-right: 48px;
  text-align: center;
}
@media (max-width: 769px) {
  .l-main__flow__item {
    margin-right: 0;
    margin-bottom: 48px;
  }
}
.l-main__flow__item:last-child {
  margin-right: 0;
}
@media (max-width: 769px) {
  .l-main__flow__item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.l-main__flow__item__img {
  width: 100%;
  text-align: center;
}
.l-main__flow__item__img img {
  max-width: 159px;
  display: inline-block;
}
.l-main__flow__item__step {
  color: #1476CC;
  margin-bottom: 12px;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 150% */
  letter-spacing: 1.68px;
}
.l-main__flow__item__text {
  margin-top: 22px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 1.28px;
}
.l-main__security {
  width: 100%;
  padding-top: 128px;
  background: #FBFAF6;
}
@media (max-width: 769px) {
  .l-main__security {
    padding: 0 20px 96px 20px;
  }
}
@media (max-width: 338px) {
  .l-main__security .c-title__sub-text {
    letter-spacing: 0;
  }
}
.l-main__security__contents {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.l-main__security__list {
  width: 100%;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 769px) {
  .l-main__security__list {
    flex-wrap: wrap;
  }
}
.l-main__security__item {
  width: 100%;
  margin-right: 48px;
  text-align: center;
}
@media (max-width: 769px) {
  .l-main__security__item {
    margin-right: 0;
    margin-bottom: 48px;
  }
}
.l-main__security__item:last-child {
  margin-right: 0;
}
@media (max-width: 769px) {
  .l-main__security__item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.l-main__security__item__img {
  width: 100%;
  text-align: center;
}
.l-main__security__item__img img {
  max-width: 159px;
  display: inline-block;
}
.l-main__security__item__step {
  color: #1476CC;
  margin-bottom: 12px;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 150% */
  letter-spacing: 1.68px;
}
.l-main__security__item__text {
  margin-top: 22px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 1.28px;
}
.l-main__qna {
  width: 100%;
  padding: 128px;
  background: #FBFAF6;
}
@media (max-width: 769px) {
  .l-main__qna {
    padding: 0 20px 96px 20px;
  }
}
.l-main__qna__contents {
  width: 100%;
  max-width: 1104px;
  margin: 0 auto;
}
.l-main__qna #accordion h3 {
  padding: 16px 12px;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 233.333% */
  letter-spacing: 1.08px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #222;
}
@media (max-width: 769px) {
  .l-main__qna #accordion h3 {
    display: flex;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 164%; /* 26.24px */
    letter-spacing: 1.28px;
    padding-right: 60px;
  }
}
.l-main__qna #accordion h3 .qa {
  padding: 0 24px;
}
@media (max-width: 769px) {
  .l-main__qna #accordion h3 .qa {
    padding: 0 38px 0 24px;
  }
}
.l-main__qna #accordion h3 .ui-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/add_button.svg) no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-main__qna #accordion h3.ui-state-active {
  border-bottom: none;
}
.l-main__qna #accordion h3.ui-state-active .ui-icon {
  background: url(../images/remove_button.svg) no-repeat;
}
.l-main__qna #accordion .ui-accordion-content-active {
  border-bottom: 1px solid #222;
  height: 100%;
}
.l-main__qna #accordion p {
  padding: 24px 24px 24px 69px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 1.28px;
}
@media (max-width: 769px) {
  .l-main__qna #accordion p {
    padding: 24px 36px 24px 39px;
  }
}
.l-main .fixed_banner {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 296px;
  z-index: 90;
}
@media (max-width: 769px) {
  .l-main .fixed_banner {
    width: 350px;
  }
}
@media (max-width: 375px) {
  .l-main .fixed_banner {
    width: 310px;
  }
}
@media (max-width: 330px) {
  .l-main .fixed_banner {
    width: 280px;
  }
}
.l-main .fixed_banner a {
  width: 296px;
  box-shadow: 8px 8px 8px 0px rgba(9, 9, 9, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 10px;
}
@media (max-width: 769px) {
  .l-main .fixed_banner a {
    width: 350px;
  }
}
@media (max-width: 375px) {
  .l-main .fixed_banner a {
    width: 310px;
  }
}
@media (max-width: 330px) {
  .l-main .fixed_banner a {
    width: 280px;
  }
}
.l-main .fixed_banner__text {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  letter-spacing: 3.6px;
  margin-right: 16px;
}
@media (max-width: 769px) {
  .l-main .fixed_banner__text {
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 29px; /* 145% */
    letter-spacing: 3px;
  }
}
@media (max-width: 375px) {
  .l-main .fixed_banner__text {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 29px; /* 145% */
    letter-spacing: 1px;
  }
}
.l-main .fixed_banner__btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  right: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 0px rgba(9, 9, 9, 0.1);
  display: flex;
  justify-content: baseline;
  align-items: baseline;
  padding: 3px;
  background: #FFF;
  cursor: pointer;
}
.l-main__trial {
  width: 100%;
  overflow: hidden;
}
.l-main__trial__contents {
  width: 100%;
  padding: 64px 0 0 0;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .l-main__trial__contents {
    padding: 32px 0;
  }
}
.l-main__trial__contents iframe {
  width: 100%;
  height: 1010px;
  border: none;
}
@media (max-width: 772px) {
  .l-main__trial__contents iframe {
    height: 1200px;
  }
}
@media (max-width: 565px) {
  .l-main__trial__contents iframe {
    height: 1300px;
  }
}
@media (max-width: 425px) {
  .l-main__trial__contents iframe {
    height: 1400px;
  }
}
@media (max-width: 376px) {
  .l-main__trial__contents iframe {
    height: 1400px;
  }
}
.l-main__contact {
  width: 100%;
  overflow: hidden;
}
.l-main__contact__event {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 48px 32px 48px;
  border-radius: 32px;
  background: #D8E5F0;
  margin-top: 65px;
  text-align: center;
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .l-main__contact__event {
    width: calc(100% - 56px);
    padding: 40px 24px 32px 24px;
  }
}
.l-main__contact__event ~ .no-event {
  display: none;
}
.l-main__contact__event--item {
  width: 100%;
}
.l-main__contact__event--event-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 56px;
}
@media (max-width: 767px) {
  .l-main__contact__event--event-wrap {
    flex-direction: column;
    gap: 52px;
  }
}
.l-main__contact__event--event--item {
  width: 50%;
}
@media (max-width: 767px) {
  .l-main__contact__event--event--item {
    width: 100%;
  }
}
.l-main__contact__event--label {
  position: absolute;
  width: 210px;
  height: 47px;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  color: #1476CC;
  border-radius: 999px;
  border: 2px solid #D8E5F0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 183.333% */
  letter-spacing: 1.08px;
  font-family: "Noto Sans JP", sans-serif;
}
.l-main__contact__event--title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 165% */
  letter-spacing: 1.2px;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .l-main__contact__event--title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    letter-spacing: 1.08px;
  }
}
@media (max-width: 330px) {
  .l-main__contact__event--title {
    font-size: 16px;
  }
}
.l-main__contact__event--text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 13px 0 0 0;
}
@media (max-width: 330px) {
  .l-main__contact__event--text {
    font-size: 14px;
  }
}
.l-main__contact__event--btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 16px;
}
.l-main__contact__event--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 324px;
  height: 54px;
  background: #1476CC;
  border-radius: 14px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 262.5% */
  letter-spacing: 0.96px;
  font-family: "Noto Sans JP", sans-serif;
}
.l-main__contact__contents {
  width: 100%;
  padding: 64px 0 0 0;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .l-main__contact__contents {
    padding: 32px 0 0 0;
  }
}
.l-main__contact__contents iframe {
  width: 100%;
  height: 1050px;
  border: none;
}
@media (max-width: 772px) {
  .l-main__contact__contents iframe {
    height: 1200px;
  }
}
@media (max-width: 565px) {
  .l-main__contact__contents iframe {
    height: 1300px;
  }
}
@media (max-width: 425px) {
  .l-main__contact__contents iframe {
    height: 1400px;
  }
}
.l-main__contact__contents.cancel iframe {
  width: 100%;
  height: 1200px;
  border: none;
}
@media (max-width: 782px) {
  .l-main__contact__contents.cancel iframe {
    height: 1400px;
  }
}
@media (max-width: 565px) {
  .l-main__contact__contents.cancel iframe {
    height: 1500px;
  }
}
@media (max-width: 425px) {
  .l-main__contact__contents.cancel iframe {
    height: 1620px;
  }
}
@media (max-width: 325px) {
  .l-main__contact__contents.cancel iframe {
    height: 1680px;
  }
}
.l-main__contact__contents.cancel02 iframe {
  width: 100%;
  height: 1300px;
  border: none;
}
@media (max-width: 782px) {
  .l-main__contact__contents.cancel02 iframe {
    height: 1500px;
  }
}
@media (max-width: 565px) {
  .l-main__contact__contents.cancel02 iframe {
    height: 1600px;
  }
}
@media (max-width: 425px) {
  .l-main__contact__contents.cancel02 iframe {
    height: 1720px;
  }
}
@media (max-width: 325px) {
  .l-main__contact__contents.cancel02 iframe {
    height: 1780px;
  }
}
.l-main__contact__contents.request iframe {
  width: 100%;
  height: 1700px;
  border: none;
}
@media (max-width: 782px) {
  .l-main__contact__contents.request iframe {
    height: 1900px;
  }
}
@media (max-width: 565px) {
  .l-main__contact__contents.request iframe {
    height: 2000px;
  }
}
@media (max-width: 425px) {
  .l-main__contact__contents.request iframe {
    height: 2250px;
  }
}
@media (max-width: 325px) {
  .l-main__contact__contents.request iframe {
    height: 2300px;
  }
}
.l-main__contact__contents.request-en iframe {
  width: 100%;
  height: 1800px;
  border: none;
}
@media (max-width: 782px) {
  .l-main__contact__contents.request-en iframe {
    height: 2000px;
  }
}
@media (max-width: 565px) {
  .l-main__contact__contents.request-en iframe {
    height: 2100px;
  }
}
@media (max-width: 425px) {
  .l-main__contact__contents.request-en iframe {
    height: 2450px;
  }
}
@media (max-width: 325px) {
  .l-main__contact__contents.request-en iframe {
    height: 2600px;
  }
}
.l-main__contact__thanks {
  width: 100%;
  padding: 72px 0 128px 0;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-main__contact__thanks {
    padding: 48px 0 96px 0;
  }
}
@media (max-width: 767px) {
  .l-main__contact__thanks.event {
    padding: 48px 28px 96px 28px;
  }
}
@media (max-width: 330px) {
  .l-main__contact__thanks.event {
    padding: 48px 6px 96px 6px;
  }
}
@media (max-width: 767px) {
  .l-main__contact__thanks.event .l-main__contact__title__sub-detail {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.12px;
  }
}
@media (max-width: 380px) {
  .l-main__contact__thanks.event .l-main__contact__title__sub-detail {
    letter-spacing: 0;
  }
}
@media (max-width: 330px) {
  .l-main__contact__thanks.event .l-main__contact__title__sub-detail {
    letter-spacing: -0.5px;
  }
}
.l-main__contact__title {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-main__contact__title__main-title {
  width: 100%;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 144.444% */
  letter-spacing: 2.88px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .l-main__contact__title__main-title {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 2.56px;
  }
}
.l-main__contact__title__main-sub-title {
  width: 100%;
  display: block;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 53px; /* 294.444% */
  letter-spacing: 1.08px;
  text-transform: uppercase;
  color: #EA6840;
}
@media (max-width: 376px) {
  .l-main__contact__title__main-sub-title {
    font-size: 1.4rem;
  }
}
.l-main__contact__title__sub-text {
  width: 100%;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 165% */
  letter-spacing: 1.2px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .l-main__contact__title__sub-text {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 164%; /* 26.24px */
    letter-spacing: 1.28px;
  }
}
.l-main__contact__title__sub-detail {
  width: 100%;
  display: block;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
}
@media (max-width: 370px) {
  .l-main__contact__title__sub-detail {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .l-main__contact__title__sub-detail.demo {
    font-size: 1.4rem;
  }
}
@media (max-width: 339px) {
  .l-main__contact__title__sub-detail.demo {
    letter-spacing: 0;
  }
}
.l-main__contact__title__sub-detail.demo_bottom {
  margin-top: 16px;
}
.l-main__contact__link {
  width: 320px;
  height: 64px;
  margin-top: 56px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 262.5% */
  letter-spacing: 0.96px;
}
@media (max-width: 330px) {
  .l-main__contact__link {
    width: 300px;
  }
}
.l-main__down {
  width: 100%;
  overflow: hidden;
  padding-bottom: 72px;
  background: #FBFAF6;
}
.l-main__down .c-title {
  text-align: left;
  margin-bottom: 26px;
}
@media (max-width: 769px) {
  .l-main__down .c-title {
    text-align: center;
  }
}
.l-main__down .c-title__main-title {
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .l-main__down .c-title__main-title {
    font-size: 3.2rem !important;
  }
}
.l-main__down .c-title span {
  background: #1476CC;
  color: #FFF;
  border-radius: 4px;
  padding: 2px 12px;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.18px;
  margin-bottom: 8px;
  display: inline-block;
}
.l-main__down .down-all .c-title {
  text-align: center !important;
}
.l-main__down .down-all .c-title__main-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 769px) {
  .l-main__down .down-all .c-title__main-title {
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
    letter-spacing: 1.5px;
  }
}
@media (max-width: 380px) {
  .l-main__down .down-all .c-title__main-title {
    letter-spacing: 1px;
  }
}
.l-main__down .down-all .l-main__down__left__img {
  display: flex;
  justify-content: center;
}
@media (max-width: 769px) {
  .l-main__down .down-all .l-main__down__left__img {
    padding: 0 16px;
  }
}
.l-main__down .down-all .l-main__down__left__img img {
  width: 100%;
  max-width: 478px;
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.14));
}
.l-main__down .checklist .c-title {
  text-align: center !important;
}
.l-main__down .checklist .c-title__main-title {
  text-align: center;
}
.l-main__down .checklist .l-main__down__left__img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-main__down .checklist .l-main__down__left__img img {
  width: 100%;
  max-width: 465px;
  filter: none;
}
.l-main__down__contents {
  width: 100%;
  padding: 64px 0 0 0;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 1120px) {
  .l-main__down__contents {
    padding: 64px 20px 0 20px;
  }
}
@media (max-width: 769px) {
  .l-main__down__contents {
    padding: 64px 20px 0 20px;
    flex-wrap: wrap;
  }
}
.l-main__down__left {
  width: calc(100% - 433px);
  padding-right: 99px;
}
@media (max-width: 1120px) {
  .l-main__down__left {
    padding-right: 30px;
  }
}
@media (max-width: 769px) {
  .l-main__down__left {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 769px) {
  .l-main__down__left__img {
    padding: 0 10px;
  }
}
.l-main__down__left__img img {
  filter: drop-shadow(0px 6px 24px rgba(0, 0, 0, 0.14));
}
.l-main__down__left__text {
  padding-top: 32px;
}
@media (max-width: 769px) {
  .l-main__down__left__text {
    padding-top: 47px;
  }
}
.l-main__down__right {
  width: 433px;
}
@media (max-width: 769px) {
  .l-main__down__right {
    width: 100%;
  }
}
.l-main__down__right iframe {
  width: 100%;
  height: 1000px;
  border: none;
}
@media (max-width: 769px) {
  .l-main__down__right iframe {
    height: 1200px;
    padding-top: 96px;
  }
}
.l-main__down__thanks {
  width: 100%;
  padding: 128px 0;
  max-width: 1100px;
  margin: 0 auto;
}
.l-main__down__title {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-main__down__title__main-title {
  width: 100%;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 144.444% */
  letter-spacing: 2.88px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .l-main__down__title__main-title {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 2.56px;
  }
}
@media (max-width: 330px) {
  .l-main__down__title__main-title {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
}
.l-main__down__title__main-sub-title {
  width: 100%;
  display: block;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 53px; /* 294.444% */
  letter-spacing: 1.08px;
  text-transform: uppercase;
  color: #EA6840;
}
@media (max-width: 376px) {
  .l-main__down__title__main-sub-title {
    font-size: 1.4rem;
  }
}
.l-main__down__title__sub-text {
  width: 100%;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 165% */
  letter-spacing: 1.2px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .l-main__down__title__sub-text {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 164%; /* 26.24px */
    letter-spacing: 1.28px;
  }
}
.l-main__down__title__sub-detail {
  width: 100%;
  display: block;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
}
@media (max-width: 370px) {
  .l-main__down__title__sub-detail {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .l-main__down__title__sub-detail.demo {
    font-size: 1.4rem;
  }
}
@media (max-width: 339px) {
  .l-main__down__title__sub-detail.demo {
    letter-spacing: 0;
  }
}
.l-main__down__title__sub-detail.demo_bottom {
  margin-top: 16px;
}
.l-main__down__link {
  width: 320px;
  height: 56px;
  margin-top: 56px;
  color: #FFF;
  background: #1476CC;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 233.333% */
  letter-spacing: 1.08px;
}
@media (max-width: 330px) {
  .l-main__down__link {
    width: 300px;
  }
}
.l-main__down__img {
  width: 100%;
  text-align: center;
  padding-top: 56px;
}
@media (max-width: 767px) {
  .l-main__down__img {
    padding-left: 49px;
    padding-right: 49px;
  }
}
.l-main__down__img img {
  width: 100%;
  max-width: 338px;
  display: inline-block;
}
.l-main__terms {
  width: 100%;
  padding: 72px 0;
  background: #F5F3ED;
}
.l-main__terms__contents {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
@media (max-width: 1120px) {
  .l-main__terms__contents {
    padding: 0 20px;
  }
}
.l-main__terms__text-wrap {
  width: calc(100% - 287px);
  position: static;
}
@media (max-width: 768px) {
  .l-main__terms__text-wrap {
    width: 100%;
  }
}
.l-main__terms__text-wrap__title {
  width: 100%;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 162.5% */
  letter-spacing: 2.56px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .l-main__terms__text-wrap__title {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 162.5% */
    letter-spacing: 2.56px;
    margin-bottom: 48px;
  }
}
.l-main__terms__text-wrap__sub-text {
  width: 100%;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .l-main__terms__text-wrap__sub-text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.12px;
  }
}
.l-main__terms__text-wrap__section {
  width: 100%;
  margin-bottom: 56px;
}
.l-main__terms__text-wrap__sub-title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  margin-bottom: 32px;
}
@media (max-width: 347px) {
  .l-main__terms__text-wrap__sub-title {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
@media (max-width: 331px) {
  .l-main__terms__text-wrap__sub-title {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.l-main__terms__text-wrap__text-box {
  width: 100%;
  counter-reset: costom-counter;
  display: flex;
  flex-wrap: wrap;
}
.l-main__terms__text-wrap__detail {
  width: 100%;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  margin-bottom: 56px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .l-main__terms__text-wrap__detail {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.12px;
  }
}
.l-main__terms__text-wrap__date {
  width: 100%;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  margin-bottom: 24px;
  margin-top: 8px;
  text-align: right;
}
@media (max-width: 768px) {
  .l-main__terms__text-wrap__date {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.12px;
  }
}
.l-main__terms__text-wrap__text {
  width: 100%;
  counter-increment: costom-counter;
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
}
@media (max-width: 768px) {
  .l-main__terms__text-wrap__text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.12px;
  }
}
.l-main__terms__text-wrap__text::before {
  content: "(" counter(costom-counter) ")";
  margin-right: 15px;
}
.l-main__terms__text-wrap__text a {
  color: #1476CC;
}
.l-main__terms__text-wrap__text span {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  padding-top: 2px;
}
@media (max-width: 768px) {
  .l-main__terms__text-wrap__text span {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.12px;
  }
}
.l-main__terms__text-wrap__text__sub-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.l-main__terms__text-wrap__text__sub-item {
  width: 100%;
  display: flex;
}
.l-main__terms__text-wrap__text__sub-item:last-child {
  margin-bottom: 24px;
}
.l-main__terms__text-wrap__text__sub-item .number {
  margin-right: 13px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .l-main__terms__text-wrap__text__sub-item .number {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.12px;
  }
}
.l-main__terms__text-wrap__text__sub-item .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .l-main__terms__text-wrap__text__sub-item .text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.12px;
  }
}
.l-main__terms__sidebar {
  width: 248px;
  height: 100%;
  margin-left: 39px;
  overflow: auto;
  position: sticky;
  top: 0;
  height: 98vh;
}
@media (max-width: 768px) {
  .l-main__terms__sidebar {
    display: none;
  }
}
.l-main__terms__sidebar.is_stuck {
  right: 50%;
  transform: translateX(550px);
  top: auto !important;
  bottom: 0;
}
@media (max-width: 1100px) {
  .l-main__terms__sidebar.is_stuck {
    right: 20px;
    transform: translateX(0);
  }
}
.l-main__terms__sidebar__list {
  width: 100%;
}
.l-main__terms__sidebar__item {
  width: 100%;
}
.l-main__terms__sidebar__item a {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 12px 16px;
}
.l-main__terms__sidebar__item a .number {
  width: 23px;
  text-align: right;
  display: inline-block;
  margin-right: 8px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
}
.l-main__terms__sidebar__item a .text {
  width: calc(100% - 23px);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
  margin-top: -2.5px;
}
.l-main__terms__sidebar__item a.active {
  background: #D9D4C2;
}
.l-main__dpa {
  width: 100%;
  padding: 72px 0;
  background: #F5F3ED;
}
.l-main__dpa__contents {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
@media (max-width: 1120px) {
  .l-main__dpa__contents {
    padding: 0 20px;
  }
}
.l-main__dpa__text-wrap {
  width: calc(100% - 287px);
  position: static;
}
@media (max-width: 768px) {
  .l-main__dpa__text-wrap {
    width: 100%;
  }
}
.l-main__dpa__text-wrap__title {
  width: 100%;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 162.5% */
  letter-spacing: 2.56px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .l-main__dpa__text-wrap__title {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 162.5% */
    letter-spacing: 2.56px;
    margin-bottom: 48px;
  }
}
.l-main__dpa__text-wrap__title-section {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #262626;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  letter-spacing: 0.8px;
  margin-bottom: 32px;
}
.l-main__dpa__text-wrap__sub-text {
  width: 100%;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .l-main__dpa__text-wrap__sub-text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.12px;
  }
}
.l-main__dpa__text-wrap__section {
  width: 100%;
  margin-bottom: 56px;
  scroll-margin-top: 120px;
}
.l-main__dpa__text-wrap__section.mb-24 {
  margin-bottom: 24px;
}
.l-main__dpa__text-wrap__section.mb-12 {
  margin-bottom: 12px;
}
.l-main__dpa__text-wrap__section.annex {
  margin-top: 110px;
}
@media (max-width: 768px) {
  .l-main__dpa__text-wrap__section.annex {
    margin-top: 50px;
  }
}
.l-main__dpa__text-wrap__sub-title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-bottom: 32px;
}
@media (max-width: 347px) {
  .l-main__dpa__text-wrap__sub-title {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
@media (max-width: 331px) {
  .l-main__dpa__text-wrap__sub-title {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.l-main__dpa__text-wrap__sub-title.sub {
  margin-bottom: 4px;
}
.l-main__dpa__text-wrap__sub-title.mb-24 {
  margin-bottom: 24px;
}
.l-main__dpa__text-wrap__sub-title.mb-12 {
  margin-bottom: 12px;
}
.l-main__dpa__text-wrap__sub-title.pl-32 {
  padding-left: 32px;
}
.l-main__dpa__text-wrap__sub-title span {
  font-size: 1.8rem;
  padding-bottom: 4px;
  display: block;
}
@media (max-width: 347px) {
  .l-main__dpa__text-wrap__sub-title span {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
@media (max-width: 331px) {
  .l-main__dpa__text-wrap__sub-title span {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.l-main__dpa__text-wrap__text-box {
  width: 100%;
  counter-reset: costom-counter;
  display: flex;
  flex-wrap: wrap;
}
.l-main__dpa__text-wrap__text-box.number .l-main__dpa__text-wrap__text strong {
  font-weight: bold;
}
.l-main__dpa__text-wrap__text-box.number .l-main__dpa__text-wrap__text::before {
  margin-top: 2px;
  content: "" counter(costom-counter) ".";
  margin-right: 15px;
}
.l-main__dpa__text-wrap__text-box.alphabet .l-main__dpa__text-wrap__text:nth-child(1)::before {
  content: "(a)";
  margin-right: 15px;
}
.l-main__dpa__text-wrap__text-box.alphabet .l-main__dpa__text-wrap__text:nth-child(2)::before {
  content: "(b)";
  margin-right: 15px;
}
.l-main__dpa__text-wrap__text-box.alphabet .l-main__dpa__text-wrap__text:nth-child(3)::before {
  content: "(c)";
  margin-right: 15px;
}
.l-main__dpa__text-wrap__text-box.alphabet .l-main__dpa__text-wrap__text:nth-child(4)::before {
  content: "(d)";
  margin-right: 15px;
}
.l-main__dpa__text-wrap__text-box.alphabet .l-main__dpa__text-wrap__text:nth-child(5)::before {
  content: "(e)";
  margin-right: 15px;
}
.l-main__dpa__text-wrap__text-box.alphabet .l-main__dpa__text-wrap__text:nth-child(6)::before {
  content: "(f)";
  margin-right: 15px;
}
.l-main__dpa__text-wrap__text-box.alphabet .l-main__dpa__text-wrap__text:nth-child(7)::before {
  content: "(g)";
  margin-right: 15px;
}
.l-main__dpa__text-wrap__text-box.alphabet .l-main__dpa__text-wrap__text.c::before {
  content: "(c)";
  margin-right: 15px;
}
.l-main__dpa__text-wrap__detail {
  width: 100%;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  margin-bottom: 56px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .l-main__dpa__text-wrap__detail {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
  }
}
.l-main__dpa__text-wrap__detail.mb-24 {
  margin-bottom: 24px;
}
.l-main__dpa__text-wrap__detail.mb-12 {
  margin-bottom: 12px;
}
.l-main__dpa__text-wrap__date {
  width: 100%;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  margin-bottom: 24px;
  margin-top: 8px;
  text-align: right;
}
@media (max-width: 768px) {
  .l-main__dpa__text-wrap__date {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.12px;
  }
}
.l-main__dpa__text-wrap__text {
  width: 100%;
  counter-increment: costom-counter;
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .l-main__dpa__text-wrap__text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.12px;
  }
}
.l-main__dpa__text-wrap__text::before {
  content: "(" counter(costom-counter) ")";
  margin-right: 15px;
}
.l-main__dpa__text-wrap__text:last-child {
  margin-bottom: 24px;
}
.l-main__dpa__text-wrap__text a {
  color: #1476CC;
}
.l-main__dpa__text-wrap__text span {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  padding-top: 2px;
}
@media (max-width: 768px) {
  .l-main__dpa__text-wrap__text span {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
  }
}
.l-main__dpa__text-wrap__text__sub-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.l-main__dpa__text-wrap__text__sub-item {
  width: 100%;
  display: flex;
}
.l-main__dpa__text-wrap__text__sub-item.mb-24 {
  margin-bottom: 24px;
}
.l-main__dpa__text-wrap__text__sub-item.mb-12 {
  margin-bottom: 12px;
}
.l-main__dpa__text-wrap__text__sub-item .number {
  margin-right: 13px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .l-main__dpa__text-wrap__text__sub-item .number {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
  }
}
.l-main__dpa__text-wrap__text__sub-item .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .l-main__dpa__text-wrap__text__sub-item .text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
  }
}
.l-main__dpa__text-wrap__text .text-sub-item {
  width: 100%;
  display: flex;
}
.l-main__dpa__text-wrap__text .text-sub-item.mb-24 {
  margin-bottom: 24px;
}
.l-main__dpa__text-wrap__text .text-sub-item.mb-12 {
  margin-bottom: 24px;
}
.l-main__dpa__text-wrap__text .text-sub-item .number-sub {
  margin-right: 13px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .l-main__dpa__text-wrap__text .text-sub-item .number-sub {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
  }
}
.l-main__dpa__text-wrap__text .text-sub-item .text-sub {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .l-main__dpa__text-wrap__text .text-sub-item .text-sub {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
  }
}
.l-main__dpa__sidebar {
  width: 278px;
  height: 100%;
  margin-left: 39px;
  overflow: auto;
  position: sticky;
  top: 0;
  height: 98vh;
}
@media (max-width: 768px) {
  .l-main__dpa__sidebar {
    display: none;
  }
}
.l-main__dpa__sidebar.is_stuck {
  right: 50%;
  transform: translateX(550px);
  top: auto !important;
  bottom: 0;
}
@media (max-width: 1100px) {
  .l-main__dpa__sidebar.is_stuck {
    right: 20px;
    transform: translateX(0);
  }
}
.l-main__dpa__sidebar__list {
  width: 100%;
}
.l-main__dpa__sidebar__item {
  width: 100%;
}
.l-main__dpa__sidebar__item a {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 12px 16px;
}
.l-main__dpa__sidebar__item a.exh {
  margin-top: 32px;
}
.l-main__dpa__sidebar__item a .number {
  width: 23px;
  text-align: right;
  display: inline-block;
  margin-right: 8px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
  margin-top: -2px;
}
.l-main__dpa__sidebar__item a .text {
  width: calc(100% - 23px);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
  margin-top: -2.5px;
}
.l-main__dpa__sidebar__item a.active {
  background: #D9D4C2;
}
.l-main__sub-case {
  width: 100%;
  padding: 72px 0;
  background: #FFF;
}
@media (max-width: 768px) {
  .l-main__sub-case {
    padding: 50px 0;
  }
}
.l-main__sub-case strong {
  font-weight: bold;
}
.l-main__sub-case__contents {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
@media (max-width: 1120px) {
  .l-main__sub-case__contents {
    padding: 0 20px;
    flex-wrap: wrap;
  }
}
.l-main__sub-case__text-wrap {
  width: calc(100% - 271px);
  position: static;
}
@media (max-width: 768px) {
  .l-main__sub-case__text-wrap {
    width: 100%;
  }
}
.l-main__sub-case__title {
  width: 100%;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.58px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .l-main__sub-case__title {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 32.5px; /* 135.417% */
    letter-spacing: 1.44px;
  }
}
.l-main__sub-case__img02 {
  width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .l-main__sub-case__img02 {
    padding-bottom: 32px;
    text-align: center;
  }
}
.l-main__sub-case__img02 img {
  width: 100%;
  max-width: 202px;
  display: inline-block;
}
.l-main__sub-case__img {
  width: 100%;
  padding-bottom: 31px;
}
.l-main__sub-case__img img {
  width: 100%;
}
.l-main__sub-case__img__caption {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .l-main__sub-case__img__caption {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.12px;
  }
}
.l-main__sub-case__img__caption02 {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  padding-top: 8px;
  text-align: right;
}
@media (max-width: 768px) {
  .l-main__sub-case__img__caption02 {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.12px;
  }
}
.l-main__sub-case__img__caption03 {
  max-width: 202px;
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  padding-top: 8px;
  text-align: right;
}
@media (max-width: 768px) {
  .l-main__sub-case__img__caption03 {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.12px;
    margin: 0 auto;
  }
}
.l-main__sub-case__text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.36px;
  padding-bottom: 48px;
  text-align: justify;
}
@media (max-width: 768px) {
  .l-main__sub-case__text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.12px;
  }
}
.l-main__sub-case__text span {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .l-main__sub-case__text span {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.12px;
  }
}
.l-main__sub-case__point {
  width: 100%;
  padding: 48px 64px;
  background: #F7F4E8;
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .l-main__sub-case__point {
    padding: 48px 24px;
  }
}
@media (max-width: 320px) {
  .l-main__sub-case__point {
    padding: 24px 12px;
    margin-bottom: 32px;
  }
}
.l-main__sub-case__point.enechange {
  padding: 48px 42px;
}
@media (max-width: 768px) {
  .l-main__sub-case__point.enechange {
    padding: 48px 24px;
  }
}
@media (max-width: 320px) {
  .l-main__sub-case__point.enechange {
    padding: 24px 12px;
    margin-bottom: 32px;
  }
}
.l-main__sub-case__point.valuence {
  margin-bottom: 32px;
}
@media (max-width: 320px) {
  .l-main__sub-case__point.valuence {
    margin-bottom: 48px;
  }
}
.l-main__sub-case__point__list {
  width: 100%;
}
.l-main__sub-case__point__list:first-child {
  padding-bottom: 32px;
}
.l-main__sub-case__point__list__title {
  color: #1476CC;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.18px;
  padding-bottom: 11px;
}
.l-main__sub-case__point__item {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  list-style: disc;
  margin-left: 15px;
}
.l-main__sub-case__qna {
  width: 100%;
}
.l-main__sub-case__qna__caption01 {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.12px;
  padding-top: 8px;
  text-align: right;
}
.l-main__sub-case__qna__caption01-left {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.12px;
  padding-top: 8px;
  text-align: left;
}
.l-main__sub-case__qna__q {
  padding-left: 19px;
  position: relative;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  margin-top: 36px;
}
@media (max-width: 768px) {
  .l-main__sub-case__qna__q {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.12px;
    margin-top: 36px;
  }
}
.l-main__sub-case__qna__q::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 1px;
  background: #000;
}
.l-main__sub-case__qna__a {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  padding-top: 12px;
  text-align: justify;
}
@media (max-width: 768px) {
  .l-main__sub-case__qna__a {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.12px;
  }
}
.l-main__sub-case__qna__a span {
  display: block;
}
.l-main__sub-case__qna__img {
  width: 100%;
  margin-top: 24px;
}
.l-main__sub-case__qna__img img {
  max-width: 100%;
}
.l-main__sub-case__qna__title {
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.78px;
  padding-left: 20px;
  padding-right: 50px;
  border-left: 7px solid #1476CC;
  margin-top: 85px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .l-main__sub-case__qna__title {
    width: 100%;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-top: 36px;
    margin-bottom: 24px;
    padding-right: 0;
  }
}
@media (max-width: 426px) {
  .l-main__sub-case__qna__title {
    width: 100%;
    font-size: 1.6rem;
  }
}
.l-main__sub-case__qna__caption {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  padding-top: 12px;
}
.l-main__sub-case__sidebar {
  width: 236px;
  height: 100%;
  margin-left: 32px;
  overflow: auto;
  position: sticky;
  top: 105px;
  height: 98vh;
}
@media (max-width: 1520px) {
  .l-main__sub-case__sidebar {
    height: 79.5vh;
  }
}
@media (max-width: 768px) {
  .l-main__sub-case__sidebar {
    width: 100%;
    height: auto;
    max-width: 240px;
    margin: 0 auto;
  }
}
.l-main__sub-case__sidebar.is_stuck {
  right: 50%;
  transform: translateX(550px);
  top: auto !important;
  bottom: 0;
}
@media (max-width: 1100px) {
  .l-main__sub-case__sidebar.is_stuck {
    right: 20px;
    transform: translateX(0);
  }
}
.l-main__sub-case__sidebar__contents {
  width: 100%;
}
.l-main__sub-case__sidebar__logo {
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .l-main__sub-case__sidebar__logo {
    margin-top: 56px;
  }
}
.l-main__sub-case__sidebar__info {
  width: 100%;
  padding-bottom: 48px;
}
.l-main__sub-case__sidebar__info__item {
  width: 100%;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1px;
  padding-bottom: 8px;
  display: flex;
}
.l-main__sub-case__sidebar__info__item span {
  width: 60px;
  display: inline-block;
  margin-right: 12px;
}
.l-main__sub-case__sidebar__sns {
  width: 100%;
  padding-bottom: 48px;
}
.l-main__sub-case__sidebar__sns .copy-complete {
  position: absolute;
  width: 90px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 5px;
  font-size: 10px;
  background: #1476CC;
  color: #FFF;
  border-radius: 4px;
  display: none;
  text-align: center;
}
.l-main__sub-case__sidebar__sns .copy-complete.active {
  display: block;
}
.l-main__sub-case__sidebar__sns__title {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
}
@media (max-width: 768px) {
  .l-main__sub-case__sidebar__sns__title {
    text-align: center;
  }
}
.l-main__sub-case__sidebar__sns__list {
  width: 100%;
  display: flex;
  padding-top: 12px;
}
@media (max-width: 768px) {
  .l-main__sub-case__sidebar__sns__list {
    justify-content: center;
  }
}
.l-main__sub-case__sidebar__sns__item {
  padding-right: 16px;
  position: relative;
}
.l-main__sub-case__sidebar__sns__item:last-child {
  padding-right: 0;
}
.l-main__sub-case__sidebar__sns__item img {
  width: 32px;
  height: 32px;
}
@media (max-width: 768px) {
  .l-main__sub-case__sidebar__free {
    display: none;
  }
}
.l-main__sub-case__sidebar__free__img {
  text-align: center;
}
.l-main__sub-case__sidebar__free__img img {
  max-width: 104px;
  display: inline-block;
}
.l-main__sub-case__sidebar__free__btn {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 262.5% */
  letter-spacing: 0.96px;
  color: #1476CC;
  border: 2px solid #1476CC;
  border-radius: 8px;
  margin-top: 8px;
}
.l-main__column-main {
  width: 100%;
  margin-top: 80px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .l-main__column-main {
    margin-top: 48px;
    padding-bottom: 56px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.l-main__column-main--filter {
  max-width: 1116px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.l-main__column-main--filter--title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  padding-bottom: 24px;
}
.l-main__column-main--filter--contents--title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.28px;
  padding: 10px 0;
  margin-bottom: 12px;
}
.l-main__column-main--filter--contents ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  padding-bottom: 24px;
}
.l-main__column-main--filter--contents ul li {
  padding: 4px 12px;
  border: 1px solid #303D46;
  border-radius: 999px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  background: #FFF;
  cursor: pointer;
}
.l-main__column-main--filter--contents ul li.active {
  background: #1476CC;
  color: #FFF;
  border: 1px solid #1476CC;
}
.l-main__column-main .pagination-controls {
  width: 100%;
  height: 32px;
  max-width: 1116px;
  margin: 0 auto;
  margin-top: 70px;
  position: relative;
  display: flex;
  align-items: center;
}
.l-main__column-main .pagination-controls #pagination-buttons {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 4px;
}
.l-main__column-main .pagination-controls #pagination-buttons button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #475467;
  border-radius: 999px;
  cursor: pointer;
}
.l-main__column-main .pagination-controls #pagination-buttons button.active {
  background: #C1CED7;
}
.l-main__column-main .pagination-controls #pagination-buttons button.pagination-arrow {
  background: none;
}
.l-main__column-main .pagination-controls #pagination-buttons button.arrow-active svg path {
  fill: #344054;
}
.l-main__column-main .pagination-controls #items-per-page {
  width: 80px;
  height: 32px;
  display: flex;
  padding-left: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.008px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background: #FFF url(../images/paging-arrow.svg) 90% 50% no-repeat;
}
@media (max-width: 768px) {
  .l-main__column-main .pagination-controls #items-per-page {
    display: none;
  }
}
.l-main__column-main .pagination-controls #pagination-info {
  padding-left: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
}
@media (max-width: 768px) {
  .l-main__column-main .pagination-controls #pagination-info {
    display: none;
  }
}
.l-main__column-main--count {
  width: 100%;
  max-width: 1116px;
  margin: 0 auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  padding-bottom: 16px;
}
.l-main__column-main--morebtn {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  margin-top: 12px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.197px; /* 207.483% */
  letter-spacing: 0.96px;
  cursor: pointer;
}
.l-main__column-main__list {
  width: 100%;
  max-width: 1116px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.l-main__column-main__list.active ~ .l-main__column-main--morebtn {
  display: none;
}
.l-main__column-main__item {
  width: calc(33.3% - 32px);
  margin-right: 48px;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .l-main__column-main__item {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
}
.l-main__column-main__item:nth-child(1) {
  margin-top: 0;
}
.l-main__column-main__item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 768px) {
  .l-main__column-main__item:nth-child(2) {
    margin-top: 30px;
  }
}
.l-main__column-main__item:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 768px) {
  .l-main__column-main__item:nth-child(3) {
    margin-top: 30px;
  }
}
.l-main__column-main__item:nth-child(3n) {
  margin-right: 0;
}
.l-main__column-main__item--tag-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 8px;
}
.l-main__column-main__item--tag-list li {
  padding: 4px 12px;
  border: 1px solid #303D46;
  border-radius: 999px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  background: #FFF;
  cursor: pointer;
}
.l-main__column-main__item--tag-list li.active {
  background: #1476CC;
  color: #FFF;
  border: 1px solid #1476CC;
}
.l-main__column-main__item a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 16px 24px 10px 24px;
  background: linear-gradient(296deg, #0259A5 45.68%, #81B0DA 99.31%);
  border-radius: 8px;
}
.l-main__column-main__item--contents {
  width: 100%;
}
.l-main__column-main__item--contents--text {
  width: 100%;
  height: 154px;
  background: #FFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 168.75% */
  letter-spacing: 0.64px;
  padding: 0 16px;
  word-break: keep-all;
  line-break: strict;
}
@media (max-width: 330px) {
  .l-main__column-main__item--contents--text {
    font-size: 14px;
  }
}
.l-main__column-main__item--contents--img {
  height: 154px;
}
@media (max-width: 768px) {
  .l-main__column-main__item--contents--img {
    height: auto;
  }
}
.l-main__column-main__item--contents--img img {
  border-radius: 8px;
}
.l-main__column-main__item--btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
  padding-top: 10px;
}
.l-main__column-main__item--btn svg {
  margin-left: 4px;
}
.l-main__bpo-main {
  width: 100%;
  margin-top: 80px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .l-main__bpo-main {
    margin-top: 48px;
    padding-bottom: 56px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.l-main__bpo-main .pagination-controls {
  width: 100%;
  height: 32px;
  max-width: 1116px;
  margin: 0 auto;
  margin-top: 70px;
  position: relative;
  display: flex;
  align-items: center;
}
.l-main__bpo-main .pagination-controls #pagination-buttons {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 4px;
}
.l-main__bpo-main .pagination-controls #pagination-buttons button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #475467;
  border-radius: 999px;
  cursor: pointer;
}
.l-main__bpo-main .pagination-controls #pagination-buttons button.active {
  background: #C1CED7;
}
.l-main__bpo-main .pagination-controls #pagination-buttons button.pagination-arrow {
  background: none;
}
.l-main__bpo-main .pagination-controls #pagination-buttons button.arrow-active svg path {
  fill: #344054;
}
.l-main__bpo-main .pagination-controls #items-per-page {
  width: 80px;
  height: 32px;
  display: flex;
  padding-left: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.008px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background: #FFF url(../images/paging-arrow.svg) 90% 50% no-repeat;
}
@media (max-width: 768px) {
  .l-main__bpo-main .pagination-controls #items-per-page {
    display: none;
  }
}
.l-main__bpo-main .pagination-controls #pagination-info {
  padding-left: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
}
@media (max-width: 768px) {
  .l-main__bpo-main .pagination-controls #pagination-info {
    display: none;
  }
}
.l-main__bpo-main--filter {
  max-width: 1116px;
  margin: 0 auto;
  padding-top: 64px;
}
.l-main__bpo-main--filter--title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  padding-bottom: 24px;
}
.l-main__bpo-main--filter--clear {
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  display: none;
}
.l-main__bpo-main--filter--clear.active {
  display: inline-block;
}
.l-main__bpo-main--filter--clear svg {
  transform: translateY(6px);
}
.l-main__bpo-main--filter--contents--title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 175% */
  letter-spacing: 1.28px;
  padding: 10px 0;
  margin-bottom: 12px;
}
.l-main__bpo-main--filter--contents ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 24px;
}
.l-main__bpo-main--filter--contents ul li {
  padding: 4px 12px;
  border: 1px solid #303D46;
  border-radius: 999px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  background: #FFF;
  cursor: pointer;
}
.l-main__bpo-main--filter--contents ul li.active {
  background: #1476CC;
  color: #FFF;
  border: 1px solid #1476CC;
}
.l-main__bpo-main--count {
  width: 100%;
  max-width: 1116px;
  margin: 0 auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  padding-bottom: 16px;
  padding-top: 64px;
}
.l-main__bpo-main__list {
  width: 100%;
  max-width: 1116px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.l-main__bpo-main__item {
  width: calc(33.3% - 32px);
  margin-right: 48px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .l-main__bpo-main__item {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
}
.l-main__bpo-main__item:nth-child(1) {
  margin-top: 0;
}
.l-main__bpo-main__item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 768px) {
  .l-main__bpo-main__item:nth-child(2) {
    margin-top: 30px;
  }
}
.l-main__bpo-main__item:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 768px) {
  .l-main__bpo-main__item:nth-child(3) {
    margin-top: 30px;
  }
}
.l-main__bpo-main__item:nth-child(3n) {
  margin-right: 0;
}
.l-main__bpo-main__item a {
  width: 100%;
  height: 100%;
  display: block;
}
.l-main__bpo-main__item a:hover {
  opacity: 0.8;
}
.l-main__bpo-main__item a:hover .l-main__bpo-main__item--btn span {
  background: #1476CC;
  border: 1px solid #1476CC;
  transition: 0.4s;
  color: #FFF;
}
.l-main__bpo-main__item a:hover .l-main__bpo-main__item--btn span svg path {
  stroke: #FFF;
  transition: 0.4s;
}
.l-main__bpo-main__item--contents {
  width: 100%;
}
.l-main__bpo-main__item--contents__text {
  width: 100%;
  height: 28px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  padding-bottom: 4px;
}
@media (max-width: 330px) {
  .l-main__bpo-main__item--contents__text {
    font-size: 14px;
  }
}
.l-main__bpo-main__item--contents__tag-list {
  width: 100%;
  display: flex;
  gap: 10px;
  padding-bottom: 16px;
  padding-top: 12px;
}
.l-main__bpo-main__item--contents__tag-item {
  padding: 4px 12px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  border: 1px solid #303D46;
  border-radius: 999px;
  color: #303D46;
  background: #FFF;
}
.l-main__bpo-main__item--contents__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.72px;
  padding-bottom: 12px;
  min-height: 96px;
}
@media (max-width: 768px) {
  .l-main__bpo-main__item--contents__title {
    min-height: auto;
  }
}
.l-main__bpo-main__item--contents--img {
  width: 100%;
}
.l-main__bpo-main__item--contents--img img {
  border-radius: 8px;
  width: 100%;
}
.l-main__bpo-main__item--btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
}
.l-main__bpo-main__item--btn span {
  width: 130px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid #5B7283;
  border-radius: 999px;
  transition: 0.4s;
}
.l-main__bpo-main__item--btn svg {
  margin-left: 4px;
}
.l-main__bpo-main__item--btn svg path {
  transition: 0.4s;
}
.l-main__bpo-slider-wrap {
  position: relative;
}
.l-main__bpo-slider-wrap .custom-prev {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 2px;
  right: 50%;
  transform: none;
  top: auto;
  left: auto;
  transform: translateX(-100px);
}
.l-main__bpo-slider-wrap .custom-prev::before {
  display: none;
}
.l-main__bpo-slider-wrap .custom-next {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 2px;
  right: auto;
  transform: none;
  top: auto;
  left: 50%;
  transform: translateX(90px);
}
.l-main__bpo-slider-wrap .custom-next::before {
  display: none;
}
.l-main__seminar {
  width: 100%;
  margin-bottom: 116px;
}
@media (max-width: 768px) {
  .l-main__seminar {
    margin-top: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.l-main__seminar:first-child {
  margin-top: 96px;
  margin-bottom: 72px;
}
.l-main__seminar:last-child {
  padding-bottom: 96px;
}
@media (max-width: 768px) {
  .l-main__seminar:last-child {
    padding-bottom: 48px;
  }
}
.l-main__seminar__sub-title {
  width: 100%;
  max-width: 1116px;
  margin: 0 auto;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.78px;
  padding-bottom: 32px;
}
.l-main__seminar__btn-wrap {
  width: 100%;
  max-width: 150px;
  height: 34px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.l-main__seminar__btn-wrap a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.197px; /* 207.483% */
  letter-spacing: 0.96px;
}
.l-main__seminar .pagination-controls {
  width: 100%;
  height: 32px;
  max-width: 1116px;
  margin: 0 auto;
  margin-top: 70px;
  position: relative;
  display: flex;
  align-items: center;
}
.l-main__seminar .pagination-controls #pagination-buttons {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 4px;
}
.l-main__seminar .pagination-controls #pagination-buttons button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #475467;
  border-radius: 999px;
  cursor: pointer;
}
.l-main__seminar .pagination-controls #pagination-buttons button.active {
  background: #C1CED7;
}
.l-main__seminar .pagination-controls #pagination-buttons button.pagination-arrow {
  background: none;
}
.l-main__seminar .pagination-controls #pagination-buttons button.arrow-active svg path {
  fill: #344054;
}
.l-main__seminar .pagination-controls #items-per-page {
  width: 80px;
  height: 32px;
  display: flex;
  padding-left: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.008px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background: #FFF url(../images/paging-arrow.svg) 90% 50% no-repeat;
}
@media (max-width: 768px) {
  .l-main__seminar .pagination-controls #items-per-page {
    display: none;
  }
}
.l-main__seminar .pagination-controls #pagination-info {
  padding-left: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
}
@media (max-width: 768px) {
  .l-main__seminar .pagination-controls #pagination-info {
    display: none;
  }
}
.l-main__seminar--bread {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  padding-bottom: 32px;
  padding-left: 8px;
}
@media (max-width: 768px) {
  .l-main__seminar--bread {
    padding: 0 16px 25px 16px;
    display: none;
  }
}
@media (max-width: 768px) {
  .l-main__seminar--bread .mo-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.l-main__seminar--bread svg {
  margin: 0 12px;
}
.l-main__seminar--filter {
  max-width: 1116px;
  margin: 0 auto;
  padding-top: 64px;
}
.l-main__seminar--filter--title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  padding-bottom: 24px;
}
.l-main__seminar--filter--clear {
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  display: none;
}
.l-main__seminar--filter--clear.active {
  display: inline-block;
}
.l-main__seminar--filter--clear svg {
  transform: translateY(6px);
}
.l-main__seminar--filter--contents--title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 175% */
  letter-spacing: 1.28px;
  padding: 10px 0;
  margin-bottom: 12px;
}
.l-main__seminar--filter--contents ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 24px;
}
.l-main__seminar--filter--contents ul li {
  padding: 4px 12px;
  border: 1px solid #303D46;
  border-radius: 999px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  background: #FFF;
  cursor: pointer;
}
.l-main__seminar--filter--contents ul li.active {
  background: #1476CC;
  color: #FFF;
  border: 1px solid #1476CC;
}
.l-main__seminar--count {
  width: 100%;
  max-width: 1116px;
  margin: 0 auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  padding-bottom: 16px;
  padding-top: 64px;
}
.l-main__seminar__list {
  width: 100%;
  max-width: 1116px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.l-main__seminar__list.archive .l-main__seminar__item--btn {
  background: #FFF;
  border: 1px solid #1476CC;
}
.l-main__seminar__list.archive .l-main__seminar__item--btn svg path {
  stroke: #1476CC;
}
.l-main__seminar__list.archive .l-main__seminar__item--btn span {
  color: #1476CC;
}
.l-main__seminar__list.closed .l-main__seminar__item--btn {
  background: #E3F0FC;
}
.l-main__seminar__list.closed .l-main__seminar__item--btn svg path {
  stroke: #1476CC;
}
.l-main__seminar__list.closed .l-main__seminar__item--btn span {
  color: #1476CC;
}
.l-main__seminar__item {
  width: calc(33.3% - 32px);
  margin-right: 48px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .l-main__seminar__item {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
}
.l-main__seminar__item:nth-child(1) {
  margin-top: 0;
}
.l-main__seminar__item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 768px) {
  .l-main__seminar__item:nth-child(2) {
    margin-top: 30px;
  }
}
.l-main__seminar__item:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 768px) {
  .l-main__seminar__item:nth-child(3) {
    margin-top: 30px;
  }
}
.l-main__seminar__item:nth-child(3n) {
  margin-right: 0;
}
.l-main__seminar__item a {
  width: 100%;
  height: 100%;
  display: flex;
  background: #FFF;
  flex-direction: column;
  justify-content: space-between;
}
.l-main__seminar__item a:hover {
  opacity: 0.8;
}
.l-main__seminar__item a:hover .l-main__bpo-main__item--btn span {
  background: #1476CC;
  border: 1px solid #1476CC;
  transition: 0.4s;
  color: #FFF;
}
.l-main__seminar__item a:hover .l-main__bpo-main__item--btn span svg path {
  stroke: #FFF;
  transition: 0.4s;
}
.l-main__seminar__item--contents {
  width: 100%;
}
.l-main__seminar__item--contents__text {
  width: 100%;
  min-height: 28px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  padding-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  gap: 8px;
}
@media (max-width: 330px) {
  .l-main__seminar__item--contents__text {
    font-size: 14px;
  }
}
.l-main__seminar__item--contents__text:last-child {
  margin-bottom: 16px;
}
.l-main__seminar__item--contents__text .text01 {
  width: 31px;
}
.l-main__seminar__item--contents__text .text02 {
  width: calc(100% - 39px);
}
.l-main__seminar__item--contents__tag-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 16px;
  padding-top: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
.l-main__seminar__item--contents__tag-item {
  padding: 4px 12px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  border: 1px solid #1476CC;
  border-radius: 999px;
  color: #1476CC;
  background: #FFF;
  padding-left: 16px;
  padding-right: 16px;
}
.l-main__seminar__item--contents__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0;
  margin-bottom: 12px;
  min-height: 86px;
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .l-main__seminar__item--contents__title {
    min-height: auto;
  }
}
.l-main__seminar__item--contents--img {
  width: 100%;
  height: 178px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1160px) {
  .l-main__seminar__item--contents--img {
    height: 16vw;
  }
}
@media (max-width: 768px) {
  .l-main__seminar__item--contents--img {
    height: auto;
  }
}
.l-main__seminar__item--contents--img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.l-main__seminar__item--btn {
  width: calc(100% - 32px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 24px;
  background: #1476CC;
  border-radius: 999px;
}
.l-main__seminar__item--btn span {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  color: #FFF;
  border-radius: 999px;
  transition: 0.4s;
}
.l-main__seminar__item--btn svg {
  margin-left: 4px;
}
.l-main__seminar__item--btn svg path {
  transition: 0.4s;
}
.l-main__bpo-slider {
  width: 100%;
  margin-top: 80px;
  padding-bottom: 90px;
  max-width: 1164px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .l-main__bpo-slider {
    margin-top: 48px;
    padding-bottom: 56px;
  }
}
.l-main__bpo-slider--count {
  width: 100%;
  max-width: 1116px;
  margin: 0 auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  padding-bottom: 16px;
}
.l-main__bpo-slider__item {
  width: 33.3%;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 768px) {
  .l-main__bpo-slider__item {
    width: 100%;
  }
}
.l-main__bpo-slider__item:nth-child(3n) {
  margin-right: 0;
}
.l-main__bpo-slider__item a {
  width: 100%;
  height: 100%;
  display: block;
}
.l-main__bpo-slider__item a:hover {
  opacity: 0.8;
}
.l-main__bpo-slider__item a:hover .l-main__bpo-slider__item--btn span {
  background: #1476CC;
  border: 1px solid #1476CC;
  transition: 0.4s;
  color: #FFF;
}
.l-main__bpo-slider__item a:hover .l-main__bpo-slider__item--btn span svg path {
  stroke: #FFF;
  transition: 0.4s;
}
.l-main__bpo-slider__item--contents {
  width: 100%;
}
.l-main__bpo-slider__item--contents__text {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  padding-bottom: 4px;
}
@media (max-width: 330px) {
  .l-main__bpo-slider__item--contents__text {
    font-size: 14px;
  }
}
.l-main__bpo-slider__item--contents__tag-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 16px;
  padding-top: 12px;
}
.l-main__bpo-slider__item--contents__tag-item {
  padding: 4px 12px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  border: 1px solid #303D46;
  border-radius: 999px;
  color: #303D46;
  background: #FFF;
}
.l-main__bpo-slider__item--contents__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.72px;
  padding-bottom: 12px;
  min-height: 96px;
}
@media (max-width: 769px) {
  .l-main__bpo-slider__item--contents__title {
    min-height: auto;
  }
}
.l-main__bpo-slider__item--contents--img {
  width: 100%;
}
.l-main__bpo-slider__item--contents--img img {
  border-radius: 8px;
  width: 100%;
}
.l-main__bpo-slider__item--btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
}
.l-main__bpo-slider__item--btn span {
  width: 130px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid #5B7283;
  border-radius: 999px;
  transition: 0.4s;
}
.l-main__bpo-slider__item--btn svg {
  margin-left: 4px;
}
.l-main__bpo-slider__item--btn svg path {
  transition: 0.4s;
}
.l-main__column-info {
  width: 100%;
  margin-top: 80px;
  padding-bottom: 90px;
}
@media (max-width: 769px) {
  .l-main__column-info {
    position: inherit;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 20px;
  }
}
.l-main__column-info__img {
  width: 100%;
  margin: 0 auto;
  max-width: 871px;
  position: relative;
}
.l-main__column-info__img__btn {
  width: 100%;
  max-width: 308px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: -18px;
  background: #FFF;
  border-radius: 999px;
  border: 1px solid #1476CC;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.197px; /* 207.483% */
  letter-spacing: 0.96px;
  color: #1476CC;
}
@media (max-width: 769px) {
  .l-main__column-info__img__btn {
    position: initial;
    max-width: calc(100% - 30px);
    margin-right: 30px;
    margin-top: 27px;
  }
}
.l-main__column-info__img__btn02 {
  width: 100%;
  max-width: 308px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border-radius: 999px;
  border: 1px solid #1476CC;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.197px; /* 207.483% */
  letter-spacing: 0.96px;
  color: #1476CC;
  margin: 0 auto;
  margin-top: 25px;
}
@media (max-width: 769px) {
  .l-main__column-info__img__btn02 {
    position: initial;
    max-width: calc(100% - 30px);
    margin-right: 30px;
    margin-top: 27px;
  }
}
.l-main__column-fv {
  width: 100%;
  max-width: 1212px;
  margin: 0 auto;
  display: flex;
  margin-top: 40px;
  background: #FFF;
}
@media (max-width: 1100px) {
  .l-main__column-fv {
    flex-wrap: wrap;
    padding: 0 20px;
    background: none;
  }
}
@media (max-width: 769px) {
  .l-main__column-fv {
    margin-top: 16px;
  }
}
.l-main__column-fv__img {
  width: calc(100% - 445px);
  height: 100%;
  background: #FFF;
}
@media (max-width: 1250px) {
  .l-main__column-fv__img {
    width: 70%;
  }
}
@media (max-width: 1100px) {
  .l-main__column-fv__img {
    width: 100%;
  }
}
.l-main__column-fv__text {
  width: 445px;
  height: 100%;
  background-color: #FFF;
  padding: 42px 24px 42px 32px;
  position: relative;
}
@media (max-width: 1250px) {
  .l-main__column-fv__text {
    width: 30%;
  }
}
@media (max-width: 1100px) {
  .l-main__column-fv__text {
    padding: 24px;
    width: 100%;
  }
}
.l-main__column-fv__text__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
  padding-bottom: 16px;
}
.l-main__column-fv__text__new {
  color: #1476CC;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  padding-bottom: 24px;
}
.l-main__column-fv__text__date {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  padding-bottom: 74px;
}
@media (max-width: 1250px) {
  .l-main__column-fv__text__date {
    padding-bottom: 16px;
  }
}
.l-main__column-fv__text__tag {
  display: inline-block;
  padding: 4px 12px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  border: 1px solid #222;
  border-radius: 999px;
  color: #222;
}
.l-main__column-fv__text__icon {
  position: absolute;
  right: -17px;
  bottom: -80px;
}
@media (max-width: 1100px) {
  .l-main__column-fv__text__icon {
    display: none;
  }
}
.l-main__column-down {
  position: relative;
}
.l-main__column-down .a-link {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -50px;
  left: 0;
}
.l-main__column-down .l-main__down__left {
  width: calc(100% - 433px);
  padding-right: 64px;
}
@media (max-width: 1120px) {
  .l-main__column-down .l-main__down__left {
    padding-right: 30px;
  }
}
@media (max-width: 769px) {
  .l-main__column-down .l-main__down__left {
    width: 100%;
    padding-right: 0;
  }
}
.l-main__column-down .c-title {
  text-align: left;
  margin-bottom: 26px;
}
@media (max-width: 769px) {
  .l-main__column-down .c-title {
    text-align: center;
  }
}
.l-main__column-down .c-title__main-title {
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .l-main__column-down .c-title__main-title {
    font-size: 3.2rem !important;
  }
}
.l-main__column-down .c-title span {
  background: #1476CC;
  color: #FFF;
  border-radius: 4px;
  padding: 2px 12px;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.18px;
  margin-bottom: 8px;
  display: inline-block;
}
.l-main__column-down .c-title p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  padding-top: 12px;
  text-align: left;
}
.l-main__column-detail {
  width: 100%;
  padding: 32px 0 72px 0;
  background: #FBFAF6;
}
@media (max-width: 768px) {
  .l-main__column-detail {
    padding: 16px 0 50px 0;
  }
}
.l-main__column-detail strong {
  font-weight: bold;
}
.l-main__column-detail__contents {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
@media (max-width: 1120px) {
  .l-main__column-detail__contents {
    padding: 0 20px;
    flex-wrap: wrap;
  }
}
.l-main__column-detail--bread {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  padding-bottom: 45px;
}
@media (max-width: 768px) {
  .l-main__column-detail--bread {
    padding: 0 16px 25px 16px;
    display: none;
  }
}
@media (max-width: 768px) {
  .l-main__column-detail--bread .mo-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.l-main__column-detail--bread svg {
  margin: 0 12px;
}
.l-main__column-detail__text-wrap {
  width: calc(100% - 380px);
  position: static;
}
@media (max-width: 768px) {
  .l-main__column-detail__text-wrap {
    width: 100%;
  }
}
.l-main__column-detail__title-wrap {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding-bottom: 18px;
}
@media (max-width: 1120px) {
  .l-main__column-detail__title-wrap {
    padding: 0 20px;
  }
}
.l-main__column-detail__tag-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 18px;
}
.l-main__column-detail__tag-item {
  padding: 4px 12px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  border: 1px solid #222;
  border-radius: 999px;
  color: #222;
}
.l-main__column-detail__title {
  width: 100%;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.58px;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .l-main__column-detail__title {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 32.5px; /* 135.417% */
    letter-spacing: 1.44px;
  }
}
.l-main__column-detail__date {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  color: #222;
}
@media (max-width: 768px) {
  .l-main__column-detail__date {
    padding-bottom: 18px;
  }
}
.l-main__column-detail__img {
  width: 100%;
  padding-bottom: 31px;
}
.l-main__column-detail__img img {
  width: 100%;
}
.l-main__column-detail__text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.36px;
  padding-bottom: 48px;
  text-align: justify;
}
@media (max-width: 768px) {
  .l-main__column-detail__text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.12px;
  }
}
.l-main__column-detail__text span {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .l-main__column-detail__text span {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.12px;
  }
}
.l-main__column-detail__index {
  width: 100%;
  padding: 24px 32px;
  background: #FFF;
}
@media (max-width: 320px) {
  .l-main__column-detail__index {
    padding: 24px 12px;
  }
}
.l-main__column-detail__index__list {
  width: 100%;
}
.l-main__column-detail__index__list__title {
  color: #1476CC;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.18px;
  padding-bottom: 11px;
}
.l-main__column-detail__index__item {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  padding-bottom: 16px;
}
.l-main__column-detail__index__item:last-child {
  padding-bottom: 0;
}
.l-main__column-detail__index__item a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.l-main__column-detail__index__item a svg {
  width: 18px;
}
.l-main__column-detail__index__item a span {
  width: calc(100% - 26px);
}
.l-main__column-detail__column02 {
  width: 100%;
  position: relative;
  margin-top: 48px;
}
.l-main__column-detail__column02__img {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .l-main__column-detail__column02__img {
    padding-bottom: 32px;
  }
}
.l-main__column-detail__column02__img img {
  width: 100%;
}
.l-main__column-detail__column02__img.p-64 {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 768px) {
  .l-main__column-detail__column02__img.p-64 {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-main__column-detail__column {
  width: 100%;
  position: relative;
}
.l-main__column-detail__column .a-link {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -50px;
  left: 0;
}
.l-main__column-detail__column__contents {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  text-align: justify;
}
@media (max-width: 768px) {
  .l-main__column-detail__column__contents {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.12px;
  }
}
.l-main__column-detail__column__contents strong {
  font-weight: bold;
}
.l-main__column-detail__column__contents span {
  display: block;
}
.l-main__column-detail__column__contents__sub-title {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  color: #1476CC;
  margin-top: 36px;
  padding-bottom: 16px;
}
.l-main__column-detail__column__contents__sub-title.first {
  padding-top: 0;
  padding-bottom: 0;
}
.l-main__column-detail__column__contents__sub-title02 {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  padding-bottom: 16px;
  color: #000;
}
.l-main__column-detail__column__contents__sub-title03 {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  padding: 12px 0;
}
.l-main__column-detail__column__img {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .l-main__column-detail__column__img {
    padding-bottom: 32px;
  }
}
.l-main__column-detail__column__img img {
  width: 100%;
}
.l-main__column-detail__column__img.p-64 {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 768px) {
  .l-main__column-detail__column__img.p-64 {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-main__column-detail__column__title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 165% */
  letter-spacing: 1.2px;
  margin-top: 48px;
  margin-bottom: 32px;
  padding: 6px 0;
  border-bottom: 1px solid #CACACA;
  scroll-margin-top: 120px;
}
@media (max-width: 768px) {
  .l-main__column-detail__column__title {
    width: 100%;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-top: 28px;
    margin-bottom: 24px;
    padding-right: 0;
  }
}
@media (max-width: 426px) {
  .l-main__column-detail__column__title {
    width: 100%;
    font-size: 1.6rem;
  }
}
.l-main__column-detail__column__caption {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  padding-top: 12px;
}
.l-main__column-detail__sidebar {
  width: 324px;
  height: 100%;
  margin-left: 56px;
  position: sticky;
  top: 100px;
}
@media (max-width: 768px) {
  .l-main__column-detail__sidebar {
    width: 100%;
    height: auto;
    max-width: 650px;
    margin: 0 auto;
  }
}
.l-main__column-detail__sidebar.is_stuck {
  right: 50%;
  transform: translateX(550px);
  top: auto !important;
  bottom: 0;
}
@media (max-width: 1100px) {
  .l-main__column-detail__sidebar.is_stuck {
    right: 20px;
    transform: translateX(0);
  }
}
.l-main__column-detail__sidebar__contents {
  width: 100%;
}
.l-main__column-detail__sidebar__banner.banner-sp {
  display: none;
  flex-wrap: wrap;
  padding: 50px 20px;
  background: #FBFAF6;
}
@media (max-width: 768px) {
  .l-main__column-detail__sidebar__banner.banner-sp {
    display: flex;
  }
}
.l-main__column-detail__sidebar__banner a {
  width: 100%;
}
.l-main__column-detail__sidebar__banner span {
  width: 100%;
}
.l-main__column-detail__sidebar__banner img {
  width: 100%;
  padding-bottom: 36px;
}
.l-main__column-detail__sidebar__banner__btn {
  width: 100%;
  background: #1476CC;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.197px; /* 221.315% */
  letter-spacing: 0.9px;
  color: #FFF;
  box-shadow: 0px 8px 0px 0px #10497C;
  border-radius: 999px;
}
.l-main__column-detail__sidebar__banner__btn svg {
  margin-left: 4px;
}
.l-main__bpo-detail {
  width: 100%;
  padding: 72px 0;
  background: #FBFAF6;
}
@media (max-width: 768px) {
  .l-main__bpo-detail {
    padding: 32px 0 50px 0;
  }
}
.l-main__bpo-detail strong {
  font-weight: bold;
}
.l-main__bpo-detail__contents {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
@media (max-width: 1120px) {
  .l-main__bpo-detail__contents {
    padding: 0 20px;
    flex-wrap: wrap;
  }
}
.l-main__bpo-detail--bread {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  margin-top: 62px;
}
@media (max-width: 768px) {
  .l-main__bpo-detail--bread {
    display: none;
  }
}
.l-main__bpo-detail--bread svg {
  margin: 0 12px;
}
.l-main__bpo-detail__bop-info {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #5B7283;
  display: flex;
  padding: 24px 0;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .l-main__bpo-detail__bop-info {
    padding: 4px 32px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.l-main__bpo-detail__bop-info--item {
  width: 100%;
  padding: 0 32px;
  border-right: 1px solid #8A8A8A;
}
@media (max-width: 768px) {
  .l-main__bpo-detail__bop-info--item {
    border-right: none;
    border-bottom: 1px solid #8A8A8A;
    padding: 20px 0;
    display: flex;
  }
}
.l-main__bpo-detail__bop-info--item:last-child {
  border-right: none;
  border-bottom: none;
}
.l-main__bpo-detail__bop-info--item--title {
  width: 100%;
  text-align: center;
  color: #1476CC;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.72px;
}
@media (max-width: 768px) {
  .l-main__bpo-detail__bop-info--item--title {
    width: 75px;
    display: flex;
    text-align: left;
    align-items: center;
  }
}
.l-main__bpo-detail__bop-info--item--text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .l-main__bpo-detail__bop-info--item--text {
    width: calc(100% - 75px);
    height: auto !important;
    padding-top: 0;
    justify-content: flex-start;
    text-align: left;
    padding-left: 24px;
  }
}
.l-main__bpo-detail__bop-info--item--text.main-text {
  display: block;
}
.l-main__bpo-detail__text-wrap {
  width: calc(100% - 380px);
  position: static;
}
@media (max-width: 1100px) {
  .l-main__bpo-detail__text-wrap {
    width: 100%;
  }
}
.l-main__bpo-detail__title-wrap {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding-bottom: 18px;
}
@media (max-width: 1120px) {
  .l-main__bpo-detail__title-wrap {
    padding: 0 20px;
  }
}
.l-main__bpo-detail__tag-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 18px;
}
.l-main__bpo-detail__tag-item {
  padding: 4px 12px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  border: 1px solid #222;
  border-radius: 999px;
  color: #222;
}
.l-main__bpo-detail__title {
  width: 100%;
  max-width: 764px;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.58px;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .l-main__bpo-detail__title {
    font-style: normal;
    font-weight: 700;
    line-height: 32.5px; /* 135.417% */
    letter-spacing: 1.44px;
  }
}
.l-main__bpo-detail__date {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  color: #222;
}
.l-main__bpo-detail__img {
  width: 100%;
  padding-bottom: 31px;
}
.l-main__bpo-detail__img img {
  width: 100%;
}
.l-main__bpo-detail__text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.36px;
  padding-bottom: 48px;
  text-align: justify;
}
@media (max-width: 768px) {
  .l-main__bpo-detail__text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.12px;
  }
}
.l-main__bpo-detail__text span {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .l-main__bpo-detail__text span {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.12px;
  }
}
.l-main__bpo-detail__index {
  width: 100%;
  padding: 24px 32px;
  background: #FFF;
}
@media (max-width: 320px) {
  .l-main__bpo-detail__index {
    padding: 24px 12px;
  }
}
.l-main__bpo-detail__index__list {
  width: 100%;
}
.l-main__bpo-detail__index__list__title {
  color: #1476CC;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.18px;
  padding-bottom: 11px;
}
.l-main__bpo-detail__index__item {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  padding-bottom: 16px;
}
.l-main__bpo-detail__index__item:last-child {
  padding-bottom: 0;
}
.l-main__bpo-detail__index__item a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.l-main__bpo-detail__index__item a svg {
  width: 18px;
}
.l-main__bpo-detail__index__item a span {
  width: calc(100% - 26px);
}
.l-main__bpo-detail__problem {
  width: 100%;
  padding: 24px 32px;
  background: #FFF;
  margin-bottom: 70px;
}
@media (max-width: 320px) {
  .l-main__bpo-detail__problem {
    padding: 24px 12px;
  }
}
.l-main__bpo-detail__problem__list {
  width: 100%;
}
.l-main__bpo-detail__problem__list__title {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.5px; /* 122.917% */
  letter-spacing: 1.44px;
  padding-bottom: 24px;
}
.l-main__bpo-detail__problem__item {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.72px;
  padding-bottom: 32px;
}
@media (max-width: 798px) {
  .l-main__bpo-detail__problem__item {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.72px;
  }
}
.l-main__bpo-detail__problem__item:last-child {
  padding-bottom: 0;
}
.l-main__bpo-detail__main-link {
  width: 100%;
  position: relative;
  max-width: 764px;
  margin: 0 auto;
  margin-top: 124px;
}
@media (max-width: 798px) {
  .l-main__bpo-detail__main-link {
    padding: 0 20px;
    margin-top: 70px;
  }
}
.l-main__bpo-detail__main-link a {
  width: 100%;
  padding: 28px 0 20px 0;
  background: #1476CC;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  box-shadow: 0px 6px 0px 0px #10497C;
}
@media (max-width: 798px) {
  .l-main__bpo-detail__main-link a {
    padding: 17px 0 9px 0;
  }
}
.l-main__bpo-detail__main-link--label {
  width: 100%;
  max-width: 385px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #F8C04F;
  border: 2px solid #262626;
  border-radius: 999px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
  color: #222;
}
@media (max-width: 798px) {
  .l-main__bpo-detail__main-link--label {
    max-width: 280px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
  }
}
.l-main__bpo-detail__result {
  width: 100%;
}
.l-main__bpo-detail__result__list {
  width: 100%;
}
.l-main__bpo-detail__result__list__title {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.5px; /* 122.917% */
  letter-spacing: 1.44px;
  padding-bottom: 24px;
}
.l-main__bpo-detail__result__item {
  padding: 12px 24px;
  background: #FFF;
  margin-bottom: 24px;
}
.l-main__bpo-detail__result__item:last-child {
  margin-bottom: 0;
}
.l-main__bpo-detail__result__item span {
  display: inline-block;
  background: #1476CC;
  padding: 8px 18px;
  border-radius: 999px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.72px;
}
.l-main__bpo-detail__result__item span svg {
  margin-right: 6px;
  transform: translateY(2px);
}
.l-main__bpo-detail__result__item p {
  width: 100%;
  padding-top: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
}
.l-main__bpo-detail__column {
  width: 100%;
  padding-top: 48px;
  position: relative;
}
@media (max-width: 768px) {
  .l-main__bpo-detail__column {
    padding-top: 0;
  }
}
.l-main__bpo-detail__column .a-link {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -50px;
  left: 0;
}
.l-main__bpo-detail__column__contents {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  text-align: justify;
}
@media (max-width: 768px) {
  .l-main__bpo-detail__column__contents {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.12px;
    padding-bottom: 0;
  }
}
.l-main__bpo-detail__column__contents span {
  display: block;
}
.l-main__bpo-detail__column__contents__sub-title {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  color: #1476CC;
  padding-top: 48px;
  padding-bottom: 16px;
}
.l-main__bpo-detail__column__contents__sub-title.first {
  padding-top: 0;
  padding-bottom: 0;
}
.l-main__bpo-detail__column__contents__sub-title02 {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  padding-bottom: 16px;
  color: #000;
}
.l-main__bpo-detail__column__contents__sub-title03 {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  padding: 12px 0;
}
.l-main__bpo-detail__column__img {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .l-main__bpo-detail__column__img {
    padding-bottom: 32px;
  }
}
.l-main__bpo-detail__column__img img {
  width: 100%;
}
.l-main__bpo-detail__column__img.p-64 {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 768px) {
  .l-main__bpo-detail__column__img.p-64 {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-main__bpo-detail__column__title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 165% */
  letter-spacing: 1.2px;
  margin-bottom: 16px;
  padding: 6px 0;
  border-bottom: 1px solid #CACACA;
}
@media (max-width: 768px) {
  .l-main__bpo-detail__column__title {
    width: 100%;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-top: 28px;
    margin-bottom: 24px;
    padding-right: 0;
  }
}
@media (max-width: 426px) {
  .l-main__bpo-detail__column__title {
    width: 100%;
    font-size: 1.6rem;
  }
}
.l-main__bpo-detail__column__caption {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  padding-top: 12px;
}
.l-main__bpo-detail__sidebar {
  width: 324px;
  height: 100%;
  margin-left: 56px;
  position: sticky;
  top: 100px;
}
@media (max-width: 1100px) {
  .l-main__bpo-detail__sidebar {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .l-main__bpo-detail__sidebar {
    width: 100%;
    height: auto;
    max-width: 650px;
    margin: 0 auto;
  }
}
.l-main__bpo-detail__sidebar.is_stuck {
  right: 50%;
  transform: translateX(550px);
  top: auto !important;
  bottom: 0;
}
@media (max-width: 1100px) {
  .l-main__bpo-detail__sidebar.is_stuck {
    right: 20px;
    transform: translateX(0);
  }
}
.l-main__bpo-detail__sidebar__contents {
  width: 100%;
}
.l-main__bpo-detail__sidebar__sub-title {
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.72px;
  padding-bottom: 5px;
}
.l-main__bpo-detail__sidebar--list {
  width: 100%;
}
.l-main__bpo-detail__sidebar--item {
  width: 100%;
}
.l-main__bpo-detail__sidebar--item a {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #9AA5AE;
}
.l-main__bpo-detail__sidebar--item--img {
  width: 100%;
  max-width: 91px;
}
.l-main__bpo-detail__sidebar--item--text {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
}
.l-main__bpo-detail__sidebar__banner.banner-sp {
  display: none;
  flex-wrap: wrap;
  padding: 50px 20px;
  background: #FBFAF6;
}
@media (max-width: 768px) {
  .l-main__bpo-detail__sidebar__banner.banner-sp {
    display: flex;
  }
}
.l-main__bpo-detail__sidebar__banner a {
  width: 100%;
}
.l-main__bpo-detail__sidebar__banner span {
  width: 100%;
}
.l-main__bpo-detail__sidebar__banner img {
  width: 100%;
  padding-bottom: 36px;
}
.l-main__bpo-detail__sidebar__banner__btn {
  width: 100%;
  background: #1476CC;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.197px; /* 221.315% */
  letter-spacing: 0.9px;
  color: #FFF;
  box-shadow: 0px 8px 0px 0px #10497C;
  border-radius: 999px;
}
.l-main__bpo-detail__sidebar__banner__btn svg {
  margin-left: 4px;
}
.l-main__bpo-detail__sidebar--link {
  width: 100%;
  position: relative;
  margin-top: 45px;
}
.l-main__bpo-detail__sidebar--link a {
  width: 100%;
  background: #1476CC;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  padding: 20px 0 11px 0;
  box-shadow: 0px 6px 0px 0px #10497C;
}
.l-main__bpo-detail__sidebar--link--label {
  width: 100%;
  max-width: 280px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #F8C04F;
  border: 2px solid #262626;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
  color: #222;
}
.l-main__seminar-detail {
  width: 100%;
  padding: 72px 0;
  background: #FBFAF6;
}
@media (max-width: 768px) {
  .l-main__seminar-detail {
    padding: 32px 0 50px 0;
  }
}
.l-main__seminar-detail strong {
  font-weight: bold;
}
.l-main__seminar-detail__movie {
  width: 100%;
  padding-bottom: 31px;
}
.l-main__seminar-detail__movie iframe {
  width: 100%;
  height: 350px;
  border: none;
}
@media (max-width: 768px) {
  .l-main__seminar-detail__movie iframe {
    height: 250px;
  }
}
.l-main__seminar-detail__movie ~ .l-main__seminar-detail__img {
  display: none;
}
.l-main__seminar-detail__contents {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
@media (max-width: 1120px) {
  .l-main__seminar-detail__contents {
    padding: 0 20px;
    flex-wrap: wrap;
  }
}
.l-main__seminar-detail__eventinfo {
  width: 100%;
  padding-bottom: 50px;
}
.l-main__seminar-detail__eventinfo__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  padding-bottom: 24px;
}
.l-main__seminar-detail__eventinfo__item {
  width: 100%;
  display: flex;
  padding: 16px 12px;
  border-bottom: 1px solid #DCDCDC;
}
@media (max-width: 768px) {
  .l-main__seminar-detail__eventinfo__item {
    flex-direction: column;
  }
}
.l-main__seminar-detail__eventinfo__item__title {
  width: 155px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 0.72px;
}
@media (max-width: 768px) {
  .l-main__seminar-detail__eventinfo__item__title {
    width: 100%;
  }
}
.l-main__seminar-detail__eventinfo__item__sub {
  width: calc(100% - 155px);
  padding-left: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
}
@media (max-width: 768px) {
  .l-main__seminar-detail__eventinfo__item__sub {
    width: 100%;
    padding-left: 0;
    padding-top: 8px;
  }
}
.l-main__seminar-detail__debut {
  width: 100%;
}
.l-main__seminar-detail__debut__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  padding-bottom: 24px;
}
.l-main__seminar-detail__debut__item {
  width: 100%;
  padding-bottom: 50px;
}
.l-main__seminar-detail__debut__item__info {
  width: 100%;
  display: flex;
}
.l-main__seminar-detail__debut__item__info__img {
  width: 98px;
}
.l-main__seminar-detail__debut__item__info__img img {
  width: 100%;
  border-radius: 999px;
}
.l-main__seminar-detail__debut__item__info__text-wrap {
  width: calc(100% - 98px);
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.l-main__seminar-detail__debut__item__info__text-wrap__company {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
}
.l-main__seminar-detail__debut__item__info__text-wrap__department {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
}
.l-main__seminar-detail__debut__item__info__text-wrap__name {
  width: 100%;
  padding-top: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
}
.l-main__seminar-detail__debut__item__text {
  width: 100%;
  padding-top: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
}
.l-main__seminar-detail--bread {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  margin-top: 62px;
}
@media (max-width: 768px) {
  .l-main__seminar-detail--bread {
    display: none;
  }
}
.l-main__seminar-detail--bread svg {
  margin: 7px 12px 0 12px;
}
.l-main__seminar-detail--bread a:first-child {
  width: 160px;
}
.l-main__seminar-detail--bread a:last-child {
  width: calc(100% - 250px);
}
.l-main__seminar-detail__bop-info {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #5B7283;
  display: flex;
  padding: 24px 0;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .l-main__seminar-detail__bop-info {
    padding: 4px 32px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.l-main__seminar-detail__bop-info--item {
  width: 100%;
  padding: 0 32px;
  border-right: 1px solid #8A8A8A;
}
@media (max-width: 768px) {
  .l-main__seminar-detail__bop-info--item {
    border-right: none;
    border-bottom: 1px solid #8A8A8A;
    padding: 20px 0;
    display: flex;
  }
}
.l-main__seminar-detail__bop-info--item:last-child {
  border-right: none;
  border-bottom: none;
}
.l-main__seminar-detail__bop-info--item--title {
  width: 100%;
  text-align: center;
  color: #1476CC;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.72px;
}
@media (max-width: 768px) {
  .l-main__seminar-detail__bop-info--item--title {
    width: 75px;
    display: flex;
    text-align: left;
    align-items: center;
  }
}
.l-main__seminar-detail__bop-info--item--text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .l-main__seminar-detail__bop-info--item--text {
    width: calc(100% - 75px);
    height: auto !important;
    padding-top: 0;
    justify-content: flex-start;
    text-align: left;
    padding-left: 24px;
  }
}
.l-main__seminar-detail__bop-info--item--text.main-text {
  display: block;
}
.l-main__seminar-detail__text-wrap {
  width: calc(100% - 473px);
  position: static;
}
@media (max-width: 1100px) {
  .l-main__seminar-detail__text-wrap {
    width: 100%;
  }
}
.l-main__seminar-detail__title-wrap {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding-bottom: 18px;
}
@media (max-width: 1120px) {
  .l-main__seminar-detail__title-wrap {
    padding: 0 20px;
  }
}
.l-main__seminar-detail__tag-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.l-main__seminar-detail__tag-item {
  padding: 4px 12px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  border: 1px solid #1476CC;
  border-radius: 999px;
  color: #1476CC;
  background: #FFF;
}
.l-main__seminar-detail__title {
  width: 100%;
  max-width: 100%;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.58px;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .l-main__seminar-detail__title {
    font-style: normal;
    font-weight: 700;
    line-height: 32.5px; /* 135.417% */
    letter-spacing: 1.44px;
  }
}
.l-main__seminar-detail__date {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  color: #222;
}
.l-main__seminar-detail__img {
  width: 100%;
  padding-bottom: 31px;
}
.l-main__seminar-detail__img img {
  width: 100%;
}
.l-main__seminar-detail__text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.36px;
  padding-bottom: 48px;
  text-align: justify;
}
@media (max-width: 768px) {
  .l-main__seminar-detail__text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.12px;
  }
}
.l-main__seminar-detail__text span {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .l-main__seminar-detail__text span {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.12px;
  }
}
.l-main__seminar-detail__index {
  width: 100%;
  padding: 24px 32px;
  background: #FFF;
}
@media (max-width: 320px) {
  .l-main__seminar-detail__index {
    padding: 24px 12px;
  }
}
.l-main__seminar-detail__index__list {
  width: 100%;
}
.l-main__seminar-detail__index__list__title {
  color: #1476CC;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.18px;
  padding-bottom: 11px;
}
.l-main__seminar-detail__index__item {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  padding-bottom: 16px;
}
.l-main__seminar-detail__index__item:last-child {
  padding-bottom: 0;
}
.l-main__seminar-detail__index__item a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.l-main__seminar-detail__index__item a svg {
  width: 18px;
}
.l-main__seminar-detail__index__item a span {
  width: calc(100% - 26px);
}
.l-main__seminar-detail__timetable {
  width: 100%;
  padding: 24px 32px;
  background: #FFF;
}
@media (max-width: 320px) {
  .l-main__seminar-detail__timetable {
    padding: 24px 12px;
  }
}
.l-main__seminar-detail__timetable__list {
  width: 100%;
}
.l-main__seminar-detail__timetable__list__title {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.5px; /* 122.917% */
  letter-spacing: 1.44px;
  padding-bottom: 24px;
}
.l-main__seminar-detail__timetable__item {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.72px;
  padding-bottom: 16px;
  display: flex;
}
@media (max-width: 798px) {
  .l-main__seminar-detail__timetable__item {
    flex-direction: column;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.72px;
  }
}
.l-main__seminar-detail__timetable__item:last-child {
  padding-bottom: 0;
}
.l-main__seminar-detail__timetable__item__time {
  width: 152px;
}
@media (max-width: 798px) {
  .l-main__seminar-detail__timetable__item__time {
    width: 100%;
    padding-bottom: 8px;
  }
}
.l-main__seminar-detail__timetable__item__detail {
  width: calc(100% - 152px);
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
}
@media (max-width: 798px) {
  .l-main__seminar-detail__timetable__item__detail {
    width: 100%;
  }
}
.l-main__seminar-detail__main-link {
  width: 100%;
  position: relative;
  max-width: 764px;
  margin: 0 auto;
  margin-top: 124px;
}
@media (max-width: 798px) {
  .l-main__seminar-detail__main-link {
    padding: 0 20px;
    margin-top: 70px;
  }
}
.l-main__seminar-detail__main-link a {
  width: 100%;
  padding: 28px 0 20px 0;
  background: #1476CC;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  box-shadow: 0px 6px 0px 0px #10497C;
}
@media (max-width: 798px) {
  .l-main__seminar-detail__main-link a {
    padding: 17px 0 9px 0;
  }
}
.l-main__seminar-detail__main-link--label {
  width: 100%;
  max-width: 385px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #F8C04F;
  border: 2px solid #262626;
  border-radius: 999px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
  color: #222;
}
@media (max-width: 798px) {
  .l-main__seminar-detail__main-link--label {
    max-width: 280px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
  }
}
.l-main__seminar-detail__result {
  width: 100%;
}
.l-main__seminar-detail__result__list {
  width: 100%;
}
.l-main__seminar-detail__result__list__title {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.5px; /* 122.917% */
  letter-spacing: 1.44px;
  padding-bottom: 24px;
}
.l-main__seminar-detail__result__item {
  padding: 12px 24px;
  background: #FFF;
  margin-bottom: 24px;
}
.l-main__seminar-detail__result__item:last-child {
  margin-bottom: 0;
}
.l-main__seminar-detail__result__item span {
  display: inline-block;
  background: #1476CC;
  padding: 8px 18px;
  border-radius: 999px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.72px;
}
.l-main__seminar-detail__result__item span svg {
  margin-right: 6px;
  transform: translateY(2px);
}
.l-main__seminar-detail__result__item p {
  width: 100%;
  padding-top: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
}
.l-main__seminar-detail__column {
  width: 100%;
  padding-top: 48px;
  position: relative;
}
@media (max-width: 768px) {
  .l-main__seminar-detail__column {
    padding-top: 0;
  }
}
.l-main__seminar-detail__column .a-link {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -50px;
  left: 0;
}
.l-main__seminar-detail__column__contents {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  text-align: justify;
}
@media (max-width: 768px) {
  .l-main__seminar-detail__column__contents {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.12px;
    padding-bottom: 0;
  }
}
.l-main__seminar-detail__column__contents span {
  display: block;
}
.l-main__seminar-detail__column__contents__sub-title {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  color: #1476CC;
  padding-top: 48px;
  padding-bottom: 16px;
}
.l-main__seminar-detail__column__contents__sub-title.first {
  padding-top: 0;
  padding-bottom: 0;
}
.l-main__seminar-detail__column__contents__sub-title02 {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  padding-bottom: 16px;
  color: #000;
}
.l-main__seminar-detail__column__contents__sub-title03 {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  padding: 12px 0;
}
.l-main__seminar-detail__column__img {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .l-main__seminar-detail__column__img {
    padding-bottom: 32px;
  }
}
.l-main__seminar-detail__column__img img {
  width: 100%;
}
.l-main__seminar-detail__column__img.p-64 {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 768px) {
  .l-main__seminar-detail__column__img.p-64 {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-main__seminar-detail__column__title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 165% */
  letter-spacing: 1.2px;
  margin-bottom: 16px;
  padding: 6px 0;
  border-bottom: 1px solid #CACACA;
}
@media (max-width: 768px) {
  .l-main__seminar-detail__column__title {
    width: 100%;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-top: 28px;
    margin-bottom: 24px;
    padding-right: 0;
  }
}
@media (max-width: 426px) {
  .l-main__seminar-detail__column__title {
    width: 100%;
    font-size: 1.6rem;
  }
}
.l-main__seminar-detail__column__caption {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  padding-top: 12px;
}
.l-main__seminar-detail__sidebar {
  width: 428px;
  height: 100%;
  margin-left: 48px;
  position: sticky;
  top: 100px;
}
@media (max-width: 1100px) {
  .l-main__seminar-detail__sidebar {
    margin-top: 72px;
  }
}
@media (max-width: 768px) {
  .l-main__seminar-detail__sidebar {
    width: 100%;
    height: auto;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 72px;
  }
}
.l-main__seminar-detail__sidebar.is_stuck {
  right: 50%;
  transform: translateX(550px);
  top: auto !important;
  bottom: 0;
}
@media (max-width: 1100px) {
  .l-main__seminar-detail__sidebar.is_stuck {
    right: 20px;
    transform: translateX(0);
  }
}
.l-main__seminar-detail__sidebar__sns__list {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .l-main__seminar-detail__sidebar__sns__list {
    padding-top: 16px;
  }
}
.l-main__seminar-detail__sidebar__sns__item {
  position: relative;
  display: flex;
  align-items: center;
}
.l-main__seminar-detail__sidebar__sns__item .copy-complete {
  position: absolute;
  width: 90px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 5px;
  font-size: 10px;
  background: #1476CC;
  color: #FFF;
  border-radius: 4px;
  display: none;
  text-align: center;
}
.l-main__seminar-detail__sidebar__contents {
  width: 100%;
}
.l-main__seminar-detail__sidebar__contents .seminar-contact-end {
  width: 100%;
  height: 60px;
  background: #CACACA;
  color: #FFF;
  border-radius: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 210% */
  letter-spacing: 1.2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-main__seminar-detail__sidebar__contents .seminar-contact-end ~ .seminar-contact {
  display: none;
}
.l-main__seminar-detail__sidebar__contents .seminar-contact {
  width: 100%;
}
.l-main__seminar-detail__sidebar__contents .seminar-contact iframe {
  width: 100%;
  border: none;
  background: none;
  height: 620px;
}
.l-main__seminar-detail__sidebar__sub-title {
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.72px;
  padding-bottom: 5px;
}
.l-main__seminar-detail__sidebar--list {
  width: 100%;
}
.l-main__seminar-detail__sidebar--item {
  width: 100%;
}
.l-main__seminar-detail__sidebar--item a {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #9AA5AE;
}
.l-main__seminar-detail__sidebar--item--img {
  width: 100%;
  max-width: 91px;
}
.l-main__seminar-detail__sidebar--item--text {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
}
.l-main__seminar-detail__sidebar__banner.banner-sp {
  display: none;
  flex-wrap: wrap;
  padding: 50px 20px;
  background: #FBFAF6;
}
@media (max-width: 768px) {
  .l-main__seminar-detail__sidebar__banner.banner-sp {
    display: flex;
  }
}
.l-main__seminar-detail__sidebar__banner a {
  width: 100%;
}
.l-main__seminar-detail__sidebar__banner span {
  width: 100%;
}
.l-main__seminar-detail__sidebar__banner img {
  width: 100%;
  padding-bottom: 36px;
}
.l-main__seminar-detail__sidebar__banner__btn {
  width: 100%;
  background: #1476CC;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.197px; /* 221.315% */
  letter-spacing: 0.9px;
  color: #FFF;
  box-shadow: 0px 8px 0px 0px #10497C;
  border-radius: 999px;
}
.l-main__seminar-detail__sidebar__banner__btn svg {
  margin-left: 4px;
}
.l-main__seminar-detail__sidebar--link {
  width: 100%;
  position: relative;
  margin-top: 45px;
}
.l-main__seminar-detail__sidebar--link a {
  width: 100%;
  background: #1476CC;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  padding: 20px 0 11px 0;
  box-shadow: 0px 6px 0px 0px #10497C;
}
.l-main__seminar-detail__sidebar--link--label {
  width: 100%;
  max-width: 280px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #F8C04F;
  border: 2px solid #262626;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
  color: #222;
}
.l-main__column-list {
  width: 100%;
  padding: 72px 0;
  background: #C5D8E9;
}
@media (max-width: 769px) {
  .l-main__column-list {
    padding: 72px 20px;
  }
}
.l-main__column-list .c-title {
  margin-bottom: 48px;
}
@media (max-width: 769px) {
  .l-main__column-list .c-title {
    margin-bottom: 32px;
  }
}
.l-main__column-list .c-link-button-wrap {
  padding-top: 56px;
}
.l-main__column-list__list {
  display: flex;
  gap: 40px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 769px) {
  .l-main__column-list__list {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.l-main__column-list__list li {
  width: 31%;
}
@media (max-width: 928px) {
  .l-main__column-list__list li {
    width: 48%;
  }
}
@media (max-width: 769px) {
  .l-main__column-list__list li {
    width: 100%;
  }
}
.l-main__column-list__card {
  width: 100%;
  background: #FFF;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 769px) {
  .l-main__column-list__card {
    padding: 24px 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 362px) {
  .l-main__column-list__card {
    padding: 12px 12px;
  }
}
.l-main__column-list__card__img {
  width: 100%;
}
@media (max-width: 769px) {
  .l-main__column-list__card__img {
    width: 100%;
    text-align: center;
  }
}
.l-main__column-list__card__text-wrap {
  width: 100%;
  padding: 24px;
}
@media (max-width: 769px) {
  .l-main__column-list__card__text-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.l-main__column-list__card__title {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  padding-bottom: 8px;
}
@media (max-width: 330px) {
  .l-main__column-list__card__title {
    letter-spacing: 0px;
    font-size: 15px;
  }
}
.l-main__column-list__card__info {
  width: 100%;
  padding-bottom: 42px;
}
.l-main__column-list__card__info__date {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.48px;
}
.l-main__column-list__card__info__date span {
  padding-right: 24px;
}
.l-main__column-list__card__tag {
  display: inline-block;
  padding: 4px 35px;
  color: #222;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  border: 1px solid #222;
  border-radius: 999px;
  position: relative;
}
@media (max-width: 769px) {
  .l-main__column-list__card__tag {
    padding: 9px 0;
  }
}
.l-main__column-list.sub-list {
  max-width: 1144px;
  margin: 0 auto;
  padding: 0;
}
.l-main__column-list.sub-list .l-main__case__contents {
  width: 100%;
}
@media (max-width: 1120px) {
  .l-main__column-list.sub-list .l-main__case__contents {
    padding: 0 20px;
  }
}
@media (max-width: 769px) {
  .l-main__column-list.sub-list .l-main__case__contents {
    width: 100%;
  }
}
.l-main__column-list.sub-list .c-title {
  margin-bottom: 32px;
}
.l-main__topmenu {
  display: none;
}
@media (max-width: 769px) {
  .l-main__topmenu {
    display: block;
  }
}
.l-main__topmenu__contents {
  width: 100%;
  height: 92px;
  padding: 24px 72px;
  display: flex;
  align-items: center;
  background: #FBFAF6;
}
@media (max-width: 1284px) {
  .l-main__topmenu__contents {
    padding: 24px;
  }
}
@media (max-width: 769px) {
  .l-main__topmenu__contents {
    padding: 0 18px;
    height: 42px;
  }
}
.l-main__topmenu__contents.column__contents {
  background: #FBFAF6;
}
@media (max-width: 1030px) {
  .l-main__topmenu__contents.column__contents .l-header__nav {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 769px) {
  .l-main__topmenu__contents.column__contents .l-header__nav {
    display: none;
  }
}
.l-main__topmenu__nav {
  width: 100%;
  display: flex;
  align-items: center;
}
.l-main__topmenu__nav__item {
  padding-right: 24px;
  display: flex;
  position: relative;
}
@media (max-width: 1358px) {
  .l-main__topmenu__nav__item {
    padding-right: 18px;
  }
}
@media (max-width: 1326px) {
  .l-main__topmenu__nav__item {
    padding-right: 12px;
  }
}
@media (max-width: 1190px) {
  .l-main__topmenu__nav__item {
    padding-right: 8px;
  }
}
.l-main__topmenu__nav__item__link {
  height: 42px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all 0.2s ease;
  letter-spacing: 1.28px;
}
@media (max-width: 1157px) {
  .l-main__topmenu__nav__item__link {
    font-size: 1.4rem;
  }
}
.l-main__topmenu__nav__item__link.active {
  color: #1476CC;
}
.l-main__topmenu__nav__item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 1.28px;
  transform: translateY(-2px);
}
.l-main__topmenu__nav__item:hover .l-header__nav__item__link {
  color: #1476CC;
  opacity: 1;
  transition: all 0.2s ease;
}
.l-main__topmenu__nav__item:hover .l-header__nav__item__link__icon {
  transform: rotate(-180deg);
  transition: all 0.2s ease;
}
.l-main__topmenu__nav__item:hover .arrow {
  fill: #1476CC;
}
.l-main__topmenu__nav__item:hover .sub-nav {
  visibility: visible;
  opacity: 1;
  transition: all 250ms ease;
}
.l-main__topmenu__nav__item.have-child .l-header__nav__item__link__icon {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  transition: all 0.2s ease;
}
.l-main__down-page {
  width: 100%;
  padding: 72px 0;
  background: #E3DECE;
}
.l-main__down-page__contents {
  width: 100%;
  max-width: 916px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .l-main__down-page__contents {
    padding: 0 16px;
  }
}
.l-main__down-page__contents-list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .l-main__down-page__contents-list {
    padding: 0 16px;
  }
}
@media (max-width: 769px) {
  .l-main__down-page .c-title__main-title {
    font-size: 36px;
  }
}
@media (max-width: 330px) {
  .l-main__down-page .c-title__main-title {
    font-size: 32px;
  }
}
@media (max-width: 769px) {
  .l-main__down-page .c-title__sub-text {
    font-size: 20px;
  }
}
@media (max-width: 330px) {
  .l-main__down-page .c-title__sub-text {
    font-size: 16px;
  }
}
.l-main__down-page__down {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .l-main__down-page__down {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.l-main__down-page__down__text {
  width: calc(100% - 297px);
}
@media (max-width: 769px) {
  .l-main__down-page__down__text {
    width: 100%;
    margin-top: 32px;
  }
}
.l-main__down-page__down__text h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.5px; /* 122.917% */
  letter-spacing: 1.44px;
  margin-bottom: 20px;
}
.l-main__down-page__down__text__list {
  width: 100%;
}
.l-main__down-page__down__text__item {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 769px) {
  .l-main__down-page__down__text__item {
    font-size: 16px;
  }
}
@media (max-width: 330px) {
  .l-main__down-page__down__text__item {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .l-main__down-page__down__text__item {
    font-size: 12px;
  }
}
.l-main__down-page__down__text__item img {
  transform: translateY(-3px);
}
.l-main__down-page__down__text__item:last-child {
  margin-bottom: 0;
}
.l-main__down-page__down__text__btn {
  width: 100%;
  max-width: 367px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 233.333% */
  letter-spacing: 1.08px;
  color: #FFF;
  background-color: #1476CC;
  border-radius: 8px;
  margin-top: 32px;
}
@media (max-width: 769px) {
  .l-main__down-page__down__text__btn {
    height: 54px;
  }
}
.l-main__down-page__down__img {
  width: 297px;
}
@media (max-width: 769px) {
  .l-main__down-page__down__img {
    width: 100%;
    text-align: center;
  }
}
.l-main__down-page__down__img img {
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.14));
}
@media (max-width: 769px) {
  .l-main__down-page__down__img img {
    width: 100%;
    max-width: 296px;
    display: inline-block;
  }
}
.l-main__down-page__down-list {
  width: 100%;
  display: flex;
  gap: 48px;
}
@media (max-width: 769px) {
  .l-main__down-page__down-list {
    flex-wrap: wrap;
  }
}
.l-main__down-page__down-item {
  width: 100%;
  background: #FFF;
  padding: 28px 24px 24px 24px;
  border-radius: 4px;
}
@media (max-width: 769px) {
  .l-main__down-page__down-item {
    padding: 32px 24px 24px 24px;
  }
}
.l-main__down-page__down-item:nth-child(2) img {
  width: 100%;
  max-width: 316px;
}
@media (max-width: 769px) {
  .l-main__down-page__down-item:nth-child(2) img {
    max-width: 254px;
  }
}
.l-main__down-page__down-item:nth-child(2) h3 {
  padding-bottom: 18px;
}
@media (max-width: 769px) {
  .l-main__down-page__down-item:nth-child(2) h3 {
    padding-bottom: 24px;
  }
}
.l-main__down-page__down-item h3 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 146%; /* 26.28px */
  letter-spacing: 0.72px;
  padding-bottom: 24px;
}
.l-main__down-page__down-item__img {
  display: flex;
  justify-content: center;
}
.l-main__down-page__down-item__img img {
  width: 100%;
  max-width: 324px;
}
@media (max-width: 769px) {
  .l-main__down-page__down-item__img img {
    max-width: 254px;
  }
}
.l-main__down-page__down-item__btn {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 233.333% */
  letter-spacing: 1.08px;
  color: #FFF;
  background-color: #1476CC;
  border-radius: 8px;
  margin-top: 32px;
}
.l-main__3min {
  width: 100%;
  padding: 72px 0;
  background: #C5D8E9;
}
.l-main__3min__contents {
  width: 100%;
  max-width: 916px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .l-main__3min__contents {
    padding: 0 16px;
  }
}
.l-main__3min__wrap {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .l-main__3min__wrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.l-main__3min__title {
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 162.5% */
  letter-spacing: 2.56px;
  padding-bottom: 48px;
}
@media (max-width: 769px) {
  .l-main__3min__title {
    padding-bottom: 32px;
  }
}
.l-main__3min__text {
  width: calc(100% - 429px);
  background: #FFF;
  padding: 40px;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 769px) {
  .l-main__3min__text {
    width: 100%;
    margin-top: 32px;
    padding: 20px 40px;
  }
}
.l-main__3min__text h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
}
.l-main__3min__text__list {
  width: 100%;
}
.l-main__3min__text__item {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 1.28px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.l-main__3min__text__item img {
  transform: translateY(-3px);
}
.l-main__3min__text__item:last-child {
  margin-bottom: 0;
}
.l-main__3min__text__icon {
  position: absolute;
  right: -50px;
  bottom: -24px;
}
@media (max-width: 769px) {
  .l-main__3min__text__icon {
    right: 0;
    bottom: 20px;
  }
}
@media (max-width: 769px) {
  .l-main__3min__text__icon img {
    max-width: 68px;
  }
}
.l-main__3min__img {
  width: 370px;
}
@media (max-width: 769px) {
  .l-main__3min__img {
    width: 100%;
  }
}
.l-main__3min__img img {
  filter: drop-shadow(0px 6px 24px rgba(0, 0, 0, 0.14));
}
.l-main__3min__btn_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.l-main__3min__btn_wrap__btn {
  width: 100%;
  max-width: 448px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 233.333% */
  letter-spacing: 1.08px;
  color: #FFF;
  background-color: #1476CC;
  border-radius: 8px;
  margin-top: 48px;
}
.l-main.win11cp--contents {
  padding-right: 340px;
}
@media (max-width: 1350px) {
  .l-main.win11cp--contents {
    padding-right: 0;
  }
}
.l-main__win11cp--form {
  position: fixed;
  width: 340px;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 9999;
  border-left: 2px solid #E1E1E1;
  background: #FFF;
}
@media (max-width: 1350px) {
  .l-main__win11cp--form {
    display: none;
  }
}
.l-main__win11cp--form iframe {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  border: none;
  margin-top: -70px;
}
.l-main__win11cp--form--title {
  color: #0B1720;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
  letter-spacing: 0.88px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  background: #FFF;
  padding-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
.l-main__win11cp--form--title span {
  background: #1476CC;
  padding: 6px 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  letter-spacing: 0.56px;
  color: #FFF;
  border-radius: 4px;
  margin-left: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
.l-main__win11cp--fv {
  padding: 97px 0;
  background: linear-gradient(255deg, #80D7E8 22.93%, #1E7DBE 89.54%);
  position: relative;
}
@media (max-width: 769px) {
  .l-main__win11cp--fv {
    padding: 40px 0;
  }
}
.l-main__win11cp--fv--inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 976px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .l-main__win11cp--fv--inner {
    flex-wrap: wrap;
    padding: 0 24px;
  }
}
.l-main__win11cp--fv--text {
  width: calc(100% - 375px);
  padding-right: 60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 769px) {
  .l-main__win11cp--fv--text {
    width: 100%;
    padding-right: 0;
  }
}
.l-main__win11cp--fv--text--label {
  padding: 6px 20px;
  background: #FFF;
  border-radius: 8px;
  display: inline-block;
}
.l-main__win11cp--fv--text--label span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.96px;
  background: linear-gradient(90deg, #0650A9 0%, #34BBDA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 769px) {
  .l-main__win11cp--fv--text--label span {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
    letter-spacing: 0.8px;
  }
}
.l-main__win11cp--fv--text--title {
  width: 100%;
  color: #FFF;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 86.4px */
  letter-spacing: 2.16px;
  margin-top: 24px;
  position: relative;
  z-index: 2;
  font-family: "Inter", sans-serif;
}
@media (max-width: 769px) {
  .l-main__win11cp--fv--text--title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 51.2px */
    letter-spacing: 1.28px;
    margin-top: 12px;
  }
}
@media (max-width: 350px) {
  .l-main__win11cp--fv--text--title {
    font-size: 22px;
  }
}
.l-main__win11cp--fv--text--title span {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.68px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 769px) {
  .l-main__win11cp--fv--text--title span {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.96px;
  }
}
@media (max-width: 769px) and (max-width: 320px) {
  .l-main__win11cp--fv--text--title span {
    font-size: 20px;
  }
}
.l-main__win11cp--fv--img {
  width: 375px;
  position: relative;
  z-index: 2;
}
@media (max-width: 769px) {
  .l-main__win11cp--fv--img {
    width: 100%;
    margin-top: 48px;
  }
}
.l-main__win11cp--fv--bg01 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  mix-blend-mode: overlay;
}
.l-main__win11cp--fv--bg02 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.9;
  mix-blend-mode: overlay;
}
.l-main__win11cp--problem {
  width: 100%;
  background: #EBF4FB;
  padding: 80px 0;
}
@media (max-width: 769px) {
  .l-main__win11cp--problem {
    padding: 40px 0;
  }
}
.l-main__win11cp--problem--inner {
  width: 100%;
  max-width: 976px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .l-main__win11cp--problem--inner {
    padding: 0 24px;
  }
}
.l-main__win11cp--problem--title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 39.2px */
  letter-spacing: 1.12px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 769px) {
  .l-main__win11cp--problem--title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 33.6px */
    letter-spacing: 0.96px;
  }
}
.l-main__win11cp--problem--title span {
  width: 36px;
  height: 5px;
  background: #1476CC;
  display: inline-block;
  border-radius: 4px;
}
.l-main__win11cp--problem--list {
  width: 100%;
  display: flex;
  gap: 32px;
  margin-top: 48px;
}
@media (max-width: 769px) {
  .l-main__win11cp--problem--list {
    flex-wrap: wrap;
    margin-top: 24px;
    gap: 24px;
  }
}
.l-main__win11cp--problem--item {
  width: 100%;
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0px 20px 50px 0px rgba(0, 71, 133, 0.1);
  padding: 24px 40px 32px 40px;
}
@media (max-width: 769px) {
  .l-main__win11cp--problem--item {
    padding: 16px 24px 24px 24px;
  }
}
.l-main__win11cp--problem--item--img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.l-main__win11cp--problem--item--img img {
  width: 100%;
  max-width: 180px;
}
@media (max-width: 769px) {
  .l-main__win11cp--problem--item--img img {
    max-width: 140px;
  }
}
.l-main__win11cp--problem--item--text {
  color: #5B7283;
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.64px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 769px) {
  .l-main__win11cp--problem--item--text {
    margin-top: 12px;
  }
}
@media (max-width: 350px) {
  .l-main__win11cp--problem--item--text {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
}
.l-main__win11cp--support {
  width: 100%;
  background: #FFF;
  padding: 0 0 80px 0;
  position: relative;
}
@media (max-width: 769px) {
  .l-main__win11cp--support {
    padding: 0 0 40px 0;
  }
}
.l-main__win11cp--support--bg01 {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 769px) {
  .l-main__win11cp--support--bg01 {
    top: 60vw;
    top: 4%;
  }
}
.l-main__win11cp--support--bg02 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 769px) {
  .l-main__win11cp--support--bg02 {
    width: 60vw;
    bottom: 4%;
  }
}
.l-main__win11cp--support--arrow {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.l-main__win11cp--support--arrow img {
  width: 100%;
  max-width: 426px;
}
.l-main__win11cp--support--inner {
  width: 100%;
  max-width: 976px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 769px) {
  .l-main__win11cp--support--inner {
    padding: 0 24px;
  }
}
.l-main__win11cp--support--text {
  width: 100%;
  text-align: center;
}
.l-main__win11cp--support--text--label {
  color: #1476CC;
  display: inline-block;
  padding: 6px 20px 8px 20px;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0px 4px 32px 0px rgba(0, 71, 133, 0.16);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.96px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 769px) {
  .l-main__win11cp--support--text--label {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.72px;
  }
}
@media (max-width: 350px) {
  .l-main__win11cp--support--text--label {
    font-size: 16px;
  }
}
.l-main__win11cp--support--text--title {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: 1.6px;
  background: linear-gradient(90deg, #0650A9 18.34%, #34BBDA 84.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 769px) {
  .l-main__win11cp--support--text--title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: 0.96px;
  }
}
@media (max-width: 350px) {
  .l-main__win11cp--support--text--title {
    font-size: 20px;
  }
}
.l-main__win11cp--support--img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.l-main__win11cp--support--img img {
  width: 100%;
  max-width: 620px;
}
.l-main__win11cp--point {
  width: 100%;
  background: #EBF4FB;
  padding: 80px 0;
  scroll-margin-top: 60px;
}
@media (max-width: 769px) {
  .l-main__win11cp--point {
    padding: 40px 0;
  }
}
.l-main__win11cp--point--inner {
  width: 100%;
  max-width: 976px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .l-main__win11cp--point--inner {
    padding: 0 24px;
  }
}
.l-main__win11cp--point--title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 39.2px */
  letter-spacing: 1.12px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 769px) {
  .l-main__win11cp--point--title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 33.6px */
    letter-spacing: 0.96px;
  }
}
.l-main__win11cp--point--title span {
  width: 36px;
  height: 5px;
  background: #1476CC;
  display: inline-block;
  border-radius: 4px;
}
.l-main__win11cp--point--list {
  width: 100%;
}
@media (max-width: 769px) {
  .l-main__win11cp--point--list {
    margin-top: 42px;
  }
}
.l-main__win11cp--point--item {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 769px) {
  .l-main__win11cp--point--item {
    flex-wrap: wrap;
  }
}
.l-main__win11cp--point--item--text {
  width: calc(100% - 456px);
  padding-right: 64px;
}
@media (max-width: 769px) {
  .l-main__win11cp--point--item--text {
    width: 100%;
    padding-right: 0;
  }
}
.l-main__win11cp--point--item--text--title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #0B1720;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21.6px */
  letter-spacing: 0.72px;
  margin-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 350px) {
  .l-main__win11cp--point--item--text--title {
    font-size: 14px;
    gap: 5px;
  }
}
.l-main__win11cp--point--item--text--title--check {
  width: 36px;
  height: 36px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0px 6px 32px 0px rgba(0, 84, 186, 0.3);
}
@media (max-width: 350px) {
  .l-main__win11cp--point--item--text--title--check {
    width: 24px;
    height: 24px;
  }
}
.l-main__win11cp--point--item--text--title span {
  color: #1476CC;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.96px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 350px) {
  .l-main__win11cp--point--item--text--title span {
    font-size: 18px;
  }
}
.l-main__win11cp--point--item--text--detail {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.56px;
  font-family: "Noto Sans JP", sans-serif;
}
.l-main__win11cp--point--item--img {
  width: 456px;
  display: flex;
  justify-content: center;
}
@media (max-width: 769px) {
  .l-main__win11cp--point--item--img {
    width: 100%;
  }
}
.l-main__win11cp--point--item--img img {
  width: 100%;
  max-width: 315px;
}
.l-main__win11cp--point--item:nth-child(2) {
  flex-direction: row-reverse;
}
.l-main__win11cp--point--item:nth-child(2) .l-main__win11cp--point--item--text {
  padding-left: 64px;
  padding-right: 0;
}
@media (max-width: 769px) {
  .l-main__win11cp--point--item:nth-child(2) .l-main__win11cp--point--item--text {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-main__win11cp--point--item:nth-child(2) .l-main__win11cp--point--item--img img {
  max-width: 405px;
}
.l-main__win11cp--point--item:nth-child(3) {
  margin-bottom: 0;
}
.l-main__win11cp--point--item:nth-child(3) .l-main__win11cp--point--item--img img {
  max-width: 385px;
}
.l-main__win11cp--contact {
  width: 100%;
  padding: 60px 0;
  background: url(../images/windows11cp/contact_bg01.jpg) no-repeat;
  background-size: cover;
}
.l-main__win11cp--contact--title {
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: 1.28px;
  padding-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 769px) {
  .l-main__win11cp--contact--title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    letter-spacing: 0.96px;
  }
}
.l-main__win11cp--contact--link {
  width: 240px;
  height: 70px;
  background: #FFF;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 0px 6px 40px 0px rgba(1, 165, 214, 0.51);
  border: 1px solid #FFF;
  transition: background 0.4s ease;
}
.l-main__win11cp--contact--link:hover {
  background-color: #0650A9;
  border: 1px solid #FFF;
  color: #FFF;
  transition: background-color 0.4s ease;
  opacity: 1;
}
.l-main__win11cp--contact--link:hover span {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: white;
  transition: background 0.4s ease, -webkit-text-fill-color 0.4s ease;
}
.l-main__win11cp--contact--link span {
  background: linear-gradient(90deg, #0650A9 18.34%, #34BBDA 84.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.8px;
  transition: background 0.4s ease, -webkit-text-fill-color 0.4s ease;
}
.l-main__win11cp--lcm {
  width: 100%;
  padding: 80px 0;
  scroll-margin-top: 60px;
}
.l-main__win11cp--lcm--inner {
  width: 100%;
  max-width: 976px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .l-main__win11cp--lcm--inner {
    padding: 0 24px;
  }
}
.l-main__win11cp--lcm--title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 39.2px */
  letter-spacing: 1.12px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 769px) {
  .l-main__win11cp--lcm--title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 33.6px */
    letter-spacing: 0.96px;
  }
}
.l-main__win11cp--lcm--title span {
  width: 36px;
  height: 5px;
  background: #1476CC;
  display: inline-block;
  border-radius: 4px;
}
.l-main__win11cp--lcm--text {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.56px;
  padding-top: 48px;
  padding-bottom: 12px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 769px) {
  .l-main__win11cp--lcm--text {
    text-align: left;
    padding-top: 20px;
  }
}
.l-main__win11cp--lcm--img {
  display: flex;
  justify-content: center;
}
.l-main__win11cp--lcm--img img {
  width: 100%;
  max-width: 810px;
}
.l-main__win11cp--flow {
  width: 100%;
  padding: 80px 0;
  background: #EBF4FB;
  scroll-margin-top: 60px;
}
@media (max-width: 769px) {
  .l-main__win11cp--flow {
    padding: 40px 0;
  }
}
.l-main__win11cp--flow--inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .l-main__win11cp--flow--inner {
    padding: 0 24px;
  }
}
.l-main__win11cp--flow--title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 39.2px */
  letter-spacing: 1.12px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 769px) {
  .l-main__win11cp--flow--title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 33.6px */
    letter-spacing: 0.96px;
  }
}
.l-main__win11cp--flow--title span {
  width: 36px;
  height: 5px;
  background: #1476CC;
  display: inline-block;
  border-radius: 4px;
}
.l-main__win11cp--flow--list {
  width: 100%;
  margin-top: 48px;
}
.l-main__win11cp--flow--item {
  width: 100%;
  padding: 24px 60px;
  background: #FFF;
  border-radius: 12px;
  border: 1px solid #B5D5EC;
  display: flex;
  margin-bottom: 36px;
  position: relative;
}
@media (max-width: 769px) {
  .l-main__win11cp--flow--item {
    flex-wrap: wrap;
    padding: 12px 24px 24px 24px;
    margin-bottom: 24px;
  }
}
.l-main__win11cp--flow--item:last-child {
  margin-bottom: 0;
}
.l-main__win11cp--flow--item--arrow {
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}
.l-main__win11cp--flow--item--left {
  width: 288px;
  padding-right: 48px;
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 769px) {
  .l-main__win11cp--flow--item--left {
    width: 100%;
    padding-right: 0;
  }
}
.l-main__win11cp--flow--item--left--label {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #EBF4FB;
  color: #1476CC;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 13.2px */
  letter-spacing: 0.48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
}
.l-main__win11cp--flow--item--left--label span {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.72px;
}
.l-main__win11cp--flow--item--left--title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: 0.8px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 769px) {
  .l-main__win11cp--flow--item--left--title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.64px;
  }
}
@media (max-width: 350px) {
  .l-main__win11cp--flow--item--left--title {
    font-size: 14px;
  }
}
.l-main__win11cp--flow--item--right {
  width: calc(100% - 288px);
  padding-left: 48px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.36px;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 769px) {
  .l-main__win11cp--flow--item--right {
    width: 100%;
    padding-left: 0;
    margin-top: 12px;
  }
}
.l-main__win11cp--flow--item--right::before {
  content: "";
  width: 1px;
  height: 74px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #B5D5EC;
}
@media (max-width: 769px) {
  .l-main__win11cp--flow--item--right::before {
    display: none;
  }
}

.sticky-sidebar {
  position: absolute;
  bottom: 0;
  z-index: 999;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots li.slick-active button::after {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: -7px;
  left: -7px;
  width: 26px;
  height: 26px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  background: #1476CC;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .modal-content {
  background-color: #FFF;
  margin: 100px auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 940px;
  border-radius: 32px;
}
@media (max-width: 769px) {
  .modal .modal-content {
    border-radius: 0;
  }
}
.modal .modal-content .modal-box {
  width: 100%;
  padding: 24px 64px;
  text-align: center;
}
@media (max-width: 769px) {
  .modal .modal-content .modal-box {
    padding: 24px 0;
  }
}
.modal .modal-content .modal-box__title {
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 144.444% */
  letter-spacing: 2.88px;
}
@media (max-width: 769px) {
  .modal .modal-content .modal-box__title {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 162.5% */
    letter-spacing: 2.56px;
  }
}
@media (max-width: 425px) {
  .modal .modal-content .modal-box__title {
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 162.5% */
    letter-spacing: 1px;
  }
}
@media (max-width: 321px) {
  .modal .modal-content .modal-box__title {
    font-size: 2.4rem;
  }
}
.modal .modal-content .modal-box__text {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 165% */
  letter-spacing: 1.2px;
  margin-top: 32px;
}
@media (max-width: 321px) {
  .modal .modal-content .modal-box__text {
    font-size: 1.6rem;
  }
}
.modal .modal-content .modal-box__price {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 103.571% */
  letter-spacing: 2.52px;
  margin-top: 56px;
}
@media (max-width: 769px) {
  .modal .modal-content .modal-box__price {
    margin-top: 48px;
  }
}
.modal .modal-content .modal-box__price span {
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 75% */
  color: #EA6840;
  margin-right: 14px;
}
@media (max-width: 769px) {
  .modal .modal-content .modal-box__price span {
    font-size: 5.2rem;
    letter-spacing: 1px;
  }
}
@media (max-width: 376px) {
  .modal .modal-content .modal-box__price span {
    font-size: 4.2rem;
    letter-spacing: 1px;
  }
}
@media (max-width: 330px) {
  .modal .modal-content .modal-box__price span {
    font-size: 3.6rem;
    letter-spacing: 1px;
  }
}
.modal .modal-content .modal-box__graph {
  width: 480px;
  height: 208px;
  border-bottom: 1px solid #C6C6C6;
  display: flex;
  margin: 32px auto 0 auto;
  justify-content: center;
}
@media (max-width: 769px) {
  .modal .modal-content .modal-box__graph {
    width: 100%;
    margin: 24px auto 0 auto;
  }
}
.modal .modal-content .modal-box__graph__left {
  display: flex;
  align-items: flex-end;
}
.modal .modal-content .modal-box__graph__left__bar {
  width: 77px;
  height: 100%;
  transition: height 2s ease-in-out;
  background: #D9D9D9;
}
.modal .modal-content .modal-box__graph__line {
  width: 138px;
  height: 207px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
.modal .modal-content .modal-box__graph__line__top {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 138px 121px 0px;
  border-color: transparent transparent #FF4532 transparent;
  transform: rotate(0deg);
}
.modal .modal-content .modal-box__graph__line__svg svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 207px;
  transition: height 2s ease-in-out;
}
.modal .modal-content .modal-box__graph__line__svg .svg-line {
  transform-origin: 0, 0;
  transition: all 2s ease-in-out;
}
.modal .modal-content .modal-box__graph__line__bottom {
  width: 138px;
}
.modal .modal-content .modal-box__graph__right {
  display: flex;
  align-items: flex-end;
}
.modal .modal-content .modal-box__graph__right__bar {
  width: 77px;
  height: 100%;
  transition: height 2s ease-in-out;
  background: #1476CC;
  position: relative;
}
.modal .modal-content .modal-box__graph__right__text-box {
  width: 138px;
  height: 80px;
  text-align: center;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: #E3F0FC;
}
.modal .modal-content .modal-box__graph__right__text-box__percent {
  color: #1476CC;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 26.062px;
  margin-top: 15px;
}
.modal .modal-content .modal-box__graph__right__text-box__percent span {
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 26.062px; /* 65.155% */
}
.modal .modal-content .modal-box__graph__right__text-box__text {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 26.062px;
}
.modal .modal-content .modal-box__graph__right__text-box__bottom {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.modal .modal-content .modal-box__notice {
  width: 100%;
  max-width: 702px;
  margin: 0 auto;
  margin-top: 16px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.3px;
}
@media (max-width: 769px) {
  .modal .modal-content .modal-box__notice {
    margin-top: 42px;
    text-align: left;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 162.5% */
  }
}
@media (max-width: 375px) {
  .modal .modal-content .modal-box__notice {
    font-size: 1.2rem;
    line-height: 18px;
  }
}
.modal .modal-content .modal-box__btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
@media (max-width: 769px) {
  .modal .modal-content .modal-box__btn {
    flex-wrap: wrap;
  }
}
.modal .modal-content .modal-box__btn__close {
  width: 280px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 0;
  border-radius: 14px;
  border: 1px solid #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 262.5% */
  letter-spacing: 0.96px;
  color: #222;
  margin-right: 24px;
}
@media (max-width: 769px) {
  .modal .modal-content .modal-box__btn__close {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.modal .modal-content .modal-box__btn__free {
  width: 320px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 0;
  border-radius: 14px;
  border: 2px solid #1476CC;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 262.5% */
  letter-spacing: 0.96px;
  color: #1476CC;
}
.modal .close {
  display: flex;
  color: #000;
  float: right;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 1.28px;
}
.modal .close:hover,
.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal .industry-select, .modal .use-people {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

@keyframes flow-img {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3200px);
  }
}
@keyframes flow-img_sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1543px);
  }
}
.modal-works .modal-overlay {
  display: none; /* 초기 숨김 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.modal-works .modal-content {
  z-index: 200;
  position: relative;
  max-width: 600px;
  padding: 45px;
  border-radius: 15px;
}
@media (max-width: 769px) {
  .modal-works .modal-content {
    width: calc(100% - 40px);
  }
}
.modal-works .modal-content h2 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  padding-bottom: 12px;
}
@media (max-width: 769px) {
  .modal-works .modal-content h2 {
    font-size: 1.6rem;
  }
}
.modal-works .modal-content p {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
}
.modal-works .modal-content .modal-close {
  position: absolute;
  top: 12px;
  right: 17px;
  cursor: pointer;
}
.modal-works .modal-content > div {
  display: none;
  z-index: 200;
}
.modal-works .modal-content > div.active {
  display: block;
}

.modal-movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-movie-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

.modal-movie iframe {
  width: 800px;
  height: 450px;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 850px) {
  .modal-movie iframe {
    width: 700px;
    height: 395px;
  }
}
@media (max-width: 720px) {
  .modal-movie iframe {
    width: 400px;
    height: 225px;
  }
}
@media (max-width: 410px) {
  .modal-movie iframe {
    width: 350px;
    height: 197px;
  }
}
@media (max-width: 355px) {
  .modal-movie iframe {
    width: 300px;
    height: 168px;
  }
}

.modal-movie-close-btn {
  position: absolute;
  top: -30px;
  right: 0;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
  background: none;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
.modal-movie-close-btn svg {
  margin-top: -1px;
}

.contactform-wrap {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 25px;
}
@media (max-width: 769px) {
  .contactform-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contactform-wrap input {
  -webkit-appearance: auto !important;
  appearance: auto !important;
}
.contactform-wrap__title {
  margin-bottom: 10px;
  padding: 15px 0;
  border-radius: 20px;
}
.contactform-wrap .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contactform-wrap .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.contactform-wrap .form-group {
  padding-top: 15px;
  padding-bottom: 25px;
  border-bottom: dotted 1px #CCC;
  display: flex;
}
@media (max-width: 769px) {
  .contactform-wrap .form-group {
    flex-wrap: wrap;
  }
}
.contactform-wrap .form-group-label {
  width: 25%;
  font-weight: bold;
}
@media (max-width: 769px) {
  .contactform-wrap .form-group-label {
    width: 100%;
    padding-bottom: 10px;
  }
}
.contactform-wrap .form-group-label span {
  display: inline-block;
  padding: 1px 4px;
  border-radius: 3px;
  background: #D70027;
  color: #FFF;
  font-size: 10px;
  font-weight: 400;
  margin-left: 4px;
}
.contactform-wrap .form-group-name {
  width: 100%;
  display: flex;
  gap: 10px;
}
.contactform-wrap .form-group input::placeholder {
  color: #ccc;
}
.contactform-wrap .option-text {
  padding-top: 10px;
}
.contactform-wrap .option-text a {
  color: #2a6496;
}
.contactform-wrap .form-group-textarea {
  width: 100%;
}
.contactform-wrap .agree-wrap {
  width: 100%;
  font-weight: 400;
}
.contactform-wrap .agree-wrap a {
  color: #2a6496;
}
.contactform-wrap .agree {
  display: flex;
}
@media (max-width: 769px) {
  .contactform-wrap .agree {
    flex-wrap: wrap;
  }
}
.contactform-wrap .agree-title {
  width: 25%;
  font-weight: bold;
}
@media (max-width: 769px) {
  .contactform-wrap .agree-title {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.contactform-wrap .agree-input {
  display: flex;
}
.contactform-wrap .agree-input input {
  height: 20px;
  margin-right: 10px;
}
.contactform-wrap .btn-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contactform-wrap .btn {
  color: #FFF;
  background-color: #428BCA;
  border-color: #357EBD;
  padding: 12px 55px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  margin: 0 auto;
}
.contactform-wrap fieldset {
  display: flex;
  padding-top: 15px;
}
@media (max-width: 769px) {
  .contactform-wrap fieldset {
    flex-wrap: wrap;
  }
}
.contactform-wrap fieldset .input-legend {
  width: 245px;
  font-weight: bold;
}
@media (max-width: 769px) {
  .contactform-wrap fieldset .input-legend {
    width: 100%;
    padding-bottom: 10px;
  }
}
.contactform-wrap fieldset .input-lable {
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.contactform-wrap fieldset .input-lable label {
  width: 100%;
  padding-bottom: 10px;
}
.contactform-wrap fieldset .input-lable label input {
  margin-right: 10px;
}

/*
 * -----------------------------------------------------------------
 * Project
 * -----------------------------------------------------------------
 */
/*
 * -----------------------------------------------------------------
 * Component
 * -----------------------------------------------------------------
 */
.c-gnb {
  width: 100%;
}
.c-title {
  width: 100%;
  text-align: center;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .c-title {
    margin-bottom: 48px;
  }
}
.c-title__main-title {
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 144.444% */
  letter-spacing: 2.88px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .c-title__main-title {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 2.56px;
    margin-bottom: 24px;
  }
}
@media (max-width: 376px) {
  .c-title__main-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 350px) {
  .c-title__main-title {
    font-size: 2.2rem;
  }
}
.c-title__main-title p {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-title__main-title p {
    font-size: 1.8rem;
  }
}
.c-title__main-title b {
  width: 26px;
  letter-spacing: -1.5px;
  display: inline-block;
  transform: translateX(-5px);
}
.c-title__main-title span {
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  .c-title__main-title span {
    font-size: 3.4rem;
  }
}
@media (max-width: 376px) {
  .c-title__main-title span {
    font-size: 3rem;
  }
}
@media (max-width: 350px) {
  .c-title__main-title span {
    font-size: 2.4rem;
  }
}
.c-title__main-sub-title {
  width: 100%;
  display: block;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 53px; /* 294.444% */
  letter-spacing: 1.08px;
  text-transform: uppercase;
  color: #EA6840;
}
@media (max-width: 376px) {
  .c-title__main-sub-title {
    font-size: 1.4rem;
  }
}
.c-title__sub-text {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 165% */
  letter-spacing: 1.2px;
}
@media (max-width: 767px) {
  .c-title__sub-text {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 164%; /* 26.24px */
    letter-spacing: 1.28px;
  }
}
@media (max-width: 376px) {
  .c-title__sub-text {
    font-size: 1.4rem;
  }
}

.c-newsitem__btn {
  max-width: 250px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #222;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  border: 1px solid #ccc;
}
.c-newsitem__btn:hover {
  color: #fff;
}
.c-newsitem__btn:hover:after {
  transform: scaleX(1);
}
.c-newsitem__btn:hover span:before {
  background: #fff;
}
.c-newsitem__btn:hover span:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.c-newsitem__btn:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #990021;
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleX(0);
}
.c-newsitem__btn span {
  z-index: 2;
  position: relative;
  display: block;
  letter-spacing: 0.08em;
}
.c-newsitem__btn span:before, .c-newsitem__btn span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  vertical-align: middle;
  transition: all 950ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-newsitem__btn span:before {
  width: 14px;
  height: 2px;
  background: #9a0022;
}
.c-newsitem__btn span:after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #9a0022;
  border-right: 2px solid #9a0022;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.c-submenu_btn {
  width: 100%;
  padding: 0 0 30px 0;
  display: flex;
}
.c-submenu_btn .btn_items {
  padding: 20px 0;
  width: 50%;
  margin: 0 10px;
  display: block;
  flex-grow: 1;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ccc;
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
}
.c-submenu_btn .btn_items::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #9a0022;
  z-index: -1;
  transition: all 0.3s ease;
}
.c-submenu_btn .btn_items:hover {
  border: 1px solid #9a0022;
  color: #9a0022;
  transition: all 0.3s ease;
}
.c-submenu_btn .btn_items:hover::after {
  top: 3px;
  left: 3px;
  transition: all 0.3s ease;
}
.c-submenu_btn .active {
  border: 1px solid #9a0022;
  color: #9a0022;
  transition: all 0.3s ease;
}
.c-submenu_btn .active::after {
  top: 3px;
  left: 3px;
  transition: all 0.3s ease;
}

.c-snsbtn {
  display: flex;
}
.c-snsbtn .items {
  margin-right: 3px;
}
.c-snsbtn .items a {
  display: block;
  text-align: center;
  padding: 0 10px;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .c-snsbtn .items a {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.c-snsbtn .items a i {
  padding-right: 5px;
}

.c-link-button-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 18px;
}
@media (max-width: 767px) {
  .c-link-button-wrap {
    margin-bottom: 48px;
  }
}

.c-link-button {
  width: 320px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 210% */
  letter-spacing: 1.2px;
  background: #1476CC;
  border: 1px solid #222;
  background: #FFF;
  color: #222;
  position: relative;
  border-radius: 14px;
}
@media (max-width: 330px) {
  .c-link-button {
    width: 300px;
  }
}
.c-link-button .icon-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}/*# sourceMappingURL=style.css.map */