@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.space {
  margin: 0 0 0 -0.5em;
}

/* 基本
***************************************************************/
html {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #111;
}

main {
  margin-top: 80px;
}

a {
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 4.1025641026vw;
  }
  main {
    margin-top: 16.4102564103vw;
  }
}
/* フォント
***************************************************************/
.oswald {
  font-family: "Oswald", sans-serif;
}

/* テキストカラー
***************************************************************/
.col_1 {
  color: #00809A;
  font-weight: bold;
  display: inline;
}

/* コンテンツ・セクション幅
***************************************************************/
.inner {
  max-width: 1180px;
  margin: 0 auto;
}

section {
  padding: 100px 0;
}

@media screen and (max-width: 680px) {
  .inner {
    padding: 0 5.1282051282vw;
  }
  section {
    padding: 10.2564102564vw 0;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
.underline {
  font-weight: bold;
  display: inline;
}

.underline span {
  background: linear-gradient(transparent 60%, #F6F300 60%);
  display: inline;
}

/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  text-align: center;
}

.section_title span {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #1075BB;
  line-height: 1.2;
  padding: 4px 15px;
}

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 2.5641025641vw;
  }
  .section_title .ja {
    font-size: 6.1538461538vw;
  }
  .section_title .ja::before {
    bottom: -5.1282051282vw;
    width: 6.6666666667vw;
  }
}
.cta {
  background-image: url(../../images/digital/front/cta_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.cta_link {
  text-align: center;
  max-width: 680px;
  width: 100%;
  background: #FF9000;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  padding: 15px 0 20px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cta_link::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../../images/digital/icon/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 160px;
  transform: translate(0, -50%);
}

.cta_link::after {
  content: "";
  display: inline-block;
  width: 218px;
  height: 94px;
  background-image: url(../../images/digital/front/octlink-c500.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: -79px;
  bottom: -40px;
}

.cta_link .t1 {
  font-size: 40px;
}

.cta_link .t2 {
  font-size: 24px;
}

@media screen and (max-width: 680px) {
  .cta {
    background-image: url(../../images/digital/front/cta_bg_sp.svg);
    padding: 15.3846153846vw 0 20.5128205128vw;
  }
  .cta_link {
    max-width: 89.7435897436vw;
    font-size: 4.6153846154vw;
    padding: 3.8461538462vw 0 5.1282051282vw;
  }
  .cta_link::before {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    right: 2.0512820513vw;
  }
  .cta_link::after {
    width: 41.2820512821vw;
    height: 22.8205128205vw;
    right: -2.5641025641vw;
    bottom: -12.8205128205vw;
  }
  .cta_link .t1 {
    font-size: 9.2307692308vw;
  }
  .cta_link .t2 {
    font-size: 6.1538461538vw;
  }
}
/* 下層ページ FV
***************************************************************/
.page_fv_title {
  font-size: 40px;
  font-weight: 700;
  width: 300px;
  line-height: 100%;
}

.page_fv_title span {
  line-height: 100%;
  display: block;
  font-size: 20px;
  font-weight: 400;
  border-top: 1px solid #111;
  padding-top: 16px;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .page_fv_title {
    font-size: 7.6923076923vw;
    width: 76.9230769231vw;
  }
  .page_fv_title span {
    font-size: 4.6153846154vw;
    padding-top: 2.0512820513vw;
    margin-top: 2.5641025641vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 17px 0;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(85, 85, 85, 0.1);
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 40px;
}

.header_logo {
  width: 221px;
}

.toggle-menu {
  display: none;
}

.header_nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tel {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.75px;
}

.tel::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../images/digital/icon/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.tel span {
  font-size: 20px;
}

.page-id-637 .header_contact {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header_contact {
  display: none;
}

.header_contact a {
  font-size: 15px;
  line-height: 1.6;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #111;
  border-radius: 60px;
  transition: 0.3s;
  width: 160px;
  font-weight: bold;
}

.header_contact a:nth-of-type(2) {
  color: #fff;
  background: #FF9000;
  border: 1px solid #FF9000;
}

@media screen and (max-width: 680px) {
  header {
    padding: 0;
  }
  .header_inner {
    display: block;
    margin: 0 2.5641025641vw 0 5.1282051282vw;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1000;
  }
  .header_logo {
    width: 41.0256410256vw;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 16.4102564103vw;
    height: 16.4102564103vw;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 9.7435897436vw;
    height: 1.0256410256vw;
    margin: auto;
    text-indent: -2563.8461538462vw;
    background-color: #1075BB;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 9.7435897436vw;
    height: 1.0256410256vw;
    content: "";
    background-color: #1075BB;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -3.0769230769vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 3.0769230769vw;
    animation: menu-barBottom 0.6s forwards;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #000;
  }
  .open .toggle-menu .toggle-line::before {
    top: 0;
    transform: rotate(-45deg);
    animation: active-menu-barTop 0.6s forwards;
  }
  .open .toggle-menu .toggle-line::after {
    top: 0;
    transform: rotate(45deg);
    animation: active-menu-barBottom 0.6s forwards;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    width: 100vw;
    padding: 28.2051282051vw 11.5384615385vw 25.641025641vw;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.3s ease-out;
    gap: 0;
  }
  .open .header_nav {
    overflow: auto;
    transform: translateX(0);
  }
  .tel {
    flex-wrap: wrap;
    gap: 4.1025641026vw 2.0512820513vw;
    font-size: 3.8461538462vw;
  }
  .tel::before {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
  .tel span {
    font-size: 6.1538461538vw;
  }
  .page-id-637 .header_contact {
    flex-flow: column;
    align-items: center;
    gap: 4.1025641026vw;
    border-top: 1px solid #E3E3E3;
    margin-top: 9.2307692308vw;
    padding-top: 9.2307692308vw;
    width: 100%;
  }
  .header_contact a {
    font-size: 4.6153846154vw;
    padding: 3.5897435897vw 0;
    width: 76.9230769231vw;
    position: relative;
  }
  .header_contact a::before {
    content: "";
    display: inline-block;
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    background-image: url(../../images/digital/icon/icon_arrow_menu_black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 4.8717948718vw;
    transform: translate(0, -50%);
  }
  .header_contact a:nth-of-type(2)::before {
    background-image: url(../../images/digital/icon/icon_arrow_menu_white.svg);
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  padding: 80px 0 20px;
}

footer .inner {
  display: none;
}

.page-id-637 footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_logo {
  width: 220px;
}

.footer_nav {
  text-align: right;
}

.footer_navList {
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer_navItem a {
  font-size: 15px;
  font-weight: 500;
}

.footer_contact {
  border: 1px solid #111;
  line-height: 1.2;
  border-radius: 60px;
  padding: 8px 35px;
}

.footer_nav .tel {
  margin-top: 20px;
  justify-content: flex-end;
}

.footer_nav_link {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  margin-top: 28px;
  line-height: 1.2;
  padding-top: 12px;
}

.footer_nav_link::before {
  content: "";
  display: inline;
  width: 200px;
  border-top: 1px solid #111;
  position: absolute;
  right: 0;
  top: 0;
}

.copyright {
  font-size: 13px;
  text-align: center;
  margin-top: 40px;
}

@media screen and (min-width: 681px) {
  footer a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
@media screen and (max-width: 680px) {
  footer {
    padding: 10.2564102564vw 0 3.0769230769vw;
  }
  .home footer .inner {
    flex-flow: column;
    gap: 10.2564102564vw;
  }
  .footer_logo {
    width: 41.0256410256vw;
  }
  .footer_navList {
    flex-flow: column;
    align-items: flex-end;
    gap: 4.1025641026vw;
  }
  .footer_navItem a {
    font-size: 3.8461538462vw;
  }
  .footer_contact {
    border-radius: 15.3846153846vw;
    padding: 2.0512820513vw 8.9743589744vw;
  }
  .footer_nav .tel {
    margin-top: 10.2564102564vw;
  }
  .footer_nav_link {
    font-size: 3.8461538462vw;
    margin-top: 4.1025641026vw;
    padding-top: 3.0769230769vw;
  }
  .footer_nav_link::before {
    width: 70.5128205128vw;
  }
  .copyright {
    font-size: 2.8205128205vw;
    margin-top: 15.3846153846vw;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  padding: 108px 0 94px;
  background-image: url(../../images/digital/front/fv_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fv .inner {
  position: relative;
}

.fv_mainContent_fukidashi {
  font-weight: bold;
  background: #fff;
  display: inline-block;
  position: relative;
  padding: 0 16px;
}

.fv_mainContent_fukidashi::before {
  content: "";
  display: inline-block;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.fv_mainContent_text {
  margin-top: 18px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  width: 590px;
}

.fv_mainContent_text span {
  color: #F6F300;
}

.fv_mainContent_title {
  color: #FFF;
  font-size: 56px;
  font-weight: 700;
  line-height: 140%;
  margin-top: 18px;
}

.fv_mainContent_img {
  width: 624px;
  margin-top: 40px;
}

.fv_subContent {
  position: absolute;
  right: 0;
  top: 0;
  width: 550px;
  text-align: center;
}

.fv_subContentBox_link {
  background: #FF9000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  position: relative;
  margin-top: 30px;
  width: 400px;
  padding: 15px 0 20px;
}

.fv_subContentBox_link::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../../images/digital/icon/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

.fv_subContentBox_link .t1 {
  font-size: 40px;
}

.fv_subContentBox_link .t2 {
  font-size: 24px;
}

@media screen and (max-width: 680px) {
  .fv {
    padding: 10.2564102564vw 0 8.9743589744vw;
    background-image: url(../../images/digital/front/fv_bg_sp.webp);
  }
  .fv_mainContent {
    padding: 0 3.8461538462vw;
  }
  .fv_mainContent_fukidashi {
    font-size: 3.8461538462vw;
    line-height: 1.8;
    padding: 2.0512820513vw 4.1025641026vw;
    display: block;
    white-space: nowrap;
  }
  .fv_mainContent_fukidashi::before {
    bottom: -2.3076923077vw;
  }
  .fv_mainContent_text {
    margin-top: 3.3333333333vw;
    font-size: 5.1282051282vw;
    padding-bottom: 2.3076923077vw;
    width: 100%;
    text-align: right;
    line-height: 1.6;
  }
  .fv_mainContent_text span {
    display: block;
    text-align: left;
  }
  .fv_mainContent_title {
    font-size: 8.2051282051vw;
    margin-top: 1.2820512821vw;
  }
  .fv_subContentBox_img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 0 5.1282051282vw;
    margin-top: 8.9743589744vw;
  }
  .fv_mainContent_img {
    margin: 0 calc(50% - 50vw) 10.2564102564vw;
    width: 100vw;
    padding: 0 5.1282051282vw;
    margin-top: 5.1282051282vw;
  }
}
/* About
***************************************************************/
.sec1 {
  background: #F7F7F7;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.sec1::before {
  content: "";
  display: inline-block;
  width: 1100px;
  height: 1100px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.sec1 .inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  max-width: 900px;
}

.sec1_img {
  width: 205px;
}

.sec1_content {
  flex: 1;
}

.sec1_content_title {
  font-size: 26px;
  line-height: 1.6;
  font-weight: 700;
  display: inline-block;
  border-bottom: 1px solid #111;
}

.sec1_content_text {
  font-size: 18px;
  margin-top: 20px;
}

.sec1_content_text:nth-of-type(2) {
  margin-top: 50px;
  position: relative;
}

.sec1_content_text:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 66px;
  height: 26px;
  background-image: url(../../images/digital/icon/icon_arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 680px) {
  .sec1 {
    padding: 0 5.1282051282vw;
  }
  .sec1::before {
    display: none;
  }
  .sec1 .inner {
    display: block;
    position: relative;
    padding: 10.2564102564vw 2.5641025641vw;
    background: #fff;
  }
  .sec1_img {
    width: 23.8461538462vw;
    position: absolute;
    left: 5.1282051282vw;
    top: 9.2307692308vw;
  }
  .sec1_content_title {
    font-size: 4.6153846154vw;
    width: calc(100% - 30.7692307692vw);
    padding-bottom: 4.1025641026vw;
    margin-left: auto;
    display: block;
  }
  .sec1_content_text {
    font-size: 3.8461538462vw;
    margin-top: 7.1794871795vw;
  }
  .sec1_content_text:nth-of-type(2) {
    margin-top: 14.358974359vw;
  }
  .sec1_content_text:nth-of-type(2)::before {
    width: 16.9230769231vw;
    height: 6.6666666667vw;
    top: -10.2564102564vw;
  }
}
/* section2
***************************************************************/
.sec2 .inner {
  display: flex;
  align-items: flex-start;
  gap: 74px;
}

.sec2_content {
  flex: 1;
}

.sec2_content_title {
  font-size: 36px;
  font-weight: 700;
  border-bottom: 1px solid #111;
  padding-bottom: 22px;
  line-height: 1.6;
}

.sec2_content_text {
  margin-top: 36px;
}

.sec2_img {
  width: 553px;
}

@media screen and (max-width: 680px) {
  .sec2 .inner {
    flex-flow: column;
    gap: 4.1025641026vw;
  }
  .sec2_content {
    flex: 1;
  }
  .sec2_content_title {
    font-size: 6.6666666667vw;
    padding-bottom: 4.1025641026vw;
  }
  .sec2_content_text {
    margin-top: 4.1025641026vw;
    font-size: 3.8461538462vw;
  }
  .sec2_img {
    width: 100%;
  }
}
/* section3
***************************************************************/
.sec3 {
  background: #F7F7F7;
}

.sec3_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  margin-top: 40px;
}

.sec3_title .t1 {
  font-size: 56px;
}

.sec3_list {
  display: flex;
  flex-flow: column;
  gap: 98px;
  margin-top: 48px;
}

.sec3_item {
  display: flex;
  align-items: flex-start;
  gap: 74px;
}

.sec3_item:nth-of-type(2n) {
  flex-flow: row-reverse;
}

.sec3_itemBox {
  flex: 1;
}

.sec3_itemBox_head {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.sec3_itemBox_head_number {
  text-align: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}

.sec3_itemBox_head_number span {
  display: block;
  font-size: 74px;
}

.sec3_itemBox_head_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 160%;
  border-bottom: 1px solid #111;
  padding-bottom: 16px;
}

.sec3_itemBox_text {
  font-size: 18px;
  margin-top: 32px;
  text-align: justify;
}

.sec3_item_img {
  width: 560px;
}

@media screen and (max-width: 680px) {
  .sec3_title {
    font-size: 7.1794871795vw;
    margin-top: 4.358974359vw;
  }
  .sec3_title .col_1 {
    font-size: 9.2307692308vw;
  }
  .sec3_title .t1 {
    font-size: 12.8205128205vw;
  }
  .sec3_list {
    gap: 10.2564102564vw;
    margin-top: 10.2564102564vw;
  }
  .sec3_item {
    flex-flow: column;
    gap: 4.1025641026vw;
  }
  .sec3_item:nth-of-type(2n) {
    flex-flow: column;
  }
  .sec3_itemBox_head {
    gap: 6.4102564103vw;
  }
  .sec3_itemBox_head_number {
    font-size: 4.6153846154vw;
  }
  .sec3_itemBox_head_number span {
    font-size: 16.4102564103vw;
  }
  .sec3_itemBox_head_title {
    font-size: 6.1538461538vw;
    padding-bottom: 2.3076923077vw;
    flex: 1;
    white-space: nowrap;
  }
  .sec3_itemBox_text {
    font-size: 3.8461538462vw;
    margin-top: 4.1025641026vw;
  }
  .sec3_item_img {
    width: 100%;
  }
}
/* section4
***************************************************************/
.sec4_scroll {
  display: contents;
}

.sec4_content {
  padding: 76px 40px 57px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  margin-top: 40px;
}

.sec4_table {
  width: 100%;
}

.sec4_th {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-align: center;
  vertical-align: middle;
  padding: 21px 0;
  background: #D9D9D9;
}

.sec4_th:nth-of-type(1) {
  opacity: 0;
}

.sec4_th:nth-of-type(2) {
  color: #FFF;
  font-size: 40px;
  background: #E32828;
  border-right: 3px solid #E32828;
  border-left: 3px solid #E32828;
  position: relative;
  vertical-align: unset;
  padding: 10px 0 0;
}

.sec4_th:nth-of-type(2)::before {
  content: "";
  display: block;
  width: calc(100% + 6px);
  height: 30px;
  background: #E32828;
  border-radius: 30px 30px 0px 0px;
  background: #E32828;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec4_th:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  width: 136px;
  height: 59px;
  background-image: url(../../images/digital/front/octlink-c500.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: -17px;
}

.sec4_th:nth-of-type(3) {
  border-right: 4px solid #fff;
}

.sec4_td {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
  padding: 17px 0;
  border-bottom: 1px solid #111;
  position: relative;
  height: 115px;
}

.sec4_td .t1 {
  font-size: 40px;
}

.sec4_td .t2 {
  display: block;
  font-size: 20px;
}

.sec4_td .t3 {
  display: block;
  font-size: 19px;
  color: #111;
}

.sec4_td:nth-of-type(2) {
  border-right: 3px solid #E32828;
  border-left: 3px solid #E32828;
  color: #E32828;
  font-size: 32px;
}

tr:nth-last-of-type(1) .sec4_td {
  border-bottom: unset;
}

tr:nth-last-of-type(1) .sec4_td:nth-of-type(2) {
  border-right: unset;
  border-left: unset;
}

tr:nth-last-of-type(1) .sec4_td:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 101.5%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-right: 3px solid #E32828;
  border-left: 3px solid #E32828;
  border-bottom: 3px solid #E32828;
  border-radius: 0 0 30px 30px;
}

.sec4_desc {
  text-align: right;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 680px) {
  .sec4 .inner {
    padding: 0 2.5641025641vw;
  }
  .sec4_scroll {
    overflow-x: scroll;
    padding: 2.5641025641vw;
    display: block;
  }
  .sec4_content {
    padding: 11.2820512821vw 4.1025641026vw 8.7179487179vw;
    margin-top: 7.6923076923vw;
    width: 169.2307692308vw;
  }
  .sec4_th {
    font-size: 4.6153846154vw;
    padding: 3.5897435897vw 0;
  }
  .sec4_th:nth-of-type(2) {
    font-size: 5.641025641vw;
    border-right: 0.5128205128vw solid #E32828;
    border-left: 0.5128205128vw solid #E32828;
    padding: 2.5641025641vw 0 0;
  }
  .sec4_th:nth-of-type(2)::before {
    width: calc(100% + 0.2564102564vw);
    height: 5.1282051282vw;
    border-radius: 7.6923076923vw 7.6923076923vw 0vw 0vw;
    top: -5.1282051282vw;
  }
  .sec4_th:nth-of-type(2)::after {
    width: 20vw;
    height: 8.4615384615vw;
    bottom: -2.5641025641vw;
  }
  .sec4_th:nth-of-type(3) {
    border-right: 0.5128205128vw solid #fff;
  }
  .sec4_td {
    font-size: 3.5897435897vw;
    padding: 5.1282051282vw 0;
    height: 16.9230769231vw;
  }
  .sec4_td .t1 {
    font-size: 5.641025641vw;
  }
  .sec4_td .t2 {
    font-size: 2.5641025641vw;
  }
  .sec4_td .t3 {
    font-size: 2.5641025641vw;
  }
  .sec4_td:nth-of-type(2) {
    border-right: 0.5128205128vw solid #E32828;
    border-left: 0.5128205128vw solid #E32828;
    font-size: 4.6153846154vw;
  }
  tr:nth-last-of-type(1) .sec4_td:nth-of-type(2)::before {
    width: 100%;
    border-right: 0.5128205128vw solid #E32828;
    border-left: 0.5128205128vw solid #E32828;
    border-bottom: 0.5128205128vw solid #E32828;
    border-radius: 0 0 5.1282051282vw 5.1282051282vw;
  }
  .sec4_desc {
    font-size: 2.5641025641vw;
  }
}
/* section5
***************************************************************/
.sec5 {
  background: #E8F3F6;
  padding: 60px 0;
}

.sec5_content {
  display: flex;
  background: #fff;
  border: 2px solid #111;
  margin-top: 40px;
}

.sec5_contentHead {
  width: 400px;
  padding: 40px 25px;
  border-right: 2px solid #111;
}

.sec5_contentHead_img {
  width: 130px;
  display: block;
  margin: 0 auto;
}

.sec5_contentHead_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 32px;
}

.sec5_contentHead_text {
  font-weight: 700;
  line-height: 160%;
  margin-top: 40px;
}

.sec5_contentHead_desc {
  margin-top: 40px;
  background: #00809A;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  padding: 15px 0 2px;
}

.sec5_contentHead_desc .oswald {
  font-size: 36px;
}

.sec5_contentBox {
  flex: 1;
  padding: 40px;
}

.sec5_contentBox_list {
  display: flex;
  flex-flow: column;
  gap: 32px;
}

.sec5_contentBox_title {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  background: #00809A;
  padding: 12px 16px;
}

.sec5_contentBox_text {
  margin-top: 18px;
}

@media screen and (max-width: 680px) {
  .sec5 {
    padding: 10.2564102564vw 0;
  }
  .sec5_content {
    display: block;
    margin-top: 10.2564102564vw;
  }
  .sec5_contentHead {
    width: 100%;
    padding: 7.6923076923vw 5.641025641vw;
    border-right: unset;
    border-bottom: 2px solid #111;
  }
  .sec5_contentHead_img {
    width: 33.3333333333vw;
  }
  .sec5_contentHead_title {
    font-size: 4.6153846154vw;
    margin-top: 5.1282051282vw;
    white-space: nowrap;
  }
  .sec5_contentHead_text {
    margin-top: 4.1025641026vw;
  }
  .sec5_contentHead_desc {
    margin-top: 4.358974359vw;
    font-size: 5.1282051282vw;
    padding: 3.8461538462vw 0 0.5128205128vw;
  }
  .sec5_contentHead_desc .oswald {
    font-size: 9.2307692308vw;
  }
  .sec5_contentBox {
    padding: 10.2564102564vw 2.5641025641vw;
  }
  .sec5_contentBox_list {
    gap: 8.2051282051vw;
  }
  .sec5_contentBox_title {
    font-size: 4.6153846154vw;
    padding: 3.0769230769vw 2.5641025641vw;
  }
  .sec5_contentBox_text {
    margin-top: 2.0512820513vw;
    font-size: 3.8461538462vw;
  }
}
/* section6
***************************************************************/
.sec6_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 47px;
  margin-top: 40px;
}

.sec6_item {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 20px 16px 40px;
  position: relative;
}

.sec6_item::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 50px;
  background-image: url(../../images/digital/icon/icon_arrow_sec6.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translate(0, -50%);
}

.sec6_item:nth-last-of-type(1):before {
  display: none;
}

.sec6_item_img {
  width: 100px;
}

.sec6_item_title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
  line-height: 1;
  display: block;
}

.sec6_item_title span {
  display: block;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 10px;
}

.sec6_item_text {
  margin-top: 16px;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 680px) {
  .sec6_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 13.3333333333vw;
    margin-top: 10.2564102564vw;
    padding: 0 11.2820512821vw;
  }
  .sec6_item {
    padding: 5.1282051282vw 6.6666666667vw 10.2564102564vw;
    position: relative;
  }
  .sec6_item::before {
    width: 14.1025641026vw;
    height: 12.8205128205vw;
    right: unset;
    top: unset;
    bottom: -12.8205128205vw;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .sec6_item:nth-last-of-type(1):before {
    display: none;
  }
  .sec6_item_img {
    width: 25.641025641vw;
  }
  .sec6_item_title {
    font-size: 5.1282051282vw;
    margin-top: 3.8461538462vw;
  }
  .sec6_item_title span {
    font-size: 10.2564102564vw;
    margin-bottom: 2.5641025641vw;
  }
  .sec6_item_text {
    margin-top: 4.1025641026vw;
  }
}
/* section7
***************************************************************/
.sec7 {
  background: #F7F7F7;
}

.sec7_accordion-area {
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-top: 40px;
}

.sec7_accordion-area li {
  background: #fff;
  padding: 30px 40px 18px;
  position: relative;
}

.sec7_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  border-bottom: 1px solid #111;
  padding-bottom: 24px;
  padding-left: 34px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
}

.sec7_title span {
  position: relative;
}

.sec7_title span::before {
  content: "Q.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #00809A;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translate(0, -50%);
}

/*アイコンの＋と×*/
.sec7_title::before,
.sec7_title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #00809A;
}

.sec7_title::before {
  top: 42%;
  right: 15px;
  transform: rotate(0deg);
}

.sec7_title::after {
  top: 42%;
  right: 15px;
  transform: rotate(90deg);
  transition: 0.3s;
}

.sec7_title.close::after {
  transform: rotate(0);
}

.sec7_box {
  display: none;
  padding: 22px 0 0 33px;
  position: relative;
}

.sec7_box p {
  position: relative;
  line-height: 1.6;
}

.sec7_box p::before {
  content: "A.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #00809A;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
  .sec7_accordion-area {
    gap: 6.1538461538vw;
    margin-top: 10.2564102564vw;
  }
  .sec7_accordion-area li {
    padding: 3.8461538462vw 2.5641025641vw;
  }
  .sec7_title {
    padding-bottom: 4.1025641026vw;
    padding-left: 9.2307692308vw;
    padding-right: 6.6666666667vw;
  }
  .sec7_title span {
    position: relative;
  }
  .sec7_title span::before {
    font-size: 7.6923076923vw;
    left: -8.4615384615vw;
  }
  .sec7_title::before,
  .sec7_title::after {
    width: 5.1282051282vw;
    height: 0.5128205128vw;
    background-color: #00809A;
  }
  .sec7_title::before {
    right: 1.7948717949vw;
  }
  .sec7_title::after {
    top: 42%;
    right: 1.7948717949vw;
  }
  .sec7_box {
    display: none;
    padding: 4.1025641026vw 6.9230769231vw 0 8.4615384615vw;
  }
  .sec7_box p::before {
    font-size: 7.6923076923vw;
    left: -8.4615384615vw;
  }
}
/* お問い合わせ
***************************************************************/
.contact {
  padding: 0;
}

.contact .inner {
  max-width: 1080px;
}

.contact_list {
  margin-top: 24px;
}

.contact_form_text {
  color: #036EB7;
  font-weight: 500;
  line-height: 160%;
}

.contact_item {
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
  border-top: 1px solid #999;
}

.contact_item:nth-last-of-type(1) {
  border-bottom: 1px solid #999;
}

.contact_item_title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  width: 300px;
}

.req {
  color: #036EB7;
}

.contact_area {
  flex: 1;
}

.contact_area span {
  width: 100%;
}

.contact_list input {
  width: 100%;
  padding: 5px 10px;
  background: #F0F0F0;
}

.contact_list textarea {
  width: 100%;
  padding: 5px;
  background: #F0F0F0;
}

.wpcf7-list-item {
  margin: 0;
}

.contact_check p {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.contact_check input {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

.contact_check p a {
  color: #036EB7;
}

.contact_submit {
  position: relative;
  width: 200px;
  margin: 40px auto 0;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: #036EB7;
  border: 2px solid #036EB7;
  border-radius: 40px;
  transition: 0.3s;
}

.contact_submit input {
  width: 100%;
  padding: 22px 0;
  border: unset;
}

.wpcf7-spinner {
  display: none;
}

@media screen and (min-width: 681px) {
  .contact_check p a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
@media screen and (max-width: 680px) {
  .contact {
    padding: 5.1282051282vw 0 0;
  }
  .contact_list {
    margin-top: 6.1538461538vw;
  }
  .contact_item {
    flex-flow: column;
    gap: 2.0512820513vw;
    padding: 6.4102564103vw 0;
  }
  .contact_item_title {
    font-size: 4.6153846154vw;
    width: 100%;
  }
  .contact_list input {
    padding: 1.2820512821vw 2.5641025641vw;
  }
  .contact_list textarea {
    padding: 1.2820512821vw;
  }
  .wpcf7-list-item {
    margin: 0;
  }
  .contact_check span,
  .contact_check br {
    display: contents;
  }
  .contact_check p {
    display: block;
    margin-top: 8.2051282051vw;
    position: relative;
    padding-left: 8.2051282051vw;
    line-height: 1.6;
  }
  .contact_check input {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    border-radius: 1.0256410256vw;
    position: absolute;
    left: 0.7692307692vw;
    top: 1.2820512821vw;
  }
  .contact_submit {
    width: 51.2820512821vw;
    margin: 10.2564102564vw auto 0;
    font-size: 5.1282051282vw;
    border: 0.5128205128vw solid #036EB7;
    border-radius: 10.2564102564vw;
  }
  .contact_submit input {
    width: 100%;
    padding: 5.641025641vw 0;
    border: unset;
  }
  .wpcf7-spinner {
    display: none;
  }
}