@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap"); /*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

/* a {
  color: inherit;
  text-decoration: inherit;
} */


/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
.table {
  display: table;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.reset-css > *,
.reset-css > *::before,
.reset-css > *::after {
  box-sizing: border-box;
}
.reset-css > body,
.reset-css > h1,
.reset-css > h2,
.reset-css > h3,
.reset-css > h4,
.reset-css > p,
.reset-css > figure,
.reset-css > blockquote,
.reset-css > dl,
.reset-css > dd {
  margin: 0;
}
.reset-css > ul[role="list"],
.reset-css > ol[role="list"] {
  list-style: none;
}
.reset-css > html:focus-within {
  scroll-behavior: smooth;
}
.reset-css > body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
.reset-css > a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
.reset-css > img,
.reset-css > picture {
  max-width: 100%;
  display: block;
}
.reset-css > input,
.reset-css > button,
.reset-css > textarea,
.reset-css > select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  .reset-css > html:focus-within {
    scroll-behavior: auto;
  }
  .reset-css > *,
  .reset-css > *::before,
  .reset-css > *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.reset-css > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
/*
 * 文字サイズ
 */
.reset-css > *,
.reset-css > *::before,
.reset-css > *::after {
  box-sizing: border-box;
}
.reset-css > body,
.reset-css > h1,
.reset-css > h2,
.reset-css > h3,
.reset-css > h4,
.reset-css > p,
.reset-css > figure,
.reset-css > blockquote,
.reset-css > dl,
.reset-css > dd {
  margin: 0;
}
.reset-css > ul[role="list"],
.reset-css > ol[role="list"] {
  list-style: none;
}
.reset-css > html:focus-within {
  scroll-behavior: smooth;
}
.reset-css > body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
.reset-css > a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
.reset-css > img,
.reset-css > picture {
  max-width: 100%;
  display: block;
}
.reset-css > input,
.reset-css > button,
.reset-css > textarea,
.reset-css > select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  .reset-css > html:focus-within {
    scroll-behavior: auto;
  }
  .reset-css > *,
  .reset-css > *::before,
  .reset-css > *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.reset-css > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
/*
 * 文字サイズ
 */
h1 {
  color: #000;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-anime-center {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.blue_01 {
  background: #1356a3 !important;
}
html {
  color: #342732;
  font-weight: 400;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.01;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: 100px !important;
  overflow-x: hidden;
}
@media (min-width: 980px) {
  html {
    font-size: 16px;
    line-height: 2em;
  }
}
.noto {
  font-family: "Noto Sans JP", sans-serif;
}
.osw {
  font-family: "Oswald", sans-serif;
}
.roboto {
  font-family: "Roboto", sans-serif;
}
.link-text {
  color: #1356a3;
  text-decoration: underline;
}
.link-text:hover {
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
}
a {
  color: #342732;
  text-decoration: none;
}
em {
  font-style: normal;
}
ul {
  list-style: none;
}
.sp {
  display: block;
}
@media (min-width: 980px) {
  .sp {
    display: none !important;
  }
}
.pc {
  display: none !important;
}
@media (min-width: 980px) {
  .pc {
    display: block !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background-color: #e8e8e8;
}
.inner {
  padding: 50px 0 0 0;
  background: #fff;
}
@media (min-width: 980px) {
  .inner {
    width: 100%;
    overflow: clip;
    padding: 80px 0 0 0;
/*    max-width: 1580px;*/
    margin: 0 auto;
    /* box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1); */
  }
}
.link_d {
  color: #e24d75;
  text-decoration: underline;
}
@media (min-width: 980px) {
  .link_d {
    transition: all 0.3s;
  }
  .link_d:hover {
    text-decoration: none;
  }
}
.wrap {
  max-width: 580px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .wrap {
    width: 85%;
    max-width: 1980px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .wrap.mod-nalow {
    max-width: 1000px;
  }
}
.tac {
  text-align: center;
}
.bb {
  border-bottom: 1px solid #fff;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}
.bt-link {
  width: 90%;
  margin: 0 auto;
  letter-spacing: 0.1em;
  max-height: 88px;
  position: relative;
  color: #1356a3;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 3px 12px rgba(49, 49, 49, 0.29);
}
@media (min-width: 980px) {
  .bt-link {
    font-size: 18px;
    padding: 24px 0;
    width: 100%;
    margin: 0;
    transition: all 0.3s;
  }
  .bt-link:hover {
    opacity: 0.6;
  }
}
.bt-link .mini {
  display: block;
  font-size: 12px;
}
.bt-link:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0%, -50%);
  background: url("/wp-content/themes/itb_202504/dist/assets/images/arrow-blue.svg")
    no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 980px) {
  .bt-link:after {
    width: 20px;
    height: 20px;
  }
}
.bt-link.mod-blue {
  color: #fff;
  background: #3c82b5;
}
.bt-link.mod-blue:after {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/arrow-white.svg")
    no-repeat;
  background-size: 100% 100%;
}
.bt-link.mod-blue-04 {
  color: #fff;
  background: #37b1d0;
}
.bt-link.mod-blue-04:after {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/arrow-white.svg")
    no-repeat;
  background-size: 100% 100%;
}
.bt-link.mod-white {
  color: #1356A3;
  background: #fff;
}
.bt-link.mod-white:after {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/arrow-blue.svg")
    no-repeat;
  background-size: 100% 100%;
}
.bt-link.mod-gradation {
  background: linear-gradient(
    129deg,
    rgb(19, 86, 163) 0%,
    rgb(74, 186, 206) 100%
  ); 
  color: #fff;  
}
.bt-link.mod-gradation:after {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/arrow-white.svg")
    no-repeat;
  background-size: 100% 100%;
}
.bt-link.mod-blue-05 {
  color: #fff;
  background: #1356A3;
  width: 100%;
}
.bt-link.mod-blue-05:after {
  background: none;
}
.link-arrow {
  position: relative;
}
.link-arrow:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
  background: url("/wp-content/themes/itb_202504/dist/assets/images/arrow-blue.svg")
    no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 980px) {
  .link-arrow:after {
    width: 12px;
    height: 12px;
  }
}
.block-plane {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/block-plane_bg.jpg")
    no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px 0;
}
@media (min-width: 980px) {
  .block-plane {
    padding: 60px 0;
  }
}
.block-plane::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #37b1d0;
  opacity: 0.8;
}
.block-plane .wrap {
  max-width: 800px;
}
.block-plane_body {
  background-color: #fff;
  padding: 30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 980px) {
  .block-plane_body {
    padding: 50px;
  }
}
.block-plane_h2 {
  max-width: 243px;
  margin: 0 auto 24px auto;
}
@media (min-width: 980px) {
  .block-plane_h2 {
    margin: 0 auto 30px auto;
    max-width: 520px;
  }
}
.common-header {
  padding: 80px 0;
  position: relative;
  border-bottom: solid 1px #DBDBDB;
}
@media (min-width: 980px) {
  .common-header {
    padding: 100px 0;
  }
}
.common-header:after {
  content: "";
  display: block;
  width: 120px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/wp-content/themes/itb_202504/dist/assets/images/common-head_bg.svg")
    no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 980px) {
  .common-header:after {
    width: 291px;
    height: 188px;
  }
}
.common-header_h1 {
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 28px;
}
@media (min-width: 980px) {
  .common-header_h1 {
    margin: 0 0 60px 0;
    font-size: 35px;
  }
}
.common-header_txt {
  text-align: center;
  margin: 0 0 50px 0;
  font-size: 16px;
}
@media (min-width: 980px) {
  .common-header_txt {
    font-size: 20px;
    margin: 0 0 45px 0;
  }
  .common-bt_cta_ul {
    display: flex;
    justify-content: center;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
.common-bt_cta_a {
  width: 100%;
}
@media (min-width: 980px) {
  .common-bt_cta_a {
    width: 360px;
  }
}
.common-bt_cta_a.mod-01 {
  background: #3c82b5;
}
.common-bt_cta_a.mod-02 {
  background: #37b1d0;
}
.common-bt_cta_li + .common-bt_cta_li {
  margin-top: 12px;
}
@media (min-width: 980px) {
  .common-bt_cta_li + .common-bt_cta_li {
    margin-top: 0px;
  }
}
.common-section {
  padding: 50px 0;
}
@media (min-width: 980px) {
  .common-section {
    padding: 80px 0;
  }
  .breadcrumb_top{
    display: none;
  }
}
.breadcrumb {
  border-top: 1px solid #e8e8e8;
  background-color: #FFFFFF;
}
.breadcrumb_line {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background-color: #FFFFFF;
}
.breadcrumb_ul {
  padding: 12px 0 !important;
}
@media (min-width: 980px) {
  .breadcrumb_ul {
    padding: 20px 0 !important;
  }
}
.breadcrumb_li {
  font-size: 12px;
  display: inline-block;
  margin: 0 8px 0 0;
}
.breadcrumb_li + .breadcrumb_li:before {
  content: ">";
  margin: 0 8px 0 0;
}
.breadcrumb_span {
  color: #1356a3;
  text-decoration: underline;
}
.breadcrumb_link:hover {
  color: #1356a3;
  text-decoration: underline;
}
.cases-header {
  padding-top: 80px !important;
  padding-bottom: 30px !important;
}
.case-body{
  padding: 100px 0;
}
@media (max-width: 980px) {
  .breadcrumb_top{
    border-top: 1px solid #e8e8e8;
    background-color: #FFFFFF;
  }
  .breadcrumb {
    display: none;
  }
  .breadcrumb_ul {
    padding: 12px 0 !important;
  }
  @media (min-width: 980px) {
    .breadcrumb_ul {
      padding: 20px 0 !important;
    }
  }
  .breadcrumb_li {
    font-size: 12px;
    display: inline-block;
    margin: 0 8px 0 0;
  }
  .breadcrumb_li + .breadcrumb_li:before {
    content: ">";
    margin: 0 8px 0 0;
  }
  .breadcrumb_span {
    color: #1356a3;
    text-decoration: underline;
  }
  .breadcrumb_link:hover {
    color: #1356a3;
    text-decoration: underline;
  }
  
.case-body{
  padding: 100px 0;
}
}
  @media (min-width: 980px) {
  .cases-header {
    padding-top: 120px !important;
    padding-bottom: 50px !important;
  }
  .cases-card_ul {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 5%;
    column-gap: 5%;
  }
}
.cases-card_li {
  margin: 0 0 40px 0;
  position: relative;
}
@media (min-width: 980px) {
  .cases-card_li {
    width: 30%;
    margin: 0 0 70px 0;
  }
}
.cases-card_ttl {
  font-size: 16px;
  margin-bottom: 0.2em;
}
.cases-card_txt {
  font-size: 14px;
  line-height: 1.6;
}
.cases-card_img {
  margin: 0 0 10px 0;
  overflow: hidden;
}
.cases-card_img img {
  transition: all 0.5s ease;
}
@media (min-width: 980px) {
  .cases-card_img {
    margin: 0 0 10px 0;
  }
}
.cases-card_link:hover img {
  transform: scale(1.05);
}
.cases-card_terms {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 10px;
  background: #37b1d0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 980px) {
  .cases-single_fx {
    display: flex;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .cases-single_right {
    min-width: 320px;
  }
}
.cases-single_company {
  border: 2px solid #e8e8e8;
  margin: 0 0 40px 0;
  position: sticky;
  top: 100px;
}
.cases-single_ttl {
  font-size: 28px;
  line-height: 1.4;
  margin-top: 20px;
}
@media (min-width: 980px) {
  .cases-single_ttl {
    font-size: 38px;
  }
}
.cases-category_li {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  color: #1356a3;
  border-radius: 40px;
  border: 1px solid #1356a3;
}
.cases-category_li.primary {
  color: #fff;
  background: #1356a3;
  border-radius: 0px;
  padding: 2px 12px;
}
.cases-single_thumb {
  margin: 0 0 20px 0;
}
@media (min-width: 980px) {
  .cases-single_thumb {
    margin: 0 0 30px 0;
  }
}
.cases-single_thema,
.cases-single_resluts {
  position: relative;
  margin: 0 0 20px 0;
  padding: 20px 10px;
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
}
@media (min-width: 980px) {
  .cases-single_thema,
  .cases-single_resluts {
    margin: 0 0 40px 0;
    padding: 30px 0;
    display: flex;
    align-items: center;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
.cases-single_resluts {
  border-top: 1px solid #1356a3;
  border-bottom: 1px solid #1356a3;
}
.cases-single_thema_h2,
.cases-single_resluts_h2 {
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
  min-width: 40px;
}
@media (min-width: 980px) {
  .cases-single_thema_h2,
  .cases-single_resluts_h2 {
    margin: 0 0 10px 0;
  }
}
.cases-single_resluts_h2 {
  color: #1356a3;
}
.cases-single_thema_li,
.cases-single_resluts_li {
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  position: relative;
}
.cases-single_thema_li:after,
.cases-single_resluts_li:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #909090;
  position: absolute;
  top: 13px;
  left: 0;
  transform: translate(0%, 0%);
}
@media (min-width: 980px) {
  .cases-single_thema_li,
  .cases-single_resluts_li {
    margin: 0 0 15px 0;
  }
}
.cases-single_thema_li:last-child,
.cases-single_resluts_li:last-child {
  margin: 0 !important;
}
.cases-single_resluts_li {
  color: #1356a3;
  font-weight: bold;
}
.cases-single_resluts_li:after {
  width: 10px;
  height: 10px;
  background: url("/wp-content/themes/itb_202504/dist/assets/images/cases_triangle.png")
    no-repeat;
  background-size: 100% 100%;
}
.cases-single_content {
  border-bottom: 1px solid #e5dbe3;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
@media (min-width: 980px) {
  .cases-single_content {
    padding: 0 0 50px 0;
    margin: 0 0 50px 0;
  }
}
.cases-single_content h2 {
  font-size: 20px;
  margin: 40px 0 20px 0;
  font-weight: bold;
  padding: 10px 0;
}
@media (min-width: 980px) {
  .cases-single_content h2 {
    font-size: 30px;
    margin: 60px 0 30px 0;
  }
}
.cases-single_content h3 {
  font-size: 18px;
  margin: 30px 0 15px 0;
  font-weight: bold;
  padding: 15px 20px;
  background-color: #f5f4f5;
  border-radius: 4px;
}
@media (min-width: 980px) {
  .cases-single_content h3 {
    margin: 50px 0 30px 0;
    font-size: 20px;
  }
}
.cases-single_content h4 {
  font-size: 1.1em;
  font-weight: bold;
  font-size: 18px;
  margin: 15px 0 10px 0;
}
@media (min-width: 980px) {
  .cases-single_content h4 {
    margin: 30px 0 20px 0;
  }
}
.cases-single_content p {
  font-size: 14px;
  line-height: 2;
  margin: 0px 0 30px 0;
}
@media (min-width: 980px) {
  .cases-single_content p {
    font-size: 16px;
  }
}
.cases-single_content p + p {
  margin: 30px 0 0 0;
}
.cases-single_content img {
  margin: 1em 0;
  max-width: 100%;
}
.cases-single_content .wp-element-caption {
  font-size: 12px;
}
.cases-single_content ul,
.cases-single_content ol {
  margin: 0 0 20px 0;
}
@media (min-width: 980px) {
  .cases-single_content ul,
  .cases-single_content ol {
    margin: 0 0 30px 0;
  }
}
.cases-single_content ul li,
.cases-single_content ol li {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}
.cases-single_content ul li {
  position: relative;
}
.cases-single_content ul li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50vw;
  background: #1356a3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.cases-single_content ol {
  counter-reset: item;
}
.cases-single_content ol li {
  position: relative;
}
.cases-single_content ol li::before {
  display: block;
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.cases-single_pageniton {
  margin: 0 0 30px 0;
  display: flex;
  justify-content: space-between;
}
.cases-single_pageniton a {
  background-color: #1356a3;
  color: #fff;
}
@media (min-width: 980px) {
  .cases-single_pageniton a {
    transition: all 0.3s;
  }
  .cases-single_pageniton a:hover {
    background: #37b1d0;
  }
}
.cases-single_pageniton p {
  color: #ccc;
  background-color: #eee;
}
.cases-single_pagenation_link {
  padding: 15px 10px;
  border-radius: 200px;
  min-width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (min-width: 980px) {
  .cases-single_pagenation_link {
    font-size: 14px;
    padding: 10px 12px;
    min-width: 120px;
  }
}
.cases-single_body {
  padding: 20px !important;
}
.cases-single_body + .cases-single_body {
  border-top: 1px solid #e8e8e8;
}
.cases-single_company_li {
  font-size: 12px;
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.cases-single_company_li + .cases-single_company_li {
  margin: 16px 0 0 0;
}
.cases-single_company_label {
  min-width: 60px;
  font-weight: bold;
}
.cases-single_company_link {
  display: block;
  border-radius: 50vw;
  color: #fff;
  font-weight: bold;
  background: #399bc3;
  padding: 15px 10px;
  text-align: center;
  font-size: 14px;
  max-width: 220px;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .cases-single_company_link {
    transition: all 0.3s;
  }
  .cases-single_company_link:hover {
    opacity: 0.6;
  }
}
.cases-single_company_link + .cases-single_company_link {
  margin: 10px auto 0 auto;
  background: #37b1d0;
}
.cases-single_company_logo {
  width: 60%;
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .cases-single_company_logo {
    width: 100%;
    max-width: 240px;
  }
}
.js-pager {
  cursor: pointer;
  color: #1356a3;
}
.cases-category_body {
  padding: 10px 20px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
  margin: 0 0 40px 0;
}
@media (min-width: 980px) {
  .cases-category_body {
    padding: 10px 40px;
    margin: 0 0 60px 0;
  }
}
.cases-category_h2 {
  font-size: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #f4f4f4;
  margin: 0 0 1em 0;
  position: relative;
  cursor: pointer;
}
@media (min-width: 980px) {
  .cases-category_h2 {
    font-size: 16px;
  }
}
.cases-category_h2::before {
  content: "";
  width: 16px;
  height: 8px;
  position: absolute;
  right: 16px;
  top: 18px;
  background: url("/wp-content/themes/itb_202504/dist/assets/images/price_arrow.svg")
    no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: rotate(180deg);
}
@media (min-width: 980px) {
  .cases-category_h2::before {
    width: 16px;
    height: 8px;
    right: 28px;
    top: 18px;
  }
}
.cases-category_h2.is-open::before {
  transform: rotate(0deg);
}
.cases-category_h3 {
  color: #3c82b5;
  font-size: 14px;
  margin: 0 0 5px 0;
}
.cases-category_ul {
  margin: 0 0 20px 0;
}
.cases-category_list {
  display: inline-block;
  margin: 0 0.5em 0 0;
  position: relative;
}
.cases-category_link {
  color: #3c82b5;
  border-radius: 50px;
  border: 1px solid #3c82b5;
  font-size: 14px;
  line-height: 1;
  padding: 2px 15px;
  margin: 0 5px 10px 0;
}
@media (min-width: 980px) {
  .cases-category_link {
    transition: all 0.3s;
  }
  .cases-category_link:hover {
    background: #3c82b5;
    color: #fff;
  }
}
/* チェックボックス01 */
input[type="checkbox"] {
  display: none;
}
.cases-category_label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 2px 15px;
  position: relative;
  width: auto;
  font-size: 14px;
  color: #3c82b5;
  z-index: 10;
}
.cases-category_label::before {
  border: 1px solid #3c82b5;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  z-index: 1;
}
input[type="checkbox"]:checked + .cases-category_label::before {
  background: #3c82b5;
  opacity: 0.2;
}
.cases-category_submit {
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 5px;
  background: #3c82b5;
  cursor: pointer;
  margin: 0 0 1em 0;
}
@media (min-width: 980px) {
  .cases-category_submit {
    transition: all 0.3s;
  }
  .cases-category_submit:hover {
    opacity: 0.6;
  }
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-anime-center {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
html {
  color: #342732;
  font-weight: 400;
  scroll-behavior: smooth;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.01;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden!important;
}
@media (min-width: 980px) {
  html {
    font-size: 16px;
    line-height: 2em;
  }
}
.noto {
  font-family: "Noto Sans JP", sans-serif;
}
.osw {
  font-family: "Oswald", sans-serif;
}
.roboto {
  font-family: "Roboto", sans-serif;
}
img {
  display: block;
  width: 100%;
}
.reset-css > a {
  color: #342732;
  text-decoration: none;
}
p {
  line-height: 2;
}
em {
  font-style: normal;
}
ul {
  list-style: none;
}
.sp {
  display: block;
}
@media (min-width: 980px) {
  .sp {
    display: none !important;
  }
}
.pc {
  display: none !important;
}
@media (min-width: 980px) {
  .pc {
    display: block !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background-color: #fff;
}
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.inner {
  padding: 50px 0 0 0;
}
@media (min-width: 980px) {
  .inner {
    padding: 80px 0 0 0;
  }
}
.link_d {
  color: #e24d75;
  text-decoration: underline;
}
@media (min-width: 980px) {
  .link_d {
    transition: all 0.3s;
  }
  .link_d:hover {
    text-decoration: none;
  }
}
.wrap {
  max-width: 580px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .wrap {
    width: 85%;
    max-width: 1980px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .wrap.mod-nalow {
    max-width: 1000px;
  }
}
.tac {
  text-align: center;
}
.bb {
  border-bottom: 1px solid #fff;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}
.bt-link {
  width: 90%;
  margin: 0 auto;
  letter-spacing: 0.1em;
  max-height: 88px;
  position: relative;
  color: #1356a3;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 3px 12px rgba(49, 49, 49, 0.29);
}
@media (min-width: 980px) {
  .bt-link {
    font-size: 18px;
    padding: 24px 0;
    width: 100%;
    margin: 0;
    transition: all 0.3s;
  }
  .bt-link:hover {
    opacity: 0.6;
  }
}
.bt-link .mini {
  display: block;
  font-size: 12px;
}
.bt-link:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0%, -50%);
  background: url("/wp-content/themes/itb_202504/dist/assets/images/arrow-blue.svg")
    no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 980px) {
  .bt-link:after {
    width: 15px;
    height: 15px;
  }
}
.bt-link.mod-blue {
  color: #fff;
  background: #3c82b5;
}
.bt-link.mod-blue:after {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/arrow-white.svg")
    no-repeat;
  background-size: 100% 100%;
}
.bt-link.mod-blue-04 {
  color: #fff;
  background: #37b1d0;
}
.bt-link.mod-blue-04:after {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/arrow-white.svg")
    no-repeat;
  background-size: 100% 100%;
}
.link-arrow {
  position: relative;
}
.link-arrow:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
  background: url("/wp-content/themes/itb_202504/dist/assets/images/arrow-blue.svg")
    no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 980px) {
  .link-arrow:after {
    width: 12px;
    height: 12px;
  }
}
.block-plane {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/block-plane_bg.jpg")
    no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px 0;
}
@media (min-width: 980px) {
  .block-plane {
    padding: 60px 0;
  }
}
.block-plane::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #37b1d0;
  opacity: 0.8;
}
.block-plane_body {
  background-color: #fff;
  padding: 30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 980px) {
  .block-plane_body {
    padding: 50px;
  }
}
.block-plane_h2 {
  max-width: 243px;
  margin: 0 auto 24px auto;
}
@media (min-width: 980px) {
  .block-plane_h2 {
    margin: 0 auto 30px auto;
    max-width: 520px;
  }
}
.common-header {
  padding: 80px 0;
  position: relative;
}
@media (min-width: 980px) {
  .common-header {
    padding: 100px 0;
  }
}
.common-header:after {
  content: "";
  display: block;
  width: 120px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/wp-content/themes/itb_202504/dist/assets/images/common-head_bg.svg")
    no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 980px) {
  .common-header:after {
    width: 291px;
    height: 188px;
  }
}
.common-header_h1 {
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 28px;
}
@media (min-width: 980px) {
  .common-header_h1 {
    margin: 0 0 60px 0;
    font-size: 35px;
  }
}
.common-header_txt {
  text-align: center;
  margin: 0 0 50px 0;
  font-size: 16px;
}
@media (min-width: 980px) {
  .common-header_txt {
    font-size: 20px;
    margin: 0 0 45px 0;
  }
  .common-bt_cta_ul {
    display: flex;
    justify-content: center;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
.common-bt_cta_a {
  width: 100%;
}
@media (min-width: 980px) {
  .common-bt_cta_a {
    width: 360px;
  }
}
.common-bt_cta_a.mod-01 {
  background: #3c82b5;
}
.common-bt_cta_a.mod-02 {
  background: #37b1d0;
}
.common-bt_cta_li + .common-bt_cta_li {
  margin-top: 12px;
}
@media (min-width: 980px) {
  .common-bt_cta_li + .common-bt_cta_li {
    margin-top: 0px;
  }
}
.text-white {
  color: #fff;
}
.text-right {
  text-align: right;
}
.contact-bg {
  background-color: #FFFFFF;
}
.partner-contact-area {
  background: #1356a3;
  position: relative;
}
.partner-contact-area::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url("/wp-content/themes/itb_202504/dist/assets/images/dots.png");
  opacity: 0.1;
  background-size: 35px 35px;
}
.partner-contact-area .wrap {
  position: relative;
  z-index: 10;
}

.contact-area {
  background: #FFFFFF;
  position: relative;
  z-index: 10;
}
.contact-area::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url("/wp-content/themes/itb_202504/dist/assets/images/dots.png");
  opacity: 0.1;
  background-size: 35px 35px;
}
/* .contact-area .wrap {
  position: relative;
  z-index: 10;
} */
.contact-hubspot {
  max-width: 680px;
  margin: 0 auto;
  border-radius: 3px!important;
  background: #fff;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.16);
  padding: 15px;
  position: relative;
  z-index: 10;
  border-top-color: #1356a3;
  border-top-width: 10px;
}
@media (min-width: 980px) {
  .contact-hubspot {
    padding: 40px;
  }
}
.contact-hubspot input {
  opacity: 0.3;
}

@media (min-width: 980px) {
  .contact-page_body {
    /* display: flex;
    justify-content: space-between;
    flex-direction: column; */
    align-items: center;
  }
}
.contact-page_title{
  width: 100%;
  border-bottom-color: #DBDBDB;
  border-bottom-width: 1px;
}
.contact-page_h1 {
  font-size: 28px;
  color: #000000;
  text-align: center;
  margin: 0 0 50px 0;
}

.contact-page_p{
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin-bottom: 60px;
}
.sp_br{
  display: block;
}

.contact-page_form {
  width: 100%;
  padding: 50px 20px;
}
@media (min-width: 980px) {
  .contact-page_h1 {
    text-align: center;
    font-size: 36px;
    min-width: 280px;
  }
  .contact-page_form {
    width: 100%;
    max-width: 880px;
    padding: 100px;
    margin: auto;
  }
  .sp_br{
    display: none;
  }
}
.contact-page_form .contact-hubspot {
  max-width: 100%;
}
.contact-page_txt {
  margin: 50px 0;
  color: #fff;
  line-height: 2.2;
}
.contact-page_link {
  max-width: 360px;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .contact-page_link {
    margin: 0;
  }
}
@media (max-width: 980px) {
  .contact-page_title{
    padding: 0 16px;
  }
  .contact-page_form {
    width: 100%;
    padding: 50px 0;
    margin: auto;
  }
  .contact-page_p{
    font-size: 15px;
  }
  .sp_br{
    display: block;
  }
}
.trial-page_h1{
  font-size: 28px;
  color: #000000;
  text-align: center;
  margin: 0 0 50px 0;
  width: 100%;
  text-align: center;
}
.editor-body {
  max-width: 800px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 980px) {
  .editor-body {
    font-size: 14px;
  }
}
.editor-body h2 {
  text-align: center;
  font-size: 20px;
  margin: 30px 0 30px 0;
}
@media (min-width: 980px) {
  .editor-body h2 {
    font-size: 30px;
    margin: 50px 0 30px 0;
  }
}
.editor-body h3 {
  font-size: 18px;
  margin: 1em 0 0.6em 0;
}
@media (min-width: 980px) {
  .editor-body h3 {
    font-size: 24px;
    margin: 1em 0 0.6em 0;
  }
}
.editor-body p {
  margin: 0 0 30px 0;
  line-height: 1.6;
}
.editor-body a {
  color: #1356a3;
  text-decoration: underline;
}
@media (min-width: 980px) {
  .editor-body a {
    transition: all 0.3s;
  }
  .editor-body a:hover {
    text-decoration: none;
  }
}
.editor-body ul,
.editor-body ol {
  margin: 0.5em 0 1em 0;
  padding: 0 0 0 1em;
  border-left: 1px solid #dbdbdb;
}
@media (min-width: 980px) {
  .editor-body ul,
  .editor-body ol {
    margin: 0.5em 0 1em 0;
    padding: 0 0 0 1em;
  }
}
.editor-body ul li,
.editor-body ol li {
  margin: 0 0 0.5em 0;
  padding: 0 0 0 20px;
  text-indent: -0.8em;
}
.editor-body ul li {
  position: relative;
}
.editor-body ul li::after {
  content: "・";
}
.editor-body ol {
  counter-reset: item;
}
.editor-body ol li {
  position: relative;
}
.editor-body ol li::before {
  display: inline;
  counter-increment: item;
  content: counter(item) ".";
}
.footer {
  display: block;
  padding: 50px 0;
}
@media (min-width: 980px) {
  .footer_fx {
    display: flex;
    justify-content: space-between;
  }
}
.footer_fx.mod-reverse {
  flex-direction: row-reverse;
}
.footer_fx + .footer_fx {
  margin: 20px 0 0 0;
}
@media (min-width: 980px) {
  .footer_fx + .footer_fx {
    margin: 20px 0 0 0;
  }
}
.foot_logo a {
  max-width: 200px;
  display: block;
  margin: 0 0 20px 0;
}
.foot_logo_txt {
  font-size: 12px;
  color: #28253d;
}
.footlink {
  margin: 0 0 30px 0;
  font-size: 14px;
}
.footlink_ul {
  margin: 0 0 50px 0;
}
@media (min-width: 980px) {
  .footlink_ul {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.footlink_li {
  margin: 0 0px 20px 0;
  display: block;
}
@media (min-width: 980px) {
  .footlink_li {
    margin: 0 0px 12px 0;
  }
}
.footlink_link {
  font-weight: bold;
}
@media (min-width: 980px) {
  .footlink_link {
    transition: all 0.3s;
  }
  .footlink_link:hover {
    text-decoration: underline;
  }
  .footlink_login {
    padding-left: 15px;
    position: relative;
    display: block;
  }
  .footlink_login:before {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: #e5dbe3;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
  }
}
.foot_end {
  margin: 0 0 20px 0;
}
.foot_end_ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
@media (min-width: 980px) {
  .foot_end_ul {
    justify-content: center;
  }
}
.foot_end_li {
  padding: 0 12px 0 0;
  position: relative;
}
.foot_end_li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  width: 1px;
  height: 14px;
  background: #c3c3c3;
}
.foot_end_link {
  color: #707070;
  font-size: 12px;
}
@media (min-width: 980px) {
  .foot_end_link {
    transition: all 0.3s;
  }
  .foot_end_link:hover {
    text-decoration: underline;
  }
}
.foot_copy {
  font-size: 10px;
  color: #707070;
  margin: 0 0 40px 0;
}
@media (min-width: 980px) {
  .foot_copy {
    font-size: 11px;
    text-align: center;
  }
  .foot_flex_pc {
    display: flex;
    justify-content: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .funtions_ul {
    display: flex;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
.funtions_li {
  margin: 0 0 40px 0;
}
@media (min-width: 980px) {
  .funtions_li {
    flex: 1;
    max-width: 47%;
    margin: 0;
  }
}

.funtions_body {
  padding: 80px 0;
}
.funtions_body_bd {
  border-top: 1px solid #e8e8e8;
  padding: 80px 0;
}
@media (max-width: 980px) {
  .funtions_body {
    padding: 60px 0;
  }
  .funtions_body_bd{
    padding: 60px 0;
  }
}
.funtions_body .wrap {
  position: relative;
}
.funtions_body_bd .wrap {
  position: relative;
}

/* .funtions_body .wrap:after {
  content: "";
  width: 80px;
  height: 10px;
  background: linear-gradient(
    129deg,
    rgb(19, 86, 163) 0%,
    rgb(74, 186, 206) 100%
  );
  position: absolute;
  top: 0;
  left: 20px;
}
@media (min-width: 980px) {
  .funtions_body .wrap:after {
    left: 40px;
  }
} */
.funtions_head-img {
  width: 100%;
  padding: 30px 0 0 0;
}
@media (min-width: 980px) {
  .funtions_head-img {
    width: 360px;
    position: absolute;
    top: 30px;
    right: 0;
  }
}
.funtions_h2 {
  width: -moz-max-content;
  width: max-content;
  font-size: 20px;
  line-height: 1;
  margin: 0 auto 40px;
  color: transparent;
  background: repeating-linear-gradient(90deg, #1356a3 0, #5dd1e6 100%);
  -webkit-background-clip: text;
}
@media (min-width: 980px) {
  .funtions_h2 {
    font-size: 35px;
    line-height: 1;
    margin: 0 auto 50px;
    text-align: center;
  }
}

.funtions_txt {
  font-size: 1.1em;
  margin: 0 0 50px 0;
  line-height: 2;
}
@media (min-width: 980px) {
  .funtions_txt {
    margin: 0 0 60px 0;
    max-width: 650px;
    width: 50%;
  }
}
.funtions_img {
  margin: 0 0 20px 0;
  display: block; 
  position: relative;
  width: 100%;
  overflow: hidden;
}
.funtions_img::before {
  content: "";
  display: block;
  padding-top: 66.66%;
}
@media (min-width: 980px) {
  .funtions_img {
    margin: 0 0 24px 0;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 980px) {
  .funtions_img {
    margin: 0 0 24px 0;
    /* object-fit: cover; */
    display: flex;
    align-items: center;
  }
}

.img_ft{
  position: absolute;
  top: 50%;
  right: 50%;
  object-fit: contain;
  /* display: flex;
  align-items: center; */
  /* height: 100%; */
  transform: translate(50%,-50%);
}

.funtions_h3 {
  margin: 0 0 12px 0;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  /* padding: 0 0 0 12px; */
  /* width: 100%; */
  /* display: flex;
  flex-direction: column; */
}
@media (min-width: 1040px) {
  .funtions_h3 {
    font-size: 18px;
    /* padding: 0 0 0 12px; */
    margin: 0 0 20px 0;
    min-height: 3em; /* 2行分の高さを固定 */
    line-height: 1.5em; /* 1行の高さ */
    overflow: hidden;
  }
}

@media (max-width: 1040px) {
  .funtions_h3 {
    font-size: 16px;
    /* min-height: 3em; 2行分の高さを固定 */
    line-height: 1.5em; /* 1行の高さ */
    overflow: hidden;
  }
}
/* @media (min-width: 980px) {
  .funtions_h3 {
    font-size: 1.1em;
    padding: 0 0 0 12px;
    margin: 0 0 20px 0;
  }
} */
/* .funtions_h3::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #37b1d0;
  position: absolute;
  border-radius: 50vw;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
} */
.funtions_subtext {
  line-height: 2;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .funtions_subtext {
    font-size: 14px;
  }
}
.main-menu {
  display: flex;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.main-menu_ul {
  display: none;
}

@media (min-width: 1024px) {
    .main-menu_ul {
      display: flex;
      align-items: center;
      padding-left: 30px !important;
      position: relative;
    }
    .main-menu_ul:after {
      content: "";
      width: 1px;
      height: 20px;
      background: #c3c3c3;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0%, -50%);
    }
  }


/* @media (min-width: 980px) {
  .main-menu {
    overflow: scroll;
  }
} */
.main-menu_right {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin: 0;
}
.main-menu_right ul {
  display: none;
}
@media (min-width: 768px) {
  .main-menu_right {
    display: none;
  }

}
@media (min-width: 1024px) {
  .main-menu_right {
    margin: 0 0 0 auto;
    display: flex;
  }

}
@media (min-width: 1440px) {
  .main-menu_right {
    margin: 0 0 0 auto;
  }
  .main-menu_right ul {
    display: flex;
    margin: 0 0 0 auto;

  }
}

.main-menu_wrap {
  padding: 10px;
  display: flex;
  align-items: center;
  width: 100%;
/*  max-width: 1580px;*/
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .main-menu_wrap {
    /* min-width: 1200px; */
    padding: 0px 0px 0px 0px;
  }
}
.main-menu_logo {
  width: 130px;
  margin: 0 40px 0 0;
}
@media (min-width: 980px) {
  .main-menu_logo {
    width: 200px;
    margin: 0 40px 0 20px;
  }
}

/* @media (min-width: 980px) {
  .main-menu_ul {
    display: flex;
    align-items: center;
    padding-left: 30px !important;
    position: relative;
  }
  .main-menu_ul:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #c3c3c3;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
  }
} */
.main-menu_li {
  margin: 0 0 0 0;
}
@media (min-width: 980px) {
  .main-menu_li {
    margin-right: 24px;
  }
}
.main-menu_link {
  font-weight: bold;
}
@media (min-width: 980px) {
  .main-menu_link {
    font-size: 14px;
    transition: all 0.3s;
  }
  .main-menu_link:hover {
    color: #1356a3;
  }
}

.main-menu_cta_ul {
  display: none;
}
@media (min-width: 768px) {

}
@media (min-width: 1024px) {
    .main-menu_ul {
      display: flex;
      align-items: center;
      padding-left: 30px !important;
      position: relative;
    }
    .main-menu_ul:after {
      content: "";
      width: 1px;
      height: 20px;
      background: #c3c3c3;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0%, -50%);
    }
  }
@media (min-width: 1440px) {
    .main-menu_ul {
      display: flex;
      align-items: center;
      padding-left: 30px !important;
      position: relative;
    }
    .main-menu_ul:after {
      content: "";
      width: 1px;
      height: 20px;
      background: #c3c3c3;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0%, -50%);
    }
  }
@media (min-width: 980px) {
  .main-menu_cta_ul {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.main-menu_cta_link {
  font-size: 0.9em;
  color: #1356a3;
  border: 2px solid #1356a3;
  padding: 5px 20px;
  border-radius: 200px;
  font-weight: 600;
}
@media (min-width: 980px) {
  .main-menu_cta_link {
    font-size: 14px;
    padding: 2px 10px;
    transition: all 0.3s;
  }
  .main-menu_cta_link:hover {
    opacity: 0.6;
  }
}
.main-menu_cta_link.mod-fill-pink {
  color: #fff;
  background: #1356a3;
  border: 1px solid #1356a3;
}
.main-menu_contact {
  height: 80px;
  display: none;
  background: #37b1d0;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  min-width: 140px;
}
@media (min-width: 980px) {
  .main-menu_contact {
    transition: all 0.3s;
  }
  .main-menu_contact:hover {
    background: #1356a3;
  }
  .main-menu_contact {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.main-menu_contact_icon {
  margin: 0 0 0 0.5em;
  width: 17px;
  height: 13px;
}
.main-menu_login {
  padding: 6px 12px;
  position: relative;
  display: block;
}
.main-menu_login:before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #e5dbe3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.main-menu_login_link {
  padding: 7px 0px;
}
@media (min-width: 980px) {
  .main-menu_login_link {
    transition: all 0.3s;
  }
  .main-menu_login_link:hover {
    opacity: 0.6;
  }
}
.main-menu_login_icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: -3px;
}
.sp-menu_btn {
  width: 50px;
  height: 50px;
  background-color: #fff;
  position: relative;
  z-index: 9999;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
  margin: 0 0 0 auto;
}
@media (min-width: 1024px) {
  .sp-menu_btn {
    display: none;
    transition: all 0.3s;
  }
  .sp-menu_btn:hover {
    background-color: #43a55b;
  }
  .sp-menu_btn:hover span {
    background-color: #fff;
  }
}
/*ボタン内側*/
.sp-menu_btn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 13px;
  height: 1px;
  background-color: #1356a3;
  transition: all 0.3s;
}
.sp-menu_btn span:nth-of-type(1) {
  top: 19px;
  width: 50%;
}
.sp-menu_btn span:nth-of-type(2) {
  top: 24px;
  width: 50%;
}
.sp-menu_btn span:nth-of-type(3) {
  top: 30px;
  width: 50%;
}
/*activeクラスが付与されると線が回転して×に*/
.sp-menu_btn.active span:nth-of-type(1) {
  top: 18px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 35%;
}
.sp-menu_btn.active span:nth-of-type(2) {
  top: 30px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 35%;
}
.sp-menu_btn.active span:nth-of-type(3) {
  opacity: 0;
}
.sp-menu {
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  background: #f4f4f4;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 998;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.81, -0.04, 0.28, 0.96);
  transition-delay: 0.5s;
}
.sp-menu.is-open {
  left: 0;
  opacity: 1;
  transition-delay: 0s;
}
.sp-menu.is-open .sp-menu_corner {
  left: 0;
}
.sp-menu.is-open .sp-menu_li {
  margin-left: 0;
}
.sp-menu_circle {
  width: 800px;
  height: 800px;
  position: fixed;
  top: 50%;
  left: -300px;
  transform: translate(-50%, -50%);
  z-index: 1000;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.08, 0.65, 0.28, 0.99);
  pointer-events: none;
}
@media (min-width: 980px) {
  .sp-menu_circle {
    left: 0;
  }
}
.sp-menu_circle.active {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all 1.2s cubic-bezier(0.08, 0.65, 0.28, 0.99);
  transition-delay: 0.5s;
}
@media (min-width: 980px) {
  .sp-menu_circle.active {
    left: 0;
  }
}
.sp-menu_corner {
  width: 84px;
  height: 84px;
  position: fixed;
  top: 0;
  z-index: 1001;
  left: -100px;
  transition: all 1.2s cubic-bezier(0.81, -0.04, 0.28, 0.96);
  transition-delay: 0s;
}
@media (min-width: 980px) {
  .sp-menu_corner {
    width: 284px;
    height: 284px;
    left: -300px;
  }
}
.sp-menu_ul {
  width: 100%;
  min-height: 600px;
  padding: 140px 0!important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 980px) {
  .sp-menu_ul {
    left: 100%;
  }
}
.sp-menu_li {
  margin: 0 0 16px 20px;
  transition: all 1.2s cubic-bezier(0.81, -0.04, 0.28, 0.96);
  transition-delay: 0s;
  text-align: center;
}
@media (min-width: 980px) {
  .sp-menu_li {
    margin: 0 0 24px 20px;
  }
}
.sp-menu_li.mod-line {
  display: block;
  position: relative;
  padding: 20px 0 0 0;
  margin-top: 20px;
}
.sp-menu_li.mod-line:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #bdbdbd;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}
.sp-menu_en {
  display: block;
  color: #43a55b;
  font-size: 11px;
  margin: 0 0 2px 0;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
@media (min-width: 980px) {
  .sp-menu_en {
    font-size: 12px;
    margin: 0 0 5px 0;
  }
}
.sp-menu_ja {
  display: block;
}
.sp-menu_link {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.08em;
  transition: color 0.3s;
}
.sp-menu_link.mod-pink {
  color: #1356a3;
}
@media (min-width: 980px) {
  .sp-menu_link {
    font-size: 16px;
    transition: all 0.3s;
  }
  .sp-menu_link:hover {
    color: #43a55b;
  }
}
.sp-menu-fix {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.16);
  padding: 8px 0!important;
}
@media (min-width: 768px) {
  .sp-menu-fix {
    padding: 12px 0!important;

  }
}
.index-mv {
  width: 100%;
  /* background: linear-gradient(
    129deg,
    rgb(19, 86, 163) 0%,
    rgb(74, 186, 206) 100%
  ); */
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 980px) {
  .index-mv {
    /* height: 560px; */
    /* padding: 50px 0; */
    overflow: visible;
  }
}
/* .index-mv:after,
.index-mv:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.index-mv:after {
  background: url("/wp-content/themes/itb_202309/dist/assets/images/index-bg-dots.png");
  background-size: 35px 35px;
  opacity: 0.05;
}
.index-mv:before {
  background: url("/wp-content/themes/itb_202309/dist/assets/images/index-bg-graph.svg");
  background-size: 100% 100%;
  mix-blend-mode: multiply;
} */
.index-right:after,
.index-right:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.index-right:after {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/index-bg-dots.png");
  background-size: 35px 35px;
  opacity: 0.05;
}
.index-right:before {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/index-bg-graph.svg");
  background-size: 100% 100%;
  mix-blend-mode: multiply;
}
.hero-right-contents:after,
.hero-right-contents:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hero-right-contents:after {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/index-bg-dots.png");
  background-size: 35px 35px;
  opacity: 0.05;
}
.hero-right-contents:before {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/index-bg-graph.svg");
  background-size: 100% 100%;
  mix-blend-mode: multiply;
}
.index-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.index-left {
  z-index: 2;
}
@media (min-width: 980px) {
  .index-wrap {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 80px;
    column-gap: 50px;
    /* max-width: 1280px; */
  }
  .index-left {
    margin: 0 0 0 64px;
    padding: 96px 0;
    width: 50%;
  }
}

/* hero */
.hero-section {
  width: 100%;
  position: relative;
}
.hero-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1580px;
  margin: 0 auto;
}
.hero-left-contents {
  width: 100%;
  padding: 40px 0 24px;
  order: 2;

}
.hero-right-contents {
  width: 100%;
  min-height: 200px;
  padding-top: 56.25%;
  order: 1;

  position: relative;
  background: linear-gradient(
    129deg,
    rgb(19, 86, 163) 0%,
    rgb(74, 186, 206) 100%
  );
  overflow: hidden;
}
.hero-title {
  font-size: 40px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 24px;
  text-align: center;
  background: linear-gradient(
    129deg,
    rgb(19, 86, 163) 0%,
    rgb(74, 186, 206) 100%
  ); /* グラデーションの色を設定 */
  -webkit-background-clip: text; /* テキストにグラデーションを適用 */
  color: transparent; /* 背景をテキストの色として表示 */
}
.hero-para {
  color: #342732;
  margin-bottom: 40px;
  text-align: center;
  padding: 0 16px;
}
.hero-logo {
  width: 50%;
  margin: 0 auto 24px;
}
.btn-container {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.hero-img {
  width: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50% ,-50%);
  z-index: 99;
  display: flex;
  justify-content: center;
}
.hero-img img {
  max-width: 800px;
}
.emblem-container {
  margin: 48px auto;
  padding: 0 16px;
  display: flex;
  justify-content: center;
}
.emblem-img {
  width: 50%;
  max-width: 150px;
  min-width: 100px;
  display: inline-block;
  margin: 0 16px 0 0;
}
.emblem-para {
  color: #342732;
  display: inline-block;
  margin: auto 0;

}
.hero-bg {
  display: none;
}
@media (min-width: 768px) {
  .hero-left-contents {
    width: 100%;
    padding: 60px 0 40px;
    order: 2;
  }
  .hero-right-contents {
    width: 100%;
    order: 1;
  }
  .hero-title {
    font-size: 54px;
    margin-bottom: 32px;
  }
  .hero-logo {
    width: 50%;
    margin: 0 auto 40px;
  }
  .hero-para {
    margin-bottom: 40px;
  }
  .hero-img img {
    width: 80%;
    min-width: 640px;
  }
}
@media (min-width: 1024px) {
  .hero-bg {
    display: block;
    position: absolute;
    top:0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        129deg,
        rgb(19, 86, 163) 0%,
        rgb(74, 186, 206) 100%
      );
  }
  .hero-bg:after,
  .hero-bg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .hero-bg:after {
    background: url("/wp-content/themes/itb_202504/dist/assets/images/index-bg-dots.png");
    background-size: 35px 35px;
    opacity: 0.05;
  }
  .hero-bg:before {
    background: url("/wp-content/themes/itb_202504/dist/assets/images/index-bg-graph.svg");
    background-size: 100% 100%;
    mix-blend-mode: multiply;
  }
  .hero-left-contents {
    width: 50%;
    padding: 72px 24px 80px 60px;
    order: 1;
  }
  .hero-right-contents {
    width: 50%;
    min-height: none;
    max-height: none;
    padding: 72px 0 80px 0;
    overflow: visible;
    order: 2;
    background: none;
  }
  .hero-right-contents:after,
  .hero-right-contents:before {
    display: none;
  }
  .hero-wrap{
    flex-direction: row;
  }
  .hero-title {
    font-size: 64px;
    text-align: left;
    margin-bottom: 48px;
  }
  .hero-logo {
    margin: 0 0 48px;
  }
  .hero-para {
    text-align: left;
    padding: 0;
    margin-bottom: 56px;
  }
  .btn-container {
    width: 80%;
    margin: 0;
    justify-content: flex-start;
  }
  .hero-img {
    width: 100%;
  }
  .hero-img img {
    width: 200%;
    min-width: 600px;
  }
  .emblem-container {
    margin: 64px auto 0;
    justify-content: flex-start;
  }
}
@media (min-width: 1440px) {
  .hero-img img {
    width: 200%;
    min-width: 800px;
  }
}
.emblem-para p {
  display: inline-block;
}
.index-img {
  width: 90%;
  margin-inline: auto;
}
.index-right {
  width: 100%;
  min-width: 380px;
  background: linear-gradient(
    129deg,
    rgb(19, 86, 163) 0%,
    rgb(74, 186, 206) 100%
  );
  min-height: 200px;
  max-height: 480px;
  position: relative;
}

.index-form {
  width: 100%;
  padding: 18px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  border-top: 10px solid #1356a3;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.16);
}
.index-form-label {
  margin: 0 auto 10px auto;
  max-width: 224px;
}
.index-intro {
  padding: 40px 0 60px 0;
  background: url("/wp-content/themes/itb_202504/dist/assets/images/index-bg-box.png");
  background-size: 10px 10px;
}
.intro_headline {
  max-width: 336px;
  margin: 0 auto 30px;
}
.intro-list {
  display: flex;
  flex-direction: column;
  -moz-gap: 16px;
  gap: 16px;
}
.intro-item {
  flex: 1;
  padding: 20px 20px 32px;
  margin: 0;
}
.intro-list .mod-color-01 {
  background: #399bc3;
}
.intro-list .mod-color-02 {
  background: #37b1d0;
}
.intro-top {
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
  padding: 0 40px 0 0;
}
.intro-img-container {
  width: 50%;
  margin: 0 auto;
  position: relative;
  padding-top: 50%;
  height: auto;
}
.intro-img-container img {
  width: 100%;  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  }
@media (min-width: 768px) {
  .index-intro {
    padding: 60px 0;
  }
  .intro_headline {
    max-width: 777px;
    margin: 0 auto 40px;
  }
  .intro-top {
    font-size: 24px;
  }

}
@media (min-width: 1024px) {
  .index-intro {
    padding: 100px 0;
  }
  .intro_headline {
    margin: 0 auto 50px;
  }
  .intro-list {
    flex-direction: row;
  }
}

.index-intro_h3 {
  font-size: 16px;
  text-align: center;
  background: #f4f4f4;
  padding: 20px 5px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
}

@media (min-width: 980px) {
  .index-intro_h3 {
    font-size: 18px;
    padding: 20px;
  }
  .index-intro_cards {
    display: flex;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.index-intro_card {
  padding: 10px 10px 20px 10px;
  display: block;
  margin: 0 0 5px 0;
}
@media (min-width: 980px) {
  .index-intro_card {
    flex: 1;
    padding: 20px;
    margin: 0;
  }
}
.index-intro_card.mod-color-01 {
  background: #399bc3;
}
.index-intro_card.mod-color-02 {
  background: #37b1d0;
}
.index-intro_card.mod-color-03 {
  background: #3c82b5;
}
.index-intro_number {
  display: block;
  width: 50px;
}
@media (min-width: 980px) {
  .index-intro_number {
    width: 60px;
  }
}
.index-intro_img {
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding-top: 80%;
  height: auto;
}

.index-intro_img img {
width: 100%;  
position: absolute;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
}
@media (min-width: 980px) {
  .index-intro_img {
    margin: 0 auto;
  }
  .index-intro_img img {
  width: 100%;  
  padding: 16px 0 24px;
  }
}
.intro-flex {
  display: flex;
  align-items: center;
  margin: 0;
}
.index-intro_txt {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  margin: 16px 0 0;
}
@media (min-width: 768px) {
  .index-intro_txt {
    font-size: 22px;
  }
}
.index-risk {
  background: #9db1bf;
  position: relative;
  padding: 50px 0 120px 0;
}
@media (min-width: 980px) {
  .index-risk {
    padding: 80px 0 180px 0;
  }
}
.index-risk:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -95%);
  width: 100%;
  height: 72px;
  background: url("/wp-content/themes/itb_202504/dist/assets/images/index-bg-gray.svg");
  background-size: 100% 100%;
}
.index-risk:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("/wp-content/themes/itb_202504/dist/assets/images/index-bg-risk.svg");
  background-size: 100% 100%;
}
@media (min-width: 980px) {
  .index-risk:after {
    height: 189px;
  }
}
.index-risk_h2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.index-risk_h2 em {
  font-size: 30px;
}
@media (min-width: 980px) {
  .index-risk_h2 {
    font-size: 35px;
  }
  .index-risk_h2 em {
    font-size: 54px;
  }
}
.index-risk_body {
  background: #fff;
  padding: 40px 20px;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 980px) {
  .index-risk_body {
    padding: 60px 20px;
    margin: 0 0 100px 0;
  }
}
.index-risk_h3 {
  font-size: 18px;
  display: block;
  text-align: center;
  margin: 0 auto 0 auto;
  width: 290px;
  border-radius: 50px;
  background: #96d8e8;
  padding: 10px 20px;
  transform: translate(0%, 50%);
  position: relative;
  z-index: 10;
}
@media (min-width: 980px) {
  .index-risk_h3 {
    width: 550px;
    font-size: 20px;
  }
}
.index-risk_h4 {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 24px 0;
}
@media (min-width: 980px) {
  .index-risk_h4 {
    font-size: 32px;
    margin: 0;
  }
}
.index-risk_head {
  position: relative;
}
.index-risk_head:after {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index-risk_head.index-risk_bg_01:after {
  width: 288px;
  height: 156px;
  background: url("/wp-content/themes/itb_202504/dist/assets/images/index-risk_bg_01_sp.svg")
    center top no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 980px) {
  .index-risk_head.index-risk_bg_01:after {
    width: 796px;
    height: 109px;
    background: url("/wp-content/themes/itb_202504/dist/assets/images/index-risk_bg_01.svg")
      center top no-repeat;
    background-size: 100% 100%;
  }
}
.index-risk_head.index-risk_bg_02:after {
  width: 772px;
  height: 120px;
  background: url("/wp-content/themes/itb_202504/dist/assets/images/index-risk_bg_02_sp.svg")
    center top no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 980px) {
  .index-risk_head.index-risk_bg_02:after {
    width: 772px;
    height: 120px;
    background: url("/wp-content/themes/itb_202504/dist/assets/images/index-risk_bg_02.svg")
      center top no-repeat;
    background-size: 100% 100%;
  }
}
.index-risk_sub {
  text-align: center;
  margin: 0 0 30px 0;
  line-height: 2;
  position: relative;
  z-index: 2;
}
@media (min-width: 980px) {
  .index-risk_sub {
    margin: 0 0 50px 0;
  }
  .index-risk_ul {
    display: flex;
  }
}
.index-risk_li {
  position: relative;
  padding: 0 0 0 24%;
  margin: 0 0 30px 0;
}
.index-risk_li + .index-risk_li {
  padding: 30px 0 0 24%;
}
.index-risk_li + .index-risk_li:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e8e8e8;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 980px) {
  .index-risk_li {
    padding: 0 0 0 50px;
    flex: 1;
    margin: 0;
  }
  .index-risk_li + .index-risk_li {
    padding: 0 0 0 50px;
  }
  .index-risk_li + .index-risk_li:after {
    content: "";
    display: block;
    width: 8px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    background-color: #e8e8e8;
  }
}
.index-risk_label {
  width: 181px;
  margin-bottom: 12px;
}
@media (min-width: 980px) {
  .index-risk_label {
    width: 226px;
    margin-bottom: 12px;
  }
}
.index-risk_h5 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
@media (min-width: 980px) {
  .index-risk_h5 {
    font-size: 28px;
    margin: 0 0 10px 0;
  }
}
.index-risk_h5 .osw {
  color: #399bc3;
  font-size: 40px;
}
@media (min-width: 980px) {
  .index-risk_h5 .osw {
    font-size: 50px;
  }
}
.index-risk_h5 em {
  color: #399bc3;
  margin: 10px 0 0 0;
  display: inline-block;
}
@media (min-width: 980px) {
  .index-risk_h5 em {
    margin: 10px 0 0 0;
  }
}
.index-risk_txt {
  line-height: 2;
  margin-top: 12px;
}
@media (min-width: 980px) {
  .index-risk_txt {
    max-width: 270px;
    margin-top: 0;
  }
}
.index-risk_img {
  width: 40%;
  max-width: 180px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-45%, 0%);
  z-index: 2;
}
@media (min-width: 980px) {
  .index-risk_img {
    width: 50%;
    min-width: 220px;
    max-width: 340px;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    transform: translate(0%, 50%);
  }
}
.index_h2,
.section_h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  vertical-align: bottom;
  margin: 0 0 40px 0;
  letter-spacing: 0.1em;
}
@media (min-width: 980px) {
  .index_h2,
  .section_h2 {
    font-size: 35px;
    margin: 0 0 64px 0;
  }
}
.index-section {
  padding: 60px 0;
}
@media (min-width: 980px) {
  .index-section {
    padding: 100px 0;
  }
}
.inline-logo {
  vertical-align: 0.2em;
  margin: 0 0.3em;
}
.inline-logo img {
  display: inline-block;
  width: auto;
  height: 26px;
}
@media (min-width: 980px) {
  .inline-logo img {
    height: 43px;
  }
}


.index-point_li {
  margin: 80px 0 40px 0;
  position: relative;
}
@media (min-width: 980px) {
  .index-point_li {
    margin: 0 0 40px 0;
  }
}
.point-label:after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
  background: url("/wp-content/themes/itb_202504/dist/assets/images/index_function_label_01.svg")
    no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.1));
}
@media (min-width: 980px) {
  .point-label:after {
    width: 10.9%;
    height: 120px;
    left: 25.3%;
    top: 36.9%;
    transform: translate(0%, 0%);
  }
}
.point-label:nth-child(2):after {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/index_function_label_02.svg")
    no-repeat;
  background-size: 100% 100%;
}
.point-label:nth-child(3):after {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/index_function_label_03.svg")
    no-repeat;
  background-size: 100% 100%;
}
.index-movie {
  background-color: #f4f7fa;
}
.index-movie_contents {
  aspect-ratio: 16/8;
  max-width: 880px;
  margin: 0 auto;
}
.index-movie_contents iframe {
  width: 100%;
  height: 100%;
}
.cta {
  padding: 50px 0;
  background: #1356a3;
  color: #fff;
  position: relative;
}
@media (min-width: 980px) {
  .cta {
    padding: 80px 0;
  }
}
.cta:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/wp-content/themes/itb_202504/dist/assets/images/cta_bg.svg")
    no-repeat;
  background-size: 100% 100%;
  mix-blend-mode: multiply;
}
.cta_h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 30px 0;
}
@media (min-width: 980px) {
  .cta_h2 {
    margin: 0 0 30px 0;
  }
}
.cta_ul {
  position: relative;
  z-index: 2;
}
@media (min-width: 980px) {
  .cta_ul {
    display: flex;
    justify-content: center;
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
}
.cta_li {
  margin: 0 0 20px 0;
}
@media (min-width: 980px) {
  .cta_li {
    flex: 1;
    max-width: 400px;
    margin: 0;
  }
}
.cta_link {
  text-align: center;
  line-height: 1;
  height: 70px;
}
@media (min-width: 980px) {
  .cta_link {
    height: 100%;
  }
}
.cta_link p {
  line-height: 1.4;
}
.index-function_ul {
  margin: 0 0 40px 0 !important;
}
@media (min-width: 980px) {
  .index-function_ul {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: 0 0 60px 0 !important;
  }
  .index-function_li {
    flex: 1;
  }
}
.index-function_h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 20px;
  background: #399bc3;
  letter-spacing: 0.1em;
  overflow: hidden;
  position: relative;
}
.index-function_h3 em {
  position: relative;
  z-index: 2;
}
.index-function_h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 86px;
}
@media (min-width: 980px) {
  .index-function_h3 {
    font-size: 18px;
    padding: 30px 20px;
  }
}
.index-function_h3.mod-01 {
  background: #399bc3;
}
.index-function_h3.mod-01:after {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/index-functions_img_01.png")
    no-repeat;
  background-size: 100% 100%;
}
.index-function_h3.mod-02 {
  background: #3c82b5;
}
.index-function_h3.mod-02:after {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/index-functions_img_02.png")
    no-repeat;
  background-size: 100% 100%;
}
.index-function_h3.mod-03 {
  background: #1356a3;
}
.index-function_h3.mod-03:after {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/index-functions_img_03.png")
    no-repeat;
  background-size: 100% 100%;
}
.index-function_link {
  font-size: 14px;
  display: block;
  padding: 20px;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}
@media (min-width: 980px) {
  .index-function_link {
    padding: 30px 20px;
    font-size: 15px;
    transition: all 0.3s;
  }
  .index-function_link:hover {
    background: #f4f7fa;
  }
}
.link_wrap {
  max-width: 420px;
  margin: 0 auto;
}
.index-cases {
  background: #ffffff;
}
@media (min-width: 980px) {
  .index-cases_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index-cases_card::after {
    content: "";
    display: block;
    width: 31%;
  }
}
.index-cases_item {
  margin: 0 0 40px 0;
}
@media (min-width: 980px) {
  .index-cases_item {
    width: 28%;
    margin: 0 0 50px 0;
  }
}
.index-cases_img {
  margin: 0 0 20px 0;
  position: relative;
}
.index-cases_cat {
  font-size: 12px;
  color: #fff;
  padding: 2px 10px;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: #399bc3;
}
.index-cases_ttl {
  font-weight: bold;
  margin: 0 0 8px 0;
}
.index-cases_txt {
  font-size: 14px;
}

.index-service_ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px 0 !important;
}
@media (min-width: 980px) {
  .index-service_ul {
    margin: 0 0 40px 0 !important;
  }
}
.index-service_li {
  width: 25%;
}
@media (min-width: 980px) {
  .index-service_li {
    width: 10%;
  }
}
.pagination__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  margin: 20px 0 50px 0;
}
.pagination__numbers_ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.pagination__item a {
  background-color: #1356a3;
  color: #fff;
}
@media (min-width: 980px) {
  .pagination__item a {
    transition: all 0.3s;
  }
  .pagination__item a:hover {
    background: #37b1d0;
  }
}
.pagination__item span {
  color: #ccc;
  background-color: #eee;
}
.pagination__item--prev > .pagination__link,
.pagination__item--next > .pagination__link {
  padding: 15px 10px;
  border-radius: 200px;
  min-width: 120px;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (min-width: 980px) {
  .pagination__item--prev > .pagination__link,
  .pagination__item--next > .pagination__link {
    font-size: 14px;
    padding: 10px 12px;
    min-width: 120px;
  }
  .pagination__numbers_list a {
    transition: all 0.3s;
  }
  .pagination__numbers_list a:hover {
    color: #1356a3;
    text-decoration: underline;
  }
}
.pagination__numbers_list span {
  color: #1356a3;
  text-decoration: underline;
}
.pagination__numbers_link {
  padding: 10px;
  font-size: 1.2em;
}
.partner-header {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/partner_mv.jpg")
    no-repeat center center;
  background-size: cover;
  position: relative;
}
.partner-header:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    129deg,
    rgb(19, 86, 163) 0%,
    rgb(74, 186, 206) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.partner-header .wrap {
  position: relative;
  z-index: 2;
}
.partner-heading .wrap {
  max-width: 800px;
}
.partner-heading_txt {
  margin: 0 0 30px 0;
  font-weight: bold;
  line-height: 2.2;
}
@media (min-width: 980px) {
  .partner-heading_txt {
    margin: 0 0 50px 0;
  }
}
.partner-heading_box {
  background: #f4f7fa;
  padding: 20px;
}
@media (min-width: 980px) {
  .partner-heading_box {
    padding: 50px;
  }
}
.partner-heading_box .inline-logo img {
  height: 24px;
}
.partner-heading_subtxt {
  line-height: 2;
}
.partner-heading_h3 {
  margin: 0 0 12px 0;
}
.partner-heading_h3 .inline-logo {
  margin: 0 3px 0px 0;
}
.partner-flow {
  border-top: 1px solid #f4f7fa;
}
.partner-flow_img {
  width: 85px;
  margin: 0 auto;
}
.partner-flow_num {
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  color: #3c82b5;
  padding: 15px 21px;
  border-radius: 50vw;
  border: 3px solid #3c82b5;
  background-color: #fff;
  position: absolute;
  top: 0%;
  left: 0;
  transform: translate(-50%, -50%);
}
@media (min-width: 980px) {
  .partner-flow_ul {
    display: flex;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
.partner-flow_li {
  width: 90%;
  position: relative;
  border: 3px solid #3c82b5;
  padding: 10px 20px 20px 20px;
  margin: 0 auto 60px auto;
}
@media (min-width: 980px) {
  .partner-flow_li {
    width: auto;
    flex: 1;
    padding: 20px 30px 30px 30px;
    margin: 0;
  }
}
.partner-flow_li + .partner-flow_li:before {
  content: "";
  display: block;
  width: 44px;
  height: 41px;
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translate(-50%, -50%);
  background: url("/wp-content/themes/itb_202504/dist/assets/images/flow_arrow_bottom.png")
    no-repeat center center;
  background-size: 100% 100%;
}
@media (min-width: 980px) {
  .partner-flow_li + .partner-flow_li:before {
    width: 52px;
    height: 50px;
    top: 50%;
    left: -35px;
    transform: translate(-50%, -50%);
    background: url("/wp-content/themes/itb_202504/dist/assets/images/flow_arrow_left.png")
      no-repeat center center;
    background-size: 100% 100%;
  }
}
.partner-flow_h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 10px 0;
  border-bottom: 3px solid #3c82b5;
  margin: 0 0 20px 0;
}
@media (min-width: 980px) {
  .partner-flow_h3 {
    font-size: 20px;
  }
}
.partner-flow_text {
  line-height: 2;
}
.partner-merit {
  background: #f4f7fa;
}
@media (min-width: 980px) {
  .partner-merit_ul {
    display: flex;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
.partner-merit_li {
  background-color: #fff;
  width: 90%;
  position: relative;
  padding: 10px 20px 20px 20px;
  margin: 0 auto 30px auto;
  border-radius: 8px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
}
@media (min-width: 980px) {
  .partner-merit_li {
    width: auto;
    flex: 1;
    padding: 20px 30px 30px 30px;
    margin: 0;
  }
}
.partner-merit_img {
  margin: 0 auto 20px auto;
  max-width: 100px;
}
@media (min-width: 980px) {
  .partner-merit_img {
    max-width: 120px;
  }
}
.partner-merit_h3 {
  color: #1356a3;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 12px auto;
  padding: 0 20px;
  position: relative;
}
.partner-merit_h3:after {
  content: "";
  display: block;
  width: 6px;
  height: 20px;
  background: url("/wp-content/themes/itb_202504/dist/assets/images/merit_bar_left.svg")
    no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.partner-merit_h3:before {
  content: "";
  display: block;
  width: 6px;
  height: 20px;
  background: url("/wp-content/themes/itb_202504/dist/assets/images/merit_bar_right.svg")
    no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
.partner-merit_text {
  line-height: 2;
}
.price-table {
  background: #cddbea;
  padding: 50px 0;
}
@media (min-width: 980px) {
  .price-table {
    padding: 80px 0;
  }
}
.price-table_table {
  width: 100%;
  max-width: 980px;
  border-bottom: 5px solid #b8c7d6;
  margin: 0 auto 20px auto;
}
.price-table_th {
  color: #fff;
  font-weight: bold;
  background: #37b1d0;
  padding: 12px;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 980px) {
  .price-table_th {
    font-size: 18px;
  }
}
.price-table_th.hide {
  opacity: 0;
}
.price-table_td {
  font-size: 14px;
  font-weight: bold;
  padding: 12px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
@media (min-width: 980px) {
  .price-table_td {
    padding: 20px;
    font-size: 16px;
  }
}
.price-table_td.mod-label {
  text-align: left;
  background-color: #ecf0f5;
  font-size: 14px;
}
@media (min-width: 980px) {
  .price-table_td.mod-label {
    font-size: 16px;
  }
}
.price-table_td.mod-body {
  width: 70%;
  background-color: #fff;
}
@media (min-width: 980px) {
  .price-table_td.mod-body {
    width: 40%;
  }
}
.price-table_li {
  padding: 0 0 0 15px;
  position: relative;
}
.price-table_li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50vw;
  background: #37b1d0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.price-table_li + .price-table_li {
  margin: 10px 0 0 0;
}
.price-table_info-img {
  width: 90%;
  margin: 0 auto;
}
.price-table_txt {
  font-weight: normal;
}
.price-table_option {
  font-size: 0.8em;
  max-width: 980px;
  line-height: 2;
  margin: 0 auto 40px auto;
}
@media (min-width: 980px) {
  .price-table_option {
    margin: 0 auto 50px auto;
  }
}
.price-table_num {
  text-align: center;
  font-size: 18px;
}
@media (min-width: 980px) {
  .price-table_num {
    font-size: 22px;
  }
}
.price-table_num .small {
  font-size: 0.8em;
  font-weight: normal;
}
.price-faq {
  background: #f4f7fa;
}
.price-faq_ul {
  max-width: 1000px;
  margin: 0 auto;
}
.price-faq_li {
  margin: 0 0 12px 0;
  overflow: hidden;
  border-radius: 4px;
}
.price-faq_ttl,
.price-faq_body {
  padding: 16px 40px 16px 40px;
}
@media (min-width: 980px) {
  .price-faq_ttl,
  .price-faq_body {
    padding: 24px 40px 30px 60px;
  }
}
.price-faq_ttl {
  background-color: #d3e3f4;
  position: relative;
  cursor: pointer;
}
.price-faq_ttl::after {
  content: "";
  width: 13px;
  height: 17px;
  position: absolute;
  left: 13px;
  top: 22px;
  background: url("/wp-content/themes/itb_202504/dist/assets/images/price_q.svg")
    no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 980px) {
  .price-faq_ttl::after {
    left: 28px;
    top: 30px;
    width: 16px;
    height: 21px;
  }
}
.price-faq_ttl::before {
  content: "";
  width: 16px;
  height: 8px;
  position: absolute;
  right: 16px;
  top: 28px;
  background: url("/wp-content/themes/itb_202504/dist/assets/images/price_arrow.svg")
    no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (min-width: 980px) {
  .price-faq_ttl::before {
    width: 16px;
    height: 8px;
    right: 28px;
    top: 38px;
  }
}
.price-faq_ttl.is-open::before {
  transform: rotate(180deg);
}
.price-faq_body {
  background-color: #fff;
  position: relative;
  display: none;
}
.price-faq_body::after {
  content: "";
  width: 13px;
  height: 14px;
  position: absolute;
  left: 12px;
  top: 25px;
  background: url("/wp-content/themes/itb_202504/dist/assets/images/price_a.svg")
    no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 980px) {
  .price-faq_body::after {
    width: 16px;
    height: 17px;
    left: 28px;
    top: 30px;
  }
}
.security {
  padding-top: 0;
}
.security-header {
  padding-bottom: 0;
  border: none;
}
.service_card_ul {
  display: flex;
  -moz-column-gap: 4%;
  column-gap: 4%;
  flex-wrap: wrap;
  margin: 0 0 0px 0;
}
@media (min-width: 980px) {
  .service_card_ul {
    -moz-column-gap: 2%;
    column-gap: 2%;
    margin: 0 0 0px 0;
  }
}
.service_card_li {
  width: 48%;
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin: 0 0 10px 0;
  border: 1px solid #eaeaea;
  background: #f4f7fa;
  border-radius: 4px;
  padding: 5px;
}
@media (min-width: 980px) {
  .service_card_li {
    width: 32%;
    margin: 0 0 15px 0;
    padding: 15px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
}
.service_card_img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  border-radius: 4px;
  background-color: #fff;
}
@media (min-width: 980px) {
  .service_card_img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
  }
}
.service_card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
  margin: 0;
  box-sizing: border-box;
}
.service_card_ttl {
  margin: 0.4em 0 5px 0;
  word-break: break-all;
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 980px) {
  .service_card_ttl {
    margin: 0.4em 0 11px 0;
    font-size: 18px;
  }
}
.service_card_term {
  font-size: 10px;
  border-radius: 50vw;
  background: #e4e7ea;
  padding: 3px 5px;
  display: inline-block;
  margin: 0 0 2px 0;
  line-height: 1;
}
@media (min-width: 980px) {
  .service_card_term {
    font-size: 11px;
    padding: 5px 10px;
  }
}
.service_pickup {
  background: #1356a3;
  padding: 20px 0;
}
.service_pickup_h2 {
  text-align: center;
  font-size: 28px;
  color: #fff;
  margin: 0 0 10px 0;
}
@media (min-width: 980px) {
  .service_pickup_h2 {
    font-size: 32px;
  }
}
.service_label {
  color: #fff;
  font-weight: bold;
  background: #1356a3;
  padding: 2px 10px;
  display: inline-block;
}
.service_trends {
  padding: 30px 0;
  background: #f4f7fa;
}
@media (min-width: 980px) {
  .service_trends {
    padding: 50px 0;
  }
  .service_trends .wrap {
    display: flex;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.service_trends_ul {
  margin: 12px 0 0 0;
}
@media (min-width: 980px) {
  .service_trends_ul {
    margin: 0;
  }
}
.service_trends_li {
  display: inline-block;
  margin: 0 8px 4px 0;
}
.service_trends_link {
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 50vw;
  background-color: #fff;
  border: 1px solid #d2dae3;
  color: #1356a3;
}
@media (min-width: 980px) {
  .service_trends_link {
    font-size: 14px;
  }
}
.service_body {
  padding: 50px 0;
}
@media (min-width: 980px) {
  .service_body {
    padding: 70px 0;
  }
  .service_body .wrap {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.service_body_left {
  display: none;
}
@media (min-width: 980px) {
  .service_body_left {
    display: block;
    min-width: 180px;
  }
}
.service_block {
  margin: 0 0 30px 0;
}
@media (min-width: 980px) {
  .service_block {
    margin: 0 0 40px 0;
  }
}
.service_body_h3 {
  font-size: 16px;
  font-weight: bold;
  color: #1356a3;
  padding: 0 0 0 12px;
  border-left: 1px solid #1356a3;
  margin: 0 0 10px 0;
}
@media (min-width: 980px) {
  .service_body_h3 {
    font-size: 20px;
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
  }
}
.service_body_category {
  margin: 0px 0 50px 0;
}
@media (min-width: 980px) {
  .service_body_category {
    margin: 20px 0 0 0;
    position: sticky;
    top: 100px;
  }
}
.service_body_category_li {
  font-size: 14px;
}
@media (min-width: 980px) {
  .service_body_category_li {
    margin: 0 0 20px 0;
  }
}
.service_body_category_link {
  border-bottom: 1px solid #bababa;
  display: block;
  padding: 10px 12px;
  font-size: 12px;
  position: relative;
}
@media (min-width: 980px) {
  .service_body_category_link {
    font-size: 1em;
    border-bottom: none;
    padding: 0;
    font-weight: bold;
  }
}
.service_body_category_link:after {
  content: "";
  display: block;
}
body {
  height: 100%;
}
.c-drop-shadow--blue {
  filter: drop-shadow(0px 0px 16px #20d5f5);
}

.default a:link {
  color: #0000ee;
  text-decoration: underline;
}

.default a:visited {
  color: #551a8b;
  text-decoration: underline;
}

/* .default a:hover {
} */

.default a:active {
  color: #ff0000;
  text-decoration: underline;
}

.headline-h3 {
  background-color: #37b1d0 !important;
  color: #fff !important;
}

/* 追加分 */

.mate-bg {
  background-color: #1356A3;
}
.mate-h2 {
  color: #FFF;
}
.review-bg {
  background-color: #f4f7fa;
}

.point-bg {
  background-color: #f4f7fa;
}

.point-flex-contents {
  display: flex;
  flex-direction: column;
  align-items:flex-start;

}
.point-flex-contents:first-of-type {
  margin: 0 0 48px;
}

.point-img-box {
  width: 100%;
  display: block;
}

.img-box-inner {
  width: 100%;
  display: block;
}
.img-box-inner img {
  width: 100%;
  object-fit: cover;
}
.point-text-box {
  width: 100%;
}
.point-text-box h3 {
  display: inline-block;
  font-size: 18px;
  background: linear-gradient(
    129deg,
    rgb(19, 86, 163) 0%,
    rgb(74, 186, 206) 100%
  ); /* グラデーションの色を設定 */
  -webkit-background-clip: text; /* テキストにグラデーションを適用 */
  color: transparent; /* 背景をテキストの色として表示 */
  margin: 16px 0 8px;
}

@media (min-width: 768px) {
  .point-flex-contents {
    flex-direction: column;
    gap: 40px;
  }
  .point-flex-contents:first-of-type {
    margin: 0 0 60px;
  }
  .point-flex-contents:nth-of-type(2n) .point-img-box{
    order: 2;
  }
  .point-flex-contents:nth-of-type(2n) .point-text-box{
    order: 2;
  }
  .point-img-box {
    width: 100%;
  }
  .point-text-box {
    width: 100%;
  }
  .point-text-box h3 {
    font-size: 20px;
    margin: 0 0 16px;
  }
}
@media (min-width: 1024px) {
  .point-flex-contents {
    flex-direction: row;
    gap: 40px;
    min-height: 0;
  }
  .point-flex-contents:first-of-type {
    margin: 0 0 96px;
  }
  .point-flex-contents:nth-of-type(2n) .point-img-box{
    order: 2;
  }
  .point-flex-contents:nth-of-type(2n) .point-text-box{
    order: 1;
  }
  .point-img-box {
    width: 50%;
    position: relative;

  }
  .img-box-inner {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
  }
  
  .img-box-inner img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }

  .point-text-box {
    width: 50%;
  }
  .point-text-box h3 {
    font-size: 24px;
  }
}

.meta-wrap {
  width: 100%;
}
.mate-contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.meta-item {
  width: 100%;
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
}
.meta-img-box {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.meta-img-box img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}
.meta-text-box h3 {
  font-size: 18px;
  margin: 24px 0;
  line-height: 1.4; /* 1行の高さ */
}

@media (min-width: 1024px) {
  .meta-wrap {
    width: 85%;
  }
  .mate-contents {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .meta-item {
    width: 33%;
  }
  .meta-text-box h3 {
    min-height: 3em;
    line-height: 1.5em; /* 1行の高さ */
    overflow: hidden;
  }
}
.top-page-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.function-contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.function-card {
  width: 100%;
  max-height: 480px;
  min-height: 300px;
  padding: 28px 28px 44px 28px;
  background-color: #37b1d0;
  border-radius: 8px;
  color: #FFF;
}
.function-card-headline {
  display: flex;
  margin: 0 0 16px;
  align-items: center;
  gap: 8px;
}
.function-card-headline h3 {
  width: 85%;
  font-size: 18px;
  line-height: 1.4;
}
.function-icon {
  width: 15%;
  position: relative;
  height: 100%;
  max-width: 50px;
}

.icon-box-inner {
  width: 100%;
  display: block;
  padding-top: 100%;
  background-color: #fff;
  border-radius: 50%;
  position: relative;

}
.icon-box-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
}

.function-text-list {
  list-style: square!important;
  padding-left: 22px!important;
}
.function-text-list li::marker {
  font-size: 16px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .top-page-wrap {
    width: 85%;
  }
  .function-contents {
    justify-content: center;
  }
  .function-card {
    max-height: 440px;
    min-height: 272px;
  }
  .function-card-headline {
    margin: 0 0 24px;
    gap: 8px;
  }
  .function-icon {
    width: 10%;
  }
}

@media (min-width: 1024px) {
  .function-contents {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .function-card {
    width: calc(100% / 2 - 16px);
    max-height: 440px;
  }
  .function-icon {
    width: 14%;
  }
}
@media (min-width: 1440px) {
  .function-card {
    width: calc(100% / 3 - 16px);
    min-height: 340px;
    max-height: 440px;
  }
  .function-card-headline {
    margin: 0 0 24px;
    gap: 12px;
  }
}

.function-card:nth-of-type(2n-1) {
  background-color: #399BC3;
}

.function-card:nth-of-type(2n) {
  background-color: #37B1D0;
}

.top-news-section {
  background: linear-gradient(
    129deg,
    rgb(19, 86, 163) 0%,
    rgb(74, 186, 206) 100%
  ); 
  position: relative;
}
.top-news-section:after,
.top-news-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top-news-section:after {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/index-bg-dots.png");
  background-size: 35px 35px;
  opacity: 0.05;
  z-index: 1;
}
.top-news-section:before {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/index-bg-graph.svg");
  background-size: 100% 100%;
  mix-blend-mode: multiply;
  z-index: 1;
}

.news-contents {
  margin: 0 auto 64px;
  width: 100%;
  position: relative;
  z-index: 10;
}

.news-item {
  width: 100%;
}
.news-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 8px;
  border-bottom: solid 1px #fff;
  transition: transform 0.3s ease, background-color 0.3s ease;
  position: relative;
  width: 100%;
  justify-content: space-between;
}
.news-item a .news-date {
  color: #fff;
  margin: 0 40px 0 0;
  font-weight: 400;
  font-size: 12px;
  transition: transform 0.3s ease,color 0.3s ease;
}
.news-item a .news-title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: transform 0.3s ease,color 0.3s ease;
}
@media (min-width: 768px) {
  .news-item a {
    padding: 32px 40px;
  }
  .news-item a .news-date {
    margin: 0 40px 0 0;
    font-size: 14px;
  }
  .news-item a .news-title {
    font-size: 18px;
  }
}
.news-item a:hover {
  background-color: white; /* 背景を白に変更 */
}
.news-text-contents {
  display: flex;
  align-items: center;
}
/* .news-item::after {
    background: url("/wp-content/themes/itb_202504/dist/assets/images/arrow-white.svg")
      no-repeat;
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      top: 50%;
      right: 8px;
      transform: translate(0%, -50%);
    background-size: 100% 100%;
    color: transparent;
  }
.news-item:hover::after {
    background: url("/wp-content/themes/itb_202504/dist/assets/images/arrow-blue.svg")
      no-repeat;
    background-size: 100% 100%;
    color: transparent;
  } */
.news-item a:hover .news-date {
  color: #707070;
  transform: translateX(5px); /* 日付部分が右にずれる */
}
.news-item a:hover .news-title {
  color: #1356A3; /* 青色に変更 */
  transform: translateX(5px); /* タイトル部分が右にずれる */
}
/* .news-item {
  transition: transform 0.3s ease, background-color 0.3s ease;
  position: relative;
} */
.news-arrow-icon {
  transition: background-color 0.3s ease;
  position: relative;
  display: block;
  width: 10%;
}
.news-arrow-icon::after {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/arrow-white.svg")
  no-repeat;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  background-size: 100% 100%;
  color: transparent;
}
.news-item a:hover .news-arrow-icon::after {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/arrow-blue.svg")
  no-repeat;
  background-size: 100% 100%;
  color: transparent;
}
/* 全体のスタイル */
.review-section {
  padding: 40px 0;
  background-color: #F4F7FA;
  text-align: center;
}
.review-contents {
  width: 100%;
  position: relative;
}
@media (min-width:768px) {
  .review-section {
    padding: 60px 0;
  }
}
@media (min-width:1024px) {
  .review-section {
    padding: 100px 0;
  }
    .review-contents {
      width: 85%;
      position: relative;
      margin: 0 auto;
    }
  }



.wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width:768px) {
  .wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

/* Swiperの基本設定 */
.swiper {
  width: 100%;
  position: relative;
}

/* スライドのスタイル */
.swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-slide {
  display: flex;  
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-slide::before {
  content: "";
  max-width: 640px;
  width: 100%;
  padding-top: 31.25%;

}

.swiper-slide img {
  max-width: 640px; /* 画像の最大幅を640pxに固定 */
  width: 100%; /* 親要素の幅に応じて縮小 */
  height: auto; /* 縦横比を維持 */
  display: block;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: auto; /* `::before` で確保したエリアにフィット */
}


/* Swiperのナビゲーションボタン */
.review-contents .swiper-button-prev,
.review-contents .swiper-button-next {
  position: absolute;
  top: 55%;
  width: 24px;
  height: 24px;
  background-color: #1356A3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Swiperのデフォルトアイコンを非表示 */
.review-contents .swiper-button-prev::after {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/arrow-white.svg")
    no-repeat;
    background-position: center;
  background-size: 100% 100%;
  color: transparent;
  transform: rotate(180deg)translateX(-2px);
  width: 50%;
}
.review-contents .swiper-button-next::after {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/arrow-white.svg")
    no-repeat;
  background-size: 100% 100%;
  transform: translateX(-2px);
  color: transparent;
  width: 50%;
}

/* ホバー時のスタイル */
.review-contents .swiper-button-prev:hover,
.review-contents .swiper-button-next:hover {
  background-color: #0f4a8a;
}


/* ページネーションのデザイン（モバイル用） */
.review-contents .swiper-pagination-bullet {
  margin: 50px 0 0;
  display: none;
}
/* 前のボタン（左側） */
.review-contents .swiper-button-prev {
  left: -21px; /* スライダーの外側に配置 */
}

/* 次のボタン（右側） */
.review-contents .swiper-button-next {
  right: -21px; /* スライダーの外側に配置 */
}

@media (min-width: 768px) {
.review-contents .swiper-button-prev,
.review-contents .swiper-button-next {
  top: 50%;
  width: 42px;
  height: 42px;
}
.review-contents .swiper-button-prev::after,
.review-contents .swiper-button-next::after {
  font-size: 16px;
}
  .review-contents .swiper-pagination {
    display: none; 
  }
  .review-contents .swiper-button-prev {
    left: -20px; /* スライダーの外側に配置 */
  }
  .review-contents .swiper-button-next {
    right: -20px; /* スライダーの外側に配置 */
  }
}
@media (min-width: 1024px) {
  .review-contents .swiper-button-prev,
  .review-contents .swiper-button-next {
    width: 50px;
    height: 50px;
  }
  .review-contents .swiper-pagination {
    display: none;
  }
  .review-contents .swiper-button-prev {
    left: -64px; /* スライダーの外側に配置 */
  }
  .review-contents .swiper-button-next {
    right: -64px; /* スライダーの外側に配置 */
  }
}
/* お知らせ一覧ページ */
.news-page-section {
  padding: 60px 0;
}
.news-page-item a {
  display: flex;
  justify-content: space-between;
  padding: 24px 16px;
  align-items: center;
  border-bottom: 1px solid #DBDBDB;
  gap: 16px;
  background-color: #FFF;
  transition: background-color 0.3s ease-in-out;

}

.news-page-date {
  font-size: 12px;
  color: #707070;
  transition: transform 0.3s ease-in-out;
  margin: 0 16px 0 0;
}
.news-page-title {
  font-size: 14px;
  color: #342732;
  transition: transform 0.3s ease-in-out;
}

.news-page-item a:hover {
  background-color: #F4F7FA; 
}
.news-page-item a:hover .news-page-date {
  transform: translateX(5px); /* 日付部分が右にずれる */
}
.news-page-item a:hover .news-page-title {
  transform: translateX(5px); /* タイトル部分が右にずれる */
}
.news-page-item .news-arrow-icon::after {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/arrow-black.svg")
  no-repeat;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  background-size: 100% 100%;
  color: transparent;
}
.news-pagination {
  display: block;
  text-align: center;
  margin: 100px 0 0;
}
.news-pagination .pagination {
  display: flex;
  justify-content: center;
  list-style: none;
}
.news-pagination .pagination li {
  margin: 0 4px;
}
.news-pagination .pagination li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  padding: 14px;
  border-radius: 50%;
  color: #C3C3C3;
  background-color: #fff;
  position: relative;
}
.news-pagination .pagination .active span {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  padding: 14px;
  border-radius: 50%;
  color: #fff;
  background-color: #3C82B5;
}
@media (min-width: 980px) {
  .news-page-section {
    padding: 60px 0;
  }
  .news-page-item a {
    display: flex;
    padding: 32px 40px;
    align-items: center;
    border-bottom: 1px solid #DBDBDB;
    gap: 16px;
    background-color: #FFF;
    transition: background-color 0.3s ease-in-out;
  
  }
  
  .news-page-date {
    font-size: 16px;
    color: #707070;
    transition: transform 0.3s ease-in-out;
    margin: 0 40px 0 0;

  }
  .news-page-title {
    font-size: 18px;
    color: #342732;
    transition: transform 0.3s ease-in-out;
  }
  
  .news-page-item a:hover {
    background-color: #F4F7FA; 
  }
  .news-page-item a:hover .news-page-date {
    transform: translateX(5px); /* 日付部分が右にずれる */
  }
  .news-page-item a:hover .news-page-title {
    transform: translateX(5px); /* タイトル部分が右にずれる */
  }
}
/* お知らせ詳細 */
.news-single-headline {
  width: 100%;
  position: relative;
  padding: 0 4px;
  padding-bottom: 16px; /* 下線との余白を調整 */
}

.news-single-headline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px; 
  background: linear-gradient(
    129deg,
    rgb(19, 86, 163) 0%,
    rgb(74, 186, 206) 100%
  );
}
.news-single-date {
  font-size: 16px;
  color: #707070;
}
.news-single-title {
  font-size: 24px;
  color: #342732;
}

.news-single-flex {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 40px 0 0;
}

.news-single-thumbnail {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.news-single-thumbnail::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70.7%; /* 16:9 の比率を維持 */
  position: absolute;
  top: 0;
  left: 0;
}
.news-single-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* transform: translate(-50%,-50%); */
}

.news-single-content {
  width: 100%;
}

@media (min-width: 980px) {
  .news-page-section {
    padding: 100px 0;
  }
  .news-single-flex {
    flex-direction: row;    
    gap: 50px;
    margin: 40px 0 0;
  }

  .news-single-thumbnail {
    width: 50%;
  }
  .news-single-content {
    width: 50%;
  }
}

/* ダウンロードページ */
.download-page_main{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-rows: repeat(2, 1fr); */
  /* flex-direction: row; */
  column-gap: 50px;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 980px) {
  .download-page_main{
    display: flex;
    flex-direction: column;
  }
}
.download-page_dc{
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}
.download_img{
  display: block;
  /* object-fit: cover; */
  margin: 0 0 20px 0;
  position: relative;
  width: 100%;
}
.download_img::before {
  content: "";
  display: block;
  padding-top: 57.2183%;
}
.download-page_form{
  width: 100%;
  max-width: 880px;
  padding-top: 60px;
}
.download-hubspot{
  max-width: 680px;
  /* margin: 0 auto; */
  background: #fff;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.16);
  padding: 15px;
  position: relative;
  z-index: 10;
  border-top-color: #1356a3;
  border-top-width: 10px;
}
@media (min-width: 980px) {
  .download-hubspot {
    padding: 40px;
  }
}
.download-hubspot input {
  opacity: 0.3;
}
.download_h3{
  margin: 0 0 12px 0;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.dlpage_button{
  /* display: flex;
  justify-content: center;
  align-items: center; */
  width: 100%;
  margin: 0 auto 60px;
}
.back-home{
  border: 1px solid;
  border-color: #1356A3;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  max-width: 420px;
  margin: 0 auto;
  letter-spacing: 0.1em;
  max-height: 88px;
  position: relative;
  color: #1356a3;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
  padding: 20px;
  background: #fff;
}
.back-home::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0%, -50%);
  background: url('/wp-content/themes/itb_202504/dist/assets/images/arrow-blue.svg') no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
@media (max-width: 980px) {
  .back-home{
    width: 100%;
  }
}
.back-home:hover {
  opacity: 0.6;
}
/* サンクスページ */
.thpage_button{
  width: 100%;
}
.back-home_blue{
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  max-width: 420px;
  margin: 0 auto;
  letter-spacing: 0.1em;
  max-height: 88px;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
  padding: 20px;
  background: #3C82B5;
}
.back-home_blue::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0%, -50%);
  background: url("/wp-content/themes/itb_202504/dist/assets/images/arrow-white.svg")
    no-repeat;
  background-size: 100% 100%;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.back-home_blue:hover {
  opacity: 0.6;
}
.thanks-page_body{
  background-color: #F4F7FA;
  padding: 100px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.thanks_wrap{
    max-width: 580px;
    padding: 0 20px;
    margin: 0 auto;
  }
  @media (min-width: 980px) {
    .thanks_wrap {
      width: 85%;
      max-width: 1980px;
      padding: 0 40px;
      margin: 0 auto;
    }
  }
.thanks_h2{
  font-size: 35px;
  text-align: center;
  margin-bottom: 60px;
}
.sp_br_th{
  display: none;
}
@media(max-width:980px){
  .sp_br_th{
    display: block;
}

.thanks_h2{
  line-height: 1.5;
}
}
.thanks-page_p{
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.4;
  margin-bottom: 60px;
  text-align: center;
}
@media(max-width: 500px){
  .thanks-page_p{
    text-align: left;
  }
}

.title-mg-none {
  margin: 0;
}

.meta-text-box .single-mate-title {
  margin: 0 0 8px;
  min-height: auto;
}

.archive-left-arrow,
.archive-right-arrow {
  position: relative;
  width: 100%;
  height: 100%;
}

.archive-left-arrow::before,
.archive-right-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/itb_202504/dist/assets/images/arrow-gray.svg") no-repeat;
  background-size: 100% 100%;
}

.archive-left-arrow {
  transform: rotate(180deg);
}

.single-news-link-wrap {
  margin-top: 60px;
}

@media (min-width: 980px) {
  .single-news-link-wrap {
    margin-top: 80px;
  }
}
.service-logo-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  margin: 0 auto 64px;
}

/* ロゴリストを横に並べる */
.service-logo-track {
  display: inline-flex; /* クローンとの隙間をなくす */
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  animation: scrollLoop 25s linear infinite;
  margin: 8px 0;
}
@media (min-width:768px) {
  .service-logo-track {
    animation: scrollLoop 35s linear infinite;
  }
}
@media (min-width:768px) {
  .service-logo-track {
    animation: scrollLoop 60s linear infinite;
  }
}

/* 1セットのロゴリスト */
.service-logo-list {
  display: grid;
  grid-template-columns: repeat(14, 100px);
  grid-auto-rows: 100px;
  gap: 10px;
  width: 200%;
}
.service-logo-list[data-items] {
  grid-template-columns: repeat(var(--columns, 14), 100px); /* アイテム数に応じて変更 */
}


/* ロゴのスタイル */
.service-logo-item {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-logo-item img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

/* 無限ループアニメーション */
@keyframes scrollLoop {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-100%);
  }
}

.partner-section-title {
  margin: 0 0 40px;
}

@media (min-width:980px) {
  .partner-section-title {
    margin: 0 0 50px;
  }
}

.hidden-section {
  display: none;
}
.header-sp {
  display: block;
  width: 100%;
}
@media (min-width:768px) {
  .header-sp {
    display: block;
  }
}
@media (min-width:980px) {
  .header-sp {
    display: block!important;
  }
}
@media (min-width:1024px) {
  .header-sp {
    display: block!important;
  }
}
@media (min-width:1440px) {
  .header-sp {
    display: none!important;
  }
}

.pd-mobile-32 {
  padding: 0 24px;
}
@media (min-width:980px) {
  .pd-mobile-32 {
    padding: 0 40px;
  }
  .index-service.pd-mobile-32 {
    padding: 0 40px;
  }
}

.list-text {
  list-style: disc!important;
  padding-left: 22px!important;
}
.list-text li::marker {
  font-size: 16px;
  vertical-align: middle;
}
/* スマホでは改行なし */
.br-pc {
  display: none;
}

/* PCでは改行を表示 */
@media (min-width: 1024px) {
  .br-pc {
    display: inline;
  }
}
