@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}

html {
  scrollbar-gutter: stable;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.8;
  color: #273846;
  font-size: 16px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

main {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

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

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

.rightfix {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9999;
}
.rightfix_inner {
  position: relative;
}
.rightfix_inner .close {
  position: absolute;
  right: 6px;
  top: -10px;
  cursor: pointer;
}
.rightfix_inner .close svg circle {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}
.rightfix_inner a {
  width: 147px;
  height: 80px;
  border: 2px solid #fff;
  background: #1CC2FF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
  flex-direction: column;
  line-height: 1.2;
  height: 80px;
  color: inherit;
}
.rightfix_inner a.rf_dl {
  background: #31E3F7;
}
.rightfix_inner a.rf_dl:hover {
  background: #00A0FF;
  color: #fff;
}
.rightfix_inner a.rf_dl:hover .icon rect,
.rightfix_inner a.rf_dl:hover .icon polyline {
  stroke: #fff;
}
.rightfix_inner a.rf_dl:hover .icon path {
  fill: #fff;
}
.rightfix_inner a.rf_mail {
  background: #013593;
  color: #fff;
}
.rightfix_inner a.rf_mail:hover {
  background: #fff;
  color: #013593;
  border-color: #013593;
}
.rightfix_inner a.rf_mail:hover .icon rect,
.rightfix_inner a.rf_mail:hover .icon polyline {
  stroke: #013593;
}
.rightfix_inner a.rf_mail:hover .icon path {
  fill: #013593;
}

.rightfix {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.rightfix.is-visible {
  opacity: 1;
  pointer-events: auto;
}

html {
  font-size: 62.5%;
}
@media (max-width: 768px) {
  html {
    font-size: 56.25%;
  }
}

/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.l-container {
  max-width: 1200px;
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .l-container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-Inner--1200 {
  max-width: 120rem;
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 769px) {
  .l-Inner--1200 {
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-Inner--1200 {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-Inner--1200 {
    padding-right: 5.33vw;
    padding-left: 5.33vw;
  }
}
.l-Inner--1200--NoSide {
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 769px) {
  .l-Footer__Inner {
    max-width: 75rem;
    box-sizing: content-box;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.l-footer {
  color: #fff;
  line-height: 1.4;
  background-color: #353e45;
  padding-top: 8rem;
}

@media print, screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 4rem;
  }
}
@media print, screen and (max-width: 768px) {
  .l-footer {
    padding-top: 4.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer .l-inner {
    flex-wrap: wrap;
  }
}
.l-footer a {
  color: #fff;
}

@media print, screen and (min-width: 1025px) {
  .l-footer a:hover,
  .l-footer a:focus {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer-link-wrap:first-child {
    flex: 0 0 34%;
  }
  .l-footer-link-wrap:nth-child(2) {
    flex: 0 0 36%;
  }
  .l-footer-link-wrap:nth-child(3) {
    flex: 0 0 21%;
  }
  .l-footer-link-wrap:last-child {
    flex: 0 0 100%;
    margin-top: 3.5rem;
  }
  .l-footer-link-wrap:last-child .l-footer-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-footer-link-wrap:last-child .l-footer-link__category {
    margin: 0;
  }
  .l-footer-link-wrap:last-child .l-footer-link__category + .l-footer-link__category {
    margin-left: 1.5rem;
  }
}
@media print, screen and (max-width: 768px) {
  .l-footer-link-wrap:nth-child(3) {
    border-bottom: 1px solid #5E666c;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-footer-link + .l-footer-link {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer-link + .l-footer-link {
    margin-top: 2rem;
  }
}
@media print, screen and (max-width: 768px) {
  .l-footer-link.is-spFlexWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 4rem;
  }
}
.l-footer-link__category {
  font-weight: bold;
}

@media print, screen and (max-width: 768px) {
  .l-footer-link__category {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-link__category + .l-footer-link__category {
    margin-top: 2rem;
  }
}
@media print, screen and (max-width: 768px) {
  .l-footer-link__category + .l-footer-link__category {
    margin-left: 1rem;
  }
}
@media print, screen and (max-width: 768px) {
  .l-footer-link__category.is-spFlex {
    font-weight: 500;
  }
}
@media print, screen and (max-width: 768px) {
  .l-footer-link__category.is-Facebook {
    flex: 0 0 100%;
    text-align: center;
    margin-top: 1.75rem;
  }
}
.l-footer-link__category.is-Facebook a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  padding-left: 1.5rem;
  background: url(../images/icon/facebookW.svg) no-repeat left center;
  background-size: 1rem;
}

@media print, screen and (max-width: 768px) {
  .l-footer-link__category.is-Facebook a {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
@media print, screen and (max-width: 768px) {
  .l-footer-link__category.js-accoBtnSP a,
  .l-footer-link__category.is-nonChildSP a {
    display: block;
    position: relative;
  }
  .l-footer-link__category.js-accoBtnSP a::after,
  .l-footer-link__category.is-nonChildSP a::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url(../images/icon/accoG.svg) no-repeat center;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
  }
  .l-footer-link__category.is-nonChildSP a::after {
    display: none;
  }
  .is-en .l-footer-link__category.is-nonChildSP a::after {
    display: block;
    transform: translateY(-50%) rotate(-90deg);
  }
  .l-footer-link__category.is-accoOpen a::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-link__item {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer-link__item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media print, screen and (max-width: 768px) {
  .l-footer-link__item {
    display: none;
  }
}
.l-footer-link__item a {
  display: block;
}

@media print, screen and (max-width: 768px) {
  .l-footer-link__item a {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-link__item a + a {
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-footer a:hover {
    color: #fff;
  }
}
.l-footer-link__item .p-Icon--Blank {
  display: inline-block;
  fill: #fff;
}

@media print, screen and (min-width: 769px) {
  .l-footer-link__item {
    font-size: 1.296rem;
  }
  .l-footer-link__item .p-Icon--Blank {
    width: 1.4rem;
    margin-left: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-link__item {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .l-footer-link__item .p-Icon--Blank {
    width: 3.73vw;
    margin-left: 2.66vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-link + .l-footer-link {
    margin-top: 3.12rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-link.is-spFlexWrap {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-link__category.is-Facebook {
    text-align: left;
    margin-top: 6.66vw;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .l-Footer__Inner {
    max-width: 120rem;
    box-sizing: content-box;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .l-Footer__Inner {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .l-Footer__Inner {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .l-Footer__Inner {
    padding-right: 5.33vw;
    padding-left: 5.33vw;
  }
}
@media screen and (max-width: 768px) {
  .l-Footer__Inner {
    padding-right: 5.33vw;
    padding-left: 5.33vw;
  }
}
@media screen and (max-width: 768px) {
  .l-Footer__Box {
    border-top: 1px solid #59636c;
  }
  .l-Footer__Box .l-footer-link + .l-footer-link {
    border-top: 1px solid #59636c;
  }
}
@media screen and (max-width: 768px) {
  .l-Footer__NaviLevel1 {
    padding-top: 5.33vw;
    padding-bottom: 5.33vw;
  }
}
@media screen and (max-width: 768px) {
  .l-Footer__NaviLevel2 {
    padding-top: 5.33vw;
    padding-bottom: 5.33vw;
  }
  .js-accoBtnSP .l-Footer__NaviLevel2 {
    padding-right: 6.66vw;
  }
  .is-en .is-nonChildSP .l-Footer__NaviLevel2 {
    padding-right: 6.66vw;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-Footer__NaviLevel3:hover .p-Icon--Blank {
    fill: #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .l-Footer__NaviLevel3 + .l-Footer__NaviLevel3 {
    margin-top: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .l-Footer__NaviLevel3 + .l-Footer__NaviLevel3 {
    padding-top: 5.33vw;
  }
}
.l-Footer__NaviLevel4:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .l-Footer__NaviLevel4 {
    margin-top: 0.62rem;
    margin-bottom: 0.62rem;
    padding-left: 1.488rem;
  }
}
@media screen and (max-width: 768px) {
  .l-Footer__NaviLevel4 {
    margin-top: 5.33vw;
    margin-bottom: 5.33vw;
    padding-left: 4vw;
  }
}
.l-Footer__NaviLevel4--Item {
  position: relative;
}

.l-Footer__NaviLevel4--Item::before {
  content: "-";
  position: absolute;
  left: 0;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .l-Footer__NaviLevel4--Item {
    padding-left: 1.488rem;
  }
  .l-Footer__NaviLevel4--Item::before {
    top: 0;
  }
  .l-Footer__NaviLevel4--Item + .l-Footer__NaviLevel4--Item {
    margin-top: 0.62rem;
  }
}
@media screen and (max-width: 768px) {
  .l-Footer__NaviLevel4--Item {
    padding-left: 4vw;
  }
  .l-Footer__NaviLevel4--Item::before {
    top: 2.66vw;
  }
  .l-Footer__NaviLevel4--Item a {
    padding-top: 2.66vw;
    padding-bottom: 2.66vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-Footer__Foot {
    max-width: 120rem;
    margin-top: 3.2rem;
    box-sizing: content-box;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .l-Footer__Foot {
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .l-Footer__Foot {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .l-Footer__Foot {
    padding-right: 5.33vw;
    padding-left: 5.33vw;
  }
}
@media screen and (max-width: 768px) {
  .l-Footer__Foot {
    margin-top: 10.66vw;
    padding-right: 5.33vw;
    padding-left: 5.33vw;
  }
}
.l-Footer__Banner {
  max-width: 40rem;
  margin-left: auto;
  margin-bottom: 6rem;
  border-radius: 2rem;
  overflow: hidden;
  display: block;
}

@media print, screen and (min-width: 1025px) {
  .l-Footer__Banner {
    transition: opacity 0.3s ease;
  }
  .l-Footer__Banner:hover {
    opacity: 0.75;
  }
}
.l-Footer__OtherPage {
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .l-Footer__OtherPage {
    font-size: 1.296rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 769px) {
  .l-Footer__OtherPage--Item + .l-Footer__OtherPage--Item {
    margin-left: 1.488rem;
    padding-left: 1.488rem;
    border-left: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .l-Footer__OtherPage--Item + .l-Footer__OtherPage--Item {
    margin-top: 5.33vw;
  }
}
.l-Footer__OtherPage--Link {
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .l-Footer__OtherPage--Link {
    font-size: 92%;
  }
}
.l-Footer__Bottom {
  background: #000;
}

@media print, screen and (min-width: 769px) {
  .l-Footer__Bottom {
    margin-top: 4rem;
    padding-top: 0.992rem;
    padding-bottom: 0.992rem;
  }
}
@media screen and (max-width: 768px) {
  .l-Footer__Bottom {
    margin-top: 10.66vw;
    padding-top: 8vw;
    padding-bottom: 5.33vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-Footer__Bottom--Inner {
    max-width: 120rem;
    box-sizing: content-box;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .l-Footer__Bottom--Inner {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .l-Footer__Bottom--Inner {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .l-Footer__Bottom--Inner {
    padding-right: 5.33vw;
    padding-left: 5.33vw;
  }
}
@media screen and (max-width: 768px) {
  .l-Footer__Bottom--Inner {
    padding-right: 5.33vw;
    padding-left: 5.33vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-Footer__Bottom--Logo {
    flex: 0 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .l-Footer__Bottom--Logo {
    width: 26.66vw;
    margin-bottom: 5.33vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-Footer__Bottom--Copy {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-Footer__Bottom--Copy {
    font-size: 3.2vw;
  }
}
.navi-footer {
  display: flex;
  align-items: center;
  gap: 70px;
  flex-wrap: wrap;
  justify-content: center;
}
.navi-footer li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}

.footer-banner {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 9.5rem 0 5.7rem;
}

.footer-copy {
  background: #FFFFFF;
}
.footer-copy-inner {
  display: flex;
  align-items: center;
  padding: 1.4rem 0 1rem;
  justify-content: space-between;
  width: min(100% - 40px, 1200px);
  margin: auto;
}
.footer-copy-inner p {
  color: #273846;
  font-size: 12px;
}

.l-Footer__Foot {
  padding-bottom: 4.5rem;
}

.l-Footer__OtherPage--Text {
  font-size: 1.3rem;
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.l-header__main-header {
  background: #fff;
  box-shadow: 0px 0px 8px #ededed;
}
.l-header__main-header--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-header__main-header--inner {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__main-header--inner {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-header__main-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-header__main-header .hader-navi {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-header__main-header .hader-navi {
    display: none;
  }
}
.l-header__main-header .hader-navi nav {
  margin-right: 40px;
}
.l-header__main-header .hader-navi nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-header__main-header .hader-navi nav ul li {
  line-height: 1.2;
}
.l-header__main-header .hader-navi nav ul li a {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #59636c;
}
.l-header__main-header .hader-navi nav ul li a:hover, .l-header__main-header .hader-navi nav ul li a:focus {
  color: #00A0FF;
}
.l-header__main-header .hader-navi nav ul li a.lang {
  display: flex;
  align-items: center;
  gap: 6px;
}
.l-header__main-header .hader-navi nav ul li a.lang svg path {
  transition: all 0.3s ease;
}
.l-header__main-header .hader-navi nav ul li a.lang:hover svg path {
  fill: #00A0FF;
}
.l-header__main-header .hader-navi nav ul li.has-border {
  border: 1px solid #4A5864;
  padding: 2px 6px;
}
.l-header__main-header .hader-navi nav ul li.has-border:nth-child(n+2) {
  margin-left: 8px;
}
.l-header__main-header .hader-navi nav ul li form {
  border-radius: 100vh;
  background: #EFEFEF;
  display: flex;
  align-items: center;
  gap: 13px;
}
.l-header__main-header .hader-navi nav ul li form input[type=text] {
  border-radius: 100vh;
  background: #EFEFEF;
  border: none;
  padding: 4px 8px;
  font-size: 1.4rem;
  width: 80px;
}
.l-header__main-header .hader-navi nav ul li form input[type=text]:focus {
  outline: none;
  border-color: #00A0FF;
}
.l-header__main-header .hader-navi nav ul li form button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  margin-right: 10px;
}
.l-header__main-header .hader-navi nav ul.navi-top {
  margin-bottom: 13px;
}
.l-header__main-header .hader-navi nav ul.navi-main {
  gap: 30px;
}
.l-header__main-header .hader-navi nav ul.navi-main li {
  font-size: clamp(1.2rem, 1rem + 0.625vw, 1.7rem);
  font-weight: bold;
}
.l-header__main-header .hader-navi nav ul.navi-main li.has-child::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10897%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010897%22%20transform%3D%22translate(-2360%2047)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10893%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010893%22%3E%0A%20%20%20%20%20%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_744%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20744%22%20transform%3D%22translate(2360%20-47)%22%20fill%3D%22none%22%20stroke%3D%22%23013593%22%20stroke-width%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20fill%3D%22none%22%2F%3E%0A%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26726%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026726%22%20d%3D%22M2364.1-40.5l2.968%2C3.572%2C2.968-3.572%22%20transform%3D%22translate(-0.072%20-0.984)%22%20fill%3D%22none%22%20stroke%3D%22%23013593%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.l-header__main-header .hader-navi .stechi-logo img {
  display: block;
}
.l-header__subnavi {
  background-color: #fff;
  box-shadow: 0px 0px 8px #ededed;
}
@media screen and (max-width: 1024px) {
  .l-header__subnavi {
    display: none;
  }
}
.l-header__subnavi--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.l-header__subnavi--inner .current {
  font-size: 2rem;
  font-weight: 600;
  color: #00A0FF;
}
.l-header__subnavi--inner nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-header__subnavi--inner nav ul li {
  line-height: 1.2;
  padding: 0 3rem;
  border-left: 1px solid #707070;
}
.l-header__subnavi--inner nav ul li:not(:first-child) {
  margin-left: 1.5rem;
}
.l-header__subnavi--inner nav ul li:last-child {
  border-right: 1px solid #707070;
}
.l-header__subnavi--inner nav ul li a {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #59636c;
}
.l-header__subnavi--inner nav ul li a:hover, .l-header__subnavi--inner nav ul li a:focus {
  color: #00A0FF;
}
.l-header .header-logo a {
  color: inherit;
}
.l-header .header-logo .logo-text-s {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 6px;
}
.l-header .header-logo .logo-text-l {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .l-header .header-logo .logo-text-l {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .mm-trigger {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1001;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: none;
    background: #fff;
    border-radius: 8px;
  }
  .l-header .mm-trigger .mm-bar {
    display: block;
    width: 26px;
    height: 2px;
    background: #273846;
    margin: 3px 0;
  }
  .l-header .mm {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 1000;
  }
  .l-header .mm[aria-hidden=false] {
    opacity: 1;
    pointer-events: auto;
  }
  .l-header .mm__inner {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: min(88vw, 380px);
    background: #fff;
    overflow-y: auto;
    padding: 20px 16px 40px;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.08);
    transform: translateX(100%);
    transition: transform 0.2s ease;
  }
  .l-header .mm[aria-hidden=false] .mm__inner {
    transform: translateX(0);
  }
  .l-header .mm__section {
    margin-bottom: 20px;
  }
  .l-header .mm__section-title {
    font-size: 12px;
    letter-spacing: 0.08em;
    color: #6b7280;
    margin: 8px 0;
  }
  .l-header .mm__list, .l-header .mm__list ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .l-header .mm__list > li {
    border-bottom: 1px solid #eee;
  }
  .l-header .mm__list a {
    display: block;
    padding: 14px 8px;
    text-decoration: none;
    color: #273846;
  }
  .l-header .mm__list .has-child > a::after {
    content: "›";
    float: right;
  }
  .l-header .mm__search {
    padding: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    display: flex;
    gap: 8px;
  }
  .l-header .mm__search input[type=text] {
    flex: 1;
    border: none;
    outline: none;
  }
  .l-header .mm__search button {
    border: none;
    background: transparent;
    padding: 0;
  }
  .l-header .mm a > img {
    max-width: calc(100% - 40px);
    height: auto;
  }
}
@media (min-width: 1025px) {
  .l-header .mm-trigger,
  .l-header #mobileMenu {
    display: none;
  }
}

/*==============================================
button
==============================================*/
.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-size: 1.7rem;
  font-weight: 500;
  width: 245px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 100%;
    height: 60px;
    font-size: 1.4rem;
    max-width: 245px;
    margin: auto;
  }
}
.c-button--dl {
  background-color: #31E3F7;
  color: #273846;
  border: 2px solid #31E3F7;
}
.c-button--dl::before {
  content: "";
  display: block;
  width: 15px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.125%22%20height%3D%2218.438%22%20viewBox%3D%220%200%2015.125%2018.438%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10288%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010288%22%20transform%3D%22translate(-1041.438%20-19.172)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10287%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010287%22%20transform%3D%22translate(0%202)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26640%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026640%22%20d%3D%22M190.993-818.556a1.642%2C1.642%2C0%2C0%2C1-1.208-.492%2C1.642%2C1.642%2C0%2C0%2C1-.492-1.208v-11.9a1.642%2C1.642%2C0%2C0%2C1%2C.492-1.208%2C1.642%2C1.642%2C0%2C0%2C1%2C1.208-.492h8.582a1.642%2C1.642%2C0%2C0%2C1%2C1.208.492%2C1.642%2C1.642%2C0%2C0%2C1%2C.492%2C1.208v11.9a1.642%2C1.642%2C0%2C0%2C1-.492%2C1.208%2C1.642%2C1.642%2C0%2C0%2C1-1.208.492Zm0-1.02h8.582a.649.649%2C0%2C0%2C0%2C.467-.213.65.65%2C0%2C0%2C0%2C.212-.467v-11.9a.649.649%2C0%2C0%2C0-.212-.467.649.649%2C0%2C0%2C0-.467-.212h-8.582a.649.649%2C0%2C0%2C0-.467.212.649.649%2C0%2C0%2C0-.213.467v11.9a.649.649%2C0%2C0%2C0%2C.213.467A.649.649%2C0%2C0%2C0%2C190.993-819.575Zm-3.144%2C4.164a1.642%2C1.642%2C0%2C0%2C1-1.208-.492%2C1.642%2C1.642%2C0%2C0%2C1-.492-1.208v-12.915h1.02v12.915a.649.649%2C0%2C0%2C0%2C.212.467.65.65%2C0%2C0%2C0%2C.467.212h9.6v1.02Zm2.464-4.164v0Z%22%20transform%3D%22translate(855.288%20851.022)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M2.5%2C0%2C5%2C3H0Z%22%20transform%3D%22translate(1053%2029)%20rotate(180)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_17287%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2017287%22%20width%3D%221%22%20height%3D%225%22%20transform%3D%22translate(1050%2021)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}
.c-button--dl:hover {
  background: #00A0FF;
  border-color: #00A0FF;
  color: #fff;
}
.c-button--dl:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.125%22%20height%3D%2218.438%22%20viewBox%3D%220%200%2015.125%2018.438%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10288%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010288%22%20transform%3D%22translate(-1041.438%20-19.172)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10287%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010287%22%20transform%3D%22translate(0%202)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26640%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026640%22%20d%3D%22M190.993-818.556a1.642%2C1.642%2C0%2C0%2C1-1.208-.492%2C1.642%2C1.642%2C0%2C0%2C1-.492-1.208v-11.9a1.642%2C1.642%2C0%2C0%2C1%2C.492-1.208%2C1.642%2C1.642%2C0%2C0%2C1%2C1.208-.492h8.582a1.642%2C1.642%2C0%2C0%2C1%2C1.208.492%2C1.642%2C1.642%2C0%2C0%2C1%2C.492%2C1.208v11.9a1.642%2C1.642%2C0%2C0%2C1-.492%2C1.208%2C1.642%2C1.642%2C0%2C0%2C1-1.208.492Zm0-1.02h8.582a.649.649%2C0%2C0%2C0%2C.467-.213.65.65%2C0%2C0%2C0%2C.212-.467v-11.9a.649.649%2C0%2C0%2C0-.212-.467.649.649%2C0%2C0%2C0-.467-.212h-8.582a.649.649%2C0%2C0%2C0-.467.212.649.649%2C0%2C0%2C0-.213.467v11.9a.649.649%2C0%2C0%2C0%2C.213.467A.649.649%2C0%2C0%2C0%2C190.993-819.575Zm-3.144%2C4.164a1.642%2C1.642%2C0%2C0%2C1-1.208-.492%2C1.642%2C1.642%2C0%2C0%2C1-.492-1.208v-12.915h1.02v12.915a.649.649%2C0%2C0%2C0%2C.212.467.65.65%2C0%2C0%2C0%2C.467.212h9.6v1.02Zm2.464-4.164v0Z%22%20transform%3D%22translate(855.288%20851.022)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M2.5%2C0%2C5%2C3H0Z%22%20transform%3D%22translate(1053%2029)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_17287%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2017287%22%20width%3D%221%22%20height%3D%225%22%20transform%3D%22translate(1050%2021)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.c-button--mail {
  background-color: #013593;
  color: #fff;
  border: 2px solid #013593;
}
.c-button--mail::before {
  content: "";
  display: block;
  width: 17px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.534%22%20height%3D%2212.825%22%20viewBox%3D%220%200%2016.534%2012.825%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26641%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026641%22%20d%3D%22M127.584-741.635a1.384%2C1.384%2C0%2C0%2C1-1.018-.416%2C1.385%2C1.385%2C0%2C0%2C1-.416-1.018v-9.957a1.384%2C1.384%2C0%2C0%2C1%2C.416-1.018%2C1.384%2C1.384%2C0%2C0%2C1%2C1.018-.416h13.667a1.384%2C1.384%2C0%2C0%2C1%2C1.018.416%2C1.384%2C1.384%2C0%2C0%2C1%2C.416%2C1.018v9.957a1.385%2C1.385%2C0%2C0%2C1-.416%2C1.018%2C1.384%2C1.384%2C0%2C0%2C1-1.018.416ZM134.417-748l-7.4-4.844v9.77a.561.561%2C0%2C0%2C0%2C.162.414.56.56%2C0%2C0%2C0%2C.413.162h13.659a.56.56%2C0%2C0%2C0%2C.413-.162.561.561%2C0%2C0%2C0%2C.162-.414v-9.77Zm0-.969%2C7.1-4.63h-14.2Zm-7.4-3.875v9.77a.561.561%2C0%2C0%2C0%2C.162.414.56.56%2C0%2C0%2C0%2C.413.162h-.575Z%22%20transform%3D%22translate(-126.15%20754.46)%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}
.c-button--mail:hover {
  background: #fff;
  color: #013593;
}
.c-button--mail:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.534%22%20height%3D%2212.825%22%20viewBox%3D%220%200%2016.534%2012.825%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26641%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026641%22%20d%3D%22M127.584-741.635a1.384%2C1.384%2C0%2C0%2C1-1.018-.416%2C1.385%2C1.385%2C0%2C0%2C1-.416-1.018v-9.957a1.384%2C1.384%2C0%2C0%2C1%2C.416-1.018%2C1.384%2C1.384%2C0%2C0%2C1%2C1.018-.416h13.667a1.384%2C1.384%2C0%2C0%2C1%2C1.018.416%2C1.384%2C1.384%2C0%2C0%2C1%2C.416%2C1.018v9.957a1.385%2C1.385%2C0%2C0%2C1-.416%2C1.018%2C1.384%2C1.384%2C0%2C0%2C1-1.018.416ZM134.417-748l-7.4-4.844v9.77a.561.561%2C0%2C0%2C0%2C.162.414.56.56%2C0%2C0%2C0%2C.413.162h13.659a.56.56%2C0%2C0%2C0%2C.413-.162.561.561%2C0%2C0%2C0%2C.162-.414v-9.77Zm0-.969%2C7.1-4.63h-14.2Zm-7.4-3.875v9.77a.561.561%2C0%2C0%2C0%2C.162.414.56.56%2C0%2C0%2C0%2C.413.162h-.575Z%22%20transform%3D%22translate(-126.15%20754.46)%22%20fill%3D%22%23054cc9%22%2F%3E%0A%3C%2Fsvg%3E");
}
.c-button--square {
  background-color: #013593;
  color: #fff;
  border: 2px solid #013593;
  justify-content: space-between;
  width: 320px;
  padding: 23px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: auto;
}
.c-button--square:hover {
  background: #fff;
  color: #013593;
}
.c-button--square:hover svg path {
  stroke: #013593;
}

/*==============================================
pagelink
================================================*/
.c-pagelink__inner ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.c-pagelink__inner ul li {
  width: calc((100% - 24px) / 4);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-pagelink__inner ul li {
    width: calc((100% - 16px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .c-pagelink__inner ul li {
    width: 100%;
  }
}
.c-pagelink__inner ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 73px;
  border: 1px solid #D6D6D6;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  color: #273846;
  padding: 23px 40px 23px 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-pagelink__inner ul li a {
    font-size: 1.4rem;
  }
}
.c-pagelink__inner ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 10px;
  height: 5px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.395%22%20height%3D%227.92%22%20viewBox%3D%220%200%2012.395%207.92%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_8908%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%208908%22%20transform%3D%22translate(-2.803%20-7.595)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_8908-2%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%208908%22%20transform%3D%22translate(22%200)%20rotate(90)%22%3E%0A%20%20%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10503%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010503%22%20transform%3D%22translate(8.548%206.5)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26009%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026009%22%20d%3D%22M0%2C0%2C5.777%2C5.469%2C0%2C10.943%22%20transform%3D%22translate(-0.265%201.029)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat center/cover;
}
.c-pagelink__inner ul li a:hover {
  background: #D6D6D6;
}

/*===============================================
section
================================================*/
.c-section-maintitle {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 4rem;
  color: #00A0FF;
}
.c-section-subtitle {
  font-size: 3.4rem;
  font-weight: 600;
  margin-bottom: 4rem;
  color: #273846;
  line-height: 1.76;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .c-section-subtitle {
    font-size: 2.4rem;
  }
}

/*====================================
 2カラム画像コンポーネント
====================================*/
.c-2col {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-2col {
    flex-direction: column;
  }
}
.c-2col__item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .c-2col__item {
    width: 100%;
  }
}
.c-2col__item-bgblue {
  background: #F0F7FF;
  padding: 25px 33px 60px;
}
.c-2col__item--num {
  font-size: 4.1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #00A0FF;
  line-height: 1.5;
  text-align: left;
}
.c-2col__item--img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.c-2col__item h3 {
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.8;
  margin-bottom: 30px;
}

/*====================================
 2カラムテキスト画像コンポーネント
====================================*/
.c-img-text-2col__text {
  text-align: left;
}
.c-img-text-2col__text h3 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.8;
  margin-bottom: 18px;
}
.c-img-text-2col__text--name {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  margin-bottom: 42px;
}

.c-text-2col .c-2col__item {
  background: #EFF5FC;
  padding: 6rem;
}
@media screen and (max-width: 767px) {
  .c-text-2col .c-2col__item {
    padding: 3rem;
  }
}
.c-text-2col .c-2col--num {
  padding: 8px 31px;
  border: 1px solid #00A0FF;
  color: #00A0FF;
  border-radius: 100vh;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  background: #fff;
  display: inline-block;
  margin: auto;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 50px;
}
.c-text-2col h3 {
  text-align: left;
  position: relative;
}
.c-text-2col h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -60px;
  width: 10px;
  height: 100%;
  background: #00A0FF;
}
.c-text-2col p {
  text-align: left;
}

/*=============================================
dl
===============================================*/
.c-dl {
  padding: 100px 0;
}
.c-dl__title {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: 60px;
}
.c-dl__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-dl__items {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.c-dl__item {
  width: calc((100% - 80px) / 3);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-dl__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-dl__item {
    width: 100%;
  }
}
.c-dl__item a {
  text-align: center;
  border: 1px solid #E2E2E2;
  padding: 40px 45px 50px;
  display: flex;
  flex-direction: column;
  color: inherit;
}
.c-dl__item a:hover .c-button {
  background: #00A0FF;
  border-color: #00A0FF;
  color: #fff;
}
.c-dl__item a:hover .c-button::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.125%22%20height%3D%2218.438%22%20viewBox%3D%220%200%2015.125%2018.438%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10288%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010288%22%20transform%3D%22translate(-1041.438%20-19.172)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10287%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010287%22%20transform%3D%22translate(0%202)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26640%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026640%22%20d%3D%22M190.993-818.556a1.642%2C1.642%2C0%2C0%2C1-1.208-.492%2C1.642%2C1.642%2C0%2C0%2C1-.492-1.208v-11.9a1.642%2C1.642%2C0%2C0%2C1%2C.492-1.208%2C1.642%2C1.642%2C0%2C0%2C1%2C1.208-.492h8.582a1.642%2C1.642%2C0%2C0%2C1%2C1.208.492%2C1.642%2C1.642%2C0%2C0%2C1%2C.492%2C1.208v11.9a1.642%2C1.642%2C0%2C0%2C1-.492%2C1.208%2C1.642%2C1.642%2C0%2C0%2C1-1.208.492Zm0-1.02h8.582a.649.649%2C0%2C0%2C0%2C.467-.213.65.65%2C0%2C0%2C0%2C.212-.467v-11.9a.649.649%2C0%2C0%2C0-.212-.467.649.649%2C0%2C0%2C0-.467-.212h-8.582a.649.649%2C0%2C0%2C0-.467.212.649.649%2C0%2C0%2C0-.213.467v11.9a.649.649%2C0%2C0%2C0%2C.213.467A.649.649%2C0%2C0%2C0%2C190.993-819.575Zm-3.144%2C4.164a1.642%2C1.642%2C0%2C0%2C1-1.208-.492%2C1.642%2C1.642%2C0%2C0%2C1-.492-1.208v-12.915h1.02v12.915a.649.649%2C0%2C0%2C0%2C.212.467.65.65%2C0%2C0%2C0%2C.467.212h9.6v1.02Zm2.464-4.164v0Z%22%20transform%3D%22translate(855.288%20851.022)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M2.5%2C0%2C5%2C3H0Z%22%20transform%3D%22translate(1053%2029)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_17287%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2017287%22%20width%3D%221%22%20height%3D%225%22%20transform%3D%22translate(1050%2021)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.c-dl__item a:hover .dl-thumb img {
  scale: 1.05;
}
.c-dl__item h3 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.8;
  margin-bottom: 18px;
}
.c-dl__item .c-button {
  margin: auto;
  transition: all 0.3s ease;
}
.c-dl__item .dl-thumb {
  padding: 0 0 40px;
}
.c-dl__item .dl-thumb img {
  transition: all 0.3s ease;
  scale: 1;
}
.c-dl__item .--radius5 {
  border-radius: 5px;
}

/*=============================================
contact
===============================================*/
.c-contact {
  padding-bottom: 10rem;
}
.c-contact__inner {
  max-width: 1326px;
  margin: auto;
  background: linear-gradient(-90deg, #0B48DD 0%, #01A0FF 100%);
  padding: 8rem 6.3rem;
}
@media screen and (max-width: 767px) {
  .c-contact__inner {
    padding: 4rem 2rem;
  }
}
.c-contact__title {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #fff;
  margin-bottom: 2.4rem;
}
.c-contact__title + p {
  color: #fff;
}
.c-contact-items {
  margin-top: 6rem;
  display: flex;
  gap: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-contact-items {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .c-contact-items {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
}
.c-contact-item {
  flex: 1;
  height: 100%;
}
.c-contact-item .note {
  font-size: 1.4rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-contact-item .note {
    padding-right: 0;
  }
}
.c-contact-item a {
  background: rgba(255, 255, 255, 0.18);
  padding: 4.6rem 3.4rem 5.2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.34);
}
.c-contact-item .button-outer {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 34px;
  bottom: 52px;
  background: #00A0FF;
  border: 1px solid #fff;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.c-contact-item .button-outer svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-contact-item h3 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 22px;
}
.c-contact-item h3 .en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}
.c-contact-item h3 .ja {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #fff;
  line-height: 1.4;
}
.c-contact-item p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-contact-item p {
    padding-right: 70px;
  }
}
.c-contact-item a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.c-contact-item a:hover .button-outer {
  background: #fff;
}
.c-contact-item a:hover .button-outer svg path {
  stroke: #00A0FF;
}

/*===========================================================
  MV
  ==========================================================*/
.p-mv {
  position: relative;
  width: 100%;
  height: 67.5rem;
  display: flex;
  justify-content: center;
  color: #fff;
  padding-top: 60px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .p-mv {
    padding-top: 7%;
    flex-direction: column;
    height: auto;
  }
}
.p-mv::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  aspect-ratio: 3294/2875;
  height: auto;
  transform: translateY(-50%);
  background: url("../images/top/mvbg.png") no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-mv::before {
    height: 87vw;
    top: 0;
    transform: translateY(-20%);
  }
}
.p-mv__inner {
  width: max(80vw, 600px);
  margin-left: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-mv__inner {
    width: calc(100% - 200px);
    margin-left: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__inner {
    width: calc(100% - 40px);
    align-items: center;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__title {
    margin-bottom: 10%;
  }
}
.p-mv__subtitle {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #273846;
}
.p-mv__subtitle::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #00A0FF;
}
.p-mv__subtitle + p {
  color: #273846;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-mv__subtitle + p {
    text-align: center;
  }
}
.p-mv__button {
  margin-top: 9rem;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-mv__button {
    flex-direction: column;
    margin-top: 2rem;
    gap: 12px;
    width: 100%;
  }
}
.p-mv .hero-text {
  text-align: center;
  margin-top: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-mv .hero-text {
    position: static;
    margin-top: 6rem;
  }
}
.p-mv .animate-text {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  /* 改行させない */
  font-size: 6.6vw;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-weight: 300;
  background: radial-gradient(circle at center, #95E7FE 0%, #353ED9 80%, #19084F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-mv .animate-text {
  display: inline-block;
  perspective: 900px;
  /* 3Dの奥行き */
}
.p-mv .animate-text span {
  display: inline-block;
  backface-visibility: hidden;
  will-change: transform, opacity, filter;
}
@media (max-width: 768px) {
  .p-mv .animate-text {
    white-space: normal;
    /* 折り返し許可 */
    overflow-wrap: break-word;
    /* 長い単語は折り返す */
    word-break: keep-all;
    /* 単語の途中では改行しない */
    text-align: center;
    /* 中央揃え */
    font-size: 10vw;
  }
}
@media (max-width: 400px) {
  .p-mv .animate-text {
    font-size: 14vw;
  }
}
.p-mv.sync {
  height: 52.2rem;
  background: url("../images/sync/mvbg.png") no-repeat center/cover;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-mv.sync {
    height: auto;
    padding-bottom: 6rem;
  }
}
.p-mv.sync::before {
  display: none;
}
.p-mv.sync .p-mv__inner {
  width: 100%;
  max-width: min(100% - 40px, 1200px);
  margin-left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-mv.sync .p-mv__inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv.sync .p-mv__inner {
    width: calc(100% - 40px);
    align-items: center;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-mv.sync .p-mv__inner .p-mv__subtitle {
  color: #fff;
}
.p-mv.sync .p-mv__inner .p-mv__subtitle + p {
  color: #fff;
  text-align: left;
}
.p-mv.sync .p-mv__inner .p-mv__button {
  margin-top: 3rem;
}

.p-BreadCrumb {
  background: #f2f3f4;
}
.p-BreadCrumb a {
  text-decoration: none;
  color: #333;
}

.is-top .p-BreadCrumb, .is-jigyou .p-BreadCrumb, .is-infographics .p-BreadCrumb, .is-pioneers .p-BreadCrumb, .is-sitemap .p-BreadCrumb, .is-comp .p-BreadCrumb, .is-privacy .p-BreadCrumb, .is-policy .p-BreadCrumb, .is-contact .p-BreadCrumb, .is-sitepolicy .p-BreadCrumb, .is-search .p-BreadCrumb, .is-en_corporate .p-BreadCrumb, .is-en_who_we_are .p-BreadCrumb, .is-en_business_focus .p-BreadCrumb, .is-en_csr .p-BreadCrumb, .is-en_news .p-BreadCrumb {
  background: #fff;
}

@media print, screen and (min-width: 769px) {
  .p-BreadCrumb {
    padding-top: 1.25rem;
  }
  .is-top .p-BreadCrumb {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-BreadCrumb {
    padding-top: 5.33vw;
  }
  .is-top .p-BreadCrumb {
    padding-top: 26.66vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-BreadCrumb__List {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-BreadCrumb__List {
    padding-bottom: 5.33vw;
  }
}
.p-BreadCrumb__Item {
  display: inline;
  color: #59636c;
}

.p-BreadCrumb__Item + .p-BreadCrumb__Item::before {
  content: "/";
}

@media print, screen and (min-width: 769px) {
  .p-BreadCrumb__Item {
    font-size: 1.2rem;
  }
  .p-BreadCrumb__Item + .p-BreadCrumb__Item::before {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-BreadCrumb__Item {
    font-size: 1.392rem;
  }
}
@media screen and (max-width: 768px) {
  .p-BreadCrumb__Item {
    font-size: 2.93vw;
  }
  .p-BreadCrumb__Item + .p-BreadCrumb__Item::before {
    margin-right: 1.33vw;
    margin-left: 1.33vw;
  }
}
.p-BreadCrumb__Link {
  color: #59636c;
  text-decoration: none;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  .p-BreadCrumb__Link:hover {
    color: #273846;
    text-decoration: underline;
  }
}
/*===============================================
top
================================================*/
.p-top__case {
  padding-top: 10rem;
  padding-bottom: 7rem;
}
.p-top__case__title {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: 63px;
}
.p-top__case__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 2.4rem;
}
.p-top__case__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 8px;
}
.p-top__case__list li img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.p-top__about {
  background: #F5F6F7;
  padding: 10rem 0;
}
.p-top__about-point {
  margin: 6rem auto;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top__about-point {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-top__about-point__img {
  margin-top: 6rem;
  text-align: center;
  background: #fff;
  padding: 58px 0 55px;
}
@media screen and (max-width: 767px) {
  .p-top__about-point__img {
    padding: 30px 10px 28px;
    margin-top: 2rem;
  }
}
.p-top__about-point__img--text {
  text-align: center;
}
.p-top__about-point__img--text span:nth-child(1) {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.025em;
  display: block;
  margin-bottom: 1rem;
}
.p-top__about-point__img--text span:nth-child(2) {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  display: block;
  margin-bottom: 4.2rem;
}
.p-top__about-point__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 4rem 3.2rem;
  background: #fff;
  border: 2px solid #00A0FF;
}
@media screen and (max-width: 767px) {
  .p-top__about-point__item {
    width: 100%;
    flex: auto;
  }
}
.p-top__about-point__item .num {
  font-size: 1.6rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
  background: #00A0FF;
  padding: 0.3rem 1.5rem 0.2rem 1.5rem;
  border-radius: 50px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  margin-bottom: 1.6rem;
  margin-right: auto;
  margin-left: auto;
}
.p-top__about-point__item h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 3rem;
  text-align: center;
  color: #273846;
  letter-spacing: 0.025em;
  line-height: 1.2;
}
.p-top__about-point__item p {
  font-size: 1.6rem;
  line-height: 1.875;
}
.p-top__lineup {
  padding: 10rem 0;
}
.p-top__lineup .lineup-bg {
  position: relative;
}
.p-top__lineup .lineup-bg::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, transparent, #00A0FF);
  opacity: 0.2;
  z-index: -1;
}
.p-top__lineup .lineup-bg::after {
  content: "";
  position: absolute;
  bottom: -23.2rem;
  height: 23.2rem;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #00A0FF;
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top__lineup .lineup-bg::after {
    bottom: -20vw;
    height: 20vw;
  }
}
.p-top__lineup-list {
  margin-top: 6rem;
  margin-bottom: 26rem;
  position: relative;
  z-index: 1;
}
.p-top__lineup-list ul {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top__lineup-list ul {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-top__lineup-list ul li {
  flex: 1;
}
.p-top__lineup-list ul li a {
  display: flex;
  flex-direction: column;
  padding: 34px 22px 1.6rem;
  background: linear-gradient(-45deg, #0B48DD 0%, #01A0FF 100%);
  border: 1px solid transparent;
  -o-border-image: linear-gradient(-45deg, #0B48DD 0%, #01A0FF 100%);
     border-image: linear-gradient(-45deg, #0B48DD 0%, #01A0FF 100%);
  border-image-slice: 1;
  height: 100%;
}
.p-top__lineup-list ul li a .title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 300;
  gap: 12px;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top__lineup-list ul li a .title {
    flex-direction: column;
    line-height: 1.2;
  }
}
.p-top__lineup-list ul li a .text {
  background: rgba(255, 255, 255, 0.24);
  padding: 23px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 26px;
  overflow-wrap: anywhere;
}
.p-top__lineup-list ul li a svg {
  margin: auto;
  transition: all 0.3s ease;
}
.p-top__lineup-list ul li a:hover {
  filter: brightness(1.1);
}
.p-top__lineup-list ul li a:hover svg {
  transform: translateY(1rem);
}
.p-top__lineup #lineup01::before {
  background: url("../images/top/bg-sync.png") no-repeat center top/cover;
}
.p-top__lineup #lineup02 {
  padding-bottom: 10rem;
}
.p-top__lineup #lineup02::before {
  background: url("../images/top/bg01.png") no-repeat center top/cover;
}
.p-top__lineup #lineup03::before {
  background: url("../images/top/bg02.png") no-repeat center top/cover;
}
.p-top__lineup-item {
  padding-top: 192px;
  text-align: center;
  position: relative;
}
.p-top__lineup-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 70rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-top__lineup-item__inner {
  background: #FFFFFF;
  max-width: 1328px;
  margin: 0 auto 8rem;
}
.p-top__lineup-item__title {
  background: linear-gradient(-90deg, #0B48DD 0%, #01A0FF 100%);
  position: relative;
  padding: 2rem;
  text-align: center;
  position: relative;
}
.p-top__lineup-item__title span {
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 0.025em;
  display: block;
  position: relative;
}
.p-top__lineup-item__title img {
  position: relative;
}
.p-top__lineup-item__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 376px;
  height: 344px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22376%22%20height%3D%22344%22%20viewBox%3D%220%200%20376%20344%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E%0A%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_21271%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2021271%22%20width%3D%22376%22%20height%3D%22344%22%20transform%3D%22translate(36%208247)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22itembg%22%20transform%3D%22translate(-36%20-8247)%22%20opacity%3D%220.4%22%20clip-path%3D%22url(%23clip-path)%22%20style%3D%22mix-blend-mode%3A%20multiply%3Bisolation%3A%20isolate%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51893%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051893%22%20transform%3D%22translate(301.1%205996.594)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_32037%22%20data-name%3D%22%E3%83%91%E3%82%B9%2032037%22%20d%3D%22M-107.594%2C22.264h77.182l140.75%2C203.728H33.156Z%22%20transform%3D%22translate(-173.07%202116.209)%22%20fill%3D%22%2331e3f7%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_32038%22%20data-name%3D%22%E3%83%91%E3%82%B9%2032038%22%20d%3D%22M-107.594%2C22.264h77.182l140.75%2C203.728H33.156Z%22%20transform%3D%22translate(-256.792%202116.209)%22%20fill%3D%22%232a65f5%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_32039%22%20data-name%3D%22%E3%83%91%E3%82%B9%2032039%22%20d%3D%22M-107.594%2C225.992h77.182L110.338%2C22.264H33.156Z%22%20transform%3D%22translate(-200.153%202319.938)%22%20fill%3D%22%232a65f5%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_32040%22%20data-name%3D%22%E3%83%91%E3%82%B9%2032040%22%20d%3D%22M-107.594%2C225.992h77.182L110.338%2C22.264H33.156Z%22%20transform%3D%22translate(-283.875%202319.938)%22%20fill%3D%22%232a65f5%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat left top/cover;
  z-index: 0;
}
.p-top__lineup-item__text {
  padding-top: 6rem;
  padding-left: 6.4rem;
  padding-right: 6.4rem;
  margin-bottom: 6.4rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top__lineup-item__text {
    padding: 2rem;
    margin-right: 2rem;
    margin-left: 2rem;
    position: relative;
  }
}
.p-top__lineup-item__recommend .recommend-inner {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: #F0F7FF;
}
@media screen and (max-width: 767px) {
  .p-top__lineup-item__recommend .recommend-inner {
    flex-direction: column;
    width: calc(100% - 40px);
  }
}
.p-top__lineup-item__recommend h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #01A0FF;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0;
  padding: 2rem;
}
.p-top__lineup-item__recommend ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
}
.p-top__lineup-item__recommend ul li {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top__lineup-item__recommend ul li {
    text-align: left;
  }
}
.p-top__lineup-item__recommend ul li::before {
  content: "■";
  padding-right: 0.6rem;
}
.p-top__lineup-item__img {
  padding: 4rem 6rem 4rem;
  margin-right: 6.4rem;
  margin-left: 6.4rem;
  border-radius: 1rem;
  margin-top: 10rem;
}
@media screen and (max-width: 1024px) {
  .p-top__lineup-item__img {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top__lineup-item__img {
    padding: 0;
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__lineup-item__img {
    padding: 0;
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.p-top__lineup-item__img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.p-top__lineup-item__img--ballon {
  display: flex;
  align-items: center;
  padding: 0 5.3rem 5rem;
  gap: 4.2rem;
  margin-bottom: 3rem;
  margin-top: -10rem;
  border-bottom: 1px solid #E2E2E2;
}
.p-top__lineup-item__img--ballon .is-under1024 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-top__lineup-item__img--ballon .is-under1024 {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .p-top__lineup-item__img--ballon {
    padding: 0 0 3rem;
    flex-direction: column;
    margin-top: 0;
  }
}
.p-top__lineup-item__img--ballon-item {
  display: flex;
  width: calc((100% - 8.4rem) / 3);
  flex-direction: column;
  gap: 2.3rem;
}
@media screen and (max-width: 1024px) {
  .p-top__lineup-item__img--ballon-item {
    display: none;
  }
}
.p-top__lineup-item__img--ballon-item .baloon-box {
  background: white;
  padding: 2.4rem 2.4rem 3.5rem;
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  padding: 1.6rem;
  border: 2px solid #273846;
  border-radius: 1rem;
  background-color: white;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #273846;
  filter: drop-shadow(3px 3px 0px #273846);
}
.p-top__lineup-item__img--ballon-item .baloon-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 2rem 2rem 0 0;
  border-color: #273846 transparent transparent;
  translate: -50% 100%;
}
.p-top__lineup-item__img--ballon-item .baloon-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.2px 15.2px 0 0;
  border-color: #fff transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
}
.p-top__lineup-item__img--ballon-item .baloon-box .baloon-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
.p-top__lineup-item__img--ballon-item .baloon-box p {
  line-height: 1.8;
}
.p-top__lineup-item__img--ballon-item:not(:last-child) .baloon-img {
  position: relative;
}
.p-top__lineup-item__img--ballon-item:not(:last-child) .baloon-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -4.2rem;
  width: 4.2rem;
  height: 2px;
  background: #59636C;
}
@media screen and (max-width: 1024px) {
  .p-top__lineup-item__img--ballon-item:not(:last-child) .baloon-img::after {
    display: none;
  }
}
.p-top__lineup-item__case {
  padding: 8rem 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-top__lineup-item__case {
    padding: 4rem 2rem;
  }
}
.p-top__lineup-item__case h2 {
  text-align: left;
}
.p-top__lineup-item__case h2 + p {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: 6rem;
  line-height: 1.8;
  text-align: left;
}
.p-top__lineup-item__case h2.-case {
  margin-top: 8rem;
}
.p-top__lineup-item__case .c-button-wrap {
  text-align: center;
}
.p-top__lineup-item__case .c-button-wrap .c-button {
  margin: auto;
}
.p-top__lineup-textbox {
  background: #F0F7FF;
  padding: 3.7rem 4rem 4.4rem;
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin: 0 6.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top__lineup-textbox {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__lineup-textbox {
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    margin: 0 2rem;
  }
}
.p-top__lineup-textbox ul {
  flex: 1;
}
.p-top__lineup-textbox ul li {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 600;
  line-height: 1.8;
}
.p-top__lineup-textbox ul li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 1px;
  background: #00A0FF;
}
.p-top__stechi {
  background: url("../images/top/bg03.png") no-repeat center top/cover;
  padding: 10rem 0;
}
.p-top__stechi h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
  text-align: center;
  margin-bottom: 1rem;
}
.p-top__stechi h2 span {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.8;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top__stechi h2 span {
    font-size: 2.4rem;
  }
}
.p-top__stechi h2 + p {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .p-top__stechi h2 + p {
    font-size: 1.8rem;
  }
}
.p-top__stechi .c-2col {
  margin: 6rem 0;
}
.p-top__stechi .c-2col__item {
  background: #fff;
  padding: 7rem 6rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-top__stechi .c-2col__item {
    padding: 4rem 2rem;
  }
}
.p-top__stechi .c-2col--num {
  letter-spacing: 0.025em;
  padding: 1.2rem 2.6rem;
  border: 1px solid #707070;
  display: inline-block;
  border-radius: 100vh;
  margin-bottom: 3rem;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top__stechi .c-2col--img {
  margin-top: auto;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top__stechi .c-2col--img img {
    width: 100%;
  }
}

.c-pagelink {
  padding-bottom: 6rem;
}

/*===========================================================
  Sync
  ==========================================================*/
.p-sync__solution {
  padding-top: 9.5rem;
  padding-bottom: 0;
}
.p-sync__solution .solution-bg {
  position: relative;
  margin-bottom: 3rem;
}
.p-sync__solution .solution-bg::before {
  content: "";
  position: absolute;
  top: 0;
  height: calc(100% - 12.9rem);
  width: 100%;
  background: linear-gradient(to bottom, transparent, #00A0FF);
  opacity: 0.2;
}
.p-sync__solution .solution-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 12.9rem;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #00A0FF;
  opacity: 0.2;
  z-index: -1;
}
.p-sync__solution-items {
  padding-bottom: 12rem;
  position: relative;
}
.p-sync__solution-items ul {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-sync__solution-items ul {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-sync__solution-items ul li {
  flex: 1;
  padding: 4.5rem 4rem;
  font-size: 2rem;
  background: #fff;
  border: 2px solid #00A0FF;
}
.p-sync__solution-items ul li span {
  font-weight: 600;
  color: #00A0FF;
}
.p-sync__solution-detail {
  padding-bottom: 12rem;
}
.p-sync__solution-detail__title {
  background: linear-gradient(-90deg, #0B48DD, #01A0FF);
  position: relative;
  overflow: hidden;
  min-height: 137px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 600;
  gap: 2.5rem;
  margin-bottom: 4rem;
}
.p-sync__solution-detail__title span {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-sync__solution-detail__title {
    padding: 1rem;
    font-size: 2.4rem;
    flex-direction: column;
    gap: 1rem;
    min-height: 1px;
  }
}
.p-sync__solution-detail__title::before {
  content: "";
  display: block;
  width: 209px;
  height: 137px;
  background-image: url("../images/sync/sync-titlebg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-sync__solution-detail__title img {
  position: relative;
}
.p-sync__solution-detail__title + h4 {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: 4rem;
}
.p-sync__solution-detail figure {
  padding-top: 6rem;
}
.p-sync__feature {
  background: #F7F7F7;
  padding-top: 12rem;
  padding-bottom: 10rem;
}
.p-sync__feature-items {
  display: flex;
  gap: 20px;
  flex-direction: column;
  padding-top: 6rem;
}
.p-sync__feature-item {
  position: relative;
  padding: 60px 80px 60px 0;
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .p-sync__feature-item {
    flex-direction: column;
    padding: 40px 20px;
  }
}
.p-sync__feature-item::before {
  content: "";
  display: block;
  background: #fff;
  width: calc(100vw - (50vw - 50%));
  height: 100%;
  position: absolute;
  top: 0;
  left: calc((50vw - 50%) * -1);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-sync__feature-item::before {
    width: 100%;
    left: 0;
  }
}
.p-sync__feature-item--img {
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-sync__feature-item--img {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.p-sync__feature-item--text {
  flex: 1;
  position: relative;
}
.p-sync__feature-item--text .tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 17px;
  border-radius: 100vh;
  background: #00A0FF;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 2.4rem;
}
.p-sync__feature-item--text h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
.p-sync__feature-item.--reverse {
  flex-direction: row-reverse;
  padding: 60px 0 60px 80px;
}
@media screen and (max-width: 768px) {
  .p-sync__feature-item.--reverse {
    padding: 40px 20px;
    flex-direction: column;
  }
}
.p-sync__feature-item.--reverse::before {
  content: "";
  display: block;
  background: #fff;
  width: calc(100vw - (50vw - 50%));
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: calc((50vw - 50%) * -1);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-sync__feature-item.--reverse::before {
    width: 100%;
    right: 0;
  }
}
.p-sync__system {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.p-sync__system-items {
  padding-top: 6rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.p-sync__system-item {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  background: #F7F7F7;
  padding: 6rem;
}
.p-sync__system-item--text {
  display: flex;
  flex-direction: column;
}
.p-sync__system-item--text h3 {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  position: relative;
}
.p-sync__system-item--text h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 35px;
  background: #00A0FF;
  position: absolute;
  left: -6rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-sync__system-item--text .subtitle {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
}
.p-sync__system-item--img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-sync__system-item--img img {
  margin: auto;
}
.p-sync__case {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background: #F0F7FF;
}
.p-sync__case .c-section-subtitle + h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
.p-sync__case-items {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-top: 6rem;
}
.p-sync__case-item {
  background: #fff;
  display: flex;
  gap: 4rem;
  padding: 6rem;
}
@media screen and (max-width: 1024px) {
  .p-sync__case-item {
    flex-direction: column;
    padding: 4rem 2rem;
  }
}
.p-sync__case-item--text {
  flex: 1;
}
.p-sync__case-item--text .tag {
  font-size: 2rem;
  font-weight: 500;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  color: #00A0FF;
  display: flex;
  align-items: center;
}
.p-sync__case-item--text .tag span {
  font-size: 4rem;
  padding-left: 0.8rem;
}
.p-sync__case-item--text h4 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: 4rem;
}
.p-sync__case-item--img {
  background: #F7F7F7;
  padding: 30px;
  width: 514px;
}
@media screen and (max-width: 1024px) {
  .p-sync__case-item--img {
    width: 100%;
  }
  .p-sync__case-item--img img {
    width: 100%;
  }
}
.p-sync__case-item.--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .p-sync__case-item.--reverse {
    flex-direction: column;
  }
}
.p-sync__before-after {
  padding: 12rem 0;
}
.p-sync__before-after h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: 4rem;
}
.p-sync__before-after h3 + p {
  font-size: 1.6rem;
}
.p-sync__before-after figure {
  text-align: center;
  padding: 6rem 0;
}
.p-sync__before-after figure img {
  max-width: 100%;
}
.p-sync__before-after-wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-sync__before-after-wrap {
    flex-direction: column;
  }
}
.p-sync__before-after-wrap .before, .p-sync__before-after-wrap .after {
  width: 100%;
  max-width: 570px;
  flex: 1;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .p-sync__before-after-wrap .before, .p-sync__before-after-wrap .after {
    max-width: 100%;
  }
}
.p-sync__before-after-wrap .before h4, .p-sync__before-after-wrap .after h4 {
  display: flex;
  width: 100%;
  height: 9rem;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 600;
}
.p-sync__before-after-wrap .before p, .p-sync__before-after-wrap .after p {
  background: #fff;
  padding: 4.8rem 4.6rem 4.2rem 4.2rem;
}
.p-sync__before-after-wrap .before {
  background: #F7F7F7;
}
.p-sync__before-after-wrap .after {
  background: linear-gradient(to right bottom, #01A0FF, #0B48DD);
}
.p-sync__before-after-wrap .after h4 {
  color: #fff;
}
.p-sync__before-after-wrap .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem;
}
.p-sync__before-after-wrap .arrow svg {
  width: 32px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .p-sync__before-after-wrap .arrow svg {
    transform: rotate(90deg);
  }
}
.p-sync__table {
  background: #E3ECF7;
  max-width: 1326px;
  margin: 0 auto 10rem;
  padding: 10rem 0;
}
.p-sync__table .table-wrap {
  padding-top: 6rem;
}
@media screen and (max-width: 840px) {
  .p-sync__table .table-wrap {
    overflow-x: auto;
  }
}
.p-sync__table .table-wrap table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px 0px;
}
@media screen and (max-width: 840px) {
  .p-sync__table .table-wrap table {
    width: 800px;
  }
}
.p-sync__table .table-wrap table thead tr th {
  width: 294px;
  vertical-align: bottom;
}
@media screen and (max-width: 840px) {
  .p-sync__table .table-wrap table thead tr th {
    width: auto;
  }
}
.p-sync__table .table-wrap table thead tr th div {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 3rem 4.7rem 5.7rem;
  border-radius: 5px 5px 0px 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-sync__table .table-wrap table thead tr th div {
    padding: 2rem 2rem;
  }
}
.p-sync__table .table-wrap table thead tr th div .large {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 1.6rem;
}
.p-sync__table .table-wrap table thead tr th:nth-child(1) div {
  background: #59636C;
  padding: 1.5rem 0;
  font-size: 1.8rem;
  font-weight: 500;
}
.p-sync__table .table-wrap table thead tr th:nth-child(2) div {
  background: #00A0FF;
}
.p-sync__table .table-wrap table thead tr th:nth-child(3) div {
  background: #2A65F5;
}
.p-sync__table .table-wrap table thead tr th:nth-child(4) div {
  background: #013593;
}
.p-sync__table .table-wrap table tbody tr th, .p-sync__table .table-wrap table tbody tr td {
  padding: 1.5rem;
  text-align: center;
  vertical-align: middle;
}
.p-sync__table .table-wrap table tbody tr:nth-child(odd) th, .p-sync__table .table-wrap table tbody tr:nth-child(odd) td {
  background: #fff;
}
.p-sync__table .table-wrap table tbody tr:nth-child(even) th, .p-sync__table .table-wrap table tbody tr:nth-child(even) td {
  background: #F7F7F7;
}
.p-sync__table .table-wrap table tbody tr:last-child th, .p-sync__table .table-wrap table tbody tr:last-child td {
  position: relative;
}
.p-sync__table .table-wrap table tbody tr:last-child th::after, .p-sync__table .table-wrap table tbody tr:last-child td::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: transparent;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.p-sync__table .table-wrap table tbody tr:last-child td:nth-child(2)::after {
  background: #00A0FF;
}
.p-sync__table .table-wrap table tbody tr:last-child td:nth-child(3)::after {
  background: #2A65F5;
}
.p-sync__table .table-wrap table tbody tr:last-child td:nth-child(4)::after {
  background: #013593;
}
.p-sync__table .table-note {
  margin: 4rem auto 0;
  font-size: 1.4rem;
}
.p-sync__table .table-note dl {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-sync__table .table-note dl {
    flex-direction: column;
  }
}
.p-sync__table .table-note dl dt {
  flex-shrink: 0;
  font-weight: 600;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-sync__table .table-note dl dt {
    width: 100%;
    height: 40px;
    padding-top: 2rem;
  }
}
.p-sync__table .table-note dl dd {
  flex: 1;
  padding: 2rem 2rem 2rem 0;
}
@media screen and (max-width: 768px) {
  .p-sync__table .table-note dl dd {
    padding-left: 2rem;
  }
}
.p-sync__table .table-note dl dd ul li {
  list-style: disc;
  list-style-position: inside;
}/*# sourceMappingURL=style.css.map */