/*
Theme Name: oricon
Description: oricon
Version: 1.0
Author: oricon
*/
@charset "UTF-8";
.lato {
  font-family: 'lato', sans-serif;
}
.yellow {
  background: #ffe100;
}
.red {
  background: #e60012;
}
.blue01 {
  background: #0b318f;
}
.blue02 {
  background: #00afec;
}
@keyframes iconFadeSlideIn {
  0% {
    transform: translate3D(0, 0, 0);
  }
  49% {
    transform: translate3D(20px, 0, 0);
    visibility: hidden;
  }
  50% {
    transform: translate3D(-20px, 0, 0);
    visibility: hidden;
  }
  52% {
    visibility: visible;
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes iconFadeUpSlideIn {
  0% {
    transform: translate3D(0, 0, 0);
  }
  49% {
    transform: translate3D(0, 30px, 0);
    visibility: hidden;
  }
  50% {
    transform: translate3D(0, -30px, 0);
    visibility: hidden;
  }
  52% {
    visibility: visible;
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes iconFadeDownSlideIn {
  0% {
    transform: translate3D(0, 0, 0);
  }
  49% {
    opacity: 0;
    transform: translate3D(0, 50%, 0);
    visibility: hidden;
  }
  50% {
    transform: translate3D(0, -50%, 0);
    visibility: hidden;
  }
  52% {
    visibility: visible;
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sweepX {
  0% {
    transform: none;
    transform-origin: 100% 0;
  }
  45% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
  55% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  100% {
    transform: none;
    transform-origin: 0;
  }
}
@keyframes sweepY {
  0% {
    transform: none;
    transform-origin: 0 100%;
  }
  45% {
    transform: scaleX(0);
    transform-origin: 0 100%;
  }
  55% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
  100% {
    transform: none;
    transform-origin: 100% 0;
  }
}
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  webkit-font-smoothing: subpixel-antialiased;
  moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: 100%;
}
img {
  height: auto;
}
a {
  color: #000;
  text-decoration: none;
}
button {
  background: none;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
strong {
  font-weight: bold;
}
sup {
  display: inline-block;
  transform: scale(0.7);
  transform-origin: 0 0;
  position: relative;
  top: 0;
  vertical-align: top;
}
button,
input:not([type='radio']):not([type='checkbox']),
select,
textarea {
  background: none;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
button,
input[type='submit'],
label[for],
select {
  cursor: pointer;
}
details {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
details > summary {
  cursor: pointer;
  list-style: none;
  outline: none;
}
details > summary::-webkit-details-marker {
  display: none;
}
.mt30 {
  margin-top: 30px;
}
.off {
  visibility: hidden;
}
.disp-off {
  display: none !important;
}
.disabled {
  pointer-events: none !important;
}
.disabled * {
  pointer-events: none !important;
}
.btn {
  pointer-events: auto;
}
.btn * {
  pointer-events: none;
}
.small {
  text-rendering: auto;
}
.vtx {
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
}
section {
  position: relative;
}
.section-inner {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}
.section-heading span {
  display: block;
}
.section-heading .main-en {
  font-family: 'lato', sans-serif;
  font-weight: 600;
}
.section-heading .sub-jp {
  color: #333;
}
.section-heading.ctr {
  text-align: center;
}
.bg-text {
  position: absolute;
  font-family: 'lato', sans-serif;
  font-weight: 400;
  color: #f9f9f9;
  pointer-events: none;
}
.trigger {
  position: absolute;
  pointer-events: none;
}
.trigger.scroll-trigger {
  top: 0;
  left: 0;
  height: 100vh;
  width: 1px;
}
.arrow-01,
.arrow-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff;
  fill: #333;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.btn.nbdr {
  border: none !important;
}
.btn.disabled {
  opacity: 0.25;
}
.btn * {
  pointer-events: none;
}
.btn-01,
.btn-02 {
  background: #fff;
  font-weight: 500;
  color: #333;
}
.btn-02.is-selected {
  background: #0b318f;
  border: 1px solid transparent;
  pointer-events: none;
  color: #fff;
}
.fg-item {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.fg-item * {
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .btn,
  a {
    cursor: pointer;
  }
  body {
    font-size: 1.5rem;
  }
  .wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .wrapper .main {
    position: relative;
    flex: 1 1;
  }
  .section-inner {
    max-width: 1190px;
    padding: 0 155px;
  }
  .section-heading .main-en {
    font-size: 4.2rem;
    letter-spacing: 0.075em;
  }
  .section-heading .sub-jp {
    margin-top: 12px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    text-rendering: optimizeLegibility;
  }
  .section-heading.sm .main-en {
    font-size: 3.6rem;
    letter-spacing: 0.075em;
  }
  .section-heading.sm .sub-jp {
    margin-top: 18px;
  }
  .arrow-01,
  .arrow-02 {
    height: 36px;
    width: 36px;
  }
  .arrow-01:not(.nbdr),
  .arrow-02:not(.nbdr) {
    border: 1px solid #dee7eb;
  }
  .arrow-01 .icon {
    width: 8px;
  }
  .arrow-02 .icon {
    width: 10px;
  }
  .btn {
    text-rendering: optimizeLegibility;
  }
  .btn-01,
  .btn-02 {
    border: 1px solid #dee7eb;
    transition: background ease-out 0.3s, border ease-out 0.3s, color ease-out 0.3s;
  }
  .btn-01 .label,
  .btn-02 .label {
    margin-bottom: 1px;
  }
  .btn-01:hover,
  .btn-02:hover {
    background: #0b318f;
    border: 1px solid #0b318f;
    color: #fff;
  }
  .btn-01 {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    height: 60px;
    width: 182px;
    border-radius: 30px;
  }
  .btn-02 {
    font-size: 1.1rem;
    height: 34px;
    padding: 0 18px;
    border-radius: 34px;
  }
  .bg-text {
    font-size: 24rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .section-inner {
    padding: 0 16.595289079229122%;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  section {
    overflow: hidden;
  }
  .section-inner {
    padding: 0 6.4vw;
  }
  .section-heading .main-en {
    font-size: 9.333333333333334vw;
    letter-spacing: 0.075em;
  }
  .section-heading .sub-jp {
    margin-top: 3.466666666666666vw;
    font-size: 2.933333333333333vw;
    letter-spacing: 0.05em;
  }
  .arrow-01,
  .arrow-02 {
    height: 8.266666666666666vw;
    width: 8.266666666666666vw;
  }
  .arrow-01:not(.nbdr),
  .arrow-02:not(.nbdr) {
    border: 1px solid #dee7eb;
  }
  .arrow-01 .icon {
    width: 2.133333333333333vw;
  }
  .arrow-02 .icon {
    width: 2.666666666666667vw;
  }
  .btn-01,
  .btn-02 {
    border: 1px solid #dee7eb;
  }
  .btn-01 .label,
  .btn-02 .label {
    margin-bottom: 0.266666666666667vw;
    white-space: nowrap;
  }
  .btn-01 {
    font-size: 2.933333333333333vw;
    height: 16vw;
    width: 42.66666666666667vw;
    border-radius: 8vw;
  }
  .btn-02 {
    font-size: 2.666666666666667vw;
    height: 9.333333333333334vw;
    padding: 0 4.533333333333333vw;
    border-radius: 9.333333333333334vw;
  }
  .bg-text {
    font-size: 34.66666666666667vw;
  }
}
#comp {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  #comp {
    width: 100vw !important;
    height: auto;
    background-size: 100% auto;
  }
}
.main-contents {
  border-top: 1px solid #dee7eb;
  margin-top: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .main-contents {
    border-top: none;
    margin-top: 17.333333333333336vw;
  }
  .main-contents img {
    width: 100%;
  }
}
.svg-item {
  position: relative;
  width: 100%;
/*
  &.spritename
    &:before
      padding-top _percentage(viewBox height, viewBox width)
  */
}
.svg-item:before {
  content: '';
  display: block;
}
.svg-item svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.svg-item.arrow-01-icon:before {
  padding-top: 137.5%;
}
.svg-item.arrow-02-icon:before {
  padding-top: 100%;
}
.svg-item.tab-icon-plus:before {
  padding-top: 100%;
}
.svg-item.menu-btn-icon:before {
  padding-top: 83.33333333333334%;
}
.svg-item.menu-btn-icon-close:before {
  padding-top: 100%;
}
.svg-item.external-icon:before {
  padding-top: 90.47619047619048%;
}
.svg-item.facebook-icon:before {
  padding-top: 215.39999999999998%;
}
.svg-item.twitter-icon:before {
  padding-top: 81.25%;
}
.svg-item.line-icon:before {
  padding-top: 95.3%;
}
.svg-item.instagram-icon:before {
  padding-top: 100%;
}
.svg-item.hatena-icon:before {
  padding-top: 83.3%;
}
.svg-item.youtube-icon:before {
  padding-top: 70.45%;
}
.svg-item.tiktok-icon:before {
  padding-top: 87.00191404210894%;
}
.svg-item.external-icon:before {
  padding-top: 88.95747599451303%;
}
.svg-item.clipboard-icon:before {
  padding-top: 143.92227745142344%;
}
.svg-item.megaphone-icon:before {
  padding-top: 96.24943515589698%;
}
.svg-item.analysis-icon:before {
  padding-top: 50.322026620867334%;
}
.svg-item.book-icon:before {
  padding-top: 132.93365307753797%;
}
.svg-item.check-icon:before {
  padding-top: 73.75%;
}
.svg-item.point-01-icon:before {
  padding-top: 80.77290989095083%;
}
.svg-item.point-02-icon:before {
  padding-top: 78.69928400954653%;
}
.svg-item.point-03-icon:before {
  padding-top: 83.85307059498756%;
}
.svg-item.point-04-icon:before {
  padding-top: 71.20847902097903%;
}
.svg-item.arrow-01-bg:before {
  padding-top: 94.49838187702265%;
}
.svg-item.brandlogo:before {
  padding-top: 23.484848484848484%;
}
.svg-item.copy-char-01:before {
  padding-top: 97.2972972972973%;
}
.svg-item.copy-char-02:before {
  padding-top: 138.46153846153845%;
}
.svg-item.copy-char-03:before {
  padding-top: 257.14285714285717%;
}
.svg-item.copy-char-04:before {
  padding-top: 116.12903225806453%;
}
.svg-item.copy-char-05:before {
  padding-top: 97.2972972972973%;
}
.svg-item.copy-char-06:before {
  padding-top: 102.85714285714285%;
}
.footer {
  position: relative;
  background: #fff;
}
.footer .inner {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}
.footer .nav .categories {
  display: flex;
}
.footer .nav .categories .category {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.footer .nav .categories .category .heading .th-contents {
  font-weight: 700;
  color: #333;
}
.footer .nav .categories .category .tab .tab-contents .item a {
  color: #959595;
}
.footer .footer-brands {
  box-sizing: border-box;
}
.footer .footer-brands .contents {
  display: flex;
}
.footer .footer-brands .contents .brandlogo {
  flex: none;
  fill: #0b318f;
}
.footer .footer-brands .contents .brand-list {
  flex: 1 1;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #333;
  font-weight: 500;
}
.footer .footer-bottom .inner {
  display: flex;
}
.footer .footer-bottom .bottom-nav {
  display: flex;
  align-items: center;
}
.footer .footer-bottom .bottom-nav .item a {
  color: #959595;
}
.footer .footer-bottom .copyrights {
  color: #959595;
}
@media only screen and (min-width: 769px) {
  .footer {
    font-size: 1.2rem;
  }
  .footer .inner {
    max-width: 1190px;
  }
  .footer .nav .inner {
    padding: 108px 150px 102px;
  }
  .footer .nav .categories {
    justify-content: space-between;
  }
  .footer .nav .categories .category a {
    transition: color 0.15s ease-out;
  }
  .footer .nav .categories .category a:hover {
    color: #073190;
  }
  .footer .nav .categories .category .heading .th-contents {
    font-size: 1.4rem;
    letter-spacing: 0.025em;
  }
  .footer .nav .categories .category .heading:not(:last-child) {
    margin-bottom: 30px;
  }
  .footer .nav .categories .category .heading:not(:first-child) {
    margin-top: 13px;
  }
  .footer .nav .categories .category .tab .tab-contents {
    margin-top: 28px;
  }
  .footer .nav .categories .category .tab .tab-contents .item {
    font-size: 1.2rem;
  }
  .footer .nav .categories .category .tab .tab-contents .item:not(:last-child) {
    margin-bottom: 16px;
  }
  .footer .nav .categories .category .tab .tab-contents .item a {
    transition: 0.15s ease-out;
  }
  .footer .nav .categories .category .tab .tab-contents .item a:hover {
    color: #073190;
  }
  .footer .footer-brands .inner {
    padding: 0 76px;
  }
  .footer .footer-brands .contents {
    justify-content: flex-start;
    align-items: center;
    padding: 37px 0;
    border-top: 1px solid #dee7eb;
  }
  .footer .footer-brands .contents .brandlogo {
    width: 242px;
    margin-right: 48px;
  }
  .footer .footer-brands .contents .brand-list-container {
    margin: -7px -10px -9px;
  }
  .footer .footer-brands .contents .brand-list .item {
    padding: 7px 10px;
  }
  .footer .footer-brands .contents .brand-list .item.ls {
    letter-spacing: 0.1em;
  }
  .footer .footer-brands .contents .brand-list .item:not(:last-child) {
    margin-right: 10px;
  }
  .footer .footer-brands .contents .brand-list .item a {
    transition: 0.15s ease-out;
  }
  .footer .footer-brands .contents .brand-list .item a:hover {
    color: #073190;
  }
  .footer .footer-brands .contents .brand-list .break {
    flex-basis: 100%;
    height: 0;
  }
  .footer .footer-bottom {
    border-top: 1px solid #dee7eb;
    letter-spacing: 0.1em;
  }
  .footer .footer-bottom .inner {
    justify-content: space-between;
    align-items: center;
    padding: 35px 80px 32px;
  }
  .footer .footer-bottom .inner .bottom-nav .item:not(:first-child) {
    margin-left: 15px;
  }
  .footer .footer-bottom .inner .bottom-nav .item a {
    transition: 0.15s ease-out;
  }
  .footer .footer-bottom .inner .bottom-nav .item a:hover {
    color: #073190;
  }
  .footer .footer-twitter {
    height: 30px;
    width: 30px;
  }
  .footer .footer-twitter .icon {
    height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    padding-top: 18.666666666666668vw;
  }
  .footer .nav .inner {
    padding: 0 6.666666666666667vw;
  }
  .footer .nav .categories {
    flex-direction: column;
  }
  .footer .nav .categories .category:first-child {
    border-top: 1px solid #dee7eb;
  }
  .footer .nav .categories .category .heading {
    border-bottom: 1px solid #dee7eb;
  }
  .footer .nav .categories .category .heading .th-contents {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    font-size: 3.2vw;
    letter-spacing: 0.025em;
    height: 17.333333333333336vw;
    padding: 0 1.333333333333333vw 0 2.133333333333333vw;
  }
  .footer .nav .categories .category .heading .th-contents a {
    flex: 0.9 1;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .footer .nav .categories .category .tab .tab-contents {
    height: 0;
    overflow: hidden;
    opacity: 0;
    box-sizing: border-box;
    padding: 0 1.333333333333333vw 0 2.133333333333333vw;
  }
  .footer .nav .categories .category .tab .tab-contents .item {
    font-size: 3.2vw;
    letter-spacing: 0.025em;
    margin-bottom: 5.333333333333334vw;
  }
  .footer .nav .categories .category .tab .tab-contents .item:last-child {
    margin-bottom: 8vw;
  }
  .footer .footer-brands .inner {
    padding: 0 6.933333333333333vw;
  }
  .footer .footer-brands .contents {
    padding: 12vw 0 0;
    flex-direction: column;
  }
  .footer .footer-brands .contents .brandlogo {
    width: 42.66666666666667vw;
  }
  .footer .footer-brands .contents .brand-list-container {
    display: flex;
    justify-content: space-between;
  }
  .footer .footer-brands .contents .brand-list {
    flex-direction: column;
    flex-wrap: wrap;
    margin: 9.6vw 0;
    height: 40vw;
  }
  .footer .footer-brands .contents .brand-list .item {
    flex: none;
    padding: 2.4vw 0 2.4vw 2.133333333333333vw;
    font-size: 2.666666666666667vw;
  }
  .footer .footer-brands .contents .brand-list .item.ls {
    letter-spacing: 0.1em;
  }
  .footer .footer-brands .contents .brand-list .break {
    flex-basis: 100%;
    width: 0;
  }
  .footer .footer-bottom {
    font-size: 2.666666666666667vw;
  }
  .footer .footer-bottom .inner {
    flex-direction: column;
  }
  .footer .footer-bottom .inner .bottom-nav {
    padding: 0 9.066666666666666vw;
    margin: 5.333333333333334vw 0 13.333333333333334vw;
  }
  .footer .footer-bottom .inner .bottom-nav .item:not(:first-child) {
    margin-left: 4vw;
  }
  .footer .footer-bottom .inner .copyrights {
    text-align: center;
    border-top: 1px solid #dee7eb;
    padding: 6.4vw 0;
  }
  .footer .footer-twitter {
    position: absolute;
    bottom: 26vw;
    right: 8vw;
    height: 8vw;
    width: 8vw;
  }
  .footer .footer-twitter .icon {
    height: 100%;
    width: 100%;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  pointer-events: none;
}
.header .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.header .inner .logo {
  position: relative;
  flex: none;
  pointer-events: auto;
  fill: #0b318f;
}
.header .inner .logo * {
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .header .inner {
    height: 120px;
    width: 100%;
    padding: 0 50px 0 60px;
  }
  .header .inner .logo {
    padding: 20px 20px;
    margin: -20px -20px;
    position: relative;
    z-index: 1;
  }
  .header .inner .logo .svg-item {
    width: 164px;
  }
  .header .inner .nav {
    justify-content: center;
    align-items: center;
    display: flex;
    color: #333;
    font-weight: 500;
    height: 100%;
  }
  .header .inner .nav .item {
    height: 100%;
  }
  .header .inner .nav .item:not(:last-child) {
    margin-right: 50px;
  }
  .header .inner .nav .item a {
    justify-content: center;
    align-items: center;
    display: flex;
    box-sizing: border-box;
    height: 100%;
    margin: 0 -10px;
    padding: 2px 10px 0;
    pointer-events: auto;
    position: relative;
    transition: color 0.5s;
    white-space: nowrap;
    z-index: 1;
    font-size: 1.3rem;
  }
  .header .inner .nav .item a:hover {
    color: #073190;
  }
  .header .inner .nav .item .item-label {
    position: relative;
  }
  .header .inner .nav .item.is-located > a {
    color: #073190;
  }
  .header .inner .nav .item.is-located > a .item-label::before {
    position: absolute;
    bottom: -9px;
    left: 0;
    background: #073190;
    content: '';
    display: block;
    height: 2px;
    width: 100%;
  }
  .header .inner .nav .is-active:hover .nav-submenu {
    opacity: 1;
    visibility: visible;
  }
  .header .inner .nav .is-active:hover .nav-submenu .nav-submenu-inner {
    pointer-events: auto;
  }
  .header .nav-submenu {
    position: absolute;
    top: 120px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    height: calc(100vh - 121px);
    width: 100%;
    transition: opacity 0.5s, visibility 0.5s;
    visibility: hidden;
  }
  .header .nav-submenu::before,
  .header .nav-submenu::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
  }
  .header .nav-submenu::before {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
  }
  .header .nav-submenu::after {
    position: absolute;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #eff4f6;
    top: -100%;
  }
  .header .nav-submenu-inner {
    background: #fff;
    padding: 61px 0 48px;
    position: relative;
    width: 100%;
  }
  .header .nav-submenu-inner .nav-submenu-list {
    position: relative;
    width: 83.02521008403362%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-column-gap: 36px;
    grid-row-gap: 35px;
    grid-template-columns: repeat(3, 1fr);
    left: 0.252100840336134%;
    max-width: 988px;
  }
  .header .nav-submenu-inner .nav-submenu-list .nav-submenu-item a {
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
  }
  .header .nav-submenu-inner .nav-submenu-list .nav-submenu-item a .nav-submenu-img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    margin-bottom: 9px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .header .nav-submenu-inner .nav-submenu-list .nav-submenu-item a .nav-submenu-img::before {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(11,49,143,0.1);
    content: '';
    display: block;
    transition: opacity 0.4s ease-out;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .header .nav-submenu-inner .nav-submenu-list .nav-submenu-item a .nav-submenu-img img {
    display: block;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
  }
  .header .nav-submenu-inner .nav-submenu-list .nav-submenu-item a .nav-submenu-label {
    font-size: 1.3rem;
    line-height: 2.769230769230769;
    transition: color 0.4s;
    position: relative;
    padding-right: 34px;
  }
  .header .nav-submenu-inner .nav-submenu-list .nav-submenu-item a .nav-submenu-icon {
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    margin: auto 0;
    height: 22px;
    width: 22px;
    transition: background 0.35s cubic-bezier(0, 0.25, 0.5, 1), border 0.35s cubic-bezier(0, 0.25, 0.5, 1);
  }
  .header .nav-submenu-inner .nav-submenu-list .nav-submenu-item a .nav-submenu-icon .icon {
    height: 8px;
    width: 8px;
  }
  .header .nav-submenu-inner .nav-submenu-list .nav-submenu-item a:hover .nav-submenu-img::before {
    opacity: 1;
  }
  .header .nav-submenu-inner .nav-submenu-list .nav-submenu-item a:hover .nav-submenu-img img {
    transform: scale(1.05);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .header .nav-submenu-inner .nav-submenu-list .nav-submenu-item a:hover .nav-submenu-label {
    color: #073190;
  }
  .header .nav-submenu-inner .nav-submenu-list .nav-submenu-item a:hover .nav-submenu-icon {
    background: #073190;
    border: 1px solid #073190;
  }
  .header .nav-submenu-inner .nav-submenu-list .nav-submenu-item a:hover .nav-submenu-icon .icon {
    animation: iconFadeSlideIn 0.35s cubic-bezier(0, 0.25, 0.5, 1);
    fill: #fff;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .header .inner .nav {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .header .nav-submenu .nav-submenu-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .header .inner {
    width: 100%;
    padding: 4.533333333333333vw 4.533333333333333vw 0;
  }
  .header .inner .logo {
    padding: 2.666666666666667vw;
    margin: -2.666666666666667vw;
  }
  .header .inner .logo .svg-item {
    width: 33.33333333333333vw;
  }
  .header .inner .nav {
    display: none;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #f9f9f9;
  z-index: 97;
  transition: opacity 0.5s ease-in;
}
.is-ready .loading {
  opacity: 0;
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  min-height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
}
.menu .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0b318f;
}
.menu .menu-contents {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.menu .logo {
  position: absolute;
  flex: none;
  pointer-events: auto;
  fill: #fff;
}
.menu .logo * {
  pointer-events: none;
}
.menu .inner {
  flex: none;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .menu .inner {
    margin-top: 110px;
  }
}
.menu .categories {
  display: flex;
}
.menu .categories .category {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.menu .categories .category .heading .th-contents a {
  font-weight: 700;
  color: #fff;
}
.menu .categories .category .tab .tab-contents .item a {
  color: #fff;
  opacity: 0.7;
}
.menu .menu-bottom .bottom-nav .item a {
  color: #fff;
  opacity: 0.7;
}
.menu .menu-bottom .copyrights {
  color: #fff;
  opacity: 0.7;
}
.menu.is-opened {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.menu.is-opened .inner {
  opacity: 1;
  transition: opacity 0.3s ease-out 0.2s;
}
@media only screen and (min-width: 769px) {
  .menu {
    right: 90px;
  }
  .menu .logo {
    top: 41px;
    left: 60px;
    padding: 20px 20px;
    margin: -20px -20px;
  }
  .menu .logo .svg-item {
    width: 164px;
  }
  .menu .menu-contents {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu .inner {
    max-width: 1190px;
    padding: 0 115px;
  }
  .menu .categories {
    justify-content: space-between;
    margin-bottom: 85px;
  }
  .menu .categories .category .heading .th-contents {
    font-size: 1.8rem;
    letter-spacing: 0.025em;
  }
  .menu .categories .category .heading .th-contents > a {
    transition: opacity 0.15s ease-out;
  }
  .menu .categories .category .heading .th-contents > a:hover {
    opacity: 0.7;
  }
  .menu .categories .category .heading:not(:last-child) {
    margin-bottom: 34px;
  }
  .menu .categories .category .tab .tab-contents {
    margin-top: 40px;
  }
  .menu .categories .category .tab .tab-contents .item:not(:last-child) {
    margin-bottom: 16px;
  }
  .menu .categories .category .tab .tab-contents .item a {
    font-size: 1.2rem;
    transition: opacity 0.15s ease-out;
  }
  .menu .categories .category .tab .tab-contents .item a:hover {
    opacity: 1;
  }
  .menu .menu-bottom {
    letter-spacing: 0.1em;
    display: flex;
    align-items: flex-end;
  }
  .menu .menu-bottom .bottom-nav {
    display: inline-flex;
    align-items: center;
    margin-right: 35px;
  }
  .menu .menu-bottom .bottom-nav .item:not(:first-child) {
    margin-left: 15px;
  }
  .menu .menu-bottom .bottom-nav .item a {
    font-size: 1.1rem;
    transition: opacity 0.15s ease-out;
  }
  .menu .menu-bottom .bottom-nav .item a:hover {
    opacity: 1;
  }
  .menu .menu-bottom .copyrights {
    font-size: 1.2rem;
  }
  .menu .menu-twitter {
    height: 30px;
    width: 30px;
    margin: 0;
  }
  .menu .menu-twitter .icon {
    height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .menu {
    right: 0;
  }
  .menu .logo {
    top: 4.533333333333333vw;
    left: 4.533333333333333vw;
    padding: 2.666666666666667vw;
    margin: -2.666666666666667vw;
  }
  .menu .logo .svg-item {
    width: 33.33333333333333vw;
  }
  .menu .menu-contents {
    overflow-y: scroll;
  }
  .menu .inner {
    padding: 32vw 6.933333333333333vw 0;
  }
  .menu .categories {
    flex-direction: column;
  }
  .menu .categories .category:first-child {
    border-top: 1px solid rgba(255,255,255,0.2);
  }
  .menu .categories .category .heading {
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .menu .categories .category .heading .th-contents {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    font-size: 3.2vw;
    letter-spacing: 0.025em;
    height: 17.333333333333336vw;
    padding: 0 1.333333333333333vw 0 2.133333333333333vw;
  }
  .menu .categories .category .heading .th-contents a {
    flex: 0.9 1;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .menu .categories .category .tab .tab-contents {
    height: 0;
    overflow: hidden;
    opacity: 0;
    box-sizing: border-box;
    padding: 0 1.333333333333333vw 0 2.133333333333333vw;
  }
  .menu .categories .category .tab .tab-contents .item {
    font-size: 3.2vw;
    letter-spacing: 0.025em;
    margin-bottom: 5.333333333333334vw;
  }
  .menu .categories .category .tab .tab-contents .item:last-child {
    margin-bottom: 8vw;
  }
  .menu .menu-bottom {
    font-size: 2.666666666666667vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .menu .menu-bottom .bottom-nav {
    display: flex;
    align-items: center;
    margin: 13.333333333333334vw 0 13.333333333333334vw;
  }
  .menu .menu-bottom .bottom-nav .item:not(:first-child) {
    margin-left: 4vw;
  }
  .menu .menu-bottom .copyrights {
    margin: 0 -6.933333333333333vw;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 6.4vw 0;
  }
  .menu .menu-twitter {
    position: absolute;
    bottom: 26vw;
    right: 8vw;
    height: 8vw;
    width: 8vw;
  }
  .menu .menu-twitter .icon {
    height: 100%;
    width: 100%;
  }
}
.side-nav {
  pointer-events: none;
}
.side-nav .side-nav-contents .menu-btn {
  position: relative;
  color: #fff;
}
.side-nav .side-nav-contents .menu-btn .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #0b318f;
}
.side-nav .side-nav-contents .menu-btn .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.side-nav .side-nav-contents .menu-btn .label:before {
  content: 'menu';
}
.side-nav .side-nav-contents .menu-btn .label:after {
  content: 'close';
  display: none;
}
.side-nav .side-nav-contents .menu-btn .icon,
.side-nav .side-nav-contents .menu-btn .icon-line {
  box-sizing: border-box;
  display: inline-block;
  transition: transform 0.4s, width 0.4s;
}
.side-nav .side-nav-contents .menu-btn .icon {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}
.side-nav .side-nav-contents .menu-btn .icon-line {
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1px;
  width: 100%;
}
.side-nav .side-nav-contents .menu-btn .icon-line::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #fff;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}
.side-nav .side-nav-contents .menu-btn .icon-line:nth-of-type(1) {
  top: 0;
}
.side-nav .side-nav-contents .menu-btn .icon-line:nth-of-type(2) {
  bottom: 0;
  margin: auto 0;
  top: 0;
}
.side-nav .side-nav-contents .menu-btn .icon-line:nth-of-type(3) {
  bottom: 0;
}
.side-nav .side-nav-contents .menu-btn.is-opened .label:before {
  display: none;
}
.side-nav .side-nav-contents .menu-btn.is-opened .label:after {
  display: block;
}
.side-nav .side-nav-contents .menu-btn.is-opened .icon {
  transform: scale(1.1);
}
.side-nav .side-nav-contents .menu-btn.is-opened .icon-line:nth-of-type(1) {
  transform: translate3d(0px, 4px, 0) rotate(405deg);
  width: 50%;
}
.side-nav .side-nav-contents .menu-btn.is-opened .icon-line:nth-of-type(2) {
  transform: translate3d(-1px, 0, 0) rotate(-45deg);
}
.side-nav .side-nav-contents .menu-btn.is-opened .icon-line:nth-of-type(3) {
  transform: translate3d(7px, -3.5px, 0) rotate(405deg);
  width: 50%;
}
@media only screen and (min-width: 769px) {
  .side-nav {
    flex: none;
    height: 100%;
    width: 90px;
  }
  .side-nav .side-nav-contents {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    border-left: 1px solid #dee7eb;
    background: #fff;
    height: 100vh;
    width: 90px;
    z-index: 99;
  }
  .side-nav .side-nav-contents .menu-btn {
    flex: none;
    height: 88px;
    width: 100%;
  }
  .side-nav .side-nav-contents .menu-btn .inner .label {
    font-size: 0.9rem;
    margin-top: 8px;
  }
  .side-nav .side-nav-contents .menu-btn .inner .icon {
    margin-top: 9px;
    height: 15px;
    width: 18px;
  }
  .side-nav .side-nav-contents .menu-btn:hover .icon-line:nth-child(1)::before {
    animation: sweepX 0.5s cubic-bezier(0.645, 0.045, 0.175, 1) 0.1s;
  }
  .side-nav .side-nav-contents .menu-btn:hover .icon-line:nth-child(2)::before {
    animation: sweepX 0.5s cubic-bezier(0.645, 0.045, 0.175, 1) 0.2s;
  }
  .side-nav .side-nav-contents .menu-btn:hover .icon-line:nth-child(3)::before {
    animation: sweepX 0.5s cubic-bezier(0.645, 0.045, 0.175, 1) 0.3s;
  }
  .side-nav .side-nav-contents .menu-btn.is-opened:hover .icon-line:nth-of-type(1)::before {
    animation: sweepX 0.5s cubic-bezier(0.645, 0.045, 0.175, 1) 0s;
  }
  .side-nav .side-nav-contents .menu-btn.is-opened:hover .icon-line:nth-of-type(2)::before {
    animation: sweepY 0.5s cubic-bezier(0.645, 0.045, 0.175, 1) 0.15s;
  }
  .side-nav .side-nav-contents .menu-btn.is-opened:hover .icon-line:nth-of-type(3)::before {
    animation: sweepX 0.5s cubic-bezier(0.645, 0.045, 0.175, 1) 0.08s;
  }
  .side-nav .side-nav-contents .copyrights {
    color: #333;
    flex: none;
    text-rendering: optimizeLegibility;
    font-size: 1rem;
    letter-spacing: 0.075em;
    margin-top: 98px;
  }
  .side-nav .side-nav-contents .side-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1;
  }
  .side-nav .side-nav-contents .side-bottom {
    position: relative;
    height: 188px;
    width: 100%;
  }
  .side-nav .side-nav-contents .scroll-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-bottom: 42px;
  }
  .side-nav .side-nav-contents .scroll-btn .label {
    font-size: 1rem;
    letter-spacing: 0.075em;
    margin-bottom: 22px;
  }
  .side-nav .side-nav-contents .scroll-btn .arrow-02 {
    overflow: hidden;
  }
  .side-nav .side-nav-contents .scroll-btn:hover .arrow-02-icon {
    animation: iconFadeUpSlideIn 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  }
}
@media only screen and (max-width: 768px) {
  .side-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
  }
  .side-nav .side-nav-contents .menu-btn {
    height: 17.333333333333336vw;
    width: 17.333333333333336vw;
  }
  .side-nav .side-nav-contents .menu-btn .inner .label {
    font-size: 1.866666666666667vw;
    letter-spacing: 0.05em;
    margin-top: 0.533333333333333vw;
  }
  .side-nav .side-nav-contents .menu-btn .inner .icon {
    margin-top: 1.866666666666667vw;
    height: 3.466666666666666vw;
    width: 4vw;
  }
  .side-nav .side-nav-contents .menu-btn.is-opened .bg {
    background: #fff;
  }
  .side-nav .side-nav-contents .menu-btn.is-opened .inner .label {
    color: #0b318f;
  }
  .side-nav .side-nav-contents .menu-btn.is-opened .inner .icon-line::before {
    background-color: #0b318f;
  }
  .side-nav .side-nav-contents .menu-btn.is-opened .inner .icon-line:nth-of-type(1) {
    transform: translate3d(0.133333333333333vw, 0.933333333333333vw, 0) rotate(405deg);
  }
  .side-nav .side-nav-contents .menu-btn.is-opened .inner .icon-line:nth-of-type(2) {
    transform: translate3d(-0.133333333333333vw, 0, 0) rotate(-45deg);
  }
  .side-nav .side-nav-contents .menu-btn.is-opened .inner .icon-line:nth-of-type(3) {
    transform: translate3d(1.6vw, -0.8vw, 0) rotate(405deg);
  }
  .side-nav .side-nav-contents .side-middle,
  .side-nav .side-nav-contents .side-bottom {
    display: none;
  }
}
.breadcrumb {
  background: #fff;
  border-bottom: 1px solid #dee7eb;
  border-top: 1px solid #dee7eb;
  position: relative;
}
.breadcrumb-list {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  box-sizing: border-box;
  height: 80px;
  margin: 0 auto;
  max-width: 1190px;
  padding: 10px 80px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-list {
    flex-wrap: nowrap;
    height: 16vw;
    max-width: none;
    padding: 0 6vw;
  }
}
.breadcrumb-item {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: 500;
}
.breadcrumb-item:first-child {
  margin-left: -4px;
}
.breadcrumb-item:not(:last-child) {
  margin-right: 30px;
}
.breadcrumb-item a {
  color: #073190;
  display: block;
  position: relative;
}
@media (any-hover: hover) {
  .breadcrumb-item a {
    transition: color 0.15s ease-out;
  }
  .breadcrumb-item a:hover {
    color: #000;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumb-item {
    font-size: 2.4vw;
    line-height: 1.444444444444444;
    white-space: nowrap;
  }
  .breadcrumb-item:first-child {
    margin-left: -0.266666666666667vw;
  }
  .breadcrumb-item:not(:last-child) {
    margin-right: 4.666666666666667vw;
  }
  .breadcrumb-item:last-child {
    overflow: hidden;
  }
}
.breadcrumb-item .breadcrumb-item-label {
  display: block;
}
.breadcrumb-item:not(:last-child) .breadcrumb-item-label {
  padding: 0 33px 0 0;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-item:not(:last-child) .breadcrumb-item-label {
    padding: 2.666666666666667vw 6.666666666666667vw 2.666666666666667vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumb-item:last-child .breadcrumb-item-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.breadcrumb-item-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  height: 12px;
  width: 7px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-item-icon {
    height: 2.933333333333333vw;
    width: 1.866666666666667vw;
  }
}
.btn-primary {
  background: #073190;
  box-sizing: border-box;
  color: #fff;
  height: 100px;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .btn-primary {
    transition: background 0.2s ease-out, color 0.2s ease-out, border 0.2s ease-out;
  }
}
@media only screen and (max-width: 768px) {
  .btn-primary {
    height: 24vw;
    justify-content: flex-start;
    padding: 1.333333333333333vw 6.666666666666667vw;
  }
}
.btn-primary-label {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: -1px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .btn-primary-label {
    font-size: 3.2vw;
    line-height: 1.833333333333333;
    margin-top: 0;
    text-align: left;
  }
}
.btn-primary-icon-pdf {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  border-radius: 12px;
  box-sizing: border-box;
  margin-left: 22px;
  min-width: 46px;
  height: 24px;
  width: 46px;
}
@media only screen and (min-width: 769px) {
  .btn-primary-icon-pdf {
    transition: border 0.3s ease-out;
  }
}
@media only screen and (max-width: 768px) {
  .btn-primary-icon-pdf {
    font-size: 2.133333333333333vw;
    position: absolute;
    top: 0;
    right: 6.666666666666667vw;
    bottom: 0;
    border-radius: 2.4vw;
    margin: auto 0;
    min-width: 9.333333333333334vw;
    height: 4.8vw;
    width: 9.333333333333334vw;
  }
}
.btn-primary-icon-external {
  fill: none;
  margin-left: 13px;
  height: 14px;
  width: 14px;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1.42px;
  transition: stroke 0.15s ease-out;
}
@media only screen and (max-width: 768px) {
  .btn-primary-icon-external {
    position: absolute;
    top: 0;
    right: 6.666666666666667vw;
    bottom: 0;
    margin: auto 0;
    height: 3.2vw;
    width: 3.466666666666666vw;
  }
}
@media (any-hover: hover) {
  .btn-primary:hover {
    transition-duration: 0.3s;
    background: #fff;
    border: 1px solid #dee7eb;
    color: #000;
  }
  .btn-primary:hover .btn-primary-icon-pdf,
  .btn-primary:hover .btn-primary-icon-external {
    transition-duration: 0.3s;
  }
  .btn-primary:hover .btn-primary-icon-pdf {
    border: 1px solid #000;
  }
  .btn-primary:hover .btn-primary-icon-external {
    stroke: #000;
  }
}
.btn-secondary {
  background: #073190;
  border-radius: 45px;
  box-sizing: border-box;
  color: #fff;
  height: 90px;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .btn-secondary {
    transition: background 0.15s ease-out, color 0.15s ease-out, border 0.15s ease-out;
  }
}
@media only screen and (max-width: 768px) {
  .btn-secondary {
    height: 24vw;
    padding: 1.333333333333333vw 6.666666666666667vw;
    border-radius: 12vw;
  }
}
.btn-secondary-label {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.035em;
  margin-top: -1px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .btn-secondary-label {
    font-size: 3.2vw;
    line-height: 1.833333333333333;
    margin-top: 0;
  }
}
@media (any-hover: hover) {
  .btn-secondary:hover {
    background: #fff;
    border: 1px solid #dee7eb;
    color: #000;
    transition-duration: 0.3s;
  }
  .btn-secondary:hover .btn-primary-icon-pdf {
    border: 1px solid #000;
    transition-duration: 0.3s;
  }
}
.btn-outline-primary {
  background: #fff;
  border: 1px solid #dee7eb;
  color: #000;
  height: 100px;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .btn-outline-primary {
    transition: background 0.15s ease-out, color 0.15s ease-out, border 0.15s ease-out;
  }
}
@media only screen and (max-width: 768px) {
  .btn-outline-primary {
    height: 18.666666666666668vw;
    padding: 10px 5.066666666666666vw;
  }
}
.btn-outline-primary-label {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: -1px;
}
@media only screen and (max-width: 768px) {
  .btn-outline-primary-label {
    font-size: 3.2vw;
    line-height: 1.458333333333333;
    text-align: left;
  }
}
.btn-outline-primary-icon-pdf {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  border: 1px solid #dee7eb;
  border-radius: 12px;
  box-sizing: border-box;
  margin-left: 22px;
  min-width: 46px;
  height: 24px;
  width: 46px;
  transition: border 0.15s;
}
@media only screen and (max-width: 768px) {
  .btn-outline-primary-icon-pdf {
    font-size: 2.133333333333333vw;
    position: absolute;
    top: 0;
    right: 6.666666666666667vw;
    bottom: 0;
    border-radius: 2.4vw;
    margin: auto 0;
    min-width: 9.333333333333334vw;
    height: 4.8vw;
    width: 9.333333333333334vw;
  }
}
.btn-outline-primary-icon-arrow-bottom {
  flex-basis: 30px;
  flex-shrink: 0;
  margin-left: 17px;
  height: 30px;
  width: 30px;
  transform: rotate(90deg);
  transition: border 0.15s;
}
@media only screen and (max-width: 768px) {
  .btn-outline-primary-icon-arrow-bottom {
    flex-basis: 6.4vw;
    margin-left: 4.533333333333333vw;
    height: 6.4vw;
    width: 6.4vw;
  }
}
@media (any-hover: hover) {
  .btn-outline-primary:hover {
    background: #073190;
    border: 1px solid #073190;
    color: #fff;
    transition-duration: 0.3s;
  }
  .btn-outline-primary:hover .btn-primary-icon-pdf,
  .btn-outline-primary:hover .btn-outline-primary-icon-arrow-bottom,
  .btn-outline-primary:hover .social-btn-icon {
    transition-duration: 0.3s;
  }
  .btn-outline-primary:hover .btn-primary-icon-pdf,
  .btn-outline-primary:hover .btn-outline-primary-icon-arrow-bottom {
    border: 1px solid #fff;
  }
}
.btn-outline-secondary {
  background: #fff;
  border: 1px solid #dee7eb;
  border-radius: 45px;
  color: #000;
  height: 90px;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .btn-outline-secondary {
    transition: background 0.15s ease-out, color 0.15s ease-out, border 0.15s ease-out;
  }
}
@media only screen and (max-width: 768px) {
  .btn-outline-secondary {
    padding: 1.333333333333333vw 6.666666666666667vw;
  }
}
.btn-outline-secondary-label {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.035em;
  margin-top: -1px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .btn-outline-secondary-label {
    font-size: 3.2vw;
    line-height: 1.458333333333333;
  }
}
@media (any-hover: hover) {
  .btn-outline-secondary:hover {
    background: #073190;
    border: 1px solid #073190;
    color: #fff;
    transition-duration: 0.3s;
  }
  .btn-outline-secondary:hover .btn-primary-icon-pdf {
    border: 1px solid #fff;
    transition-duration: 0.3s;
  }
}
.btn-outline-secondary-sm {
  height: 60px;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .btn-outline-secondary-sm {
    height: 16vw;
    width: 42.66666666666667vw;
  }
}
.btn-outline-secondary-sm-label {
  font-size: 1.1rem;
  line-height: 1.454545454545455;
}
@media only screen and (max-width: 768px) {
  .btn-outline-secondary-sm-label {
    font-size: 2.933333333333333vw;
    line-height: 1.454545454545455;
  }
}
.catch-copy {
  display: flex;
  gap: 0 4.266666666666667vw;
  position: relative;
}
.catch-copy::before {
  background: url("./assets/img/top/sp/business-logo.png?hash=64d943cc715a17eaa4af4450cdd82e3a") center center no-repeat #fff;
  background-size: 7.199999999999999vw 7.866666666666666vw;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  border-radius: 50%;
  content: '';
  display: block;
  height: 15.466666666666667vw;
  width: 15.466666666666667vw;
}
@media only screen and (min-width: 769px) {
  .catch-copy {
    gap: 0 20px;
  }
  .catch-copy::before {
    background: url("./assets/img/top/pc/business-logo.png?hash=23b458e43dc39d5aa88d7042d429e1fa") center center no-repeat #fff;
    background-size: 44px 48px;
    height: 90px;
    width: 90px;
  }
}
.catch-copy-col {
  font-size: 3.466666666666666vw;
  line-height: 1.615384615384615;
  letter-spacing: 0.05em;
  background: #073190;
  color: #fff;
  font-weight: bold;
  padding: 3.2vw 5.333333333333334vw 4vw;
  text-align: center;
  width: 50%;
}
@media only screen and (min-width: 769px) {
  .catch-copy-col {
    font-size: 1.8rem;
    line-height: 1.555555555555556;
    letter-spacing: 0.199em;
    padding: 18px 55px 24px;
  }
}
.catch-copy-text-lg {
  font-size: 4.8vw;
  line-height: 1.666666666666667;
  letter-spacing: 0.1em;
  color: #fc0;
}
@media only screen and (min-width: 769px) {
  .catch-copy-text-lg {
    font-size: 2.6rem;
    line-height: 1.384615384615385;
  }
}
.catch-copy-text-sm {
  border-top: 1px solid #3054a1;
  margin-top: 3.333333333333333vw;
  padding-top: 3.333333333333333vw;
}
@media only screen and (min-width: 769px) {
  .catch-copy-text-sm {
    margin-top: 15px;
    padding-top: 18px;
  }
}
.faq-details {
  border-bottom: 1px solid #dee7eb;
  border-top: 1px solid #dee7eb;
  margin-top: -1px;
}
.faq-details-summary {
  cursor: pointer;
  padding: 35px 100px 35px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .faq-details-summary {
    padding: 5.333333333333334vw 13.333333333333334vw 5.333333333333334vw 0;
  }
}
.faq-details-summary-text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.035em;
  display: inline-block;
  font-weight: 700;
  padding-left: 72px;
  position: relative;
}
.faq-details-summary-text::before {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ffe628;
  border-radius: 50%;
  box-sizing: border-box;
  color: #000;
  content: 'Q';
  font-family: 'lato', sans-serif;
  font-weight: 700;
  margin: auto 0;
  padding-bottom: 1px;
  height: 36px;
  width: 36px;
}
@media only screen and (max-width: 768px) {
  .faq-details-summary-text {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    padding-left: 14.666666666666666vw;
  }
  .faq-details-summary-text::before {
    font-size: 3.466666666666666vw;
    height: 9.333333333333334vw;
    width: 9.333333333333334vw;
  }
}
.faq-details-summary-category {
  margin-left: -0.5em;
}
.faq-details-summary-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  width: 36px;
  margin: auto 0;
}
@media (any-hover: hover) {
  .faq-details-summary:hover .faq-details-summary-icon {
    animation: rotate 1.5s cubic-bezier(0.86, 0, 0.07, 1) 0.1s;
  }
  .faq-details-summary:hover .icon-plus {
    background: #073190;
    border-color: #073190;
  }
  .faq-details-summary:hover .icon-plus::before,
  .faq-details-summary:hover .icon-plus::after {
    background: #fff;
  }
}
.faq-details-content {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.035em;
  height: 0;
  overflow: hidden;
  padding-top: 10px;
  margin-top: -10px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .faq-details-content {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    padding-top: 1.333333333333333vw;
    margin-top: -1.333333333333333vw;
  }
}
.faq-details-content-inner {
  margin-top: -5px;
  padding: 0 72px 4px 72px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .faq-details-content-inner {
    padding: 2.666666666666667vw 0 0 14.666666666666666vw;
  }
}
.faq-details-icon-answer {
  position: relative;
}
.faq-details-icon-answer::before {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -72px;
  background: #ecf0f2;
  border-radius: 50%;
  box-sizing: border-box;
  color: #000;
  content: 'A';
  font-family: 'lato', sans-serif;
  font-weight: 700;
  margin: auto 0;
  padding-bottom: 1px;
  height: 36px;
  width: 36px;
}
@media only screen and (max-width: 768px) {
  .faq-details-icon-answer::before {
    font-size: 3.466666666666666vw;
    left: -14.666666666666666vw;
    height: 9.333333333333334vw;
    width: 9.333333333333334vw;
  }
}
.faq-details-text {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .faq-details-text {
    margin-bottom: 5.866666666666666vw;
  }
}
.faq-details-table {
  margin-bottom: 30px;
}
.faq-details-table th,
.faq-details-table td {
  vertical-align: top;
}
.faq-details-table th:not(:first-child),
.faq-details-table td:not(:first-child) {
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .faq-details-table {
    margin-bottom: 6.666666666666667vw;
  }
  .faq-details-table th,
  .faq-details-table td {
    width: 50%;
  }
  .faq-details-table th:not(:first-child),
  .faq-details-table td:not(:first-child) {
    padding: 0 4vw;
  }
}
.faq-details-other {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.035em;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 30px;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .faq-details-other {
    font-size: 1.3rem;
    line-height: 2.307692307692307;
    letter-spacing: 0.035em;
    margin-bottom: 5.866666666666666vw;
  }
}
.foot-menu {
  flex-wrap: wrap;
  display: flex;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .foot-menu {
    flex-direction: column-reverse;
  }
}
.foot-menu-item {
  position: relative;
  width: 50%;
}
.foot-menu-item a {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  box-sizing: border-box;
  padding: 21px 20px 19px;
  position: relative;
  height: 400px;
  width: 100%;
}
.foot-menu-item a::before,
.foot-menu-item a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  transition: background 0.35s cubic-bezier(0, 0.25, 0.5, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), left 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.foot-menu-item a::before {
  background: #fff;
}
.foot-menu-item a::after {
  background: #ecf0f2;
}
.foot-menu-item:nth-child(even) a::after {
  background: #ffe100;
}
@media only screen and (max-width: 768px) {
  .foot-menu-item {
    width: 100%;
  }
  .foot-menu-item a {
    align-items: flex-start;
    height: 40vw;
    padding: 2.133333333333333vw 6.666666666666667vw 3.2vw;
  }
}
.foot-menu-label {
  margin-top: 12px;
  position: relative;
  text-align: center;
  transition: color 0.1s cubic-bezier(0, 0.25, 0.5, 1);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .foot-menu-label {
    margin-top: 0;
    text-align: left;
  }
}
.foot-menu-label-lg,
.foot-menu-label-sm {
  display: block;
}
.foot-menu-label-lg {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.035em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .foot-menu-label-lg {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.foot-menu-label-sm {
  font-size: 1.1rem;
  line-height: 1.454545454545455;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .foot-menu-label-sm {
    font-size: 2.4vw;
    line-height: 1.444444444444444;
    margin-top: 1.333333333333333vw;
  }
}
.foot-menu-icon {
  margin-top: 34px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: background 0.35s cubic-bezier(0, 0.25, 0.5, 1), border 0.35s cubic-bezier(0, 0.25, 0.5, 1);
}
@media only screen and (max-width: 768px) {
  .foot-menu-icon {
    position: absolute;
    top: 0;
    right: 6.666666666666667vw;
    bottom: 0;
    margin: auto 0;
    height: 8vw;
    width: 8vw;
  }
}
@media (any-hover: hover) {
  .foot-menu-item:hover a::before,
  .foot-menu-item:hover a::after {
    transform: scale(1.05);
    z-index: 1;
  }
  .foot-menu-item:hover a::after {
    background: rgba(236,240,242,0.8);
  }
  .foot-menu-item:hover:nth-child(even) a::after {
    background: rgba(255,225,0,0.8);
  }
  .foot-menu-item:hover .foot-menu-label {
    color: #073190;
  }
  .foot-menu-item:hover .foot-menu-icon {
    background: #073190;
    border: 1px solid #073190;
  }
  .foot-menu-item:hover .foot-menu-icon .icon {
    animation: iconFadeSlideIn 0.35s cubic-bezier(0, 0.25, 0.5, 1);
    fill: #fff;
  }
}
@media only screen and (min-width: 769px) {
  .foot-menu-item:hover + .foot-menu-item a::before,
  .foot-menu-item:hover + .foot-menu-item a::after {
    left: 2.436974789915967%;
  }
}
.heading-lv1 {
  margin-bottom: 89px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .heading-lv1 {
    margin-bottom: 30vw;
  }
}
.heading-lv1-lg,
.heading-lv1-sm {
  letter-spacing: 0.075em;
  display: block;
  word-break: break-all;
}
.heading-lv1-lg {
  font-size: 3.8rem;
  line-height: 1.526315789473684;
  color: #073190;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .heading-lv1-lg {
    font-size: 8.799999999999999vw;
    line-height: 1.484848484848485;
    letter-spacing: 0.03em;
  }
}
.heading-lv1-sm {
  font-size: 1.3rem;
  line-height: 1.461538461538461;
  color: #000;
  font-family: 'lato', sans-serif;
  margin: 8px 0 0 5px;
}
@media only screen and (max-width: 768px) {
  .heading-lv1-sm {
    font-size: 3.733333333333334vw;
    line-height: 1.464285714285714;
    margin: 2.8vw 0 0 0.666666666666667vw;
  }
}
.heading-lv2 {
  margin-bottom: 65px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .heading-lv2 {
    margin-bottom: 13.333333333333334vw;
  }
}
.heading-lv2-lg,
.heading-lv2-sm {
  color: #000;
  display: block;
}
.heading-lv2-lg {
  font-size: 3.4rem;
  line-height: 1.529411764705882;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .heading-lv2-lg {
    font-size: 7.466666666666668vw;
    line-height: 1.571428571428571;
  }
}
.heading-lv2-sm {
  font-size: 1.3rem;
  line-height: 1.461538461538461;
  font-family: 'lato', sans-serif;
  margin-top: 13px;
  padding-left: 33px;
  position: relative;
}
.heading-lv2-sm::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ffe100;
  content: '';
  display: block;
  margin: auto 0;
  height: 4px;
  width: 20px;
}
@media only screen and (max-width: 768px) {
  .heading-lv2-sm {
    font-size: 2.933333333333333vw;
    line-height: 1.5;
    margin-top: 2.133333333333333vw;
    padding-left: 7.466666666666668vw;
  }
  .heading-lv2-sm::before {
    height: 0.8vw;
    width: 5.333333333333334vw;
    transform: translateY(1px);
  }
}
.heading-lv3 {
  font-size: 2.8rem;
  line-height: 1.928571428571429;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 48px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .heading-lv3 {
    font-size: 5.866666666666666vw;
    line-height: 1.818181818181818;
    margin-bottom: 12.266666666666666vw;
  }
}
.heading-lv3-secondary {
  margin-bottom: 80px;
  padding-bottom: 40px;
  position: relative;
  text-align: center;
}
.heading-lv3-secondary::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00b0ec;
  content: '';
  display: block;
  margin: 0 auto;
  height: 4px;
  width: 40px;
}
@media only screen and (max-width: 768px) {
  .heading-lv3-secondary {
    margin-bottom: 13.333333333333334vw;
    padding-bottom: 6.4vw;
  }
  .heading-lv3-secondary::before {
    height: 0.8vw;
    width: 6.666666666666667vw;
  }
}
.heading-lv3-secondary-lg,
.heading-lv3-secondary-sm {
  color: #000;
  display: block;
}
.heading-lv3-secondary-lg {
  font-size: 3.4rem;
  line-height: 1.558823529411765;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .heading-lv3-secondary-lg {
    font-size: 7.466666666666668vw;
    line-height: 1.553571428571429;
  }
}
.heading-lv3-secondary-sm {
  font-size: 1.3rem;
  line-height: 1.461538461538461;
  font-family: 'lato', sans-serif;
  margin-top: 8px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .heading-lv3-secondary-sm {
    font-size: 2.933333333333333vw;
    line-height: 1.454545454545455;
    margin-top: 0.266666666666667vw;
  }
}
.hero {
  overflow: hidden;
}
.hero img {
  object-fit: cover;
  height: 500px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .hero img {
    height: auto;
  }
}
.icon-pdf-container {
  align-items: center;
  display: inline-flex;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 768px) {
  .icon-pdf-container {
    top: 0;
  }
}
.icon-pdf {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #fff;
  border: 1px solid #073190;
  border-radius: 10px;
  box-sizing: border-box;
  color: #073190;
  font-weight: 700;
  padding-left: 1px;
  height: 20px;
  width: 38px;
}
@media only screen and (max-width: 768px) {
  .icon-pdf {
    font-size: 2.133333333333333vw;
    height: 4.8vw;
    width: 9.333333333333334vw;
  }
}
.icon-pdf-size {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #959595;
  margin-left: 2px;
}
@media only screen and (max-width: 768px) {
  .icon-pdf-size {
    font-size: 2.133333333333333vw;
    margin-left: 0.266666666666667vw;
  }
}
.icon-plus {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #d5e0e4;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  margin: auto 0;
  pointer-events: none;
  height: 36px;
  width: 36px;
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), border 0.35s cubic-bezier(0.23, 1, 0.32, 1), background 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.icon-plus.ft {
  pointer-events: auto;
  position: relative;
}
.icon-plus::before,
.icon-plus::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background: #756e6c;
  content: '';
  display: block;
  transition: background 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.icon-plus::before {
  height: 2px;
  width: 10px;
}
.icon-plus::after {
  height: 10px;
  width: 2px;
}
.icon-plus.wt {
  border: 1px solid #fff;
}
.icon-plus.wt::before,
.icon-plus.wt::after {
  background: #fff;
}
.icon-plus.is-opened {
  transform: rotate(90deg);
}
.icon-plus.is-opened::before {
  opacity: 0;
}
.ir-library-list {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  .ir-library-list {
    display: block;
  }
}
.ir-library-list .ir-library-item {
  font-size: 1.5rem;
  line-height: 1.733333333333333;
  letter-spacing: 0.1em;
  background: #ecf0f2;
  font-weight: 700;
  transition: background 0.4s ease-out;
}
@media only screen and (max-width: 768px) {
  .ir-library-list .ir-library-item {
    font-size: 3.2vw;
    line-height: 1.916666666666667;
    letter-spacing: 0.1em;
    margin: 4vw 0 0;
    width: 100%;
  }
}
.ir-library-list .ir-library-item-body,
.ir-library-list .ir-library-item-date,
.ir-library-list .icon-pdf-size {
  transition: color 0.4s ease-out;
}
.ir-library-list .ir-library-item-body {
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  display: flex;
  box-sizing: border-box;
  padding: 26px 32px 25px;
  height: 100%;
  width: 100%;
  transition: color 0.4s ease-out;
}
@media only screen and (max-width: 768px) {
  .ir-library-list .ir-library-item-body {
    padding: 5.333333333333334vw 5.333333333333334vw 6.933333333333333vw;
  }
}
.ir-library-list .ir-library-item-category {
  font-size: 1.3rem;
  line-height: 1.461538461538461;
  display: block;
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  .ir-library-list .ir-library-item-category {
    font-size: 2.933333333333333vw;
    line-height: 1.909090909090909;
    margin-bottom: 1.866666666666667vw;
  }
}
.ir-library-list .ir-library-item-text {
  margin-right: 12px;
}
@media only screen and (max-width: 768px) {
  .ir-library-list .ir-library-item-text {
    margin-right: 2.666666666666667vw;
  }
}
.ir-library-list .ir-library-item-date {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .ir-library-list .ir-library-item-date {
    font-size: 2.933333333333333vw;
    line-height: 1.5;
    margin-bottom: 2.666666666666667vw;
  }
}
.ir-library-list .icon-pdf {
  transition: background 0.4s ease-out, color 0.4s ease-out;
}
.ir-library-list .ir-library-item:hover {
  background: rgba(236,240,242,0.6);
}
.ir-library-list .ir-library-item:hover .ir-library-item-body,
.ir-library-list .ir-library-item:hover .ir-library-item-date,
.ir-library-list .ir-library-item:hover .icon-pdf-size {
  color: #073190;
}
.ir-library-list .ir-library-item:hover .icon-pdf {
  background: #073190;
  color: #fff;
}
.local-menu {
  display: grid;
  grid-column-gap: 37px;
  grid-row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 0 90px;
}
@media only screen and (min-width: 960px) {
  .local-menu {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .local-menu {
    grid-column-gap: 6.666666666666667vw;
    grid-row-gap: 0;
    margin-bottom: 16vw;
  }
}
.local-menu-item {
  min-height: 62px;
}
@media only screen and (min-width: 960px) {
  .local-menu-item {
    max-width: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .local-menu-item {
    min-height: 20vw;
    width: 40vw;
  }
}
.local-menu-item-body {
  align-items: center;
  display: flex;
  border-bottom: 1px solid #dee7eb;
  box-sizing: border-box;
  height: 100%;
  min-height: 62px;
  padding: 5px 20px 5px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .local-menu-item-body {
    min-height: none;
    padding: 4.266666666666667vw 5.333333333333334vw 1.333333333333333vw 0;
  }
}
.local-menu-item-label {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: color 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media only screen and (max-width: 768px) {
  .local-menu-item-label {
    font-size: 3.2vw;
    line-height: 1.416666666666667;
  }
}
.local-menu-item-icon {
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  margin: auto 0;
  height: 11px;
  width: 8px;
}
.local-menu-item-icon .arrow-01-icon {
  height: 100%;
  width: 100%;
  transform: rotate(90deg);
  transition: fill 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media only screen and (max-width: 768px) {
  .local-menu-item-icon .arrow-01-icon {
    height: 3.2vw;
    width: 2.4vw;
    transform: rotate(90deg) translateX(1.333333333333333vw);
  }
}
@media (any-hover: hover) {
  .local-menu-item-body:hover .local-menu-item-label {
    color: #073190;
  }
  .local-menu-item-body:hover .local-menu-item-icon {
    animation: iconFadeDownSlideIn 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  }
  .local-menu-item-body:hover .local-menu-item-icon .arrow-01-icon {
    fill: #073190;
  }
}
.local-menu-secondary {
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
  margin: 72px 0 105px;
}
@media only screen and (min-width: 960px) {
  .local-menu-secondary {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .local-menu-secondary {
    grid-column-gap: 2.666666666666667vw;
    grid-row-gap: 2.666666666666667vw;
    margin: 14.666666666666666vw 0 14.933333333333335vw;
  }
}
.local-menu-secondary-item {
  min-height: 62px;
}
@media only screen and (max-width: 768px) {
  .local-menu-secondary-item {
    min-height: 18.666666666666668vw;
  }
}
.local-menu-secondary-item-body {
  align-items: center;
  display: flex;
  border: 1px solid #d4dfe3;
  box-sizing: border-box;
  height: 100%;
  min-height: 100px;
  padding: 5px 65px 5px 28px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .local-menu-secondary-item-body {
    min-height: 18.666666666666668vw;
    padding: 0.666666666666667vw 9.333333333333334vw 0.666666666666667vw 3.733333333333334vw;
  }
}
.local-menu-secondary-item-label {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
  transition: color 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media only screen and (max-width: 768px) {
  .local-menu-secondary-item-label {
    font-size: 2.933333333333333vw;
    line-height: 1.363636363636364;
  }
}
.local-menu-secondary-item-icon {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto 0;
  height: 30px;
  width: 30px;
  border: 1px solid #d5e0e4;
  border-radius: 50%;
  transition: background 0.35s cubic-bezier(0, 0.25, 0.5, 1), border 0.35s cubic-bezier(0, 0.25, 0.5, 1);
}
.local-menu-secondary-item-icon .local-menu-secondary-item-icon-arrow,
.local-menu-secondary-item-icon .arrow-01-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  height: 7px;
  width: 5px;
}
.local-menu-secondary-item-icon .arrow-01-icon {
  transform: rotate(90deg);
}
@media only screen and (max-width: 768px) {
  .local-menu-secondary-item-icon {
    height: 5.333333333333334vw;
    width: 5.333333333333334vw;
    right: 2.666666666666667vw;
  }
  .local-menu-secondary-item-icon .local-menu-secondary-item-icon-arrow,
  .local-menu-secondary-item-icon .arrow-01-icon {
    height: 2.933333333333333vw;
    width: 2vw;
  }
}
@media (any-hover: hover) {
  .local-menu-secondary-item-body:hover .local-menu-secondary-item-label {
    color: #073190;
  }
  .local-menu-secondary-item-body:hover .local-menu-secondary-item-icon {
    background: #073190;
    border: 1px solid #073190;
  }
  .local-menu-secondary-item-body:hover .local-menu-secondary-item-icon .local-menu-secondary-item-icon-arrow {
    animation: iconFadeDownSlideIn 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  }
  .local-menu-secondary-item-body:hover .local-menu-secondary-item-icon .arrow-01-icon {
    fill: #fff;
  }
}
.news-category {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .news-category {
    margin-right: -5.333333333333334vw;
  }
}
.news-category .news-category-text {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  color: #333;
  font-weight: 700;
  margin: 7px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .news-category .news-category-text {
    font-size: 2.666666666666667vw;
    line-height: 1.45;
    margin: 2.4vw 0 0 0;
    padding-right: 1.333333333333333vw;
    width: 17.333333333333336vw;
  }
}
.news-category .news-category-list {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin: -6px;
}
@media only screen and (max-width: 768px) {
  .news-category .news-category-list {
    flex: 1;
    margin: -1.333333333333333vw -0.933333333333333vw;
  }
}
.news-category .news-category-item {
  margin: 6px;
}
@media only screen and (max-width: 768px) {
  .news-category .news-category-item {
    margin: 1.333333333333333vw 0.933333333333333vw;
  }
}
.news-category .news-category-btn {
  justify-content: center;
  align-items: center;
  display: flex;
  border: 1px solid #d4dfe3;
  border-radius: 20px;
  color: #333;
  min-width: 80px;
  padding: 11px 18px;
}
@media only screen and (min-width: 769px) {
  .news-category .news-category-btn {
    transition: background 0.15s ease-out, color 0.15s ease-out, border 0.15s ease-out;
  }
}
@media only screen and (max-width: 768px) {
  .news-category .news-category-btn {
    min-width: auto;
    padding: 2.666666666666667vw 4.533333333333333vw;
  }
}
.news-category .news-category-btn-label {
  font-size: 1.1rem;
  line-height: 1.454545454545455;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .news-category .news-category-btn-label {
    font-size: 2.666666666666667vw;
    line-height: 1.45;
    letter-spacing: 0.001em;
  }
}
.news-category .is-selected.news-category-btn {
  background: #07308e;
  border-color: #07308e;
  color: #fff;
  pointer-events: none;
}
@media (any-hover: hover) {
  .news-category .news-category-btn:hover {
    background: #07308e;
    border: 1px solid #07308e;
    color: #fff;
    transition-duration: 0.3s;
  }
}
.news-year {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .news-year {
    justify-content: flex-start;
  }
}
.news-year .news-year-text {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  color: #333;
  font-weight: 700;
  margin: -3px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .news-year .news-year-text {
    font-size: 2.666666666666667vw;
    line-height: 1.45;
    margin: 0;
  }
}
.news-year .news-year-select {
  background: #fff;
  border: 1px solid #d4dfe3;
  box-sizing: border-box;
  min-width: 200px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .news-year .news-year-select {
    flex: 1;
    min-width: auto;
    width: 100%;
  }
}
.news-year .news-year-select select {
  font-size: 1.1rem;
  line-height: 1.454545454545455;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  color: #959595;
  padding: 12px 40px 12px 20px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .news-year .news-year-select select {
    font-size: 2.933333333333333vw;
    line-height: 1.454545454545455;
    padding: 4.399999999999999vw 10.666666666666668vw 4.399999999999999vw 5.333333333333334vw;
  }
}
.news-year .news-year-select-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  pointer-events: none;
  height: 10px;
  width: 7px;
  transform: rotate(90deg);
}
@media only screen and (max-width: 768px) {
  .news-year .news-year-select-icon {
    right: 5.333333333333334vw;
    height: 2.666666666666667vw;
    width: 1.866666666666667vw;
  }
}
.news-item {
  border-bottom: 1px solid #d4dfe3;
  padding: 27px 0 29px;
}
@media only screen and (max-width: 768px) {
  .news-item {
    padding: 7.733333333333333vw 0 6.933333333333333vw;
  }
  .news-item.not-entry {
    font-size: 12px;
  }
}
.news-item .news-item-head {
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .news-item .news-item-head {
    margin-bottom: 4vw;
  }
}
.news-item .news-item-date,
.news-item .news-item-category {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #666;
}
@media only screen and (max-width: 768px) {
  .news-item .news-item-date,
  .news-item .news-item-category {
    font-size: 2.4vw;
    line-height: 1.444444444444444;
  }
}
.news-item .news-item-category {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.news-item .news-item-category::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #333;
  content: '';
  display: block;
  margin: auto 0;
  height: 8px;
  width: 1px;
}
@media only screen and (max-width: 768px) {
  .news-item .news-item-category {
    margin-left: 2.933333333333333vw;
    padding-left: 2.933333333333333vw;
  }
  .news-item .news-item-category::before {
    height: 2.4vw;
    width: 0.266666666666667vw;
  }
}
.news-item .news-item-body {
  display: block;
  margin-right: -50px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .news-item .news-item-body {
    margin-right: -5.333333333333334vw;
  }
}
.news-item .news-item-text {
  font-size: 1.5rem;
  line-height: 1.733333333333333;
  letter-spacing: 0.025em;
  display: inline;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .news-item .news-item-text {
    font-size: 3.2vw;
    line-height: 1.916666666666667;
  }
}
.news-item .icon-pdf-container {
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .news-item .icon-pdf-container {
    margin-left: 2.666666666666667vw;
  }
}
.news-item .icon-pdf-container .icon-pdf {
  transition: background 0.3s, color 0.3s;
}
@media (any-hover: hover) {
  .news-item .news-item-body {
    transition: color 0.3s;
  }
  .news-item .news-item-body:hover {
    color: #073190;
  }
  .news-item .news-item-body:hover .icon-pdf {
    background: #073190;
    color: #fff;
  }
}
.section-ir-menu.section-lv2 {
  margin-bottom: 198px;
  padding-top: 92px;
}
@media only screen and (max-width: 768px) {
  .section-ir-menu.section-lv2 {
    margin-bottom: 38.93333333333333vw;
    padding-top: 18.8vw;
  }
}
.ir-menu {
  display: grid;
  grid-column-gap: 45px;
  grid-row-gap: 68px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 73px;
}
@media only screen and (min-width: 960px) {
  .ir-menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .ir-menu {
    grid-column-gap: 5.333333333333334vw;
    grid-row-gap: 9.866666666666667vw;
    margin-top: 14.666666666666666vw;
  }
}
.ir-menu .ir-menu-item a {
  display: block;
}
.ir-menu .ir-menu-item-img {
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
}
.ir-menu .ir-menu-item-img img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .ir-menu .ir-menu-item-img::before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(11,49,143,0.1);
    content: '';
    display: block;
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.4s ease-out;
    z-index: 1;
  }
  .ir-menu .ir-menu-item-img img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .ir-menu .ir-menu-item-img {
    margin-bottom: 4vw;
  }
}
.ir-menu .ir-menu-item-label {
  padding-right: 56px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .ir-menu .ir-menu-item-label {
    transition: color 0.4s;
  }
}
@media only screen and (max-width: 768px) {
  .ir-menu .ir-menu-item-label {
    padding-right: 10.666666666666668vw;
  }
}
.ir-menu .ir-menu-item-label-lg,
.ir-menu .ir-menu-item-label-sm {
  display: block;
}
.ir-menu .ir-menu-item-label-lg {
  font-size: 1.9rem;
  line-height: 1.578947368421053;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .ir-menu .ir-menu-item-label-lg {
    font-size: 3.733333333333334vw;
    line-height: 1.642857142857143;
  }
}
.ir-menu .ir-menu-item-label-sm {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: 'lato', sans-serif;
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  .ir-menu .ir-menu-item-label-sm {
    font-size: 2.133333333333333vw;
    line-height: 1.625;
    margin-top: 0;
  }
}
.ir-menu .ir-menu-item-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  transition: background 0.35s cubic-bezier(0, 0.25, 0.5, 1), border 0.35s cubic-bezier(0, 0.25, 0.5, 1);
}
@media (any-hover: hover) {
  .ir-menu .ir-menu-item a:hover .ir-menu-item-img::before {
    opacity: 1;
  }
  .ir-menu .ir-menu-item a:hover .ir-menu-item-img img {
    transform: scale(1.05);
  }
  .ir-menu .ir-menu-item a:hover .ir-menu-item-label {
    color: #073190;
  }
  .ir-menu .ir-menu-item a:hover .ir-menu-item-icon {
    background: #073190;
    border: 1px solid #073190;
  }
  .ir-menu .ir-menu-item a:hover .ir-menu-item-icon .icon {
    animation: iconFadeSlideIn 0.35s cubic-bezier(0, 0.25, 0.5, 1);
    fill: #fff;
  }
}
.section-lv1 {
  background: #fff;
  padding-top: 138px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section-lv1 {
    padding-top: 24.8vw;
  }
}
.section-lv2 {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 990px;
  width: 83.19327731092437%;
  border-top: 1px solid #dee7eb;
  margin-bottom: 160px;
  overflow: visible;
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .section-lv2 {
    max-width: none;
    width: 86.66666666666667vw;
  }
}
.section-lv2::before {
  position: absolute;
  top: -1px;
  left: 0;
  background: #ffe100;
  content: '';
  display: block;
  height: 4px;
  width: 200px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .section-lv2 {
    margin-bottom: 26.666666666666668vw;
    padding-top: 18.666666666666668vw;
  }
  .section-lv2::before {
    height: 1.066666666666667vw;
    width: 34.66666666666667vw;
  }
}
.section-lv2.section-lv2-orange::before {
  background: #fc0;
}
.section-lv3 {
  border-top: 1px solid #dee7eb;
  margin: 0 auto 120px;
  overflow: visible;
  padding-top: 69px;
  position: relative;
}
.section-lv3::before {
  position: absolute;
  top: -1px;
  left: 0;
  background: #ffe100;
  content: '';
  display: block;
  height: 4px;
  width: 100px;
}
@media only screen and (max-width: 768px) {
  .section-lv3 {
    margin-bottom: 18.933333333333334vw;
    padding-top: 14.666666666666666vw;
  }
  .section-lv3::before {
    height: 1.066666666666667vw;
    width: 21.333333333333336vw;
  }
}
.section-lv3-secondary {
  margin-top: 153px;
}
@media only screen and (max-width: 768px) {
  .section-lv3-secondary {
    margin-top: 24.266666666666666vw;
  }
}
.service {
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .service {
    margin-bottom: 13.333333333333334vw;
  }
}
.service-head {
  background: #fff;
  overflow: hidden;
  padding: 90px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .service-head {
    padding: 19.733333333333334vw 0 16vw;
  }
}
.service-head-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .service-head-bg {
    overflow: hidden;
    height: calc(100% - 60px);
  }
}
@media only screen and (min-width: 1024px) {
  .service-head-bg {
    width: 86.5546218487395%;
  }
}
.service-head-bg-text {
  font-size: 16rem;
  line-height: 1;
  letter-spacing: -0.01em;
  color: rgba(243,243,243,0.6);
  font-family: 'lato', sans-serif;
  position: absolute;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .service-head-bg-text {
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  .service-head-bg-text {
    left: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .service-head-bg-text {
    font-size: 29.333333333333332vw;
    bottom: auto;
    left: 50%;
    top: 9.333333333333334vw;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  .service-head-bg-text.service-head-bg-text-bottom-right {
    bottom: -17px;
    margin-left: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .service-head-bg-text.service-head-bg-text-bottom-left {
    bottom: -20px;
    margin-left: -644px;
  }
}
.service-row-cols-2 {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 990px;
  width: 83.19327731092437%;
  align-items: center;
  flex-direction: column;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .service-row-cols-2 {
    max-width: none;
    width: 86.66666666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .service-row-cols-2 {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 1.680672268907563%;
    width: 100%;
  }
}
@media only screen and (min-width: pc-sm-min px) and (max-width: 1279px) {
  .service-row-cols-2 {
    padding: 0 1.680672268907563%;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .service-row-cols-2 {
    padding: 0;
  }
}
.service-col-content {
  order: 2;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .service-col-content {
    max-width: 438px;
    padding-top: 60px;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .service-col-content {
    order: inherit;
    width: 41.05263157894737%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .service-col-content .btn-primary .btn-primary-label {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .service-col-content {
    padding-top: 8vw;
  }
}
.service-col-img {
  align-self: flex-start;
  order: 1;
  position: relative;
  width: 100%;
}
.service-col-img::after {
  position: absolute;
  bottom: -24.210526315789473%;
  background: #ecf0f2;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .service-col-img {
    width: 440px;
  }
  .service-col-img::after {
    height: calc(100% - 60px);
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .service-col-img {
    margin: 0 auto;
    max-width: 438px;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .service-col-img {
    order: inherit;
  }
}
@media only screen and (min-width: 1280px) {
  .service-col-img::after {
    bottom: -92px;
  }
}
@media only screen and (max-width: 768px) {
  .service-col-img {
    width: 86.66666666666667vw;
  }
  .service-col-img::after {
    bottom: -20vw;
    height: 53.333333333333336vw;
    width: 66.66666666666666vw;
  }
}
.service-heading {
  font-size: 2.6rem;
  line-height: 1.269230769230769;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 55px;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  .service-heading {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .service-heading.pc-small {
    display: block !important;
  }
  .service-heading.pc {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .service-heading {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .service-heading {
    font-size: 5.600000000000001vw;
    line-height: 1.285714285714286;
  }
}
.service-heading-underline {
  font-size: 2.6rem;
  line-height: 1.153846153846154;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #dee7eb;
  font-weight: 700;
  margin-bottom: 45px;
  padding-bottom: 39px;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .service-heading-underline {
    text-align: center;
  }
  .service-heading-underline.pc-small {
    display: block !important;
  }
  .service-heading-underline.pc {
    display: none !important;
  }
}
.service-note {
  font-size: 1.3rem;
  line-height: 1.461538461538461;
  letter-spacing: 0.035em;
  margin-top: 27px;
}
@media only screen and (max-width: 768px) {
  .service-note {
    font-size: 2.666666666666667vw;
    line-height: 1.45;
    margin-top: 4vw;
  }
}
.service-img {
  background: #fff;
  margin: auto 0;
  position: relative;
  z-index: 1;
}
.service-img::before {
  position: absolute;
  bottom: 1px;
  left: 0;
  background: #dee7eb;
  border-left: 1px solid #dee7eb;
  border-right: 1px solid #dee7eb;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  z-index: 1;
}
.service-img img {
  border: 1px solid #dee7eb;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .service-img {
    position: relative;
  }
}
@media only screen and (min-width: 769px) {
  .service-col-img-right.service-col-img::after {
    right: -27.27272727272727%;
  }
}
@media only screen and (max-width: 768px) {
  .service-col-img-right.service-col-img::after {
    right: -6.666666666666667vw;
  }
}
.service-col-img-right.service-col-img .service-img {
  right: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .service-col-img-left.service-col-img::after {
    right: -27.27272727272727%;
  }
}
@media only screen and (min-width: 1024px) {
  .service-col-img-left.service-col-img::after {
    left: -27.27272727272727%;
  }
}
@media only screen and (max-width: 768px) {
  .service-col-img-left.service-col-img::after {
    left: -6.666666666666667vw;
  }
}
.service-col-img-left.service-col-img .service-img {
  left: 0;
}
.service-img.service-img-yellow-line::before {
  background: #ffe100;
}
.service-img.service-img-blue-line::before {
  background: #00b0ec;
}
.service-social {
  border-top: 1px solid #dee7eb;
  margin-top: 40px;
  padding-top: 25px;
}
@media only screen and (max-width: 768px) {
  .service-social {
    margin-top: 9.333333333333334vw;
    padding-top: 8.266666666666666vw;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .service-social .service-social-row-cols-1 {
    margin: 0 -8px;
  }
  .service-social .service-social-row-cols-1:not(:first-child) {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .service-social .service-social-row-cols-1 {
    text-align: left;
  }
  .service-social .service-social-row-cols-1:not(:first-child) {
    margin-top: 9.333333333333334vw;
  }
  .service-social .service-social-row-cols-1 .social-list-secondary {
    justify-content: flex-start;
  }
}
.service-social .service-social-row-cols-2 {
  display: flex;
}
.service-social .service-social-row-cols-2 .social-list-secondary li {
  margin-bottom: 5px;
}
@media only screen and (min-width: 769px) {
  .service-social .service-social-row-cols-2 {
    margin: 0 -25px;
  }
  .service-social .service-social-row-cols-2:not(:first-child) {
    margin-top: 25px;
  }
  .service-social .service-social-row-cols-2 .col {
    margin: 0 25px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .service-social .service-social-row-cols-2 {
    margin: 0 -20px;
  }
  .service-social .service-social-row-cols-2 .col {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .service-social .service-social-row-cols-2 {
    justify-content: center;
    flex-wrap: wrap;
    margin: -2.666666666666667vw -4vw;
  }
  .service-social .service-social-row-cols-2 .col {
    margin: 2.666666666666667vw 4vw;
  }
}
.service-social-text {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.035em;
  margin-bottom: 18px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .service-social-text {
    font-size: 2.666666666666667vw;
    line-height: 1.5;
    margin-bottom: 6.4vw;
  }
}
.service-body {
  background: #f9f9f9;
  position: relative;
}
.service-body::before {
  position: absolute;
  top: 0;
  background: #fff;
  border-top: 1px solid #f9f9f9;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}
.service-body.border-top-0::before {
  border-top: none;
}
@media only screen and (min-width: 1024px) {
  .service-body::before {
    width: 86.5546218487395%;
  }
}
@media only screen and (max-width: 768px) {
  .service-body {
    background: #fff;
  }
  .service-body::before {
    border-color: #ecf0f2;
    height: 100%;
    width: 100%;
  }
}
.service-body-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 990px;
  width: 83.19327731092437%;
  padding-top: 105px;
}
@media only screen and (max-width: 768px) {
  .service-body-inner {
    max-width: none;
    width: 86.66666666666667vw;
  }
}
.service-body-inner .section-lv2 {
  max-width: none;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .service-body-inner {
    padding-top: 13.333333333333334vw;
  }
}
.service-body-right::before {
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .service-body-right .service-body-inner {
    padding-left: 15.126050420168067%;
    padding-right: 1.680672268907563%;
  }
}
@media only screen and (min-width: 1280px) {
  .service-body-right .service-body-inner {
    padding-left: 180px;
    padding-right: 20px;
  }
}
.service-body-right .service-head-bg {
  right: 0;
  left: auto;
}
.service-body-left::before {
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .service-body-left .service-body-inner {
    padding-left: 4.201680672268908%;
    padding-right: 15.126050420168067%;
  }
}
@media only screen and (min-width: 1280px) {
  .service-body-left .service-body-inner {
    padding-left: 50px;
    padding-right: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .service-body-left .service-body-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.service-content {
  padding-bottom: 92px;
}
@media only screen and (max-width: 768px) {
  .service-content {
    padding-bottom: 17.333333333333336vw;
  }
}
@media only screen and (min-width: 1024px) {
  .service-body-left .service-content {
    margin-left: -4.040404040404041%;
  }
}
@media only screen and (max-width: 768px) {
  .service-body-left .service-content {
    margin-left: 0;
  }
}
.service-lead {
  font-size: 3rem;
  line-height: 1.933333333333333;
  letter-spacing: 0.075em;
  font-weight: 700;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .service-lead {
    font-size: 5.866666666666666vw;
    line-height: 1.818181818181818;
    margin-bottom: 9.333333333333334vw;
  }
}
.service-text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.035em;
  margin-bottom: 30px;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  .service-text {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    margin-bottom: 6.666666666666667vw;
  }
}
.social-btn-icon {
  fill: #000;
}
.social-btn-facebook-icon {
  fill: #1877f2;
}
.social-btn-twitter-icon {
  fill: #1da1f2;
}
.social-btn-x-icon {
  fill: #000;
}
.social-btn-line-icon {
  fill: #06c755;
}
.social-btn-hatena-icon {
  fill: #01a5df;
}
.social-btn-youtube-icon {
  fill: #f00;
}
.social-list-primary {
  display: flex;
  margin: 0 -15px;
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  .social-list-primary {
    grid-row-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .social-list-primary {
    margin: 0 -2vw;
  }
}
.social-list-primary .social-item {
  margin: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .social-list-primary .social-item {
    margin: 0 2vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .social-list-primary .social-item .btn-outline-primary.btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.social-list-primary .social-btn-label {
  font-size: 1.3rem;
  line-height: 1.461538461538461;
  letter-spacing: 0.05em;
  margin-top: -1px;
}
@media only screen and (max-width: 768px) {
  .social-list-primary .social-btn-label {
    font-size: 2.4vw;
    line-height: 1.444444444444444;
    margin-top: 1.333333333333333vw;
  }
}
.social-list-primary .social-btn-icon {
  font-size: 2.4vw;
  line-height: 1.444444444444444;
}
@media only screen and (max-width: 768px) {
  .social-row-cols-4.social-list-primary .social-item {
    flex: 1;
  }
  .social-row-cols-4.social-list-primary .social-item .btn {
    flex-direction: column;
    padding-left: 1.333333333333333vw;
    padding-right: 1.333333333333333vw;
  }
}
.social-list-primary .social-btn-facebook .social-btn-facebook-icon {
  margin: 0 20px 0 -5px;
  height: 26px;
  width: 13px;
}
@media only screen and (max-width: 768px) {
  .social-list-primary .social-btn-facebook .social-btn-facebook-icon {
    margin: 0 2.666666666666667vw 0 0;
    height: 4.133333333333333vw;
    width: 2.133333333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .social-list-primary .social-btn-facebook .social-btn-label {
    margin-top: 0;
  }
}
.social-list-primary .social-btn-facebook.social-btn-sm .social-btn-facebook-icon {
  height: 22px;
  width: 11px;
}
@media only screen and (min-width: 769px) {
  .social-row-cols-4.social-list-primary .social-btn-facebook .social-btn-facebook-icon {
    margin-right: 15px;
    height: 22px;
    width: 11px;
  }
}
@media only screen and (max-width: 768px) {
  .social-row-cols-4.social-list-primary .social-btn-facebook .social-btn-facebook-icon {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .social-row-cols-4.social-list-primary .social-btn-facebook .social-btn-label {
    margin-top: 1.333333333333333vw;
  }
}
.social-list-primary .social-btn-twitter .social-btn-twitter-icon {
  margin: 0 20px 0 -10px;
  height: 20px;
  width: 24px;
}
@media only screen and (max-width: 768px) {
  .social-list-primary .social-btn-twitter .social-btn-twitter-icon {
    margin: 0 2vw 0 0;
    height: 3.466666666666666vw;
    width: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .social-list-primary .social-btn-twitter .social-btn-label {
    margin-top: 0;
  }
}
.social-list-primary .social-btn-twitter.social-btn-sm .social-btn-twitter-icon {
  height: 17px;
  width: 20px;
}
@media only screen and (min-width: 769px) {
  .social-row-cols-4.social-list-primary .social-btn-twitter .social-btn-twitter-icon {
    margin-right: 12px;
    height: 17px;
    width: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .social-row-cols-4.social-list-primary .social-btn-twitter .social-btn-twitter-icon {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .social-row-cols-4.social-list-primary .social-btn-twitter .social-btn-label {
    margin-top: 1.6vw;
  }
}
.social-list-primary .social-btn-x .social-btn-x-icon {
  margin: 0 20px 0 -3px;
  height: 18px;
  width: 18px;
  transition: fill 0.15s ease-out;
}
@media only screen and (max-width: 768px) {
  .social-list-primary .social-btn-x .social-btn-x-icon {
    margin: 0 2vw 0 0;
    height: 3.466666666666666vw;
    width: 3.466666666666666vw;
  }
}
@media only screen and (max-width: 768px) {
  .social-list-primary .social-btn-x .social-btn-label {
    margin-top: 0;
  }
}
.social-list-primary .social-btn-x.social-btn-sm .social-btn-x-icon {
  height: 17px;
  width: 20px;
}
@media only screen and (min-width: 769px) {
  .social-row-cols-4.social-list-primary .social-btn-x .social-btn-x-icon {
    margin-right: 12px;
    height: 17px;
    width: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .social-row-cols-4.social-list-primary .social-btn-x .social-btn-x-icon {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .social-row-cols-4.social-list-primary .social-btn-x .social-btn-label {
    margin-top: 1.6vw;
    transform: translateY(0.266666666666667vw);
  }
}
@media only screen and (min-width: 769px) {
  .social-list-primary .social-btn-x:hover .social-btn-x-icon {
    fill: #fff;
  }
}
.social-list-primary .social-btn-instagram .social-btn-instagram-icon {
  margin: 0 18px 0 -10px;
  height: 20px;
  width: 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .social-list-primary .social-btn-instagram .social-btn-instagram-icon {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .social-list-primary .social-btn-instagram .social-btn-instagram-icon {
    margin: 0;
  }
}
.social-list-primary .social-btn-line .social-btn-line-icon {
  margin: 0 20px 0 -10px;
  height: 22px;
  width: 24px;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .social-list-primary .social-btn-line .social-btn-line-icon {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .social-list-primary .social-btn-line .social-btn-line-icon {
    margin: 0;
    height: 4.533333333333333vw;
    width: 4.533333333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .social-row-cols-4.social-list-primary .social-btn-line .social-btn-line-icon {
    margin-right: 14px;
    height: 19px;
    width: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .social-row-cols-4.social-list-primary .social-btn-line .social-btn-line-icon {
    margin: 0;
  }
}
.social-list-primary .social-btn-hatena .social-btn-hatena-icon {
  margin: 0 18px 0 0;
  height: 17px;
  width: 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .social-list-primary .social-btn-hatena .social-btn-hatena-icon {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .social-list-primary .social-btn-hatena .social-btn-hatena-icon {
    margin: 0;
    height: 3.466666666666666vw;
    width: 4vw;
  }
}
@media only screen and (min-width: 769px) {
  .social-row-cols-4.social-list-primary .social-btn-hatena .social-btn-hatena-icon {
    margin-right: 14px;
    height: 14px;
    width: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .social-row-cols-4.social-list-primary .social-btn-hatena .social-btn-hatena-icon {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .social-row-cols-4.social-list-primary .social-btn-hatena .social-btn-label {
    margin-top: 1.6vw;
  }
}
.social-list-secondary {
  flex-wrap: wrap;
  display: flex;
  margin: 0 -8px;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .social-list-secondary {
    margin: 0 -5px;
  }
}
@media only screen and (max-width: 768px) {
  .social-list-secondary {
    justify-content: center;
    margin: 0 -2vw;
  }
}
.social-list-secondary .social-item {
  margin: 0 8px;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .social-list-secondary .social-item {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  .social-list-secondary .social-item {
    margin: 0 2vw;
  }
}
.social-list-secondary .break {
  flex-basis: 100%;
  height: 0;
  margin: 0 !important;
}
.social-list-secondary .social-btn-sm {
  border-radius: 50%;
  padding: 0;
  height: 50px;
  width: 50px;
}
@media only screen and (max-width: 768px) {
  .social-list-secondary .social-btn-sm {
    height: 13.333333333333334vw;
    width: 13.333333333333334vw;
  }
}
.social-list-secondary .social-btn-icon {
  margin: 0;
}
.social-list-secondary .social-btn-label {
  display: none;
}
.social-list-secondary .social-btn-facebook.social-btn-sm .social-btn-facebook-icon {
  height: 22px;
  width: 11px;
}
@media only screen and (max-width: 768px) {
  .social-list-secondary .social-btn-facebook.social-btn-sm .social-btn-facebook-icon {
    height: 5.466666666666667vw;
    width: 2.933333333333333vw;
  }
}
.social-list-secondary .social-btn-twitter.social-btn-sm .social-btn-twitter-icon {
  height: 17px;
  width: 20px;
}
@media only screen and (max-width: 768px) {
  .social-list-secondary .social-btn-twitter.social-btn-sm .social-btn-twitter-icon {
    height: 4.399999999999999vw;
    width: 5.333333333333334vw;
  }
}
.social-list-secondary .social-btn-x.social-btn-sm .social-btn-x-icon {
  height: 18px;
  width: 17px;
  transition: fill 0.15s ease-out;
}
@media only screen and (max-width: 768px) {
  .social-list-secondary .social-btn-x.social-btn-sm .social-btn-x-icon {
    height: 4.399999999999999vw;
    width: 4.266666666666667vw;
  }
}
@media only screen and (min-width: 769px) {
  .social-list-secondary .social-btn-x.social-btn-sm:hover .social-btn-x-icon {
    fill: #fff;
  }
}
.social-list-secondary .social-btn-instagram.social-btn-sm .social-btn-instagram-icon {
  height: 20px;
  width: 20px;
}
@media only screen and (max-width: 768px) {
  .social-list-secondary .social-btn-instagram.social-btn-sm .social-btn-instagram-icon {
    height: 5.333333333333334vw;
    width: 5.333333333333334vw;
  }
}
.social-list-secondary .social-btn-line.social-btn-sm .social-btn-line-icon {
  height: 22px;
  width: 24px;
}
@media only screen and (max-width: 768px) {
  .social-list-secondary .social-btn-line.social-btn-sm .social-btn-line-icon {
    height: 5.733333333333333vw;
    width: 6.133333333333333vw;
  }
}
.social-list-secondary .social-btn-youtube.social-btn-sm .social-btn-youtube-icon {
  height: 16px;
  width: 23px;
}
@media only screen and (max-width: 768px) {
  .social-list-secondary .social-btn-youtube.social-btn-sm .social-btn-youtube-icon {
    height: 4.266666666666667vw;
    width: 6.133333333333333vw;
  }
}
.social-list-secondary .social-btn-tiktok.social-btn-sm .social-btn-tiktok-icon {
  height: 16px;
  width: 23px;
}
@media only screen and (max-width: 768px) {
  .social-list-secondary .social-btn-tiktok.social-btn-sm .social-btn-tiktok-icon {
    height: 5.333333333333334vw;
    width: 4.8vw;
  }
}
.table-primary {
  font-size: 1.5rem;
  line-height: 2;
  border-bottom: 1px solid #dee7eb;
  border-collapse: collapse;
  border-top: 1px solid #dee7eb;
  width: 100%;
}
.table-primary tr:not(:last-child) {
  border-bottom: 1px solid #dee7eb;
}
.table-primary th,
.table-primary td {
  box-sizing: border-box;
  padding: 35px 10px;
  vertical-align: top;
}
.table-primary th {
  font-weight: 700;
  padding-right: 20px;
}
@media only screen and (min-width: 769px) {
  .table-primary th {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .table-primary {
    font-size: 3.466666666666666vw;
    line-height: 2;
  }
  .table-primary tr,
  .table-primary th,
  .table-primary td {
    display: block;
  }
  .table-primary tr {
    padding: 4.8vw 0;
  }
  .table-primary th,
  .table-primary td {
    padding: 0.8vw 1.333333333333333vw;
  }
}
.container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 990px;
  width: 83.19327731092437%;
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: none;
    width: 86.66666666666667vw;
  }
}
@media only screen and (min-width: 960px) {
  .row-cols-2 {
    flex-wrap: wrap;
    display: flex;
  }
  .row-cols-2 > .col {
    box-sizing: border-box;
    position: relative;
  }
  .row-cols-2 > .col:nth-child(1) {
    padding-right: 40px;
    width: 300px;
  }
  .row-cols-2 > .col:nth-child(2) {
    margin-top: 10px;
    width: calc(100% - 300px);
  }
}
.col-half {
  width: 50%;
}
.text-primary {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.035em;
  margin-bottom: 30px;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  .text-primary {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    margin-bottom: 6.666666666666667vw;
  }
}
.text-date {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  position: absolute;
  top: -30px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .text-date {
    margin-bottom: 2.933333333333333vw;
    position: static;
    text-align: right;
  }
}
.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
.color-yellow {
  color: #ffe100;
}
.color-blue {
  color: #073190;
}
.link {
  color: #073190;
  position: relative;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .link:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 769px) {
  .sp-link {
    pointer-events: none;
  }
}
@media only screen and (min-width: 769px) {
  .link-tel {
    pointer-events: none;
  }
}
.link-external {
  margin-right: 6px;
}
.link-external::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2019%22%3E%3Crect%20x%3D%227%22%20y%3D%221%22%20width%3D%2214%22%20height%3D%2211.63%22%20fill%3D%22none%22%20stroke%3D%22%23073190%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%2F%3E%3Cpolyline%20points%3D%2216%2018%201%2018%201%206%22%20fill%3D%22none%22%20stroke%3D%22%23073190%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 14;
  content: '';
  display: inline-block;
  margin-left: 6px;
  pointer-events: none;
  position: relative;
  top: 1px;
  height: 14px;
  width: 14px;
  transform: translateY(0px);
}
@media only screen and (max-width: 768px) {
  .link-external {
    margin-right: 1.333333333333333vw;
  }
  .link-external::after {
    background-size: 3.066666666666666vw;
    margin-left: 1.333333333333333vw;
    height: 3.066666666666666vw;
    width: 3.066666666666666vw;
  }
}
.list-primary {
  margin-bottom: 1em;
}
.list-primary li {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.075em;
}
.note-list {
  margin-bottom: 30px;
}
.note-list li {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.035em;
  padding-left: 20px;
  position: relative;
}
.note-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
  display: block;
}
@media only screen and (max-width: 768px) {
  .note-list {
    margin-bottom: 6.666666666666667vw;
  }
  .note-list li {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    padding-left: 5.066666666666666vw;
  }
}
.note-list-en {
  margin-bottom: 30px;
}
.note-list-en li {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.035em;
  padding-left: 20px;
  position: relative;
}
.note-list-en li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '＊';
  display: block;
}
@media only screen and (max-width: 768px) {
  .note-list-en {
    margin-bottom: 6.666666666666667vw;
  }
  .note-list-en li {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    padding-left: 5.066666666666666vw;
  }
}
@media only screen and (min-width: 769px) {
  .pc-img-fluid {
    width: 100%;
  }
  .pc-img-fluid img {
    width: 100%;
  }
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.m-0 {
  margin: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.p-0 {
  padding: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-self-auto {
  align-self: auto;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}
.align-self-baseline {
  align-self: baseline;
}
.align-self-stretch {
  align-self: stretch;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-bold {
  font-weight: bold !important;
}
.row {
  flex-wrap: wrap;
  display: flex;
}
.page-top {
  background-color: #f9f9f9;
}
.section-hero {
  position: relative;
  background: #f9f9f9;
}
.section-hero .hero-background {
  position: absolute;
  top: 0;
  left: 0;
}
.section-hero .hero-background canvas {
  width: 100%;
  height: auto;
}
.section-hero .section-inner {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section-hero .section-inner .logo {
  position: relative;
  flex: none;
}
.section-hero .section-inner .logo canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 200%;
  transform: translate(-50%, -50%);
}
.section-hero .section-inner .copy {
  position: relative;
  flex: none;
}
.section-hero .section-inner .copy .l1 {
  display: flex;
  justify-content: flex-start;
  fill: #0b318f;
  -webkit-clip-path: polygon(-25% -25%, 125% -25%, 125% 100%, -25% 100%);
          clip-path: polygon(-25% -25%, 125% -25%, 125% 100%, -25% 100%);
}
.section-hero .section-inner .copy .l1 .svg-item {
  flex: none;
}
.section-hero .section-inner .copy .l1 .svg-item.copy-char-01 {
  width: 20.555555555555554%;
}
.section-hero .section-inner .copy .l1 .svg-item.copy-char-02 {
  width: 14.444444444444443%;
}
.section-hero .section-inner .copy .l1 .svg-item.copy-char-03 {
  width: 7.777777777777778%;
}
.section-hero .section-inner .copy .l1 .svg-item.copy-char-04 {
  width: 17.22222222222222%;
}
.section-hero .section-inner .copy .l1 .svg-item.copy-char-05 {
  width: 20.555555555555554%;
}
.section-hero .section-inner .copy .l1 .svg-item.copy-char-06 {
  width: 19.444444444444446%;
}
.section-hero .section-inner .copy .l2 {
  font-weight: 700;
  color: #0b318f;
}
@media only screen and (min-width: 769px) {
  .section-hero {
    height: 760px;
    width: 100%;
  }
  .section-hero .hero-background {
    height: 100%;
    width: 100%;
  }
  .section-hero .section-inner {
    max-width: 1190px;
    padding: 0 58px;
  }
  .section-hero .section-inner .logo {
    height: 100%;
    width: 120px;
  }
  .section-hero .section-inner .copy {
    margin-left: 28px;
    margin-top: 25px;
  }
  .section-hero .section-inner .copy .l1 {
    width: 368px;
  }
  .section-hero .section-inner .copy .l2 {
    margin-left: 6px;
    margin-top: 34px;
    font-size: 2.4rem;
    letter-spacing: 0.15em;
  }
}
@media only screen and (max-width: 768px) {
  .section-hero {
    height: 146.66666666666666vw;
    width: 100%;
  }
  .section-hero .hero-background {
    height: 100%;
    width: 100%;
  }
  .section-hero .section-inner {
    padding: 0 9.333333333333334vw 9.333333333333334vw;
  }
  .section-hero .section-inner .logo {
    height: 113.99999999999999vw;
    width: 18vw;
  }
  .section-hero .section-inner .copy {
    margin-left: 4.266666666666667vw;
    margin-top: 5.333333333333334vw;
  }
  .section-hero .section-inner .copy .l1 {
    width: 56.00000000000001vw;
  }
  .section-hero .section-inner .copy .l2 {
    margin-left: -12.266666666666666vw;
    margin-top: 6.4vw;
    font-size: 4vw;
    letter-spacing: 0.15em;
  }
}
.section-philosophy {
  overflow: hidden;
}
.section-philosophy .lead {
  position: relative;
  font-weight: 700;
}
.section-philosophy .lead .vtx {
  position: absolute;
  font-weight: 400;
}
.section-philosophy .lead .lead-br {
  display: none;
}
.section-philosophy .text {
  color: #333;
}
.section-philosophy .text .text-bloc {
  display: block;
}
@media only screen and (min-width: 769px) {
  .section-philosophy {
    border-bottom: 1px solid #f9f9f9;
  }
  .section-philosophy .fg-group {
    position: absolute;
    top: 0;
    left: 78.90625vw;
  }
  .section-philosophy .fg-item.item-01 {
    top: 280px;
    left: -138px;
  }
  .section-philosophy .fg-item.item-01 .item-01-01 {
    height: 15px;
    width: 50px;
  }
  .section-philosophy .fg-item.item-01 .item-01-02 {
    left: 70px;
    height: 15px;
    width: 90px;
  }
  .section-philosophy .fg-item.item-02 {
    top: 314px;
    left: -232px;
  }
  .section-philosophy .fg-item.item-02 .item-02-01 {
    height: 6px;
    width: 10px;
  }
  .section-philosophy .fg-item.item-02 .item-02-02 {
    left: 20px;
    height: 6px;
    width: 90px;
  }
  .section-philosophy .fg-item.item-03 {
    height: 140px;
    width: 140px;
    right: -97px;
    top: 440px;
  }
  .section-philosophy .fg-item.item-04 {
    height: 10px;
    width: 33.61344537815126%;
    left: -4.53781512605042%;
    bottom: 0;
  }
  .section-philosophy .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 78.90625vw;
    background: #fff;
  }
  .section-philosophy .bg-text {
    bottom: 78px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-philosophy .section-inner {
    padding-top: 140px;
    padding-bottom: 190px;
  }
  .section-philosophy .section-inner .lead {
    font-size: 4.2rem;
    line-height: 1.666666666666667;
  }
  .section-philosophy .section-inner .lead .lead-sm {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    display: inline-block;
  }
  .section-philosophy .section-inner .lead .lead-sm-comma {
    margin-right: -0.4em;
  }
  .section-philosophy .section-inner .lead .lead-text-group-01 {
    letter-spacing: 0.09em;
    margin-left: -3px;
  }
  .section-philosophy .section-inner .lead .lead-text-group-02,
  .section-philosophy .section-inner .lead .lead-text-group-03 {
    letter-spacing: 0.15em;
  }
  .section-philosophy .section-inner .lead .lead-hyphen {
    margin: 0 12px 0 6px;
  }
  .section-philosophy .section-inner .lead .m-brkt {
    margin-left: -0.4em;
  }
  .section-philosophy .section-inner .lead .vtx {
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    letter-spacing: 0.125em;
  }
  .section-philosophy .section-inner .text {
    margin-top: 48px;
    padding-right: 40px;
    font-size: 1.5rem;
    line-height: 2.533333333333333;
    letter-spacing: 0.025em;
  }
  .section-philosophy .section-inner .text .text-bloc:not(:last-child) {
    margin-bottom: 26px;
  }
  .section-philosophy .section-inner .text .text-bloc .m-brkt {
    margin-left: -0.5em;
  }
  .section-philosophy .section-inner .btn-info {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .section-philosophy .lead .lead-br {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .section-philosophy {
    border-bottom: 1px solid #f9f9f9;
  }
  .section-philosophy .fg-group {
    position: absolute;
    top: 0;
    left: 88vw;
  }
  .section-philosophy .fg-item.item-01 {
    top: 19.2vw;
    left: -15.2vw;
  }
  .section-philosophy .fg-item.item-01 .item-01-01 {
    height: 2.133333333333333vw;
    width: 6.666666666666667vw;
  }
  .section-philosophy .fg-item.item-01 .item-01-02 {
    left: 9.066666666666666vw;
    height: 2.133333333333333vw;
    width: 12vw;
  }
  .section-philosophy .fg-item.item-02 {
    top: 24vw;
    left: -28.000000000000004vw;
  }
  .section-philosophy .fg-item.item-02 .item-02-01 {
    height: 0.8vw;
    width: 1.333333333333333vw;
  }
  .section-philosophy .fg-item.item-02 .item-02-02 {
    left: 2.666666666666667vw;
    height: 0.8vw;
    width: 12vw;
  }
  .section-philosophy .fg-item.item-03 {
    height: 18.666666666666668vw;
    width: 18.666666666666668vw;
    right: -14.666666666666666vw;
    top: 115.73333333333333vw;
  }
  .section-philosophy .fg-item.item-04 {
    height: 2.666666666666667vw;
    width: 52vw;
    left: -6.666666666666667vw;
    bottom: 0;
  }
  .section-philosophy .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 88vw;
    background: #fff;
  }
  .section-philosophy .bg-text {
    bottom: 9.333333333333334vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-philosophy .section-inner {
    padding: 29.06666666666667vw 12vw 50.93333333333333vw;
  }
  .section-philosophy .section-inner .lead {
    font-size: 6.933333333333333vw;
    line-height: 1.615384615384615;
  }
  .section-philosophy .section-inner .lead .lead-sm {
    font-size: 4.266666666666667vw;
    letter-spacing: 0.2em;
    display: inline-block;
    margin-bottom: 1.6vw;
  }
  .section-philosophy .section-inner .lead .lead-sm-comma {
    margin-right: -0.4em;
  }
  .section-philosophy .section-inner .lead .lead-text-group-01 {
    letter-spacing: 0.09em;
    margin-left: -0.4vw;
  }
  .section-philosophy .section-inner .lead .lead-text-group-02,
  .section-philosophy .section-inner .lead .lead-text-group-03 {
    letter-spacing: 0.15em;
  }
  .section-philosophy .section-inner .lead .lead-hyphen {
    margin: 0 1.6vw 0 0.533333333333333vw;
  }
  .section-philosophy .section-inner .lead .lead-br {
    display: block;
  }
  .section-philosophy .section-inner .lead .m-brkt {
    margin-left: -0.5em;
  }
  .section-philosophy .section-inner .lead .vtx {
    display: none;
  }
  .section-philosophy .section-inner .text {
    padding-right: 12vw;
    margin-top: 9.6vw;
    font-size: 3.466666666666666vw;
    line-height: 2;
    letter-spacing: 0.025em;
  }
  .section-philosophy .section-inner .text .m-brkt {
    margin-left: -0.5em;
  }
  .section-philosophy .section-inner .btn-info {
    margin-top: 11.466666666666667vw;
  }
}
.section-news {
  background: #fff;
}
.section-news .section-inner .categories-list {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .section-news {
    padding: 125px 0 120px;
  }
  .section-news .section-inner {
    max-width: 1510px;
  }
  .section-news .section-inner .heading-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 35px;
    padding-left: 4px;
  }
  .section-news .section-inner .categories-list > *:not(:last-child) {
    margin-right: 9px;
  }
  .section-news .section-inner .btn-news {
    margin: 40px 0 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .section-news {
    padding: 25.333333333333336vw 0 33.33333333333333vw;
  }
  .section-news .section-inner .heading-box {
    margin-bottom: 8vw;
  }
  .section-news .section-inner .categories-list {
    margin-top: 12vw;
  }
  .section-news .section-inner .categories-list > *:not(:last-child) {
    margin-right: 2.933333333333333vw;
  }
  .section-news .section-inner .btn-news {
    margin: 12.266666666666666vw auto 0 auto;
  }
}
.section-business .bg-text {
  color: #f1f4f5;
}
.section-business .contents-wrapper {
  position: relative;
}
.section-business .contents-wrapper .inner {
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
}
.section-business .contents-wrapper .image-box .img-contents {
  position: relative;
  overflow: hidden;
}
.section-business .contents-wrapper .image-box .img-contents img {
  width: 100%;
}
.section-business .contents-wrapper .contents {
  box-sizing: border-box;
}
.section-business .contents-wrapper .contents .item-list {
  display: flex;
  flex-direction: column;
}
.section-business .contents-wrapper .contents .item-list .item {
  position: relative;
  box-sizing: border-box;
}
.section-business .contents-wrapper .contents .item-list .item .item-contents {
  display: flex;
  align-items: center;
}
.section-business .contents-wrapper .contents .item-list .item .item-contents .label {
  flex: 1 1;
  font-weight: bold;
}
.section-business .contents-wrapper .contents .item-list .item .sub-item-list {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.section-business .contents-wrapper .btn-infos {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .section-business {
    padding: 132px 0 0;
    overflow: hidden;
  }
  .section-business .bg {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    z-index: -1;
  }
  .section-business .bg:before,
  .section-business .bg:after {
    content: '';
  }
  .section-business >.bg {
    height: 100%;
  }
  .section-business >.bg:before {
    flex: 1 1 80px;
  }
  .section-business >.bg:after {
    flex: 1 0 1110px;
    flex: 1 0 93.27731092436974%;
  }
  .section-business .bg-text {
    left: 61%;
    transform: translateX(-50%);
    bottom: 16px;
    letter-spacing: -0.02em;
  }
  .section-business .section-inner {
    padding: 0;
  }
  .section-business .heading-box {
    box-sizing: border-box;
    padding: 0 130px 0 200px;
  }
  .section-business .heading-box .section-heading {
    margin-bottom: 43px;
  }
  .section-business .heading-box .lead {
    font-size: 1.5rem;
    line-height: 2.133333333333333;
    text-align: justify;
  }
  .section-business .contents-wrapper {
    margin-top: 93px;
    padding-bottom: 150px;
  }
  .section-business .contents-wrapper .bg {
    bottom: 0;
    z-index: 0;
  }
  .section-business .contents-wrapper .bg:before,
  .section-business .contents-wrapper .bg:after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .section-business .contents-wrapper .bg:before {
    background: #fc0;
    z-index: 1;
  }
  .section-business .contents-wrapper .image-box {
    flex: 0 1 440px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .section-business .contents-wrapper .image-box .img-contents {
    height: 100%;
    width: 100%;
    flex: none;
  }
  .section-business .contents-wrapper .image-box .img-contents .img {
    position: absolute;
    top: 0;
    right: 0;
  }
  .section-business .contents-wrapper .contents {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    flex: 1;
  }
  .section-business .contents-wrapper .contents .contents-inner {
    width: 100%;
  }
  .section-business .contents-wrapper .contents .item-list .item {
    border-top: 1px solid #dee7eb;
  }
  .section-business .contents-wrapper .contents .item-list .item .label {
    color: #333;
    transition: color 0.35s cubic-bezier(0, 0.25, 0.5, 1);
  }
  .section-business .contents-wrapper .contents .item-list .item .arrow-01 {
    overflow: hidden;
    transition: background 0.35s cubic-bezier(0, 0.25, 0.5, 1), border 0.35s cubic-bezier(0, 0.25, 0.5, 1);
  }
  .section-business .contents-wrapper .contents .item-list .item:last-child {
    border-bottom: 1px solid #dee7eb;
  }
  .section-business .contents-wrapper .contents .item-list .item a:hover {
    background: #f2f2f2;
  }
  .section-business .contents-wrapper .contents .item-list .item a:hover .label {
    color: #0b318f;
  }
  .section-business .contents-wrapper .contents .item-list .item a:hover .arrow-01 {
    background: #0b318f;
    border: 1px solid #0b318f;
  }
  .section-business .contents-wrapper .contents .item-list .item a:hover .arrow-01 .icon {
    animation: iconFadeSlideIn 0.35s cubic-bezier(0, 0.25, 0.5, 1);
    fill: #fff;
  }
  .section-business .contents-wrapper .contents .item-list > .item {
    font-size: 1.6rem;
    letter-spacing: 0.025em;
  }
  .section-business .contents-wrapper .contents .item-list > .item > .item-contents {
    padding: 25px 10px 25px 0;
  }
  .section-business .contents-wrapper .contents .item-list > .item > .item-contents:before {
    content: '';
    height: 10px;
    width: 10px;
    background: #fc0;
    margin-right: 20px;
  }
  .section-business .contents-wrapper .contents .item-list > .item:first-child {
    border-top: none;
  }
  .section-business .contents-wrapper .contents .item-list > .item:first-child .item-contents {
    padding-top: 0;
  }
  .section-business .contents-wrapper .contents .item-list .sub-item-list {
    padding-bottom: 32px;
  }
  .section-business .contents-wrapper .contents .item-list .sub-item-list .item {
    padding: 0 0;
    font-size: 1.4rem;
    letter-spacing: 0.025em;
    background: #f0f2f3;
  }
  .section-business .contents-wrapper .contents .item-list .sub-item-list .item a:hover {
    background: #e2e5e7;
  }
  .section-business .contents-wrapper .contents .item-list .sub-item-list .item .item-contents {
    padding: 25px 30px;
  }
  .section-business .btn-infos {
    margin: 40px -10px 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .section-business .section-inner {
    max-width: 1510px;
    margin: 0 auto;
  }
  .section-business .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1510px;
    margin: 0 auto;
  }
  .section-business >.bg:before {
    background: #fff;
    flex: 1 1 6.722689075630252%;
    transform: translateX(calc(-100% + 6.722689075630252%));
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
  .section-business >.bg:after {
    max-width: 1408px;
    background: #f9f9f9;
    z-index: 1;
  }
  .section-business .contents-wrapper {
    max-width: 1510px;
    margin: 93px auto 0;
  }
  .section-business .contents-wrapper .bg:before,
  .section-business .contents-wrapper .bg:after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .section-business .contents-wrapper .bg:before {
    transform: translateX(calc(-100% + 21.008%));
  }
  .section-business .contents-wrapper .bg:after {
    flex: 1 0 93.27731092436974%;
  }
  .section-business .contents-wrapper .image-box {
    flex: 0 1 39.63963963963964%;
    max-width: 440px;
  }
  .section-business .contents-wrapper .inner {
    margin-left: 6.722689075630252%;
  }
  .section-business .contents-wrapper .contents {
    margin: 0 11.711711711711711%;
  }
  .section-business .contents-wrapper .contents .contents-inner {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .section-business .section-inner {
    padding: 0 16.595289079229122%;
    max-width: none;
  }
  .section-business .heading-box {
    padding: 0;
  }
  .section-business .contents-wrapper .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 170px);
    height: 608px;
  }
  .section-business .contents-wrapper .bg:before,
  .section-business .contents-wrapper .bg:after {
    flex: none;
  }
  .section-business .contents-wrapper .bg:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: #fc0;
  }
  .section-business .contents-wrapper .inner {
    flex-direction: column;
    padding: 0 16.595289079229122%;
  }
  .section-business .contents-wrapper .inner .image-box {
    flex: none;
    margin: 0 auto 150px;
    width: 100%;
    max-width: 440px;
  }
  .section-business .contents-wrapper .inner .image-box .img-contents {
    display: flex;
    align-items: center;
    height: 558px;
  }
  .section-business .contents-wrapper .inner .image-box .img-contents .img {
    top: auto;
  }
  .section-business .contents-wrapper .inner .contents {
    flex: none;
    margin: 0;
  }
  .section-business .contents-wrapper .inner .contents .contents-inner {
    width: 100%;
  }
  .section-business .btn-infos {
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-business .bg-text {
    bottom: 5.600000000000001vw;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: -0.02em;
  }
  .section-business .section-inner {
    padding: 32vw 6.666666666666667vw 0;
  }
  .section-business .section-inner .heading-box .section-heading {
    margin-bottom: 11.466666666666667vw;
  }
  .section-business .section-inner .heading-box .lead {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    text-align: justify;
  }
  .section-business .contents-wrapper {
    padding-bottom: 48vw;
    margin-top: 14.399999999999999vw;
  }
  .section-business .contents-wrapper .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 117.33333333333333vw;
    width: 76vw;
    z-index: -1;
  }
  .section-business .contents-wrapper .bg:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: #fc0;
  }
  .section-business .contents-wrapper .inner {
    flex-direction: column;
  }
  .section-business .contents-wrapper .image-box {
    padding: 0 12vw;
    height: 104vw;
  }
  .section-business .contents-wrapper .image-box .img-contents {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    background: #ecf0f2;
  }
  .section-business .contents-wrapper .image-box .img-contents .img {
    height: 100%;
    width: 100%;
  }
  .section-business .contents-wrapper .contents {
    margin-top: 26.666666666666668vw;
    padding: 0 6.666666666666667vw;
  }
  .section-business .contents-wrapper .contents .item-list .item {
    border-top: 1px solid #dee7eb;
  }
  .section-business .contents-wrapper .contents .item-list .item:last-child {
    border-bottom: 1px solid #dee7eb;
  }
  .section-business .contents-wrapper .contents .item-list > .item {
    font-size: 3.733333333333334vw;
    letter-spacing: 0.025em;
  }
  .section-business .contents-wrapper .contents .item-list > .item > .item-contents {
    padding: 7.199999999999999vw 5.333333333333334vw 7.199999999999999vw 0;
  }
  .section-business .contents-wrapper .contents .item-list > .item > .item-contents:before {
    content: '';
    height: 2.666666666666667vw;
    width: 2.666666666666667vw;
    background: #fc0;
    margin-right: 3.466666666666666vw;
  }
  .section-business .contents-wrapper .contents .item-list > .item:first-child {
    border-top: none;
  }
  .section-business .contents-wrapper .contents .item-list > .item:first-child .item-contents {
    padding-top: 0;
  }
  .section-business .contents-wrapper .contents .item-list .sub-item-list {
    padding-top: 1.866666666666667vw;
    padding-bottom: 6.666666666666667vw;
  }
  .section-business .contents-wrapper .contents .item-list .sub-item-list .item {
    padding: 0 5.333333333333334vw 0 6.666666666666667vw;
    font-size: 3.2vw;
    letter-spacing: 0.025em;
    background: #f0f2f3;
  }
  .section-business .contents-wrapper .contents .item-list .sub-item-list .item .item-contents {
    padding: 7.199999999999999vw 0;
  }
  .section-business .btn-infos {
    margin: 13.333333333333334vw auto 0;
  }
}
.section-business .catch-copy {
  margin-bottom: 5.866666666666666vw;
}
@media only screen and (min-width: 769px) {
  .section-business .catch-copy {
    margin: 50px auto 32px;
  }
}
.section-business .business-heading-lv3 {
  font-size: 5.866666666666666vw;
  line-height: 1.363636363636364;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: bold;
  margin: 0 0 10vw;
}
@media only screen and (min-width: 769px) {
  .section-business .business-heading-lv3 {
    font-size: 2.4rem;
    line-height: 2.5;
    margin: -20px 0 33px;
  }
}
.section-company {
  background: #fff;
}
.section-company .section-inner {
  padding-left: 80px;
  padding-right: 160px;
}
.section-company .section-inner .vtx {
  position: absolute;
  font-weight: 400;
}
.section-company .section-inner .list {
  position: relative;
  display: flex;
}
.section-company .section-inner .list .item {
  position: relative;
  flex: 1 1;
}
.section-company .section-inner .list .item .contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: #ecf0f2;
}
.section-company .section-inner .list .item .contents .heading,
.section-company .section-inner .list .item .contents .description {
  text-align: center;
  color: #333;
}
@media only screen and (min-width: 769px) {
  .section-company {
    padding: 120px 0 90px;
    overflow: hidden;
  }
  .section-company .section-inner .vtx {
    right: 75px;
    top: 10px;
    font-size: 1rem;
    letter-spacing: 0.125em;
  }
  .section-company .section-inner .list:before {
    content: '';
    position: absolute;
    bottom: -90px;
    left: 44.21052631578947%;
    height: 250px;
    width: 100%;
    max-width: 750px;
    background: #00afec;
  }
  .section-company .section-inner .list .item {
    height: 400px;
  }
  .section-company .section-inner .list .item .contents {
    position: absolute;
    top: 0;
    left: 0;
    transition: background 0.35s cubic-bezier(0, 0.25, 0.5, 1);
  }
  .section-company .section-inner .list .item .contents .heading,
  .section-company .section-inner .list .item .contents .description {
    transition: color 0.35s cubic-bezier(0, 0.25, 0.5, 1);
  }
  .section-company .section-inner .list .item .contents .arrow-01 {
    overflow: hidden;
    transition: background 0.35s cubic-bezier(0, 0.25, 0.5, 1), border 0.35s cubic-bezier(0, 0.25, 0.5, 1);
  }
  .section-company .section-inner .list .item .contents:hover {
    background: #e2e5e7;
  }
  .section-company .section-inner .list .item .contents:hover .heading,
  .section-company .section-inner .list .item .contents:hover .description {
    color: #0b318f;
  }
  .section-company .section-inner .list .item .contents:hover .arrow-01 {
    background: #0b318f;
    border: 1px solid #0b318f;
  }
  .section-company .section-inner .list .item .contents:hover .arrow-01 .icon {
    animation: iconFadeSlideIn 0.35s cubic-bezier(0, 0.25, 0.5, 1);
    fill: #fff;
  }
  .section-company .section-inner .list .item:not(:first-child) .contents {
    padding: 40px;
  }
  .section-company .section-inner .list .item:not(:first-child) .contents:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: #fff;
  }
  .section-company .section-inner .list .item .heading {
    font-size: 2.2rem;
    margin-bottom: 22px;
  }
  .section-company .section-inner .list .item .description {
    text-rendering: optimizeLegibility;
    margin-bottom: 38px;
    font-size: 1.1rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 768px) {
  .section-company .section-inner {
    padding: 18.666666666666668vw 12vw;
  }
  .section-company .section-inner .list {
    flex-direction: column;
  }
  .section-company .section-inner .list:before {
    content: '';
    position: absolute;
    top: 49.6vw;
    right: -12vw;
    bottom: -14.666666666666666vw;
    left: 20vw;
    background: #00afec;
  }
  .section-company .section-inner .list .item {
    flex: none;
  }
  .section-company .section-inner .list .item:not(:first-child) .contents:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
  }
  .section-company .section-inner .list .item .contents {
    padding: 14.933333333333335vw 0vw 12vw;
  }
  .section-company .section-inner .list .item .heading {
    font-size: 4.266666666666667vw;
    margin-bottom: 5.866666666666666vw;
  }
  .section-company .section-inner .list .item .description {
    margin-bottom: 7.199999999999999vw;
    font-size: 2.666666666666667vw;
    line-height: 1.8;
  }
  .section-company .vtx {
    display: none;
  }
}
.section-services {
  background: #fff;
}
.section-services .section-inner .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.section-services .section-inner .item-list .item a {
  display: block;
}
.section-services .section-inner .item-list .item a * {
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .section-services .section-inner {
    padding-top: 124px;
    padding-bottom: 143px;
  }
  .section-services .section-inner .section-heading {
    margin-bottom: 73px;
  }
  .section-services .section-inner .item-list {
    margin: -18px -10px;
  }
  .section-services .section-inner .item-list .item {
    margin: 18px 4px;
  }
  .section-services .section-inner .item-list .item img {
    width: 100%;
  }
  .section-services .section-inner .item-list .item.item-01 {
    width: 188px;
  }
  .section-services .section-inner .item-list .item.item-02 {
    width: 66px;
  }
  .section-services .section-inner .item-list .item.item-03 {
    width: 42px;
  }
  .section-services .section-inner .item-list .item.item-04 {
    width: 144px;
  }
  .section-services .section-inner .item-list .item.item-05 {
    width: 81px;
  }
  .section-services .section-inner .item-list .item.item-06 {
    width: 165px;
  }
  .section-services .section-inner .item-list .item.item-07 {
    width: 71px;
  }
  .section-services .section-inner .item-list .item.item-08 {
    width: 210px;
  }
  .section-services .section-inner .item-list .item.item-09 {
    width: 171px;
  }
  .section-services .section-inner .item-list .item.item-10 {
    width: 46px;
  }
  .section-services .section-inner .item-list .item.item-11 {
    width: 74px;
  }
  .section-services .section-inner .item-list .item.item-12 {
    width: 156px;
  }
  .section-services .section-inner .item-list .item.item-13 {
    width: 94px;
  }
  .section-services .section-inner .item-list .item a {
    transition: opacity linear 0.25s;
  }
  .section-services .section-inner .item-list .item a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 1200px) {
  .section-services .section-inner .item-list .break {
    flex-basis: 100%;
    height: 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-services .fg-item {
    display: none;
  }
  .section-services .section-inner {
    padding: 27.73333333333333vw 0vw 28.26666666666667vw;
  }
  .section-services .section-inner .item-list {
    justify-content: center;
    margin-top: 10.4vw;
  }
  .section-services .section-inner .item-list .item {
    margin: 4vw 4vw;
  }
  .section-services .section-inner .item-list .item img {
    width: 100%;
  }
  .section-services .section-inner .item-list .item.item-01 {
    width: 38.93333333333333vw;
  }
  .section-services .section-inner .item-list .item.item-02 {
    width: 12.266666666666666vw;
  }
  .section-services .section-inner .item-list .item.item-03 {
    width: 8vw;
  }
  .section-services .section-inner .item-list .item.item-04 {
    width: 28.53333333333333vw;
  }
  .section-services .section-inner .item-list .item.item-05 {
    width: 15.466666666666667vw;
  }
  .section-services .section-inner .item-list .item.item-06 {
    width: 29.46666666666667vw;
  }
  .section-services .section-inner .item-list .item.item-07 {
    width: 15.066666666666666vw;
  }
  .section-services .section-inner .item-list .item.item-08 {
    width: 44.53333333333334vw;
  }
  .section-services .section-inner .item-list .item.item-09 {
    width: 33.6vw;
  }
  .section-services .section-inner .item-list .item.item-10 {
    width: 8vw;
  }
  .section-services .section-inner .item-list .item.item-11 {
    width: 13.333333333333334vw;
  }
  .section-services .section-inner .item-list .item.item-12 {
    width: 31.466666666666665vw;
  }
  .section-services .section-inner .item-list .item.item-13 {
    width: 19.2vw;
  }
  .section-services .section-inner .item-list .break {
    flex-basis: 100%;
    height: 0;
  }
}
.contact-part {
  position: relative;
  display: flex;
  align-items: center;
}
.contact-part .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.contact-part .bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #09183a;
  opacity: 0.45;
}
.contact-part .section-inner .section-heading .main-en,
.contact-part .section-inner .section-heading .sub-jp {
  color: #fff;
}
.contact-part .section-inner .text {
  text-align: center;
  color: #fff;
}
.contact-part .section-inner .btn-01 {
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .contact-part {
    height: 550px;
  }
  .contact-part .bg {
    background: #fbfbfb url("./assets/img/top/pc/contact-bg.png?hash=4c5d9c09fd2544bbe841086a4d6e5111") no-repeat 50% 50%;
    background-size: auto 100%;
  }
  .contact-part .section-inner .section-heading {
    margin-bottom: 44px;
  }
  .contact-part .section-inner .text {
    font-size: 1.4rem;
    margin-bottom: 64px;
  }
  .contact-part .section-inner .btn-01 {
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
  .contact-part .bg {
    background: #fbfbfb url("./assets/img/top/pc/contact-bg@2x.png?hash=eb45a85df7c4542731d007f1a7eae6b5") no-repeat 50% 50%;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-part {
    height: 113.33333333333333vw;
  }
  .contact-part .bg {
    background: #fbfbfb url("./assets/img/top/sp/contact-bg.png?hash=506ca1bd15a7498d920ffe4cb4eb2e51") no-repeat 50% 50%;
    background-size: auto 100%;
  }
  .contact-part .section-inner .section-heading {
    margin-bottom: 6.133333333333333vw;
  }
  .contact-part .section-inner .text {
    font-size: 3.2vw;
    line-height: 1.75;
    margin-bottom: 12vw;
  }
  .contact-part .section-inner .btn-01 {
    margin-bottom: 1.333333333333333vw;
  }
}
.page-corporate-about .main-contents {
  padding-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .main-contents {
    padding-bottom: 21.333333333333336vw;
  }
}
.page-corporate-about .row-cols-2 {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .row-cols-2 {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .heading-lv1 {
    margin-bottom: 18vw;
  }
}
.page-corporate-about .hero {
  margin-bottom: 57px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .hero {
    margin-bottom: 5.466666666666667vw;
  }
}
.page-corporate-about .section-philosophy {
  margin-bottom: 0;
  padding-top: 150px;
}
.page-corporate-about .section-philosophy::before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .section-philosophy {
    padding-top: 18.666666666666668vw;
  }
}
.page-corporate-about .philosophy-bg-text {
  font-size: 20rem;
  line-height: 1;
  letter-spacing: -0.02em;
  position: absolute;
  top: 275px;
  left: 50%;
  color: rgba(243,243,243,0.6);
  font-family: 'lato', sans-serif;
  margin-left: -9.090909090909092%;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .philosophy-bg-text {
    font-size: 32vw;
    left: 13.333333333333334vw;
    margin-left: 0;
    top: 77.86666666666666vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .section-philosophy .heading-lv2 {
    margin-bottom: 16.400000000000002vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-corporate-about .section-philosophy .row-cols-2 .col:nth-child(2) {
    margin-top: 0;
  }
}
.page-corporate-about .philosophy-lead {
  font-size: 3.6rem;
  line-height: 1.666666666666667;
  font-weight: 700;
  margin-top: -19px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .philosophy-lead {
    font-size: 6.133333333333333vw;
    line-height: 1.826086956521739;
  }
}
.page-corporate-about .lead-sm {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .lead-sm {
    font-size: 3.733333333333334vw;
    letter-spacing: 0.2em;
    display: inline-block;
    margin-bottom: 1.6vw;
  }
}
.page-corporate-about .lead-sm-comma {
  margin-right: -0.4em;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .lead-sm-comma {
    margin-right: -0.4em;
  }
}
.page-corporate-about .lead-text-group-01 {
  letter-spacing: 0.09em;
  margin-left: -3px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .lead-text-group-01 {
    letter-spacing: 0.09em;
    margin-left: -0.4vw;
  }
}
.page-corporate-about .lead-text-group-02,
.page-corporate-about .lead-text-group-03 {
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .lead-text-group-02,
  .page-corporate-about .lead-text-group-03 {
    letter-spacing: 0.15em;
  }
}
.page-corporate-about .lead-hyphen {
  margin: 0 12px 0 6px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .lead-hyphen {
    margin: 0 1.6vw 0 0.533333333333333vw;
  }
}
.page-corporate-about .lead-br {
  display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .page-corporate-about .lead-br {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .lead-br {
    display: block;
  }
}
.page-corporate-about .philosophy-img {
  background: url("./assets/img/corporate/about/pc/bg-1.png?hash=e1e450eddf20d99b889273f399ba91e3") -52px -27px repeat #fbfbfb;
  background-size: 140px;
  height: 450px;
  margin: 130px calc(50% - 50vw) 0 auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .philosophy-img {
    background: url("./assets/img/corporate/about/sp/bg-1.png?hash=81ce6502db1322f16208b5800e3e9279") -3.6vw -0.133333333333333vw repeat #fbfbfb;
    background-size: 18.666666666666668vw;
    height: 66.66666666666666vw;
    margin: 27.73333333333333vw -6.666666666666667vw 0;
  }
}
.page-corporate-about .philosophy-square {
  position: absolute;
  height: 81px;
  width: 81px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .philosophy-square {
    height: 10.666666666666668vw;
    width: 10.666666666666668vw;
  }
}
.page-corporate-about .philosophy-square-yellow {
  background: #ffe100;
}
.page-corporate-about .philosophy-square-red {
  background: #f00;
}
.page-corporate-about .philosophy-square-1 {
  left: 228px;
  top: -27px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .philosophy-square-1 {
    left: -3.6vw;
    top: -0.133333333333333vw;
  }
}
.page-corporate-about .philosophy-square-2 {
  left: 88px;
  top: 253px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .philosophy-square-2 {
    bottom: 0.133333333333333vw;
    left: 33.733333333333334vw;
    top: auto;
  }
}
.page-corporate-about .philosophy-square-3 {
  bottom: -24px;
  left: 507px;
}
.page-corporate-about .philosophy-square-4 {
  left: 647px;
  top: 114px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .philosophy-square-4 {
    left: 52.400000000000006vw;
    top: 18.53333333333333vw;
  }
}
.page-corporate-about .philosophy-square-5 {
  left: 927px;
  top: 254px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .philosophy-square-5 {
    left: auto;
    right: -0.4vw;
    top: 37.2vw;
  }
}
.page-corporate-about .section-policy {
  margin-bottom: 160px;
  padding-top: 170px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .section-policy {
    margin-bottom: 26.666666666666668vw;
    padding-top: 21.333333333333336vw;
  }
}
.page-corporate-about .policy-bg-text {
  font-size: 20rem;
  line-height: 1;
  letter-spacing: -0.02em;
  position: absolute;
  top: 107px;
  left: 50%;
  color: rgba(243,243,243,0.6);
  font-family: 'lato', sans-serif;
  margin-left: -52.94117647058824%;
  white-space: nowrap;
}
@media only screen and (min-width: 1280px) {
  .page-corporate-about .policy-bg-text {
    margin-left: -630px;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .policy-bg-text {
    font-size: 32vw;
    left: -6.666666666666667vw;
    margin-left: 0;
    top: 14.666666666666666vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-corporate-about .section-policy .row-cols-2 .col:nth-child(2) {
    margin-top: 0;
  }
}
.page-corporate-about .policy-img {
  margin-bottom: 47px;
  overflow: hidden;
}
.page-corporate-about .policy-img img {
  object-fit: cover;
  height: 500px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .policy-img {
    margin-bottom: 0;
  }
  .page-corporate-about .policy-img img {
    height: auto;
  }
}
.page-corporate-about .policy-text {
  font-size: 1.5rem;
  line-height: 2.266666666666667;
  letter-spacing: 0.035em;
  margin-bottom: 110px;
}
@media only screen and (min-width: 960px) {
  .page-corporate-about .policy-text {
    margin-left: 17.53623188405797%;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .policy-text {
    font-size: 3.466666666666666vw;
    line-height: 2.230769230769231;
    margin-bottom: 13.866666666666665vw;
    margin-left: 0;
  }
}
.page-corporate-about .oricon-code-bg-text {
  font-size: 13rem;
  line-height: 1;
  letter-spacing: -0.02em;
  position: absolute;
  top: 65px;
  left: 50%;
  color: #f9f9f9;
  font-family: 'lato', sans-serif;
  font-weight: 700;
  margin-left: -162px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .oricon-code-bg-text {
    font-size: 26.666666666666668vw;
    left: 6.666666666666667vw;
    margin-left: 0;
    top: 41.333333333333336vw;
  }
}
.page-corporate-about .oricon-code-heading-lv3 {
  font-size: 4.6rem;
  line-height: 1.217391304347826;
  color: #073190;
  font-family: 'lato', sans-serif;
  font-weight: 700;
  margin: -3px 0 27px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .oricon-code-heading-lv3 {
    font-size: 9.6vw;
    line-height: 1.166666666666667;
    margin: -0.666666666666667vw 0 7.466666666666668vw;
  }
}
.page-corporate-about .oricon-code li {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #dee7eb;
  font-weight: 700;
  padding: 27px 0 31px;
}
@media only screen and (min-width: 769px) {
  .page-corporate-about .oricon-code li:first-child {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .oricon-code li {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.1em;
    padding: 7.199999999999999vw 0 7.466666666666668vw;
  }
}
.page-corporate-about .section-policy-csr {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .page-corporate-about .section-policy-csr .row-cols-2 .col:nth-child(2) {
    margin-top: 0;
  }
  .page-corporate-about .section-policy-csr .row-cols-2 .col .heading-lv2 {
    white-space: nowrap;
  }
}
.page-corporate-about .policy-csr-section-lv3 {
  margin-bottom: 120px;
  margin-top: 10px;
  overflow: visible;
  padding-top: 70px;
}
.page-corporate-about .policy-csr-section-lv3::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffe100;
  content: '';
  display: block;
  height: 4px;
  width: 100px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .policy-csr-section-lv3 {
    margin-bottom: 18.666666666666668vw;
    padding-top: 14.000000000000002vw;
  }
  .page-corporate-about .policy-csr-section-lv3::before {
    height: 1.066666666666667vw;
    width: 21.333333333333336vw;
  }
}
.page-corporate-about .policy-csr-heading-lv3 {
  font-size: 2.8rem;
  line-height: 1.928571428571429;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .policy-csr-heading-lv3 {
    font-size: 5.866666666666666vw;
    line-height: 1.818181818181818;
    margin-bottom: 12vw;
  }
}
.page-corporate-about .policy-csr-text {
  font-size: 1.5rem;
  line-height: 2;
  margin: 5px 0 30px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .policy-csr-text {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    margin: 0 0 14.000000000000002vw;
  }
}
.page-corporate-about .policy-csr {
  margin: 62px 0 102px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .policy-csr {
    margin: 14.000000000000002vw 0 13.333333333333334vw;
  }
}
.page-corporate-about .policy-csr dt {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-weight: 700;
  margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .policy-csr dt {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
}
.page-corporate-about .policy-csr dd {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 63px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .policy-csr dd {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    margin-bottom: 14.000000000000002vw;
  }
}
.page-corporate-about .policy-csr-heading-lv4 {
  font-size: 18px;
  line-height: 1.666666666666667;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .policy-csr-heading-lv4 {
    font-size: 4vw;
    line-height: 2.533333333333333;
    letter-spacing: 0.075em;
    margin-bottom: 9.066666666666666vw;
  }
}
.page-corporate-about .policy-csr-items {
  border-top: 1px solid #dee7eb;
}
.page-corporate-about .policy-csr-item {
  border-bottom: 1px solid #dee7eb;
  padding: 28px 0 34px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .policy-csr-item {
    padding: 9.333333333333334vw 0 8.666666666666668vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-corporate-about .policy-csr-row {
    display: flex;
  }
}
.page-corporate-about .policy-csr-col-img {
  margin-top: 13px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .policy-csr-col-img {
    margin: 0 auto 6vw;
    width: 48vw;
  }
}
.page-corporate-about .policy-csr-subheading {
  font-size: 1.8rem;
  line-height: 2.555555555555555;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .policy-csr-subheading {
    font-size: 4.266666666666667vw;
    line-height: 1.5625;
    text-align: center;
    margin-bottom: 4.533333333333333vw;
  }
}
.page-corporate-about .policy-csr-list li {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .page-corporate-about .policy-csr-list li {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
  }
}
@media only screen and (min-width: 769px) {
  .page-corporate-about .policy-csr-col-content {
    padding-left: 40px;
  }
}
.page-corporate-governance .main-contents {
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-governance .main-contents {
    padding-bottom: 13.333333333333334vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-governance .section-lv1 {
    padding-top: 11.733333333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-governance .heading-lv1 {
    margin-bottom: 18vw;
  }
}
.page-corporate-governance .hero {
  margin-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-governance .hero {
    margin-bottom: 20vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-governance .heading-lv2 {
    margin-bottom: 15.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-governance .section-lv3 {
    border-top: none;
  }
  .page-corporate-governance .section-lv3::before {
    height: 1.066666666666667vw;
    top: 0;
  }
}
.page-corporate-governance .section-lv3-1 {
  margin-bottom: 114px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-governance .section-lv3-1 {
    margin-bottom: 17.066666666666666vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-corporate-governance .section-lv3-1 .heading-lv3 {
    margin-bottom: 40px;
  }
}
.page-corporate-governance .section-lv3-2 {
  margin-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-governance .section-lv3-2 {
    margin-bottom: 16vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-governance .governance-img-container {
    margin-top: 13.600000000000001vw;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 134.13333333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-governance .governance-img {
    margin-right: -47.333333333333336vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-corporate-governance .governance-img-inner {
    width: 100%;
  }
  .page-corporate-governance .governance-img-inner img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-governance .governance-img-inner {
    width: 134.13333333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-governance .governance-text-note {
    font-size: 2.4vw;
    line-height: 2.777777777777778;
    letter-spacing: 0.075em;
    margin-top: 0.8vw;
  }
}
.page-corporate-history .main-contents {
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-history .main-contents {
    padding-bottom: 13.333333333333334vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-history .heading-lv1 {
    margin-bottom: 18vw;
  }
}
.page-corporate-history .hero {
  margin-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-history .hero {
    margin-bottom: 20vw;
  }
}
.page-corporate-history .table-primary th {
  width: 130px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-history .table-primary {
    margin-top: 14.933333333333335vw;
  }
  .page-corporate-history .table-primary tr {
    display: table;
  }
  .page-corporate-history .table-primary th,
  .page-corporate-history .table-primary td {
    display: table-cell;
    padding: 6.933333333333333vw 1.333333333333333vw 7.466666666666668vw;
  }
  .page-corporate-history .table-primary th {
    width: 21.333333333333336vw;
  }
}
.page-corporate-message .main-contents {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-message .main-contents {
    padding-bottom: 11.066666666666666vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-message .heading-lv1 {
    margin-bottom: 18vw;
  }
}
.page-corporate-message .hero {
  margin-bottom: 109px;
}
.page-corporate-message .hero img {
  object-position: center top;
}
@media only screen and (max-width: 768px) {
  .page-corporate-message .hero {
    margin-bottom: 19.733333333333334vw;
  }
}
.page-corporate-message .message-bg-text {
  font-size: 20rem;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  left: 50%;
  color: rgba(243,243,243,0.6);
  font-family: 'lato', sans-serif;
  margin-left: -92px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-message .message-bg-text {
    font-size: 32vw;
    bottom: -7.733333333333333vw;
    left: 4.666666666666667vw;
    margin-left: 0;
  }
}
.page-corporate-message .row-cols-2 {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page-corporate-message .row-cols-2 .col:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-message .row-cols-2 .heading-lv2 {
    margin-bottom: 12.266666666666666vw;
  }
}
.page-corporate-message .message-text {
  font-size: 1.8rem;
  line-height: 2.666666666666667;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 47px;
}
.page-corporate-message .message-text strong {
  color: #073190;
}
@media only screen and (max-width: 768px) {
  .page-corporate-message .message-text {
    font-size: 3.733333333333334vw;
    line-height: 2.285714285714286;
    margin-bottom: 8.533333333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-message .message-text.text-right {
    margin-top: 17.066666666666666vw;
  }
}
.page-corporate-officer .main-contents {
  padding-bottom: 27px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-officer .main-contents {
    padding-bottom: 13.333333333333334vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-officer .heading-lv1 {
    margin-bottom: 18vw;
  }
}
.page-corporate-officer .hero {
  margin-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-officer .hero {
    margin-bottom: 20vw;
  }
}
.page-corporate-officer .details {
  border-top: 1px solid #dee7eb;
  position: relative;
}
.page-corporate-officer .details::before {
  position: absolute;
  top: -1px;
  left: 0;
  background: #ffe100;
  content: '';
  display: block;
  height: 4px;
  width: 100px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-officer .details::before {
    height: 1.066666666666667vw;
    width: 21.333333333333336vw;
  }
}
.page-corporate-officer [data-accordion-button] {
  cursor: pointer;
}
.page-corporate-officer .details-summary {
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  display: flex;
  box-sizing: border-box;
  height: 184px;
  padding-right: 50px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-corporate-officer .details-summary {
    height: 42.66666666666667vw;
    padding-right: 13.333333333333334vw;
  }
}
.page-corporate-officer .details-summary-label-officer {
  display: inline-block;
  min-width: 160px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-officer .details-summary-label-officer {
    margin-right: 6.666666666666667vw;
    min-width: auto;
  }
}
.page-corporate-officer .details-summary-label {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-corporate-officer .details-summary-label {
    font-size: 4.266666666666667vw;
    line-height: 1.875;
    letter-spacing: 0.1em;
    margin-top: -0.8vw;
    padding: 0 1.333333333333333vw;
  }
}
.page-corporate-officer .details-summary-label-sm {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  display: inline-block;
  font-family: 'lato', sans-serif;
  font-weight: 400;
  margin: 5px 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-officer .details-summary-label-sm {
    font-size: 2.933333333333333vw;
    display: block;
    margin: 1.333333333333333vw 0 0;
  }
}
.page-corporate-officer .details-summary-label-birthday {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.075em;
  display: none;
  font-weight: 400;
  margin-top: 6px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-officer .details-summary-label-birthday {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    margin: 0.8vw 0 0;
  }
}
.page-corporate-officer .details-summary-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  width: 36px;
  margin: auto 0;
}
@media (any-hover: hover) {
  .page-corporate-officer .details-summary:hover .details-summary-icon {
    animation: rotate 1.5s cubic-bezier(0.86, 0, 0.07, 1) 0.1s;
  }
  .page-corporate-officer .details-summary:hover .icon-plus {
    background: #073190;
    border-color: #073190;
  }
  .page-corporate-officer .details-summary:hover .icon-plus::before,
  .page-corporate-officer .details-summary:hover .icon-plus::after {
    background: #fff;
  }
}
.page-corporate-officer .details-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.page-corporate-officer .details-content-inner {
  padding-bottom: 82px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-officer .details-content-inner {
    padding: 0 1.333333333333333vw 16.8vw;
  }
}
.page-corporate-officer .detail-list {
  flex-wrap: wrap;
  display: flex;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.075em;
  margin-top: -8px;
}
.page-corporate-officer .detail-list dt {
  width: 120px;
}
.page-corporate-officer .detail-list dd {
  width: calc(100% - 120px);
}
@media only screen and (max-width: 768px) {
  .page-corporate-officer .detail-list {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    letter-spacing: 0.1em;
    flex-direction: column;
    margin: 0;
  }
  .page-corporate-officer .detail-list dt,
  .page-corporate-officer .detail-list dd {
    width: 100%;
  }
  .page-corporate-officer .detail-list dd:not(:last-child) {
    margin-bottom: 6.666666666666667vw;
  }
}
.page-corporate-officer .details:last-of-type .details-content-inner {
  padding-bottom: 56px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-officer .details:last-of-type .details-content-inner {
    padding-bottom: 0vw;
  }
}
.page-corporate-officer .is-accordion-opened .details-summary-label {
  margin-top: 36px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-officer .is-accordion-opened .details-summary-label {
    margin-top: 6.666666666666667vw;
  }
}
.page-corporate-officer .is-accordion-opened .details-summary-label-birthday {
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .main-contents {
    padding-bottom: 17.066666666666666vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .section-lv1 {
    padding-top: 11.733333333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .heading-lv1 {
    margin-bottom: 18vw;
  }
}
.page-corporate-origin .hero {
  margin-bottom: 57px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .hero {
    margin-bottom: 5.466666666666667vw;
  }
}
.page-corporate-origin .section-origin {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .section-origin {
    margin-bottom: 1.6vw;
  }
}
.page-corporate-origin .origin-block {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .origin-block {
    margin-top: 14.933333333333335vw;
  }
  .page-corporate-origin .origin-block::before {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    border-radius: 1.333333333333333vw;
    content: '';
    display: block;
    height: 15.2vw;
    width: 26.93333333333333vw;
    z-index: 1;
  }
}
.page-corporate-origin .origin-block-bg-text {
  font-size: 20rem;
  line-height: 1;
  letter-spacing: 0.01em;
  position: absolute;
  top: -165px;
  left: 50%;
  color: rgba(243,243,243,0.6);
  font-family: 'lato', sans-serif;
  margin-left: 90px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .origin-block-bg-text {
    font-size: 32vw;
    left: 32vw;
    margin-left: 0;
    top: -25.333333333333336vw;
  }
}
.page-corporate-origin .origin-block-inner {
  background: #073190;
  color: #fff;
  margin-bottom: 160px;
  padding: 123px 0 124px;
  position: relative;
  text-align: center;
}
.page-corporate-origin .origin-block-inner::before,
.page-corporate-origin .origin-block-inner::after {
  border-radius: 10px;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
}
.page-corporate-origin .origin-block-inner::before {
  background: rgba(0,0,125,0.15);
  bottom: 0;
  margin-left: -450px;
  height: 325px;
  width: 693px;
  z-index: 1;
}
.page-corporate-origin .origin-block-inner::after {
  background: rgba(0,0,0,0.2);
  margin-left: -100px;
  height: 477px;
  width: 693px;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .origin-block-inner {
    margin-bottom: 26.666666666666668vw;
    padding: 21.066666666666666vw 0 21.066666666666666vw;
  }
  .page-corporate-origin .origin-block-inner::before {
    background: rgba(0,0,125,0.1);
    left: auto;
    margin-left: 0;
    height: 91.46666666666667vw;
    width: 100%;
  }
  .page-corporate-origin .origin-block-inner::after {
    background: rgba(0,0,0,0.1);
    left: auto;
    margin-left: 0;
    right: 0;
    height: 103.60000000000001vw;
    width: 42.8vw;
  }
}
.page-corporate-origin .origin-block-inner .container {
  z-index: 2;
}
.page-corporate-origin .origin-row {
  justify-content: space-between;
  display: flex;
  margin: 0 auto 50px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .origin-row {
    display: block;
    margin-bottom: 10.133333333333333vw;
    width: 74.66666666666667vw;
  }
}
.page-corporate-origin .origin-row .col {
  max-width: 440px;
  width: 44.44444444444444%;
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .origin-row .col {
    max-width: none;
    width: 100%;
  }
  .page-corporate-origin .origin-row .col:not(:first-child) {
    margin-top: 16.53333333333333vw;
  }
}
.page-corporate-origin .origin {
  font-weight: 700;
}
.page-corporate-origin .origin-lg,
.page-corporate-origin .origin-sm {
  display: block;
}
.page-corporate-origin .origin-lg {
  font-size: 4.8rem;
  line-height: 1.520833333333333;
  border-bottom: 1px solid #3855a4;
  font-family: 'lato', sans-serif;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .origin-lg {
    font-size: 8.266666666666666vw;
    line-height: 1.516129032258065;
    margin-bottom: 4.8vw;
    padding-bottom: 4vw;
  }
}
.page-corporate-origin .origin-sm {
  font-size: 3rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .origin-sm {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
  }
}
.page-corporate-origin .origin-text {
  font-size: 1.6rem;
  line-height: 2.625;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .origin-text {
    font-size: 3.466666666666666vw;
    line-height: 2.076923076923077;
    letter-spacing: 0.035em;
  }
}
.page-corporate-origin .origin-icon-cross {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  height: 48px;
  width: 48px;
  transform: rotate(45deg) translate(28%, 10%);
}
.page-corporate-origin .origin-icon-cross::before,
.page-corporate-origin .origin-icon-cross::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background: #fff;
  content: '';
  display: block;
}
.page-corporate-origin .origin-icon-cross::before {
  height: 1px;
  width: 100%;
}
.page-corporate-origin .origin-icon-cross::after {
  height: 100%;
  width: 1px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .origin-icon-cross {
    height: 7.199999999999999vw;
    width: 7.199999999999999vw;
    transform: rotate(45deg) translate(1.333333333333333vw, 0vw);
  }
}
.page-corporate-origin .section-corporate-logo {
  margin-bottom: 123px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .section-corporate-logo {
    margin-bottom: 17.066666666666666vw;
  }
}
.page-corporate-origin .corporate-logo-desc {
  padding-bottom: 122px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .corporate-logo-desc {
    margin-top: 14.933333333333335vw;
    padding-bottom: 42.13333333333333vw;
  }
}
.page-corporate-origin .corporate-logo-desc-inner {
  position: relative;
}
.page-corporate-origin .corporate-logo-bg-text {
  font-size: 20rem;
  line-height: 1;
  letter-spacing: 0.01em;
  position: absolute;
  bottom: 105px;
  left: 0;
  color: rgba(243,243,243,0.6);
  font-family: 'lato', sans-serif;
  margin-left: -68.40579710144927%;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .corporate-logo-bg-text {
    font-size: 32vw;
    line-height: 1;
    letter-spacing: -0.02em;
    bottom: 14.666666666666666vw;
    left: -16vw;
    margin-left: 0;
  }
}
.page-corporate-origin .corporate-logo-img {
  border: 1px solid #dee7eb;
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .corporate-logo-img {
    margin-bottom: 8.799999999999999vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .section-lv3 {
    margin-bottom: 21.333333333333336vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .heading-lv3 {
    margin-bottom: 10.666666666666668vw;
  }
}
.page-corporate-origin .corporate-logo-items {
  display: grid;
  grid-row-gap: 54px;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 1024px) {
  .page-corporate-origin .corporate-logo-items {
    grid-column-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 54px;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .corporate-logo-items {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .corporate-logo-item {
    margin: 12vw 0;
    max-width: none;
    width: 100%;
  }
  .page-corporate-origin .corporate-logo-item:first-child {
    margin-top: 0;
  }
  .page-corporate-origin .corporate-logo-item:last-child {
    margin-bottom: 0;
  }
}
.page-corporate-origin .corporate-logo-item-caption {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .corporate-logo-item-caption {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    margin-bottom: 5.466666666666667vw;
  }
}
.page-corporate-origin .corporate-logo-item-img {
  border: 1px solid #dee7eb;
}
.page-corporate-origin .corporate-logo-item-img img {
  width: 100%;
}
.page-corporate-origin .corporate-logo-note {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 73px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-origin .corporate-logo-note {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    margin-top: 8.799999999999999vw;
  }
}
.page-corporate-profile .main-contents {
  padding-bottom: 88px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-profile .main-contents {
    padding-bottom: 13.333333333333334vw;
  }
}
.page-corporate-profile .table-primary ul {
  margin: 0 0 1em 1em;
}
.page-corporate-profile .table-primary ul li {
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .page-corporate-profile .heading-lv1 {
    margin-bottom: 18vw;
  }
}
.page-corporate-profile .hero {
  margin-bottom: 57px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-profile .hero {
    margin-bottom: 5.466666666666667vw;
  }
}
.page-corporate-profile .profile-section-lv3 {
  margin-bottom: 90px;
  padding-top: 76px;
  position: relative;
}
.page-corporate-profile .profile-section-lv3::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #00b0ec;
  content: '';
  display: block;
  height: 4px;
  width: 100px;
}
.page-corporate-profile .profile-section-lv3:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-corporate-profile .profile-section-lv3 {
    margin: 17.599999999999998vw 0 18.666666666666668vw;
    padding-top: 15.333333333333332vw;
  }
  .page-corporate-profile .profile-section-lv3::before {
    height: 1.066666666666667vw;
    width: 21.333333333333336vw;
  }
}
.page-corporate-profile .profile-heading-lv3 {
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #000;
  font-weight: 700;
  margin-bottom: 44px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-profile .profile-heading-lv3 {
    font-size: 5.866666666666666vw;
    line-height: 1.5;
    margin-bottom: 9.333333333333334vw;
  }
}
.page-corporate-profile .profile-google-map {
  position: relative;
}
.page-corporate-profile .profile-google-map > * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .page-corporate-profile .profile-google-map {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    width: 100%;
  }
  .page-corporate-profile .profile-google-map::before {
    content: '';
    display: block;
    padding-top: 63.76811594202898%;
  }
  .page-corporate-profile .profile-google-map > * {
    position: absolute;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-profile .profile-google-map {
    margin: 14.666666666666666vw 0 8.533333333333333vw;
    height: 60vw;
    width: 86.66666666666667vw;
  }
}
.page-corporate-profile .profile-text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-profile .profile-text {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    margin-top: 6.666666666666667vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-corporate-profile .pamphlet {
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
    gap: 0 7.82608695652174%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .page-corporate-profile .pamphlet {
    display: block;
  }
}
.page-corporate-profile .pamphlet-img {
  border: 1px solid #d4dfe3;
}
@media only screen and (min-width: 769px) {
  .page-corporate-profile .pamphlet-img {
    width: 49.275362318840585%;
  }
  .page-corporate-profile .pamphlet-img img {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .page-corporate-profile .pamphlet-img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-profile .pamphlet-download {
    margin-top: 8.666666666666668vw;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .page-corporate-profile .pamphlet-download {
    width: 40.57971014492754%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .page-corporate-profile .pamphlet-download {
    margin-top: 45px;
    width: 100%;
  }
}
.page-corporate-profile .pamphlet-download-text {
  font-size: 3.2vw;
  line-height: 1.833333333333333;
  letter-spacing: 0.075em;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media only screen and (min-width: 769px) {
  .page-corporate-profile .pamphlet-download-text {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.075em;
    justify-content: flex-start;
    margin-top: 5px;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .page-corporate-profile .pamphlet-download-text {
    font-size: 1.4rem;
  }
}
.page-corporate-profile .pamphlet-download-icon {
  margin: 0 0 0 2vw;
}
@media only screen and (min-width: 769px) {
  .page-corporate-profile .pamphlet-download-icon {
    margin: 2px 0 0 10px;
    height: 25px;
    width: 45px;
    border-radius: 12px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .page-corporate-profile .pamphlet-download-icon {
    margin-left: 5px;
  }
}
.page-corporate-profile .btn-pamphlet-download {
  margin-top: 4.933333333333334vw;
}
@media only screen and (max-width: 768px) {
  .page-corporate-profile .btn-pamphlet-download {
    justify-content: center;
  }
}
@media only screen and (min-width: 769px) {
  .page-corporate-profile .btn-pamphlet-download {
    height: 70px;
    margin-top: 50px;
  }
}
.page-corporate-strength .main-contents {
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-strength .main-contents {
    padding-bottom: 10.933333333333334vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-strength .section-lv1 {
    padding-top: 11.733333333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-strength .heading-lv1 {
    margin-bottom: 18vw;
  }
}
.page-corporate-strength .hero {
  margin-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-strength .hero {
    margin-bottom: 20vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-strength .heading-lv2 {
    margin-bottom: 15.066666666666666vw;
  }
}
.page-corporate-strength .text-primary:last-child {
  margin-bottom: 0;
}
.page-corporate-strength .strength-lead {
  font-size: 1.8rem;
  line-height: 1.666666666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-strength .strength-lead {
    font-size: 4.266666666666667vw;
    line-height: 1.875;
    margin-bottom: 5.333333333333334vw;
  }
}
.page-corporate-strength .table-primary th {
  width: 130px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-strength .section-lv3 {
    border-top: none;
  }
}
@media only screen and (min-width: 769px) {
  .page-corporate-strength .section-lv3-1 .heading-lv3,
  .page-corporate-strength .section-lv3-3 .heading-lv3 {
    margin-bottom: 41px;
  }
}
.page-corporate-strength .table-primary th {
  width: 130px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-strength .table-primary tr {
    display: table;
    width: 100%;
  }
  .page-corporate-strength .table-primary th,
  .page-corporate-strength .table-primary td {
    display: table-cell;
    padding: 6.933333333333333vw 1.333333333333333vw 7.466666666666668vw;
  }
  .page-corporate-strength .table-primary th {
    width: 20vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-corporate-strength .ranking-history-row:before,
  .page-corporate-strength .ranking-history-row:after {
    content: "";
    display: table;
  }
  .page-corporate-strength .ranking-history-row:after {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-strength .ranking-history-row {
    flex-direction: column;
    display: flex;
  }
}
.page-corporate-strength .ranking-history-col {
  box-sizing: border-box;
}
.page-corporate-strength .ranking-history-col:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .page-corporate-strength .ranking-history-col-text {
    float: left;
    margin-bottom: 20px;
    padding-right: 8.928571428571429%;
    width: 76.78571428571429%;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-strength .ranking-history-col-text {
    margin-bottom: 5.866666666666666vw;
  }
}
.page-corporate-strength .ranking-history-col-text-sm {
  font-size: 1.3rem;
  line-height: 1.846153846153846;
  letter-spacing: 0.075em;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .page-corporate-strength .ranking-history-col-text-sm {
    font-size: 2.933333333333333vw;
    line-height: 2;
  }
}
.page-corporate-strength .ranking-history-col-img img {
  vertical-align: bottom;
}
@media only screen and (min-width: 769px) {
  .page-corporate-strength .ranking-history-col-img {
    float: right;
    margin-top: 5px;
    width: 21.428571428571427%;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-strength .ranking-history-col-img {
    margin-bottom: 3.733333333333334vw;
    width: 29.333333333333332vw;
  }
}
.page-corporate-strength .section-lv3-3 {
  margin-bottom: 0;
}
.page-corporate-strength .strength-img-container {
  margin-top: 74px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-strength .strength-img-container {
    margin-top: 11.733333333333333vw;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 130.13333333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-strength .strength-img {
    margin-right: -43.46666666666666vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-corporate-strength .strength-img-inner {
    width: 100%;
  }
  .page-corporate-strength .strength-img-inner img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-strength .strength-img-inner {
    width: 130.13333333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-strength .strength-text-note {
    font-size: 2.4vw;
    line-height: 2.777777777777778;
    letter-spacing: 0.075em;
    margin-top: 2.4vw;
  }
}
.page-corporate-top .main-contents {
  padding-bottom: 34px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-top .main-contents {
    padding-bottom: 15.466666666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-top .heading-lv1 {
    margin-bottom: 18vw;
  }
}
.page-corporate-top .hero {
  margin-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-top .hero {
    margin-bottom: 17.866666666666667vw;
  }
}
.page-corporate-top .corporate-intro {
  margin: 0 0 104px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-top .corporate-intro {
    margin: 0 0 18.666666666666668vw;
  }
}
.page-corporate-top .section-lv2 {
  padding-top: 110px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-top .section-lv2 {
    margin-bottom: 38.13333333333333vw;
    padding-top: 20vw;
  }
}
.page-corporate-top .corporate-menu {
  display: grid;
  grid-column-gap: 45px;
  grid-row-gap: 94px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  .page-corporate-top .corporate-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-top .corporate-menu {
    display: block;
    margin: -14.666666666666666vw 0;
  }
}
.page-corporate-top .corporate-menu-item a {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .page-corporate-top .corporate-menu-item {
    margin: 14.666666666666666vw 0;
  }
}
.page-corporate-top .corporate-menu-img {
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
}
.page-corporate-top .corporate-menu-img img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .page-corporate-top .corporate-menu-img::before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(11,49,143,0.1);
    content: '';
    display: block;
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.4s ease-out;
    z-index: 1;
  }
  .page-corporate-top .corporate-menu-img img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-top .corporate-menu-img {
    margin-bottom: 5.333333333333334vw;
  }
}
.page-corporate-top .corporate-menu-label {
  padding-right: 40px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page-corporate-top .corporate-menu-label {
    transition: color 0.4s;
  }
}
@media only screen and (max-width: 768px) {
  .page-corporate-top .corporate-menu-label {
    padding-right: 10.666666666666668vw;
  }
}
.page-corporate-top .corporate-menu-label-lg,
.page-corporate-top .corporate-menu-label-sm {
  display: block;
}
.page-corporate-top .corporate-menu-label-lg {
  font-size: 1.9rem;
  line-height: 1.578947368421053;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page-corporate-top .corporate-menu-label-lg {
    font-size: 5.600000000000001vw;
    line-height: 1.523809523809524;
  }
}
.page-corporate-top .corporate-menu-label-sm {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-top .corporate-menu-label-sm {
    font-size: 2.666666666666667vw;
    line-height: 1.5;
    margin-top: 0.533333333333333vw;
  }
}
.page-corporate-top .corporate-menu-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  transition: background 0.35s cubic-bezier(0, 0.25, 0.5, 1), border 0.35s cubic-bezier(0, 0.25, 0.5, 1);
}
@media only screen and (max-width: 768px) {
  .page-corporate-top .corporate-menu-icon {
    height: 9.333333333333334vw;
    width: 9.333333333333334vw;
  }
}
.page-corporate-top .corporate-menu-text {
  font-size: 1.3rem;
  line-height: 1.692307692307692;
  letter-spacing: 0.05em;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .page-corporate-top .corporate-menu-text {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    margin-top: 4.666666666666667vw;
  }
}
@media (any-hover: hover) {
  .page-corporate-top .corporate-menu-item a:hover .corporate-menu-img::before {
    opacity: 1;
  }
  .page-corporate-top .corporate-menu-item a:hover .corporate-menu-img img {
    transform: scale(1.05);
  }
  .page-corporate-top .corporate-menu-item a:hover .corporate-menu-label {
    color: #073190;
  }
  .page-corporate-top .corporate-menu-item a:hover .corporate-menu-icon {
    background: #073190;
    border: 1px solid #073190;
  }
  .page-corporate-top .corporate-menu-item a:hover .corporate-menu-icon .icon {
    animation: iconFadeSlideIn 0.35s cubic-bezier(0, 0.25, 0.5, 1);
    fill: #fff;
  }
}
@media only screen and (min-width: 769px) {
  .page-business-cs .section-lv2 {
    padding-top: 92px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-cs .section-lv2 {
    margin-bottom: 26.666666666666668vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-cs .heading-lv2 {
    margin-bottom: 9.333333333333334vw;
  }
}
.page-business-cs .text-primary {
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 769px) {
  .page-business-cs .btn-primary {
    height: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-cs .section-lv1 {
    padding-top: 11.733333333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-cs .heading-lv1 {
    margin-bottom: 18vw;
  }
}
.page-business-cs .hero {
  margin-bottom: 0;
}
.page-business-cs .cs-intro {
  background: #f9f9f9;
  position: relative;
}
.page-business-cs .cs-intro::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-business-cs .cs-intro::before {
    width: 87.39495798319328%;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-cs .cs-intro::before {
    width: 88vw;
  }
}
.page-business-cs .cs-intro-bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-business-cs .cs-intro-bg {
    width: 87.39495798319328%;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-cs .cs-intro-bg {
    width: 88vw;
  }
}
.page-business-cs .cs-intro-bg-text {
  font-size: 18rem;
  line-height: 1;
  letter-spacing: -0.01em;
  position: absolute;
  bottom: 60px;
  left: 50%;
  color: rgba(243,243,243,0.6);
  font-family: 'lato', sans-serif;
  margin-left: -550px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .cs-intro-bg-text {
    font-size: 32vw;
    line-height: 1;
    bottom: 12.8vw;
    left: -10vw;
    margin-left: 0;
  }
}
.page-business-cs .cs-intro-bg-line {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #073190;
  height: 10px;
  width: 31.06796116504854%;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .cs-intro-bg-line {
    height: 2.666666666666667vw;
    width: 45.33333333333333vw;
  }
}
.page-business-cs .cs-intro-body {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 990px;
  width: 83.19327731092437%;
  padding: 130px 0 233px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .cs-intro-body {
    max-width: none;
    width: 86.66666666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .page-business-cs .cs-intro-body {
    padding-left: 5.042016806722689%;
    padding-right: 16.80672268907563%;
  }
}
@media only screen and (min-width: 1280px) {
  .page-business-cs .cs-intro-body {
    padding-left: 60px;
    padding-right: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-cs .cs-intro-body {
    padding: 17.333333333333336vw 14.666666666666666vw 41.6vw 5.333333333333334vw;
  }
}
.page-business-cs .cs-intro-text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.075em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .cs-intro-text {
    font-size: 3.466666666666666vw;
    line-height: 2.230769230769231;
    margin-bottom: 6.666666666666667vw;
  }
}
.page-business-cs .cs-video {
  position: relative;
  aspect-ratio: 16/9;
  margin: 0 auto 70px;
}
@media only screen and (min-width: 769px) {
  .page-business-cs .cs-video {
    width: 650px;
  }
}
.page-business-cs .cs-video iframe {
  height: 100%;
  width: 100%;
}
.page-business-cs .cs-box {
  position: relative;
}
.page-business-cs .cs-box-inner {
  background: #f9f9f9;
  position: relative;
}
.page-business-cs .cs-box-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #f9f9f9;
  content: '';
  display: block;
  height: calc(100% - 200px);
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-business-cs .cs-box-inner::before {
    width: 86.5546218487395%;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-cs .cs-box-inner::before {
    height: calc(100% - 26.66vw);
    width: 100%;
  }
}
.page-business-cs .cs-box-body {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 990px;
  width: 83.19327731092437%;
  padding: 70px 0 200px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .cs-box-body {
    max-width: none;
    width: 86.66666666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .page-business-cs .cs-box-body {
    padding-left: 15.126050420168067%;
    padding-right: 1.680672268907563%;
  }
}
@media only screen and (min-width: 1280px) {
  .page-business-cs .cs-box-body {
    padding-left: 180px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-cs .cs-box-body {
    padding: 16vw 0 26.666666666666668vw 0;
  }
}
.page-business-cs .cs-box-body .section-lv2 {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .section-purpose {
    margin-bottom: 24vw;
  }
}
.page-business-cs .purpose-img-container {
  margin-top: 52px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .purpose-img-container {
    margin-top: 12vw;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 146.66666666666666vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-cs .purpose-img {
    margin-right: -60vw;
  }
}
.page-business-cs .purpose-img-inner img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .purpose-img-inner {
    width: 146.66666666666666vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-cs .purpose-text-note {
    font-size: 2.4vw;
    line-height: 2.777777777777778;
    letter-spacing: 0.075em;
    margin-top: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-cs .section-business .heading-lv2 {
    margin-bottom: 11.200000000000001vw;
  }
}
.page-business-cs .business-heading-lv3 {
  align-items: center;
  display: flex;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 38px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .business-heading-lv3 {
    font-size: 4.533333333333333vw;
    line-height: 1.588235294117647;
    margin-bottom: 8.266666666666666vw;
  }
}
.page-business-cs .business-heading-lv3-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  background: #ffe100;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 28px;
  height: 70px;
  width: 70px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .business-heading-lv3-icon {
    margin-right: 5.333333333333334vw;
    height: 14.666666666666666vw;
    width: 14.666666666666666vw;
  }
}
.page-business-cs .check-icon {
  fill: #fff;
  height: 8px;
  width: 10px;
}
.page-business-cs .clipboard-icon {
  height: 37px;
  width: 26px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .clipboard-icon {
    height: 7.866666666666666vw;
    width: 5.333333333333334vw;
  }
}
.page-business-cs .megaphone-icon {
  height: 26px;
  width: 27px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .megaphone-icon {
    height: 5.466666666666667vw;
    width: 5.600000000000001vw;
  }
}
.page-business-cs .analysis-icon {
  height: 24px;
  width: 47px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .analysis-icon {
    height: 5.066666666666666vw;
    width: 9.866666666666667vw;
  }
}
.page-business-cs .book-icon {
  height: 34px;
  width: 26px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .book-icon {
    height: 7.066666666666667vw;
    width: 5.466666666666667vw;
  }
}
.page-business-cs .business-box {
  border: 1px solid #dee7eb;
  margin-bottom: 40px;
  padding: 67px 75px 80px;
}
.page-business-cs .business-box:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .business-box {
    margin-bottom: 8vw;
    padding: 11.333333333333332vw 8.533333333333333vw 13.333333333333334vw;
  }
}
.page-business-cs .business-box.business-box-cs {
  border: 6px solid #dee8ed;
  margin-bottom: 40px;
  padding-bottom: 76px;
  padding-top: 62px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .business-box.business-box-cs {
    margin-bottom: 7.733333333333333vw;
    padding: 10.666666666666668vw 8vw 13.333333333333334vw;
  }
}
.page-business-cs .business-box .btn-primary {
  margin-top: 52px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .business-box .btn-primary {
    margin-top: 8.266666666666666vw;
  }
}
.page-business-cs .business-box .business-box-text {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .business-box .business-box-text {
    font-size: 3.2vw;
    line-height: 2.083333333333333;
  }
}
.page-business-cs .business-box .business-detail-text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: -10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .business-box .business-detail-text {
    font-size: 3.2vw;
    line-height: 1.5;
    margin: 0 -8vw;
  }
}
.page-business-cs .business-box .business-detail-text-lg,
.page-business-cs .business-box .business-detail-text-sm {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .business-box .business-detail-text-lg,
  .page-business-cs .business-box .business-detail-text-sm {
    display: inline;
  }
}
.page-business-cs .business-box .business-detail-text-lg {
  font-size: 3.4rem;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .business-box .business-detail-text-lg {
    font-size: 8vw;
  }
}
.page-business-cs .business-box .business-detail-text-sm {
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .business-box .business-detail-text-sm {
    font-size: 2.4vw;
  }
}
.page-business-cs .business-detail {
  background: #f9f9f9;
  position: relative;
}
.page-business-cs .business-detail::before {
  position: absolute;
  bottom: -17px;
  right: 0;
  left: 0;
  border-color: #f9f9f9 transparent transparent transparent;
  border-style: solid;
  border-width: 17px 17px 0 17px;
  content: '';
  display: block;
  margin: 0 auto;
  height: 0px;
  width: 0px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .business-detail::before {
    border-width: 5.333333333333334vw 5.333333333333334vw 0 5.333333333333334vw;
    bottom: -5.333333333333334vw;
  }
}
.page-business-cs .business-detail-point {
  margin: 43px 0 38px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .business-detail-point {
    margin: 9.333333333333334vw 0 6.666666666666667vw;
  }
}
.page-business-cs .business-point {
  justify-content: center;
  display: flex;
  padding: 32px 30px 25px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .business-point {
    padding: 8.266666666666666vw 6.666666666666667vw 6.666666666666667vw;
  }
}
.page-business-cs .business-point-list li {
  display: flex;
  font-size: 1.7rem;
  line-height: 1.470588235294118;
  letter-spacing: 0.05em;
  margin-bottom: 13px;
  padding-left: 35px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .business-point-list li {
    font-size: 3.466666666666666vw;
    line-height: 1.615384615384615;
    margin-bottom: 1.6vw;
    padding-left: 8vw;
  }
}
.page-business-cs .business-point-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 3px;
  left: 0;
  background: #f3d922;
  border-radius: 50%;
  flex-basis: 20;
  margin-right: 15px;
  height: 20px;
  width: 20px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .business-point-icon {
    flex-basis: 4.933333333333334vw;
    height: 4.933333333333334vw;
    width: 4.933333333333334vw;
    top: 0.8vw;
  }
}
.page-business-cs .business-detail-cs-ranking {
  margin: 43px 0 38px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .business-detail-cs-ranking {
    margin: 9.333333333333334vw 0;
  }
}
.page-business-cs .business-cs-ranking-head {
  border-bottom: 1px solid #dee7eb;
  padding: 19px 10px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .business-cs-ranking-head {
    padding: 4vw 1.333333333333333vw;
  }
}
.page-business-cs .business-cs-ranking-heading {
  font-size: 1.5rem;
  line-height: 1.466666666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .business-cs-ranking-heading {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.page-business-cs .business-cs-ranking-body {
  align-items: center;
  flex-direction: column;
  display: flex;
  padding: 21px 30px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .business-cs-ranking-body {
    padding: 5.600000000000001vw 5.333333333333334vw 6.666666666666667vw;
  }
}
.page-business-cs .business-cs-ranking-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  margin-left: 15px;
}
@media only screen and (min-width: 1280px) {
  .page-business-cs .business-cs-ranking-list {
    grid-template-columns: repeat(5, auto);
  }
}
.page-business-cs .business-cs-ranking-list li {
  font-size: 1.4rem;
  line-height: 1.785714285714286;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  padding: 0 15px;
  position: relative;
}
.page-business-cs .business-cs-ranking-list li::before {
  position: absolute;
  top: 7px;
  left: 0;
  background: #ffe100;
  border-radius: 50px;
  content: '';
  display: block;
  height: 13px;
  width: 13px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .business-cs-ranking-list {
    grid-template-columns: repeat(2, auto);
    margin-left: 1.333333333333333vw;
  }
  .page-business-cs .business-cs-ranking-list li {
    font-size: 3.2vw;
    line-height: 2.083333333333333;
    padding-left: 3.466666666666666vw;
    padding-right: 1.333333333333333vw;
  }
  .page-business-cs .business-cs-ranking-list li::before {
    height: 2.933333333333333vw;
    width: 2.933333333333333vw;
    top: 2vw;
  }
}
.page-business-cs .arrow-01-bg-line {
  fill: none;
  stroke: #073190;
  stroke-miterlimit: 10;
  stroke-width: 14.17px;
}
.page-business-cs .arrow-01-bg-polygon {
  fill: #073190;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .section-related-sites .heading-lv2 {
    margin-bottom: 11.733333333333333vw;
  }
}
.page-business-cs .section-related-sites .cs-row {
  margin-top: 70px;
}
@media only screen and (min-width: 801px) {
  .page-business-cs .section-related-sites .cs-row {
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-cs .section-related-sites .cs-row {
    margin-top: 11.733333333333333vw;
  }
}
@media only screen and (min-width: 801px) {
  .page-business-cs .section-related-sites .col:nth-child(1) {
    width: 45.56962025316456%;
  }
  .page-business-cs .section-related-sites .col:nth-child(2) {
    margin: 30px 0 0 10.126582278481013%;
    width: 44.303797468354425%;
  }
}
.page-business-cs .section-related-sites .text-primary {
  margin-bottom: 0;
}
.page-business-cs .section-related-sites .btn-primary {
  margin-top: 68px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .section-related-sites .btn-primary {
    margin-top: 11.733333333333333vw;
  }
}
.page-business-cs .section-related-sites .cs-subheading {
  font-size: 2.2rem;
  line-height: 1.363636363636364;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .section-related-sites .cs-subheading {
    font-size: 4.266666666666667vw;
    line-height: 1.5625;
    margin-bottom: 5.600000000000001vw;
  }
}
.page-business-cs .section-related-sites .cs-img {
  margin: 0 auto;
}
.page-business-cs .section-related-sites .cs-img img {
  width: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 800px) {
  .page-business-cs .section-related-sites .cs-img {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-cs .section-related-sites .cs-img {
    margin-bottom: 10.933333333333334vw;
    width: 68vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-business-cs .section-michitari .col:nth-child(2) {
    margin-top: -43px;
  }
}
.page-business-cs .section-official-account .heading-lv2 {
  margin-bottom: 73px;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .section-official-account .heading-lv2 {
    margin-bottom: 10.933333333333334vw;
  }
}
.page-business-cs .section-official-account .heading-lv2-lg {
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-business-cs .section-official-account .heading-lv2-lg {
    font-size: 7.466666666666668vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-business-cs .section-official-account .social-btn-x-icon {
    height: 24px;
    width: 24px;
  }
}
.page-business-dataservice .main-contents {
  background: #f9f9f9;
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .page-business-dataservice .main-contents {
    padding-bottom: 13.333333333333334vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-dataservice .heading-lv1 {
    margin-bottom: 18vw;
  }
}
.page-business-dataservice .hero {
  margin-bottom: 0;
}
.page-business-dataservice .dataservice-intro {
  background: #f9f9f9;
  position: relative;
}
.page-business-dataservice .dataservice-intro::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-business-dataservice .dataservice-intro::before {
    width: 87.39495798319328%;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-dataservice .dataservice-intro::before {
    width: 88vw;
  }
}
.page-business-dataservice .dataservice-intro-bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-business-dataservice .dataservice-intro-bg {
    width: 87.39495798319328%;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-dataservice .dataservice-intro-bg {
    width: 88vw;
  }
}
.page-business-dataservice .dataservice-intro-bg-text {
  font-size: 18rem;
  line-height: 1;
  letter-spacing: -0.01em;
  position: absolute;
  bottom: 60px;
  left: 50%;
  color: rgba(243,243,243,0.6);
  font-family: 'lato', sans-serif;
  margin-left: -570px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .page-business-dataservice .dataservice-intro-bg-text {
    font-size: 32vw;
    line-height: 1;
    bottom: 12.8vw;
    left: -8vw;
    margin-left: 0;
  }
}
.page-business-dataservice .dataservice-intro-bg-line {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #073190;
  height: 10px;
  width: 30.76923076923077%;
}
@media only screen and (max-width: 768px) {
  .page-business-dataservice .dataservice-intro-bg-line {
    height: 2.666666666666667vw;
    width: 45.33333333333333vw;
  }
}
.page-business-dataservice .dataservice-intro-body {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 990px;
  width: 83.19327731092437%;
  padding: 132px 0 231px;
}
@media only screen and (max-width: 768px) {
  .page-business-dataservice .dataservice-intro-body {
    max-width: none;
    width: 86.66666666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .page-business-dataservice .dataservice-intro-body {
    padding-left: 5.042016806722689%;
    padding-right: 16.80672268907563%;
  }
}
@media only screen and (min-width: 1280px) {
  .page-business-dataservice .dataservice-intro-body {
    padding-left: 60px;
    padding-right: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-dataservice .dataservice-intro-body {
    padding: 17.333333333333336vw 14.666666666666666vw 41.6vw 5.333333333333334vw;
  }
}
.page-business-dataservice .dataservice-intro-heading {
  font-size: 1.8rem;
  line-height: 1.666666666666667;
  letter-spacing: 0.075em;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page-business-dataservice .dataservice-intro-heading {
    font-size: 4vw;
    line-height: 1.933333333333333;
    margin-bottom: 8vw;
  }
}
.page-business-dataservice .dataservice-intro-text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.075em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page-business-dataservice .dataservice-intro-text {
    font-size: 3.466666666666666vw;
    line-height: 2.230769230769231;
    margin-bottom: 6.666666666666667vw;
  }
}
.page-business-dataservice .database {
  background: #fff;
  padding: 89px 0 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-business-dataservice .database {
    padding: 18.133333333333333vw 0 25.066666666666666vw;
  }
}
.page-business-dataservice .database-bg-text {
  font-size: 16rem;
  line-height: 1;
  letter-spacing: -0.01em;
  color: rgba(243,243,243,0.6);
  font-family: 'lato', sans-serif;
  position: absolute;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .page-business-dataservice .database-bg-text {
    bottom: -20px;
    left: 50%;
    margin-left: -645px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-dataservice .database-bg-text {
    font-size: 29.333333333333332vw;
    line-height: 1;
    top: 25.333333333333336vw;
    left: -8vw;
  }
}
.page-business-dataservice .database-row-cols-2 {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 990px;
  width: 83.19327731092437%;
  padding: 0 5px;
}
@media only screen and (max-width: 768px) {
  .page-business-dataservice .database-row-cols-2 {
    max-width: none;
    width: 86.66666666666667vw;
  }
}
@media only screen and (min-width: 960px) {
  .page-business-dataservice .database-row-cols-2 {
    justify-content: space-between;
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-dataservice .database-row-cols-2 {
    flex-direction: column;
  }
}
@media only screen and (min-width: 960px) {
  .page-business-dataservice .database-col-content {
    width: 39.795918367346935%;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-dataservice .database-col-content {
    width: 100%;
  }
}
.page-business-dataservice .database-col-img img {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .page-business-dataservice .database-col-img {
    margin-top: 22px;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-dataservice .database-col-img {
    margin: 12.266666666666666vw auto 0;
  }
}
.page-business-dataservice .database-heading {
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page-business-dataservice .database-heading {
    font-size: 5.866666666666666vw;
    line-height: 1.818181818181818;
    margin-bottom: 9.333333333333334vw;
  }
}
.page-business-mobile .main-contents {
  background: #f9f9f9;
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .page-business-mobile .main-contents {
    padding-bottom: 13.333333333333334vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-business-mobile .service-col-content {
    padding-top: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-mobile .heading-lv1 {
    margin-bottom: 18vw;
  }
}
.page-business-mobile .hero {
  margin-bottom: 0;
}
.page-business-mobile .mobile-intro {
  background: #f9f9f9;
  margin-bottom: 60px;
  position: relative;
}
.page-business-mobile .mobile-intro::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-business-mobile .mobile-intro::before {
    width: 87.39495798319328%;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-mobile .mobile-intro {
    margin-bottom: 13.333333333333334vw;
  }
  .page-business-mobile .mobile-intro::before {
    width: 88vw;
  }
}
.page-business-mobile .mobile-intro-bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 87.39495798319328%;
}
.page-business-mobile .mobile-intro-bg-text {
  font-size: 18rem;
  line-height: 1;
  letter-spacing: -0.01em;
  position: absolute;
  bottom: 60px;
  left: 50%;
  color: rgba(243,243,243,0.6);
  font-family: 'lato', sans-serif;
  margin-left: -560px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .page-business-mobile .mobile-intro-bg-text {
    font-size: 32vw;
    line-height: 1;
    bottom: 12.8vw;
    left: -8vw;
    margin-left: 0;
  }
}
.page-business-mobile .mobile-intro-bg-line {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #073190;
  height: 10px;
  width: 30.76923076923077%;
}
@media only screen and (max-width: 768px) {
  .page-business-mobile .mobile-intro-bg-line {
    height: 2.666666666666667vw;
    width: 45.33333333333333vw;
  }
}
.page-business-mobile .mobile-intro-body {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 990px;
  width: 83.19327731092437%;
  padding: 130px 0 234px;
}
@media only screen and (max-width: 768px) {
  .page-business-mobile .mobile-intro-body {
    max-width: none;
    width: 86.66666666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .page-business-mobile .mobile-intro-body {
    padding-left: 5.042016806722689%;
    padding-right: 16.80672268907563%;
  }
}
@media only screen and (min-width: 1280px) {
  .page-business-mobile .mobile-intro-body {
    padding-left: 60px;
    padding-right: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-mobile .mobile-intro-body {
    padding: 17.333333333333336vw 14.666666666666666vw 41.6vw 5.333333333333334vw;
  }
}
.page-business-mobile .mobile-intro-text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.075em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page-business-mobile .mobile-intro-text {
    font-size: 3.466666666666666vw;
    line-height: 2.230769230769231;
    margin-bottom: 6.666666666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .page-business-mobile .service-oriconbookstore .service-head-bg-text {
    bottom: -17px;
    margin-left: -4px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-business-mobile .service-oricon-music .service-col-content {
    margin-top: -28px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-business-mobile .service-oricon-music .btn-oricon-music {
    pointer-events: none;
  }
}
.page-business-news .main-contents {
  background: #f9f9f9;
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .page-business-news .main-contents {
    padding-bottom: 13.333333333333334vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .section-lv3-secondary {
    margin-top: 11.200000000000001vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .section-lv1 {
    padding-top: 11.733333333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .heading-lv1 {
    margin-bottom: 18vw;
  }
}
.page-business-news .hero {
  margin-bottom: 0;
}
.page-business-news .news-intro {
  background: #f9f9f9;
  position: relative;
}
.page-business-news .news-intro::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-business-news .news-intro::before {
    width: 87.39495798319328%;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .news-intro {
    margin-bottom: 24vw;
  }
  .page-business-news .news-intro::before {
    width: 88vw;
  }
}
.page-business-news .news-intro-bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-business-news .news-intro-bg {
    width: 87.39495798319328%;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .news-intro-bg {
    width: 88vw;
  }
}
.page-business-news .news-intro-bg-text {
  font-size: 18rem;
  line-height: 1;
  letter-spacing: -0.01em;
  position: absolute;
  bottom: 60px;
  left: 50%;
  color: rgba(243,243,243,0.6);
  font-family: 'lato', sans-serif;
  margin-left: -562px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .page-business-news .news-intro-bg-text {
    font-size: 32vw;
    line-height: 1;
    bottom: 12.8vw;
    left: -8vw;
    margin-left: 0;
  }
}
.page-business-news .news-intro-bg-line {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #073190;
  height: 10px;
  width: 30.76923076923077%;
}
@media only screen and (max-width: 768px) {
  .page-business-news .news-intro-bg-line {
    height: 2.666666666666667vw;
    width: 45.33333333333333vw;
  }
}
.page-business-news .news-intro-body {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 990px;
  width: 83.19327731092437%;
  padding: 130px 0 234px;
}
@media only screen and (max-width: 768px) {
  .page-business-news .news-intro-body {
    max-width: none;
    width: 86.66666666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .page-business-news .news-intro-body {
    padding-left: 5.042016806722689%;
    padding-right: 16.80672268907563%;
  }
}
@media only screen and (min-width: 1280px) {
  .page-business-news .news-intro-body {
    padding-left: 60px;
    padding-right: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .news-intro-body {
    padding: 17.333333333333336vw 14.666666666666666vw 41.6vw 5.333333333333334vw;
  }
}
.page-business-news .news-intro-heading {
  font-size: 1.8rem;
  line-height: 1.666666666666667;
  letter-spacing: 0.075em;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page-business-news .news-intro-heading {
    font-size: 4vw;
    line-height: 1.933333333333333;
    margin-bottom: 8vw;
  }
}
.page-business-news .news-intro-text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.075em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page-business-news .news-intro-text {
    font-size: 3.466666666666666vw;
    line-height: 2.230769230769231;
    margin-bottom: 6.666666666666667vw;
  }
}
.page-business-news .business-box {
  position: relative;
}
.page-business-news .business-box-inner {
  background: #f9f9f9;
  position: relative;
}
.page-business-news .business-box-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #f9f9f9;
  content: '';
  display: block;
  height: calc(100% - 60px);
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-business-news .business-box-inner::before {
    width: 86.5546218487395%;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .business-box-inner::before {
    height: calc(100% - 13.33vw);
  }
}
.page-business-news .business-box-inner .section-lv2 {
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
}
.page-business-news .business-box-body {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 990px;
  width: 83.19327731092437%;
  padding: 105px 0 220px;
}
@media only screen and (max-width: 768px) {
  .page-business-news .business-box-body {
    max-width: none;
    width: 86.66666666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .page-business-news .business-box-body {
    padding-left: 15.126050420168067%;
    padding-right: 1.680672268907563%;
  }
}
@media only screen and (min-width: 1280px) {
  .page-business-news .business-box-body {
    padding-left: 180px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .business-box-body {
    padding: 26.666666666666668vw 0 40vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-business-news .section-business {
    margin-top: 15px;
    padding-bottom: 160px;
    padding-top: 92px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .section-business {
    padding-bottom: 26.666666666666668vw;
  }
}
.page-business-news .section-business .heading-lv2 {
  margin-bottom: 72px;
}
@media only screen and (max-width: 768px) {
  .page-business-news .section-business .heading-lv2 {
    margin-bottom: 11.200000000000001vw;
  }
}
.page-business-news .business-items {
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media only screen and (min-width: 960px) {
  .page-business-news .business-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .business-items {
    grid-row-gap: 6.666666666666667vw;
  }
}
.page-business-news .business-item {
  flex-direction: column;
  display: flex;
  border: 6px solid #eceeef;
  box-sizing: border-box;
  padding: 19px 9.066666666666666% 28px;
}
@media only screen and (min-width: 960px) {
  .page-business-news .business-item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .business-item {
    border: 5px solid #eceeef;
    padding: 10.4vw 8vw 9.333333333333334vw;
    width: 100%;
  }
}
.page-business-news .business-item-heading {
  justify-content: center;
  flex-direction: column;
  display: flex;
  font-size: 3rem;
  line-height: 1.366666666666667;
  color: #073190;
  font-weight: 700;
  height: 94px;
  margin: 0 -0.5em 8px;
  text-align: center;
}
.page-business-news .business-item-heading span {
  display: inline-block;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .page-business-news .business-item-heading {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .business-item-heading {
    font-size: 6.933333333333333vw;
    line-height: 1.365384615384615;
    align-items: flex-end;
    flex-direction: row;
    height: auto;
    margin: 0 -1em 6.666666666666667vw;
  }
}
.page-business-news .business-item-heading .business-item-heading-xs {
  font-size: 1.6rem;
  display: block;
  margin-top: 3px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .page-business-news .business-item-heading .business-item-heading-xs {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .business-item-heading .business-item-heading-xs {
    font-size: 2.666666666666667vw;
    margin-top: 1.6vw;
  }
}
.page-business-news .business-item-heading .business-item-heading-sm {
  font-size: 1.8rem;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .page-business-news .business-item-heading .business-item-heading-sm {
    font-size: 1.40625vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .business-item-heading .business-item-heading-sm {
    font-size: 4.266666666666667vw;
  }
}
.page-business-news .business-item-heading .business-item-heading-lg {
  font-size: 3.2rem;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .page-business-news .business-item-heading .business-item-heading-lg {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .business-item-heading .business-item-heading-lg {
    font-size: 6.933333333333333vw;
  }
}
.page-business-news .business-item-img {
  margin-bottom: 22px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-business-news .business-item-img {
    margin-bottom: 5.866666666666666vw;
  }
}
.page-business-news .business-item-text {
  font-size: 1.5rem;
  line-height: 1.866666666666667;
  letter-spacing: 0.05em;
  margin-top: auto;
}
@media only screen and (max-width: 768px) {
  .page-business-news .business-item-text {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
  }
}
@media only screen and (min-width: 1024px) {
  .page-business-news .service-body-left .service-body-inner {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .page-business-news .service-col-content {
    padding-top: 42px;
  }
}
.page-business-news .service-social {
  margin-top: 28px;
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-social {
    margin-top: 1.6vw;
  }
}
.page-business-news .business-news-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,0,0,0.1);
  height: 100%;
  width: 86.5546218487395%;
}
.page-business-news .business-news-content {
  padding-bottom: 116px;
}
@media only screen and (max-width: 768px) {
  .page-business-news .business-news-content {
    padding-bottom: 40vw;
  }
}
@media only screen and (min-width: 1024px) {
  .page-business-news .service-body-left .service-content {
    margin-left: -4.040404040404041%;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-body-left .service-content {
    margin-left: 0;
  }
}
.page-business-news .business-news-heading {
  border-bottom: 1px solid #dee7eb;
  padding-bottom: 40px;
  margin-bottom: 54px;
}
@media only screen and (max-width: 768px) {
  .page-business-news .business-news-heading {
    padding-bottom: 11.200000000000001vw;
    margin-top: 5.333333333333334vw;
    margin-bottom: 13.333333333333334vw;
    text-align: center;
  }
}
.page-business-news .business-news-heading-label {
  font-size: 2.6rem;
  line-height: 1.153846153846154;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-bottom: 18px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-business-news .business-news-heading-label {
    font-size: 5.600000000000001vw;
    line-height: 1.285714285714286;
    letter-spacing: 0.05em;
    padding-bottom: 2vw;
  }
}
.page-business-news .business-news-lead {
  font-size: 3rem;
  line-height: 1.933333333333333;
  letter-spacing: 0.075em;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page-business-news .business-news-lead {
    font-size: 5.866666666666666vw;
    line-height: 1.818181818181818;
    margin-bottom: 9.333333333333334vw;
  }
}
.page-business-news .business-news-text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.035em;
  margin-bottom: 53px;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  .page-business-news .business-news-text {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    margin-bottom: 9.333333333333334vw;
  }
}
.page-business-news .service-oricon-news .service-head-bg-text {
  top: auto;
}
@media only screen and (min-width: 769px) {
  .page-business-news .service-oricon-news .service-head-bg-text {
    bottom: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-business-news .service-oricon-news .service-head-bg-text {
    margin-left: -550px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-oricon-news .service-head-bg-text {
    bottom: 2.666666666666667vw;
    margin-left: 21.333333333333336vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-business-news .service-oricon-news .service-body-inner {
    padding-top: 117px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-oricon-news .business-news-heading img {
    width: 68vw;
    margin-left: -6.133333333333333vw;
  }
}
.page-business-news .service-youtube .service-head-bg-text {
  top: auto;
}
@media only screen and (min-width: 769px) {
  .page-business-news .service-youtube .service-head-bg-text {
    bottom: 23px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-business-news .service-youtube .service-head-bg-text {
    left: 50%;
    margin-left: -36px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-youtube .service-head-bg-text {
    bottom: 3.333333333333333vw;
  }
}
.page-business-news .service-youtube .service-body-inner {
  padding-top: 103px;
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-youtube .service-body-inner {
    padding-top: 15.733333333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-business-news .service-youtube .business-news-heading {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-youtube .business-news-heading img {
    width: 33.2vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-business-news .service-youtube .business-news-content {
    padding-bottom: 210px;
  }
}
.page-business-news .service-eltha .service-head-bg-text {
  top: auto;
}
@media only screen and (min-width: 769px) {
  .page-business-news .service-eltha .service-head-bg-text {
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-business-news .service-eltha .service-head-bg-text {
    left: 50%;
    margin-left: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-eltha .service-head-bg-text {
    bottom: 2.666666666666667vw;
  }
}
.page-business-news .service-eltha .service-body-inner {
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-eltha .service-body-inner {
    padding-top: 9.6vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-business-news .service-eltha .business-news-heading {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-eltha .business-news-heading {
    padding-bottom: 7.333333333333333vw;
  }
  .page-business-news .service-eltha .business-news-heading img {
    width: 34.66666666666667vw;
  }
}
.page-business-news .service-deview .service-head-bg-text {
  top: auto;
}
@media only screen and (min-width: 769px) {
  .page-business-news .service-deview .service-head-bg-text {
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-business-news .service-deview .service-head-bg-text {
    left: 50%;
    margin-left: -40px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-deview .service-head-bg-text {
    bottom: 2.666666666666667vw;
  }
}
.page-business-news .service-deview .service-body-inner {
  padding-top: 102px;
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-deview .service-body-inner {
    padding-top: 12vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-deview .business-news-heading img {
    width: 42.66666666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-consulting .business-news-content {
    padding-bottom: 24vw;
  }
}
.page-business-news .service-consulting .service-intro-img img {
  width: 100%;
}
.page-business-news .service-consulting .service-intro-img-1 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-consulting .service-intro-img-1 {
    margin-bottom: 5.866666666666666vw;
  }
}
.page-business-news .service-consulting .service-intro-img-container {
  margin-top: 138px;
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-consulting .service-intro-img-container {
    margin-top: 12vw;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 137.33333333333334vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-consulting .service-intro-img.service-intro-img-2 {
    margin-right: -50.53333333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-business-news .service-consulting .service-intro-img-inner {
    width: 100%;
  }
  .page-business-news .service-consulting .service-intro-img-inner img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-consulting .service-intro-img-inner {
    width: 137.33333333333334vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-consulting .service-intro-text-note {
    font-size: 2.4vw;
    line-height: 2.777777777777778;
    letter-spacing: 0.075em;
    margin-top: 2.4vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-business-news .service-shinasa .service-head-bg {
    height: 100%;
  }
}
.page-business-news .service-shinasa .service-head-bg-text {
  top: auto;
}
@media only screen and (min-width: 769px) {
  .page-business-news .service-shinasa .service-head-bg-text {
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-business-news .service-shinasa .service-head-bg-text {
    margin-left: -222px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-shinasa .service-head-bg-text {
    bottom: 2.666666666666667vw;
    margin-left: 18.666666666666668vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-business-news .service-shinasa .service-body-inner {
    padding-top: 126px;
    padding-bottom: 94px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-shinasa .business-news-heading img {
    width: 48vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-business-news .service-news .business-box-inner::before {
    height: 100%;
  }
}
.page-business-news .service-news .service-content {
  padding-bottom: 0;
}
.page-business-news .service-news .service-news-img {
  margin-top: 45px;
}
@media only screen and (min-width: 769px) {
  .page-business-news .service-news .service-news-img img {
    max-width: 702px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-news .service-news-img {
    width: 86.4vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-news .service-text {
    letter-spacing: 0.01em;
  }
}
@media only screen and (min-width: 769px) {
  .page-business-news .service-news .service-head-bg {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-news .service-head-bg {
    height: calc(100% - 13.33vw);
  }
}
.page-business-news .service-news .service-head-bg-text {
  top: auto;
}
@media only screen and (min-width: 769px) {
  .page-business-news .service-news .service-head-bg-text {
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-business-news .service-news .service-head-bg-text {
    left: 50%;
    margin-left: -460px;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-news .service-head-bg-text {
    bottom: 3.466666666666666vw;
    margin-left: 33.33333333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-business-news .service-news .business-box-body {
    padding-bottom: 160px;
  }
}
.page-business-news .service-news .service-row-cols-2 {
  align-items: flex-start;
}
.page-business-news .service-news .service-col-content {
  padding-top: 32px;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .page-business-news .service-news .service-col-content {
    padding-top: 23.4375vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-news .service-col-img::after {
    bottom: -10.666666666666668vw;
    height: 44vw;
  }
}
.page-business-news .service-news .service-news-logo img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-news .service-news-logo {
    margin-top: 8.666666666666668vw;
  }
}
.page-business-news .service-news .section-lv2 {
  margin-bottom: 0;
  margin-top: 112px;
  padding-top: 95px;
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-news .section-lv2 {
    margin-top: 20vw;
    padding-top: 20vw;
  }
}
.page-business-news .service-news .service-news-heading {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 21px;
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-news .service-news-heading {
    font-size: 7.466666666666668vw;
    line-height: 1.178571428571429;
    margin-bottom: 5.733333333333333vw;
  }
}
.page-business-news .service-news .service-news-heading-sm {
  font-size: 1.5rem;
  line-height: 1.466666666666667;
  font-weight: 400;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-news .service-news-heading-sm {
    font-size: 3.466666666666666vw;
    margin-left: 0;
  }
}
.page-business-news .service-news .text-primary {
  margin-bottom: 66px;
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-news .text-primary {
    margin-bottom: 10.4vw;
  }
}
.page-business-news .service-news .service-news-list {
  margin-bottom: 12px;
}
.page-business-news .service-news .service-news-list dt {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.page-business-news .service-news .service-news-list dt::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #fc0;
  content: '';
  display: block;
  margin: auto 0;
  height: 12px;
  width: 12px;
}
.page-business-news .service-news .service-news-list dd {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 63px;
  word-break: break-all;
}
.page-business-news .service-news .service-news-list dd:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-business-news .service-news .service-news-list {
    margin-bottom: 7.733333333333333vw;
  }
  .page-business-news .service-news .service-news-list dt {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    margin-bottom: 4.933333333333334vw;
    padding-left: 6.666666666666667vw;
  }
  .page-business-news .service-news .service-news-list dt::before {
    height: 2.666666666666667vw;
    width: 2.666666666666667vw;
  }
  .page-business-news .service-news .service-news-list dd {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    margin-bottom: 13.333333333333334vw;
  }
}
.page-business-top .main-contents {
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .page-business-top .main-contents {
    padding-bottom: 13.333333333333334vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-top .heading-lv1 {
    margin-bottom: 18vw;
  }
}
.page-business-top .hero {
  margin-bottom: 140px;
}
.page-business-top .hero img {
  object-position: center top;
}
@media only screen and (max-width: 768px) {
  .page-business-top .hero {
    margin: 0 0 20vw;
  }
}
.page-business-top .intro {
  margin-bottom: 16.666666666666664vw;
}
@media only screen and (min-width: 769px) {
  .page-business-top .intro {
    background: #f9f9f9;
    padding: 60px 65px 23px;
    margin-bottom: 60px;
  }
}
.page-business-top .intro-catch-copy {
  margin-bottom: 6.266666666666667vw;
}
@media only screen and (min-width: 769px) {
  .page-business-top .intro-catch-copy {
    margin-bottom: 33px;
  }
}
.page-business-top .section-lv2 {
  margin-bottom: 177px;
}
@media only screen and (max-width: 768px) {
  .page-business-top .section-lv2 {
    margin-bottom: 25.333333333333336vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-business-top .heading-lv2 {
    margin-bottom: 36px;
  }
}
.page-business-top .business-items {
  display: grid;
  grid-column-gap: 70px;
  grid-row-gap: 86px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 83px;
}
@media only screen and (min-width: 769px) and (max-width: 800px) {
  .page-business-top .business-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .page-business-top .business-items {
    display: block;
    margin: 16.666666666666664vw 0 0;
  }
}
.page-business-top .business-item a {
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-business-top .business-item {
    margin: 17.333333333333336vw 0;
    max-width: none;
    width: 100%;
  }
  .page-business-top .business-item:first-of-type {
    margin-top: 0;
  }
}
.page-business-top .business-item-img {
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
}
.page-business-top .business-item-img img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .page-business-top .business-item-img::before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(11,49,143,0.1);
    content: '';
    display: block;
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.4s ease-out;
    z-index: 1;
  }
  .page-business-top .business-item-img img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-top .business-item-img {
    margin-bottom: 5.333333333333334vw;
  }
}
.page-business-top .business-item-name {
  padding-right: 56px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page-business-top .business-item-name {
    transition: color 0.4s;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-top .business-item-name {
    padding-right: 13.333333333333334vw;
  }
}
.page-business-top .business-item-name-lg,
.page-business-top .business-item-name-sm {
  display: block;
}
.page-business-top .business-item-name-lg {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.035em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page-business-top .business-item-name-lg {
    font-size: 5.600000000000001vw;
    line-height: 1.523809523809524;
  }
}
.page-business-top .business-item-name-sm {
  font-size: 1.3rem;
  line-height: 1.461538461538461;
  letter-spacing: 0.05em;
  font-family: 'lato', sans-serif;
  margin-top: 2px;
}
@media only screen and (max-width: 768px) {
  .page-business-top .business-item-name-sm {
    font-size: 2.666666666666667vw;
    line-height: 1.45;
    margin-top: 1.066666666666667vw;
  }
}
.page-business-top .business-item-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  transform: translateY(1px);
  transition: background 0.35s cubic-bezier(0, 0.25, 0.5, 1), border 0.35s cubic-bezier(0, 0.25, 0.5, 1);
}
@media only screen and (max-width: 768px) {
  .page-business-top .business-item-icon {
    height: 9.333333333333334vw;
    width: 9.333333333333334vw;
    transform: translateY(-0.533333333333333vw);
  }
}
@media (any-hover: hover) {
  .page-business-top .business-item a:hover .business-item-img::before {
    opacity: 1;
  }
  .page-business-top .business-item a:hover .business-item-img img {
    transform: scale(1.05);
  }
  .page-business-top .business-item a:hover .business-item-name {
    color: #073190;
  }
  .page-business-top .business-item a:hover .business-item-icon {
    background: #073190;
    border: 1px solid #073190;
  }
  .page-business-top .business-item a:hover .business-item-icon .icon {
    animation: iconFadeSlideIn 0.35s cubic-bezier(0, 0.25, 0.5, 1);
    fill: #fff;
  }
}
.page-business-top .business-row-cols-2 {
  display: grid;
  grid-column-gap: 70px;
  grid-row-gap: 45px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 177px;
}
@media only screen and (min-width: 769px) and (max-width: 800px) {
  .page-business-top .business-row-cols-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .page-business-top .business-row-cols-2 {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-business-top .business-row-cols-2 .col {
    margin: 0;
    max-width: none;
    width: 100%;
  }
}
.page-business-top .business-row-cols-2 .section-lv2 {
  flex-direction: column;
  display: flex;
  margin-bottom: 0;
  max-width: none;
  height: 100%;
  width: 100%;
}
.page-business-top .business-row-cols-2 .business-items {
  display: block;
  margin: auto 0 0;
}
@media only screen and (max-width: 768px) {
  .page-business-top .business-row-cols-2 .business-items {
    margin: 10.133333333333333vw 0 8.799999999999999vw;
  }
}
.page-business-top .business-row-cols-2 .business-item {
  margin: 43px 0 0 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-business-top .business-row-cols-2 .business-item {
    margin: 17.333333333333336vw 0;
  }
  .page-business-top .business-row-cols-2 .business-item:first-of-type {
    margin-top: 0;
  }
}
.page-news-detail .news-article-head {
  padding: 90px 0 102px;
}
@media only screen and (max-width: 768px) {
  .page-news-detail .news-article-head {
    padding: 12vw 0 12.533333333333333vw;
  }
}
.page-news-detail .news-article-date-group {
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  .page-news-detail .news-article-date-group {
    margin-bottom: 6.666666666666667vw;
  }
}
.page-news-detail .news-article-date,
.page-news-detail .news-article-category {
  font-size: 1.3rem;
  line-height: 1.461538461538461;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .page-news-detail .news-article-date,
  .page-news-detail .news-article-category {
    font-size: 2.933333333333333vw;
    line-height: 1.454545454545455;
  }
}
.page-news-detail .news-article-category {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.page-news-detail .news-article-category::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #333;
  content: '';
  display: block;
  margin: auto 0;
  height: 12px;
  width: 1px;
}
@media only screen and (max-width: 768px) {
  .page-news-detail .news-article-category {
    margin-left: 3.466666666666666vw;
    padding-left: 3.466666666666666vw;
  }
  .page-news-detail .news-article-category::before {
    height: 2.666666666666667vw;
    width: 0.266666666666667vw;
  }
}
.page-news-detail .news-article-heading-lv1 {
  font-size: 3.4rem;
  line-height: 1.823529411764706;
  letter-spacing: 0.1em;
  color: #073190;
  font-weight: 700;
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  .page-news-detail .news-article-heading-lv1 {
    font-size: 6.133333333333333vw;
    line-height: 1.521739130434783;
    margin-bottom: 7.733333333333333vw;
  }
}
.page-news-detail .news-article-head-name {
  font-size: 1.5rem;
  line-height: 1.466666666666667;
  letter-spacing: 0.05em;
  padding-right: 20px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .page-news-detail .news-article-head-name {
    font-size: 3.466666666666666vw;
    line-height: 1.461538461538461;
    padding-right: 0;
  }
}
.page-news-detail .news-article-body {
  letter-spacing: 0.075em;
  line-height: 2;
}
.page-news-detail .news-article-box {
  position: relative;
}
.page-news-detail .news-article-box-inner {
  background: #f9f9f9;
  position: relative;
}
.page-news-detail .news-article-box-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #f9f9f9;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-news-detail .news-article-box-inner::before {
    width: 86.5546218487395%;
  }
}
@media only screen and (max-width: 768px) {
  .page-news-detail .news-article-box-inner::before {
    border: none;
  }
}
.page-news-detail .news-article-box-body {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 990px;
  width: 83.19327731092437%;
  padding: 100px 0 250px;
}
@media only screen and (max-width: 768px) {
  .page-news-detail .news-article-box-body {
    max-width: none;
    width: 86.66666666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .page-news-detail .news-article-box-body {
    padding-left: 15.126050420168067%;
    padding-right: 1.680672268907563%;
  }
}
@media only screen and (min-width: 1280px) {
  .page-news-detail .news-article-box-body {
    padding-left: 180px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-news-detail .news-article-box-body {
    padding: 0 0 40vw 0;
  }
}
.page-news-detail .news-article-box-body .section-lv2 {
  margin-bottom: 96px;
  padding-top: 97px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-news-detail .news-article-box-body .section-lv2 {
    margin-bottom: 20.8vw;
    padding-top: 14.133333333333335vw;
  }
}
.page-news-detail .news-article-box-body h1,
.page-news-detail .news-article-box-body h2,
.page-news-detail .news-article-box-body h3,
.page-news-detail .news-article-box-body h4,
.page-news-detail .news-article-box-body h5,
.page-news-detail .news-article-box-body h6 {
  font-weight: 700;
  line-height: 1.25;
}
.page-news-detail .news-article-box-body h3,
.page-news-detail .news-article-box-body h4,
.page-news-detail .news-article-box-body h5,
.page-news-detail .news-article-box-body h6 {
  margin-bottom: 25px;
}
.page-news-detail .news-article-box-body h2 {
  font-size: 2.4rem;
  margin-bottom: 46px;
}
@media only screen and (max-width: 768px) {
  .page-news-detail .news-article-box-body h2 {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.075em;
    margin-bottom: 9.866666666666667vw;
  }
}
.page-news-detail .news-article-box-body h3 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .page-news-detail .news-article-box-body h3 {
    font-size: 4.266666666666667vw;
    line-height: 1.5625;
    letter-spacing: 0.075em;
  }
}
.page-news-detail .news-article-box-body p {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .page-news-detail .news-article-box-body p {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    letter-spacing: 0.035em;
  }
}
.page-news-detail .news-article-box-body img {
  line-height: 1;
  margin: 40px 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-news-detail .news-article-box-body img {
    margin: 8.266666666666666vw 0 9.866666666666667vw;
  }
}
.page-news-detail .news-article-box-body .box {
  border: 1px solid #dee7eb;
  padding: 40px 50px 28px;
}
@media only screen and (max-width: 768px) {
  .page-news-detail .news-article-box-body .box {
    padding: 8.533333333333333vw 8.666666666666668vw 5.333333333333334vw;
  }
}
.page-news-detail .news-article-box-body .news-article-share {
  margin: 0 auto;
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .page-news-detail .news-article-box-body .news-article-share {
    padding-bottom: 13.333333333333334vw;
    width: 100%;
  }
}
.page-news-detail .news-article-box-body .news-article-share-text {
  font-size: 2rem;
  line-height: 1;
  font-family: 'lato', sans-serif;
  font-weight: 700;
  margin-bottom: 39px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-news-detail .news-article-box-body .news-article-share-text {
    font-size: 4.266666666666667vw;
    margin-bottom: 10.133333333333333vw;
  }
}
.page-news-detail .news-article-box-body .news-article-foot {
  border-top: 1px solid #dee7eb;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .page-news-detail .news-article-box-body .news-article-foot {
    margin: 0 -6.666666666666667vw;
    padding: 13.333333333333334vw 6.666666666666667vw 0;
  }
}
.page-news-top .main-contents {
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .page-news-top .main-contents {
    padding-bottom: 13.333333333333334vw;
  }
}
.page-news-top .heading-lv1 {
  margin-bottom: 148px;
}
@media only screen and (max-width: 768px) {
  .page-news-top .heading-lv1 {
    margin-bottom: 29.86666666666667vw;
  }
}
.page-news-top .section-news {
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  .page-news-top .section-news {
    padding-top: 15.733333333333333vw;
  }
}
.page-news-top .section-news-head {
  justify-content: flex-end;
  display: flex;
  margin-bottom: 49px;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .page-news-top .section-news-head {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page-news-top .section-news-head {
    display: block;
    margin-bottom: 10.666666666666668vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-news-top .news-category-text {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page-news-top .news-category-text {
    padding-right: 1.333333333333333vw;
    width: 17.333333333333336vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-news-top .news-year {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .page-news-top .news-year {
    margin: 30px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-news-top .news-year {
    margin: 7.733333333333333vw 0 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .page-news-top .news-year-text {
    margin: -3px 30px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-news-top .news-year-text {
    padding-right: 1.333333333333333vw;
    width: 17.333333333333336vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-ir-calendar .heading-lv1 {
    margin-bottom: 148px;
  }
}
@media only screen and (min-width: 769px) {
  .page-ir-calendar .section-ir-calendar {
    margin-bottom: 205px;
  }
}
@media only screen and (max-width: 768px) {
  .page-ir-calendar .row-cols-2.row {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page-ir-calendar .ir-calendar-img-container {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 178.4vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-ir-calendar .ir-calendar-img {
    margin-right: -92vw;
  }
}
.page-ir-calendar .ir-calendar-img-inner {
  border: 1px solid #dee7eb;
  box-sizing: border-box;
  margin-top: 4px;
}
@media only screen and (min-width: 769px) {
  .page-ir-calendar .ir-calendar-img-inner img {
    height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-ir-calendar .ir-calendar-img-inner {
    width: 178.4vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-ir-calendar .ir-calendar-text-note {
    font-size: 2.4vw;
    line-height: 2.777777777777778;
    letter-spacing: 0.075em;
    margin-top: 2.4vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-ir-calendar .section-ir-calendar-month {
    margin-bottom: 160px;
  }
}
@media only screen and (min-width: 769px) {
  .page-ir-calendar .table-primary td:first-child {
    width: 230px;
  }
}
@media only screen and (max-width: 768px) {
  .page-ir-calendar .table-primary {
    margin-top: 15.066666666666666vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-ir-faq .heading-lv1 {
    margin-bottom: 148px;
  }
}
@media only screen and (max-width: 768px) {
  .page-ir-faq .heading-lv2 {
    margin-bottom: 15.6vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-ir-highlight .heading-lv1 {
    margin-bottom: 148px;
  }
}
@media only screen and (min-width: 769px) {
  .page-ir-highlight .section-lv2:not(.section-ir-menu) {
    margin-bottom: 125px;
  }
}
@media only screen and (max-width: 768px) {
  .page-ir-highlight .section-lv2:not(.section-ir-menu) {
    padding-top: 18.666666666666668vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-ir-highlight .section-lv2:not(.section-ir-menu) .heading-lv2 {
    margin-bottom: 14.666666666666666vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-ir-highlight .row-cols-2 .col {
    margin-bottom: 45px;
  }
  .page-ir-highlight .row-cols-2 .col:nth-child(2) {
    margin-top: 13px;
  }
}
.page-ir-highlight .section-lv3 {
  margin-bottom: 100px;
  padding-top: 73px;
}
.page-ir-highlight .section-lv3:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-ir-highlight .section-lv3 {
    margin-bottom: 18.933333333333334vw;
    padding-top: 14.666666666666666vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-ir-highlight .row-cols-2.row {
    display: block;
  }
}
.page-ir-highlight .ir-highlight-heading {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .page-ir-highlight .ir-highlight-heading {
    font-size: 5.333333333333334vw;
    line-height: 1.65;
    margin-bottom: 6.666666666666667vw;
  }
}
.page-ir-highlight .ir-highlight-subheading {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 25px;
}
.page-ir-highlight .ir-highlight-img {
  border: 1px solid #dee7eb;
  box-sizing: border-box;
  margin-top: auto;
}
.page-ir-highlight .ir-highlight-img img {
  width: 100%;
}
.page-ir-highlight .ir-highlight-items {
  flex-wrap: wrap;
  display: flex;
  margin: -20px -2.898550724637681%;
}
@media only screen and (max-width: 768px) {
  .page-ir-highlight .ir-highlight-items {
    flex-direction: column;
    margin: 0;
  }
}
.page-ir-highlight .ir-highlight-item {
  flex-direction: column;
  display: flex;
  margin: 20px 2.73972602739726%;
  max-width: 325px;
  position: relative;
  width: 44.52054794520548%;
}
@media only screen and (max-width: 768px) {
  .page-ir-highlight .ir-highlight-item {
    margin: 0;
    max-width: none;
    width: 100%;
  }
  .page-ir-highlight .ir-highlight-item:not(:first-child) {
    border-top: 1px solid #dee7eb;
    margin-top: 18.933333333333334vw;
    padding-top: 15.333333333333332vw;
  }
  .page-ir-highlight .ir-highlight-item:not(:first-child)::before {
    position: absolute;
    top: -1px;
    left: 0;
    background: #ffe100;
    content: '';
    display: block;
    height: 1.066666666666667vw;
    width: 21.333333333333336vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-ir-highlight .section-ir-movie .btn-primary {
    margin-top: 14.933333333333335vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-ir-library .heading-lv1 {
    margin-bottom: 148px;
  }
}
.page-ir-library .section-lv2:not(.section-ir-menu) {
  padding-top: 92px;
}
@media only screen and (max-width: 768px) {
  .page-ir-library .section-lv2:not(.section-ir-menu) {
    padding-top: 18.666666666666668vw;
  }
}
.page-ir-library .section-lv2:not(.section-ir-menu) .heading-lv2 {
  margin-bottom: 73px;
}
@media only screen and (max-width: 768px) {
  .page-ir-library .section-lv2:not(.section-ir-menu) .heading-lv2 {
    margin-bottom: 14.799999999999999vw;
  }
}
.page-ir-library .news-year {
  position: absolute;
  top: 130px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .page-ir-library .news-year {
    margin-bottom: 8vw;
    position: static;
  }
}
@media only screen and (min-width: 769px) {
  .page-ir-library .news-year-text {
    margin: -3px 30px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-ir-library .news-year-text {
    width: 17.333333333333336vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-ir-news-detail .main-contents {
    padding-bottom: 24px;
  }
}
.page-ir-news-detail .news-article {
  margin-bottom: 161px;
}
@media only screen and (max-width: 768px) {
  .page-ir-news-detail .news-article {
    margin-bottom: 21.333333333333336vw;
  }
}
.page-ir-news-detail .news-article-head {
  padding: 90px 0 102px;
}
@media only screen and (max-width: 768px) {
  .page-ir-news-detail .news-article-head {
    padding: 12vw 0 12.533333333333333vw;
  }
}
.page-ir-news-detail .news-article-date-group {
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  .page-ir-news-detail .news-article-date-group {
    margin-bottom: 6.666666666666667vw;
  }
}
.page-ir-news-detail .news-article-date,
.page-ir-news-detail .news-article-category {
  font-size: 1.3rem;
  line-height: 1.461538461538461;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .page-ir-news-detail .news-article-date,
  .page-ir-news-detail .news-article-category {
    font-size: 2.933333333333333vw;
    line-height: 1.454545454545455;
  }
}
.page-ir-news-detail .news-article-category {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.page-ir-news-detail .news-article-category::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #333;
  content: '';
  display: block;
  margin: auto 0;
  height: 12px;
  width: 1px;
}
@media only screen and (max-width: 768px) {
  .page-ir-news-detail .news-article-category {
    margin-left: 3.466666666666666vw;
    padding-left: 3.466666666666666vw;
  }
  .page-ir-news-detail .news-article-category::before {
    height: 2.666666666666667vw;
    width: 0.266666666666667vw;
  }
}
.page-ir-news-detail .news-article-heading-lv1 {
  font-size: 3.4rem;
  line-height: 1.823529411764706;
  letter-spacing: 0.1em;
  color: #073190;
  font-weight: 700;
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  .page-ir-news-detail .news-article-heading-lv1 {
    font-size: 6.133333333333333vw;
    line-height: 1.521739130434783;
    margin-bottom: 7.733333333333333vw;
  }
}
.page-ir-news-detail .news-article-head-name {
  font-size: 1.5rem;
  line-height: 1.466666666666667;
  letter-spacing: 0.05em;
  padding-right: 20px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .page-ir-news-detail .news-article-head-name {
    font-size: 3.466666666666666vw;
    line-height: 1.461538461538461;
    padding-right: 0;
  }
}
.page-ir-news-detail .news-article-body {
  letter-spacing: 0.075em;
  line-height: 2;
}
.page-ir-news-detail .news-article-box {
  position: relative;
}
.page-ir-news-detail .news-article-box-inner {
  background: #f9f9f9;
  position: relative;
}
.page-ir-news-detail .news-article-box-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #f9f9f9;
  content: '';
  display: block;
  height: calc(100% - 80px);
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-ir-news-detail .news-article-box-inner::before {
    width: 86.5546218487395%;
  }
}
@media only screen and (max-width: 768px) {
  .page-ir-news-detail .news-article-box-inner::before {
    height: calc(100% - 8vw);
    width: 100%;
  }
}
.page-ir-news-detail .news-article-box-body {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 990px;
  width: 83.19327731092437%;
  padding: 100px 0 241px;
}
@media only screen and (max-width: 768px) {
  .page-ir-news-detail .news-article-box-body {
    max-width: none;
    width: 86.66666666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .page-ir-news-detail .news-article-box-body {
    padding-left: 15.126050420168067%;
    padding-right: 1.680672268907563%;
  }
}
@media only screen and (min-width: 1280px) {
  .page-ir-news-detail .news-article-box-body {
    padding-left: 180px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-ir-news-detail .news-article-box-body {
    padding: 0 0 34.66666666666667vw 0;
  }
}
.page-ir-news-detail .news-article-box-body .section-lv2:not(.section-ir-menu) {
  margin-bottom: 154px;
  padding-top: 97px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-ir-news-detail .news-article-box-body .section-lv2:not(.section-ir-menu) {
    margin-bottom: 20.8vw;
    padding-top: 14.133333333333335vw;
  }
}
.page-ir-news-detail .news-article-box-body h1,
.page-ir-news-detail .news-article-box-body h2,
.page-ir-news-detail .news-article-box-body h3,
.page-ir-news-detail .news-article-box-body h4,
.page-ir-news-detail .news-article-box-body h5,
.page-ir-news-detail .news-article-box-body h6 {
  font-weight: 700;
  line-height: 1.25;
}
.page-ir-news-detail .news-article-box-body h3,
.page-ir-news-detail .news-article-box-body h4,
.page-ir-news-detail .news-article-box-body h5,
.page-ir-news-detail .news-article-box-body h6 {
  margin-bottom: 25px;
}
.page-ir-news-detail .news-article-box-body h2 {
  font-size: 2.4rem;
  margin-bottom: 46px;
}
@media only screen and (max-width: 768px) {
  .page-ir-news-detail .news-article-box-body h2 {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.075em;
    margin-bottom: 9.866666666666667vw;
  }
}
.page-ir-news-detail .news-article-box-body h3 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .page-ir-news-detail .news-article-box-body h3 {
    font-size: 4.266666666666667vw;
    line-height: 1.5625;
    letter-spacing: 0.075em;
  }
}
.page-ir-news-detail .news-article-box-body p {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .page-ir-news-detail .news-article-box-body p {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    letter-spacing: 0.075em;
  }
}
.page-ir-news-detail .news-article-box-body img {
  margin: 40px 0;
}
@media only screen and (max-width: 768px) {
  .page-ir-news-detail .news-article-box-body img {
    margin: 8.266666666666666vw 0 9.866666666666667vw;
  }
}
.page-ir-news-detail .news-article-box-body .box {
  border: 1px solid #dee7eb;
  padding: 40px 50px 28px;
}
@media only screen and (max-width: 768px) {
  .page-ir-news-detail .news-article-box-body .box {
    padding: 8.533333333333333vw 8.666666666666668vw 5.333333333333334vw;
  }
}
.page-ir-news-detail .news-article-box-body .news-article-share {
  border-top: 1px solid #dee7eb;
  padding: 56px 0 90px;
}
@media only screen and (max-width: 768px) {
  .page-ir-news-detail .news-article-box-body .news-article-share {
    padding: 15.733333333333333vw 0 13.333333333333334vw;
    width: 100%;
  }
}
.page-ir-news-detail .news-article-box-body .news-article-share-text {
  font-size: 2rem;
  line-height: 1;
  font-family: 'lato', sans-serif;
  font-weight: 700;
  margin-bottom: 39px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-ir-news-detail .news-article-box-body .news-article-share-text {
    font-size: 4.266666666666667vw;
    margin-bottom: 10.133333333333333vw;
  }
}
.page-ir-news-detail .news-article-box-body .news-article-foot {
  border-top: 1px solid #dee7eb;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .page-ir-news-detail .news-article-box-body .news-article-foot {
    margin: 0 -6.666666666666667vw;
    padding: 13.333333333333334vw 6.666666666666667vw 0;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .page-ir-news .heading-lv1 {
    margin-bottom: 148px;
  }
}
.page-ir-news .section-ir-news {
  padding-top: 91px;
}
@media only screen and (max-width: 768px) {
  .page-ir-news .section-ir-news {
    padding-top: 16vw;
  }
}
.page-ir-news .ir-news-category {
  margin: 75px 0 30px;
}
@media only screen and (max-width: 768px) {
  .page-ir-news .ir-news-category {
    margin: 0 0 8vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-ir-news .news-category-text,
  .page-ir-news .news-year-text {
    padding-right: 10px;
    width: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .page-ir-news .news-category-text,
  .page-ir-news .news-year-text {
    padding-right: 1.333333333333333vw;
    width: 17.333333333333336vw;
  }
}
.page-ir-news .ir-news-list {
  margin-top: 49px;
}
@media only screen and (max-width: 768px) {
  .page-ir-news .ir-news-list {
    margin-top: 10.666666666666668vw;
  }
}
.page-ir-stock-info .main-contents {
  padding-bottom: 24px;
}
@media only screen and (min-width: 769px) {
  .page-ir-stock-info .heading-lv1 {
    margin-bottom: 148px;
  }
}
@media only screen and (min-width: 769px) {
  .page-ir-stock-info .section-lv2:not(.section-ir-menu) {
    margin-bottom: 160px;
  }
}
.page-ir-stock-info .heading-lv2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page-ir-stock-info .heading-lv2 {
    margin-bottom: 7.199999999999999vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-ir-stock-info .row-cols-2.row {
    display: block;
  }
}
.page-ir-stock-info .note-list {
  margin: 30px 0 0;
}
@media only screen and (max-width: 768px) {
  .page-ir-stock-info .note-list {
    margin-top: 8.799999999999999vw;
  }
}
.page-ir-stock-info .btn-stock-info {
  margin-top: 3px;
}
@media only screen and (max-width: 768px) {
  .page-ir-stock-info .btn-stock-info {
    margin-top: 14.933333333333335vw;
  }
}
.page-ir-top .section-lv2:not(.section-ir-menu) {
  margin-bottom: 140px;
  padding-top: 92px;
}
@media only screen and (max-width: 768px) {
  .page-ir-top .section-lv2:not(.section-ir-menu) {
    margin-bottom: 26.666666666666668vw;
    padding-top: 18.8vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-ir-top .heading-lv1 {
    margin-bottom: 148px;
  }
}
.page-ir-top .btn-outline-secondary-sm {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .page-ir-top .btn-outline-secondary-sm {
    margin: 0 auto;
  }
}
.page-ir-top .ir-new {
  margin: 72px 0 40px;
}
@media only screen and (max-width: 768px) {
  .page-ir-top .ir-new {
    margin: 14.666666666666666vw 0 13.333333333333334vw;
  }
}
.page-ir-top .col-2-button {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.page-ir-top .col-2-button > a {
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-ir-top .col-2-button > a {
    margin: 0;
  }
}
@media only screen and (min-width: 769px) {
  .page-ir-top .col-2-button > a:nth-child(2) {
    margin-left: 20px;
  }
}
.page-ir-top .ir-video {
  position: relative;
  aspect-ratio: 16/9;
  margin: 70px auto 0;
}
@media only screen and (min-width: 769px) {
  .page-ir-top .ir-video {
    width: 650px;
  }
}
.page-ir-top .ir-video iframe {
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .page-ir-top .section-ir-news {
    margin-bottom: 150px;
  }
}
.page-ir-top .section-ir-news .heading-lv2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page-ir-top .section-ir-news .heading-lv2 {
    margin-bottom: 6.666666666666667vw;
  }
}
.page-ir-top .news-list {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page-ir-top .news-list {
    margin-bottom: 13.333333333333334vw;
  }
}
@media only screen and (min-width: 769px) {
  .page-ir-top .investor-doc-heading-lv2 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 769px) {
  .page-ir-top .btn-investor-doc {
    margin-left: auto;
    max-width: 690px;
    width: 100%;
  }
}
.page-privacy .main-contents {
  padding-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .page-privacy .main-contents {
    padding-bottom: 6.133333333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-privacy .section-lv1 {
    padding-top: 12.8vw;
  }
}
.page-privacy .heading-lv1 {
  margin-bottom: 148px;
}
@media only screen and (max-width: 768px) {
  .page-privacy .heading-lv1 {
    margin-bottom: 18.666666666666668vw;
  }
  .page-privacy .heading-lv1 .heading-lv1-lg {
    font-size: 8vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .page-privacy .section-lv2 {
    padding-top: 14.000000000000002vw;
  }
}
.page-privacy .btn-outline-primary {
  margin: 73px auto 100px;
  max-width: 790px;
}
@media only screen and (max-width: 768px) {
  .page-privacy .btn-outline-primary {
    height: 24vw;
    margin: 14.399999999999999vw auto 16vw;
    max-width: none;
  }
}
.page-privacy .privacy {
  border-top: 1px solid #dee7eb;
  margin-top: 100px;
  padding-top: 33px;
}
@media only screen and (max-width: 768px) {
  .page-privacy .privacy {
    margin-top: 16vw;
    padding-top: 6.933333333333333vw;
  }
}
.page-privacy .section-privacy {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.075em;
  margin: 60px 0;
}
@media only screen and (max-width: 768px) {
  .page-privacy .section-privacy {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    margin: 7.466666666666668vw 0;
  }
}
.page-privacy .section-privacy .link {
  text-decoration: none;
}
@media (any-hover: hover) {
  .page-privacy .section-privacy .link:hover {
    text-decoration: underline;
  }
}
.page-privacy .privacy-heading {
  font-size: 1.8rem;
  line-height: 1.666666666666667;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page-privacy .privacy-heading {
    font-size: 4.266666666666667vw;
    line-height: 1.5625;
    margin-bottom: 6.133333333333333vw;
  }
}
.page-privacy .privacy-text,
.page-privacy .privacy-list,
.page-privacy .table-primary {
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .page-privacy .privacy-text,
  .page-privacy .privacy-list,
  .page-privacy .table-primary {
    margin: 6.133333333333333vw 0;
  }
}
.page-privacy .privacy-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.page-privacy .table-primary th,
.page-privacy .table-primary td {
  font-weight: normal;
  vertical-align: middle;
  width: auto;
}
@media only screen and (min-width: 769px) {
  .page-privacy .table-primary th:nth-child(1),
  .page-privacy .table-primary td:nth-child(1) {
    white-space: nowrap;
  }
}
.page-privacy .privacy-row {
  align-items: center;
  display: flex;
  margin: 0 -10px;
}
.page-privacy .privacy-row .col {
  margin: 0 10px;
}
.page-privacy .privacy-row .col:nth-child(2) {
  flex: 1;
}
.page-privacy .privacy-row .img-privacymark img {
  width: 80px;
}
@media only screen and (max-width: 768px) {
  .page-privacy .privacy-row .img-privacymark img {
    width: 50px;
  }
}
.page-contact .heading-lv1 {
  margin-bottom: 148px;
}
@media only screen and (max-width: 768px) {
  .page-contact .heading-lv1 {
    margin-bottom: 30vw;
  }
}
.page-contact .section-lv2:not(.section-group-site) {
  padding-top: 92px;
}
@media only screen and (max-width: 768px) {
  .page-contact .section-lv2:not(.section-group-site) {
    padding-top: 18.8vw;
  }
}
.page-contact .row-cols-2 .col {
  margin-top: 0;
}
.page-contact .progress-list {
  margin-top: 14px;
  position: relative;
}
.page-contact .progress-list::before {
  position: absolute;
  top: 0;
  left: 18px;
  background: #dee7eb;
  content: '';
  display: block;
  height: 100%;
  width: 1px;
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  .page-contact .progress-list {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .page-contact .progress-list {
    display: flex;
    margin: 1.466666666666667vw -2.933333333333333vw 15.466666666666667vw;
  }
  .page-contact .progress-list::before {
    display: none;
  }
}
.page-contact .progress-item {
  font-size: 1.5rem;
  line-height: 1.466666666666667;
  letter-spacing: 0.025em;
  counter-increment: number;
  padding-left: 69px;
  position: relative;
}
.page-contact .progress-item::before {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border: 1px solid #dee7eb;
  border-radius: 50%;
  box-sizing: border-box;
  color: #000;
  content: counter(number, decimal-leading-zero);
  font-family: 'lato', sans-serif;
  margin: auto 0;
  height: 37px;
  width: 37px;
}
.page-contact .progress-item:not(:first-child) {
  margin-top: 48px;
}
.page-contact .progress-item.is-located::before {
  background: #ffe100;
  border-color: #ffe100;
}
@media only screen and (max-width: 768px) {
  .page-contact .progress-item {
    font-size: 4vw;
    line-height: 1.5;
    margin: 0 2.933333333333333vw;
    padding-left: 9.066666666666666vw;
    white-space: nowrap;
  }
  .page-contact .progress-item::before {
    font-size: 2.133333333333333vw;
    line-height: 1;
    height: 6.933333333333333vw;
    width: 6.933333333333333vw;
  }
  .page-contact .progress-item:not(:first-child) {
    margin-top: 0;
  }
}
.page-contact .form-body {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .page-contact .form-body {
    margin-bottom: 16vw;
  }
}
.page-contact .form-lead {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.035em;
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .page-contact .form-lead {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    margin-bottom: 13.066666666666665vw;
  }
}
.page-contact .form-row {
  align-items: center;
  display: flex;
  margin: 40px 0;
}
@media only screen and (max-width: 768px) {
  .page-contact .form-row {
    display: block;
    margin: 9.333333333333334vw 0;
  }
}
.page-contact .form-row.is-error .form-list {
  margin-bottom: 10px;
}
.page-contact .form-row.is-error .form-error {
  display: block;
}
.page-contact .form-col {
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page-contact .form-col:nth-child(1) {
    padding-right: 10px;
    width: 200px;
  }
  .page-contact .form-col:nth-child(2) {
    max-width: 490px;
    width: 71.01449275362319%;
  }
}
.page-contact .form-label-container {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page-contact .form-label-container {
    display: inline-block;
    margin-bottom: 4vw;
  }
}
.page-contact .form-label {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .page-contact .form-label {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-right: 0.666666666666667vw;
  }
}
.page-contact .form-required {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #073190;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .page-contact .form-required {
    font-size: 2.4vw;
    line-height: 1;
  }
}
.page-contact .form-error {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ff1a00;
  display: inline-block;
  padding: 10px 0;
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-contact .form-error {
    font-size: 2.666666666666667vw;
    line-height: 1;
  }
}
@media only screen and (min-width: 769px) {
  .page-contact .btn-outline-primary {
    height: 90px;
    width: 100%;
  }
}
.page-contact .btn-outline-primary .btn-outline-primary-label {
  letter-spacing: 0.03em;
}
.page-contact .form-control,
.page-contact input.form-control,
.page-contact textarea.form-control {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  background: #f9f9f9;
  border: 1px solid #dee7eb;
  box-sizing: border-box;
  color: #000;
  display: block;
  padding: 28px 28px 27px 28px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-contact .form-control,
  .page-contact input.form-control,
  .page-contact textarea.form-control {
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 5.466666666666667vw 3.733333333333334vw;
  }
}
.page-contact .form-control:-webkit-autofill,
.page-contact input.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f9f9f9 inset;
}
.page-contact .form-control::-ms-input-placeholder {
  color: #999;
}
.page-contact .form-control::placeholder {
  color: #999;
}
.page-contact .form-inquiry-type-row .form-col:nth-child(1) {
  align-self: flex-start;
}
@media only screen and (min-width: 769px) {
  .page-contact .form-inquiry-type-row .form-required {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page-contact .form-list {
    margin-top: 5.333333333333334vw;
  }
}
.page-contact .form-item:not(:first-child) {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .page-contact .form-item:not(:first-child) {
    margin-top: 6.666666666666667vw;
  }
}
.page-contact .form-control-radio {
  display: none;
}
.page-contact .form-item-label {
  font-size: 1.5rem;
  line-height: 1.466666666666667;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-left: 53px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-contact .form-item-label {
    font-size: 3.466666666666666vw;
    line-height: 1.5;
    padding-left: 9.333333333333334vw;
  }
}
.page-contact .form-control-radio-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  height: 26px;
  width: 26px;
  transform: translateY(1px);
}
.page-contact .form-control-radio-icon::before,
.page-contact .form-control-radio-icon::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  display: inline-block;
}
.page-contact .form-control-radio-icon::before {
  background: #fff;
  border: 1px solid #073190;
  height: 26px;
  width: 26px;
}
.page-contact .form-control-radio-icon::after {
  background: #073190;
  height: 10px;
  width: 10px;
}
@media only screen and (max-width: 768px) {
  .page-contact .form-control-radio-icon {
    height: 5.333333333333334vw;
    width: 5.333333333333334vw;
  }
  .page-contact .form-control-radio-icon::before {
    height: 5.333333333333334vw;
    width: 5.333333333333334vw;
  }
  .page-contact .form-control-radio-icon::after {
    height: 2.266666666666667vw;
    width: 2.266666666666667vw;
  }
}
.page-contact .form-control-radio[type='radio']:not(:checked) + .form-item-label .form-control-radio-icon::before {
  border: 1px solid #dee7eb;
}
.page-contact .form-control-radio[type='radio']:not(:checked) + .form-item-label .form-control-radio-icon::after {
  display: none;
}
.page-contact .form-comment-row .form-col:nth-child(1) {
  margin-top: 26px;
}
.page-contact .form-comment-row .form-col:nth-child(2) {
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .page-contact .form-comment-row .form-required {
    margin-top: 10px;
  }
}
.page-contact .form-type-comment.form-control {
  box-sizing: border-box;
  line-height: 2;
  padding: 25px 28px 28px;
  height: 280px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-contact .form-type-comment.form-control {
    height: 53.333333333333336vw;
    padding: 5.466666666666667vw 3.733333333333334vw;
  }
}
.page-contact .form-foot {
  border-top: 1px solid #dee7eb;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .page-contact .form-foot {
    padding-top: 14.000000000000002vw;
  }
}
.page-contact .form-btn {
  width: 100%;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .page-contact .form-btn {
    margin-top: 9.066666666666666vw;
  }
}
.page-contact .form-foot-box {
  -webkit-overflow-scrolling: touch;
  border: 1px solid #dee7eb;
  height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 25px 30px;
}
@media only screen and (max-width: 768px) {
  .page-contact .form-foot-box {
    padding: 4vw 5.333333333333334vw;
    height: 66.66666666666666vw;
  }
}
.page-contact .form-foot-box p,
.page-contact .form-foot-box ul {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.035em;
}
@media only screen and (max-width: 768px) {
  .page-contact .form-foot-box p,
  .page-contact .form-foot-box ul {
    font-size: 3.2vw;
    line-height: 1.833333333333333;
  }
}
.page-contact .form-foot-box ul {
  margin-left: 1em;
}
.page-contact .form-foot-box ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.page-contact-top .local-menu-secondary-item.ir .arrow-01-icon {
  transform: rotate(0);
}
@media (any-hover: hover) {
  .page-contact-top .local-menu-secondary-item.ir .local-menu-secondary-item-body:hover .local-menu-secondary-item-icon-arrow {
    animation: iconFadeSlideIn 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  }
}
.page-contact-top .form-text-agreement {
  font-size: 1.4rem;
  line-height: 2.142857142857143;
  letter-spacing: 0.035em;
  margin: 12px 0 0;
}
@media only screen and (max-width: 768px) {
  .page-contact-top .form-text-agreement {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    margin: 0;
  }
}
.page-contact-top .section-lv2 {
  margin-bottom: 160px;
}
@media only screen and (max-width: 768px) {
  .page-contact-top .section-lv2 {
    margin-bottom: 26.666666666666668vw;
  }
}
.page-contact-top .section-lv2.contact-section-lv2 {
  margin-bottom: 93px;
}
@media only screen and (max-width: 768px) {
  .page-contact-top .section-lv2.contact-section-lv2 {
    padding-top: 13.333333333333334vw;
    margin-bottom: 14.666666666666666vw;
  }
}
.page-contact-top .text-primary {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .page-contact-top .text-primary {
    margin-bottom: 11.733333333333333vw;
  }
}
.page-contact-top .contact-faq-section-lv3:not(:last-child) {
  margin-bottom: 85px;
}
@media only screen and (max-width: 768px) {
  .page-contact-top .contact-faq-section-lv3:not(:last-child) {
    margin-bottom: 14.666666666666666vw;
  }
}
.page-contact-top .contact-faq-heading-lv3 {
  margin-top: -50px;
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .page-contact-top .contact-faq-heading-lv3 {
    margin-bottom: 6.4vw;
    margin-top: -6.666666666666667vw;
    padding-top: 6.666666666666667vw;
  }
}
.page-contact-top .faq-details-icon-answer::before {
  top: -3px;
  bottom: auto;
}
@media only screen and (max-width: 768px) {
  .page-contact-top .faq-details-icon-answer::before {
    top: 2.666666666666667vw;
  }
}
.page-contact-top .faq-details-summary {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .page-contact-top .faq-details-summary {
    padding-top: 8.533333333333333vw;
    padding-bottom: 8.533333333333333vw;
  }
}
.page-contact-top .form-group-site-link {
  border-bottom: 1px solid #dee7eb;
  margin: 57px 0 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .page-contact-top .form-group-site-link {
    margin: 12.533333333333333vw 0 14.933333333333335vw;
    padding-bottom: 16vw;
  }
  .page-contact-top .form-group-site-link .btn-outline-primary-label {
    font-size: 2.933333333333333vw;
    line-height: 1.909090909090909;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
  }
}
.page-contact-top .section-group-site .heading-lv2 {
  margin-bottom: 57px;
}
@media only screen and (max-width: 768px) {
  .page-contact-top .section-group-site .heading-lv2 {
    margin-bottom: 12.8vw;
  }
}
.page-contact-top .group-site-list {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 250px;
}
@media only screen and (min-width: 960px) {
  .page-contact-top .group-site-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .page-contact-top .group-site-list {
    grid-column-gap: 5.333333333333334vw;
    grid-row-gap: 5.333333333333334vw;
    margin-bottom: 40vw;
  }
}
.page-contact-top .group-site-item {
  overflow: hidden;
  position: relative;
}
.page-contact-top .group-site-item a {
  border: 1px solid #dee7eb;
  display: block;
}
@media only screen and (min-width: 769px) {
  .page-contact-top .group-site-item a::before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(11,49,143,0.1);
    content: '';
    display: block;
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.4s ease-out;
    z-index: 1;
  }
  .page-contact-top .group-site-item a img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
  }
}
@media (any-hover: hover) {
  .page-contact-top .group-site-item a:hover::before {
    opacity: 1;
  }
  .page-contact-top .group-site-item a:hover img {
    transform: scale(1.05);
  }
}
.page-contact-confirmation .main-contents {
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .page-contact-confirmation .main-contents {
    padding-bottom: 26.666666666666668vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-contact-confirmation .section-lv2 {
    margin-bottom: 0;
  }
}
.page-contact-confirmation .form-lead {
  margin-bottom: 78px;
}
@media only screen and (max-width: 768px) {
  .page-contact-confirmation .form-lead {
    margin-bottom: 13.333333333333334vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-contact-confirmation .form-list {
    margin-bottom: 13.066666666666665vw;
  }
}
.page-contact-confirmation .form-control {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  background: #fff;
  color: #000;
  padding: 31px 28px 31px 28px;
}
@media only screen and (max-width: 768px) {
  .page-contact-confirmation .form-control {
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 6.133333333333333vw 3.733333333333334vw;
  }
}
.page-contact-confirmation .form-control-radio + .form-item-label .form-control-radio-icon::after {
  display: block;
}
.page-contact-confirmation .form-foot-btns li:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .page-contact-confirmation .form-foot-btns {
    margin-top: 1.866666666666667vw;
  }
  .page-contact-confirmation .form-foot-btns li:not(:first-child) {
    margin-top: 5.333333333333334vw;
  }
}
.page-contact-confirmation .form-type-comment.form-control {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .page-contact-confirmation .form-type-comment.form-control {
    padding: 4.8vw 3.733333333333334vw;
  }
}
.page-contact-completion .main-contents {
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .page-contact-completion .main-contents {
    padding-bottom: 26.666666666666668vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-contact-completion .section-lv2 {
    margin-bottom: 0;
  }
}
.page-contact-completion .completion-heading-lv2 {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-weight: 700;
  margin: 5px 0 46px;
}
@media only screen and (max-width: 768px) {
  .page-contact-completion .completion-heading-lv2 {
    font-size: 5.333333333333334vw;
    line-height: 1.25;
    margin: 16vw 0 12.666666666666668vw;
  }
}
.page-contact-completion .completion-text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.035em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page-contact-completion .completion-text {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    margin-bottom: 6.666666666666667vw;
  }
}
.page-contact-completion .completion-btn-top {
  margin-top: 73px;
}
@media only screen and (max-width: 768px) {
  .page-contact-completion .completion-btn-top {
    margin-top: 19.733333333333334vw;
  }
}
.page-policy .main-contents {
  padding-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .page-policy .main-contents {
    padding-bottom: 6.133333333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-policy .section-lv1 {
    padding-top: 12.8vw;
  }
}
.page-policy .heading-lv1 {
  margin-bottom: 148px;
}
@media only screen and (max-width: 768px) {
  .page-policy .heading-lv1 {
    margin-bottom: 18.666666666666668vw;
  }
  .page-policy .heading-lv1 .heading-lv1-lg {
    font-size: 8vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .page-policy .section-lv2 {
    padding-top: 14.000000000000002vw;
  }
}
.page-policy .policy {
  border-top: 1px solid #dee7eb;
  margin-top: 100px;
  padding-top: 33px;
}
@media only screen and (max-width: 768px) {
  .page-policy .policy {
    margin-top: 16vw;
    padding-top: 6.933333333333333vw;
  }
}
.page-policy .section-policy {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.075em;
  margin: 60px 0;
}
@media only screen and (max-width: 768px) {
  .page-policy .section-policy {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    margin: 7.466666666666668vw 0;
  }
}
.page-policy .section-policy .link {
  text-decoration: none;
}
@media (any-hover: hover) {
  .page-policy .section-policy .link:hover {
    text-decoration: underline;
  }
}
.page-policy .policy-heading {
  font-size: 1.8rem;
  line-height: 1.666666666666667;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page-policy .policy-heading {
    font-size: 4.266666666666667vw;
    line-height: 1.5625;
    margin-bottom: 6.133333333333333vw;
  }
}
.page-policy .policy-text {
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .page-policy .policy-text {
    margin: 6.133333333333333vw 0;
  }
}
.page-policy .policy-list li {
  counter-increment: item;
  padding-left: 44px;
  position: relative;
}
.page-policy .policy-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '（' counter(item) '）';
  display: block;
}
.page-en .main-contents {
  font-family: 'lato', sans-serif;
}
.page-en .section-lv1 {
  padding-top: 132px;
}
@media only screen and (max-width: 768px) {
  .page-en .section-lv1 {
    padding-top: 23.333333333333332vw;
  }
}
.page-en .heading-lv1 {
  margin-bottom: 113px;
}
@media only screen and (max-width: 768px) {
  .page-en .heading-lv1 {
    margin-bottom: 25.6vw;
  }
}
.page-en .heading-lv1-lg,
.page-en .heading-lv1-sm {
  letter-spacing: 0.05em;
}
.page-en .heading-lv1-lg {
  font-size: 4.2rem;
  line-height: 1.571428571428571;
}
@media only screen and (max-width: 768px) {
  .page-en .heading-lv1-lg {
    font-size: 9.6vw;
    line-height: 1.569444444444444;
  }
}
@media only screen and (max-width: 768px) {
  .page-en .heading-lv2 {
    margin-bottom: 16vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-en .heading-lv2-lg {
    font-size: 8.533333333333333vw;
    line-height: 1.40625;
    letter-spacing: 0.025em;
  }
}
.page-en .text-primary {
  word-break: keep-all;
}
.page-en .hero {
  margin-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .page-en .hero {
    margin-bottom: 20vw;
  }
}
.page-en .table-primary th {
  width: 190px;
}
@media only screen and (max-width: 768px) {
  .page-en .table-primary th {
    width: 100%;
  }
}
.page-en .table-primary .text-primary:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-en .table-primary .text-primary {
    margin-bottom: 4.533333333333333vw;
  }
}
.page-en .btn-primary-label {
  letter-spacing: 0.035em;
}
@media only screen and (min-width: 769px) {
  .page-en .pdf .btn-primary-label {
    text-align: left;
    width: 80%;
  }
}
.page-en .en-video {
  margin-left: auto;
  margin-right: auto;
  height: 42vw;
  width: 74.66666666666667vw;
}
@media only screen and (min-width: 769px) {
  .page-en .en-video {
    max-width: 560px;
    height: 315px;
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .page-en .en-video {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-en .en-video iframe {
  height: 100%;
  width: 100%;
}
.page-en-top .main-contents {
  padding-bottom: 187px;
}
@media only screen and (max-width: 768px) {
  .page-en-top .main-contents {
    padding-bottom: 13.333333333333334vw;
  }
}
.page-en-top .en-map-link {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .page-en-top .en-map-link {
    margin-left: 6.666666666666667vw;
  }
}
.page-en-top .note-list-en {
  margin: 30px 0 0;
}
@media only screen and (max-width: 768px) {
  .page-en-top .note-list-en {
    margin-top: 8.533333333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-en-top .section-basic-information .heading-lv2,
  .page-en-top .section-major-shareholders .heading-lv2,
  .page-en-top .section-stockholders .heading-lv2 {
    margin-bottom: 8.666666666666668vw;
  }
}
.page-en-top .our-business-img {
  margin-bottom: 5.333333333333334vw;
}
.page-en-top .our-business-img img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .page-en-top .our-business-img {
    margin-bottom: 40px;
  }
}
.page-en-top .en-video {
  margin-top: 6.666666666666667vw;
}
@media only screen and (min-width: 769px) {
  .page-en-top .en-video {
    margin-top: 50px;
  }
}
.page-recruitment-top .main-contents {
  padding-bottom: 34px;
}
@media only screen and (max-width: 768px) {
  .page-recruitment-top .main-contents {
    padding-bottom: 15.466666666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruitment-top .heading-lv1 {
    margin-bottom: 18vw;
  }
}
.page-recruitment-top .hero {
  margin-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  .page-recruitment-top .hero {
    margin-bottom: 17.866666666666667vw;
  }
}
.page-recruitment-top .recruitment-intro {
  margin: 0 0 104px;
}
@media only screen and (max-width: 768px) {
  .page-recruitment-top .recruitment-intro {
    margin: 0 0 18.666666666666668vw;
  }
}
.page-recruitment-top .section-lv2 {
  padding-top: 110px;
}
@media only screen and (max-width: 768px) {
  .page-recruitment-top .section-lv2 {
    margin-bottom: 38.13333333333333vw;
    padding-top: 20vw;
  }
}
.page-recruitment-top .recruitment-menu {
  display: grid;
  grid-column-gap: 70px;
  grid-row-gap: 94px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  .page-recruitment-top .recruitment-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .page-recruitment-top .recruitment-menu {
    display: block;
    margin: -14.666666666666666vw 0;
  }
}
.page-recruitment-top .recruitment-menu-item a {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .page-recruitment-top .recruitment-menu-item {
    margin: 14.666666666666666vw 0;
  }
}
.page-recruitment-top .recruitment-menu-img {
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
}
.page-recruitment-top .recruitment-menu-img img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .page-recruitment-top .recruitment-menu-img::before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(11,49,143,0.1);
    content: '';
    display: block;
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.4s ease-out;
    z-index: 1;
  }
  .page-recruitment-top .recruitment-menu-img img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruitment-top .recruitment-menu-img {
    margin-bottom: 5.333333333333334vw;
  }
}
.page-recruitment-top .recruitment-menu-label {
  padding-right: 40px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page-recruitment-top .recruitment-menu-label {
    transition: color 0.4s;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruitment-top .recruitment-menu-label {
    padding-right: 10.666666666666668vw;
  }
}
.page-recruitment-top .recruitment-menu-label-lg,
.page-recruitment-top .recruitment-menu-label-sm {
  display: block;
}
.page-recruitment-top .recruitment-menu-label-lg {
  font-size: 1.9rem;
  line-height: 1.578947368421053;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page-recruitment-top .recruitment-menu-label-lg {
    font-size: 5.600000000000001vw;
    line-height: 1.523809523809524;
  }
}
.page-recruitment-top .recruitment-menu-label-sm {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  .page-recruitment-top .recruitment-menu-label-sm {
    font-size: 2.666666666666667vw;
    line-height: 1.5;
    margin-top: 0.533333333333333vw;
  }
}
.page-recruitment-top .recruitment-menu-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  transition: background 0.35s cubic-bezier(0, 0.25, 0.5, 1), border 0.35s cubic-bezier(0, 0.25, 0.5, 1);
}
@media only screen and (max-width: 768px) {
  .page-recruitment-top .recruitment-menu-icon {
    height: 9.333333333333334vw;
    width: 9.333333333333334vw;
  }
}
.page-recruitment-top .recruitment-menu-text {
  font-size: 1.3rem;
  line-height: 1.692307692307692;
  letter-spacing: 0.05em;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .page-recruitment-top .recruitment-menu-text {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
    margin-top: 4.666666666666667vw;
  }
}
@media (any-hover: hover) {
  .page-recruitment-top .recruitment-menu-item a:hover .recruitment-menu-img::before {
    opacity: 1;
  }
  .page-recruitment-top .recruitment-menu-item a:hover .recruitment-menu-img img {
    transform: scale(1.05);
  }
  .page-recruitment-top .recruitment-menu-item a:hover .recruitment-menu-label {
    color: #073190;
  }
  .page-recruitment-top .recruitment-menu-item a:hover .recruitment-menu-icon {
    background: #073190;
    border: 1px solid #073190;
  }
  .page-recruitment-top .recruitment-menu-item a:hover .recruitment-menu-icon .icon {
    animation: iconFadeSlideIn 0.35s cubic-bezier(0, 0.25, 0.5, 1);
    fill: #fff;
  }
}