@charset "UTF-8";

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */

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

/* Lists (enumeration) */

/* ============================================ */

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

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

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

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

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

/**
 * Fix appearance for Firefox
 */

[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?4y1c31") format("truetype"), url("fonts/icomoon.woff?4y1c31") format("woff"), url("fonts/icomoon.svg?4y1c31#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_down:before {
  content: "\e905";
}

.icon-arrow_left:before {
  content: "\e903";
}

.icon-arrow_right:before {
  content: "\e904";
}

.icon-arrow_up:before {
  content: "\e900";
}

.icon-caret_down:before {
  content: "\e90e";
}

.icon-caret_left:before {
  content: "\e90f";
}

.icon-caret_right:before {
  content: "\e910";
}

.icon-caret_up:before {
  content: "\e911";
}

.icon-download:before {
  content: "\e91d";
}

.icon-file:before {
  content: "\e912";
}

.icon-file_download:before {
  content: "\e91e";
}

.icon-list:before {
  content: "\e90d";
}

.icon-mail:before {
  content: "\e913";
}

.icon-new_window:before {
  content: "\e901";
}

.icon-search:before {
  content: "\e914";
}

.icon-small_arrow_down:before {
  content: "\e915";
}

.icon-small_arrow_left:before {
  content: "\e916";
}

.icon-small_arrow_right:before {
  content: "\e917";
}

.icon-small_arrow_up:before {
  content: "\e918";
}

.icon-thin_arrow_down:before {
  content: "\e909";
}

.icon-thin_arrow_left:before {
  content: "\e90a";
}

.icon-thin_arrow_right:before {
  content: "\e90b";
}

.icon-thin_arrow_up:before {
  content: "\e90c";
}

.icon-thin_caret_down:before {
  content: "\e919";
}

.icon-thin_caret_left:before {
  content: "\e91a";
}

.icon-thin_caret_right:before {
  content: "\e91b";
}

.icon-thin_caret_up:before {
  content: "\e91c";
}

.icon-triangle_down:before {
  content: "\e908";
}

.icon-triangle_left:before {
  content: "\e906";
}

.icon-triangle_right:before {
  content: "\e907";
}

.icon-triangle_up:before {
  content: "\e902";
}

/*
 * 定数
 */

/*
 * function, mixin
 */

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-arrow-right:before {
  border-left: 22px solid #3F3F3F;
  margin-left: 37px;
}

.mfp-arrow-left:before {
  margin-left: 28px;
  border-right: 22px solid #3F3F3F;
}

.mfp-arrow:before {
  border-top-width: 17px;
  border-bottom-width: 17px;
  opacity: 0.7;
  top: 4px;
}

.mfp-iframe-holder .mfp-content {
  max-height: 100%;
}

.mfp-inline-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-inline-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  max-height: 100%;
}

.mfp-inline-holder .mfp-close {
  color: #FFF;
  top: -40px;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-video-popup {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-video-popup .video {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.show,
.fadeIn1,
.fadeIn2,
.fadeUp,
.groupFadeUp_item,
.popUp,
.groupPopUp_item,
.imgZoomOut,
.parallax,
.blurIn,
.wipeInLeft,
.slideInLeft,
.slideInRight {
  opacity: 0;
}

@keyframes gradient {
  0% {
    background-position: 100% 0%;
  }

  100% {
    background-position: 0% 0%;
  }
}

.block_editor_content :where(a:not([class])) {
  color: #0075C2;
  text-decoration: underline;
}

.block_editor_content :where(a:not([class]))[target=_blank]::after {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-size: larger;
  text-decoration: none;
  margin: 0 0.3em;
  vertical-align: -0.15em;
  line-height: 0;
}

.block_editor_content :where(a:has(> img):not([class]))[target=_blank]::after {
  content: none;
}

.block_editor_content :where(ul) {
  padding-left: 1.25em;
  list-style-type: disc;
}

.block_editor_content :where(ul) li::marker {
  color: #231815;
}

.block_editor_content :where(ol) {
  padding-left: 1.5em;
  list-style-type: decimal;
}

.block_editor_content :where(ol) li {
  padding-left: 0.05em;
}

.block_editor_content :where(table:not([class])) {
  border-collapse: collapse;
}

.block_editor_content :where(table:not([class])) th,
.block_editor_content :where(table:not([class])) td {
  padding: 0.5em 1.5em;
}

.block_editor_content :where(table:not([class])) th {
  background-color: #F4F4F4;
}

.block_editor_content :where(table:not([class])) thead th,
.block_editor_content :where(table:not([class])) tfoot th {
  text-align: center;
  vertical-align: middle;
  background-color: #F4F4F4;
}

.block_editor_content figcaption {
  margin: 0.5em 0;
  text-align: center;
}

.is-style-mt1em_mb1em {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.is-style-mt1em_mb2em {
  margin-top: 1em !important;
  margin-bottom: 2em !important;
}

.is-style-mt1em_mb3em {
  margin-top: 1em !important;
  margin-bottom: 3em !important;
}

.is-style-mt1em_mb4em {
  margin-top: 1em !important;
  margin-bottom: 4em !important;
}

.is-style-mb1em {
  margin-bottom: 1em !important;
}

.is-style-mb2em {
  margin-bottom: 2em !important;
}

.is-style-mb3em {
  margin-bottom: 3em !important;
}

.is-style-mb4em {
  margin-bottom: 4em !important;
}

.is-style-ul_navy li::marker {
  color: #004181 !important;
}

.is-style-itc-table1_sp_block,
.is-style-itc-table1 {
  overflow: visible;
}

.is-style-itc-table1_sp_block table,
.is-style-itc-table1 table {
  width: 100%;
}

.is-style-itc-table1_sp_block table thead,
.is-style-itc-table1_sp_block table tfoot,
.is-style-itc-table1 table thead,
.is-style-itc-table1 table tfoot {
  border: none;
}

.is-style-itc-table1_sp_block table thead th,
.is-style-itc-table1_sp_block table thead td,
.is-style-itc-table1_sp_block table tfoot th,
.is-style-itc-table1_sp_block table tfoot td,
.is-style-itc-table1 table thead th,
.is-style-itc-table1 table thead td,
.is-style-itc-table1 table tfoot th,
.is-style-itc-table1 table tfoot td {
  padding: 20px;
  background-color: transparent;
}

.is-style-itc-table1_sp_block table th,
.is-style-itc-table1_sp_block table td,
.is-style-itc-table1 table th,
.is-style-itc-table1 table td {
  position: relative;
  padding: 20px;
  font-size: 1rem;
  line-height: 2.1875;
  border: none;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}

.is-style-itc-table1_sp_block table td,
.is-style-itc-table1 table td {
  padding-left: 0;
  padding-right: 0;
}

.is-style-itc-table1_sp_block table td:first-child,
.is-style-itc-table1_sp_block table th,
.is-style-itc-table1 table td:first-child,
.is-style-itc-table1 table th {
  padding-left: 50px;
  padding-right: 65px;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: bold;
}

.is-style-itc-table1_sp_block table td:first-child::before,
.is-style-itc-table1_sp_block table td:first-child::after,
.is-style-itc-table1_sp_block table th:first-child::before,
.is-style-itc-table1_sp_block table th:first-child::after,
.is-style-itc-table1 table td:first-child::before,
.is-style-itc-table1 table td:first-child::after,
.is-style-itc-table1 table th:first-child::before,
.is-style-itc-table1 table th:first-child::after {
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #004181;
}

.is-style-itc-table1_sp_block table td:first-child::before,
.is-style-itc-table1_sp_block table th:first-child::before,
.is-style-itc-table1 table td:first-child::before,
.is-style-itc-table1 table th:first-child::before {
  content: "";
  top: -1.5px;
}

.is-style-itc-table1_sp_block table tr:last-of-type td:first-child::after,
.is-style-itc-table1_sp_block table tr:last-of-type th:first-child::after,
.is-style-itc-table1 table tr:last-of-type td:first-child::after,
.is-style-itc-table1 table tr:last-of-type th:first-child::after {
  content: "";
  bottom: -1.5px;
}

.is-style-itr-table1 table {
  width: 100%;
}

.is-style-itr-table1 table th,
.is-style-itr-table1 table td {
  padding: 30px 0;
  border: none;
  border-bottom: 1px solid #D0D0D0;
}

.is-style-itr-table1 table td {
  padding-left: 15px;
  padding-right: 70px;
}

.is-style-itr-table1 table td:first-child,
.is-style-itr-table1 table th {
  padding-left: 60px;
  padding-right: 15px;
  vertical-align: middle;
  font-weight: bold;
}

.is-style-itr-table_step table {
  width: 100%;
}

.is-style-itr-table_step table th,
.is-style-itr-table_step table td {
  position: relative;
  padding: 31px 0;
  border: none;
  border-bottom: 1px solid #D0D0D0;
  vertical-align: middle;
}

.is-style-itr-table_step table td {
  padding-left: 20px;
  padding-right: 70px;
}

.is-style-itr-table_step table td:first-child,
.is-style-itr-table_step table th {
  width: 18%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: bold;
  color: #0075C2;
}

.is-style-itr-table_step table td:first-child .number,
.is-style-itr-table_step table th .number {
  margin-left: 0.1em;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 2rem;
  line-height: 1;
  vertical-align: -5px;
}

/*
 * 　ページ共通
 */

html {
  font-size: 16px;
  line-height: 2;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
}

.grecaptcha-badge {
  visibility: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

ul li a,
p a {
  color: #0075C2;
}

ul {
  list-style-type: none;
}

p {
  text-align: justify;
}

.cf::after,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.-align_center {
  text-align: center !important;
}

.-align_center p {
  text-align: center !important;
}

.-font_larger {
  font-size: larger !important;
}

.-font_smaller {
  font-size: smaller !important;
}

.-indent1em {
  display: inline-block;
  padding-left: 1em;
}

.-indent2em {
  display: inline-block;
  padding-left: 2em;
}

.-indent3em {
  display: inline-block;
  padding-left: 3em;
}

.-display_none {
  display: none !important;
}

.-mt0em {
  margin-top: 0em !important;
}

.-mt0em_half {
  margin-top: 0.5em !important;
}

.-mb0em {
  margin-bottom: 0em !important;
}

.-mb0em_half {
  margin-bottom: 0.5em !important;
}

.-pt0em {
  padding-top: 0em !important;
}

.-pt0em_half {
  padding-top: 0.5em !important;
}

.-pb0em {
  padding-bottom: 0em !important;
}

.-pb0em_half {
  padding-bottom: 0.5em !important;
}

.-mt1em {
  margin-top: 1em !important;
}

.-mt1em_half {
  margin-top: 1.5em !important;
}

.-mb1em {
  margin-bottom: 1em !important;
}

.-mb1em_half {
  margin-bottom: 1.5em !important;
}

.-pt1em {
  padding-top: 1em !important;
}

.-pt1em_half {
  padding-top: 1.5em !important;
}

.-pb1em {
  padding-bottom: 1em !important;
}

.-pb1em_half {
  padding-bottom: 1.5em !important;
}

.-mt2em {
  margin-top: 2em !important;
}

.-mt2em_half {
  margin-top: 2.5em !important;
}

.-mb2em {
  margin-bottom: 2em !important;
}

.-mb2em_half {
  margin-bottom: 2.5em !important;
}

.-pt2em {
  padding-top: 2em !important;
}

.-pt2em_half {
  padding-top: 2.5em !important;
}

.-pb2em {
  padding-bottom: 2em !important;
}

.-pb2em_half {
  padding-bottom: 2.5em !important;
}

.-mt3em {
  margin-top: 3em !important;
}

.-mt3em_half {
  margin-top: 3.5em !important;
}

.-mb3em {
  margin-bottom: 3em !important;
}

.-mb3em_half {
  margin-bottom: 3.5em !important;
}

.-pt3em {
  padding-top: 3em !important;
}

.-pt3em_half {
  padding-top: 3.5em !important;
}

.-pb3em {
  padding-bottom: 3em !important;
}

.-pb3em_half {
  padding-bottom: 3.5em !important;
}

.-mt4em {
  margin-top: 4em !important;
}

.-mt4em_half {
  margin-top: 4.5em !important;
}

.-mb4em {
  margin-bottom: 4em !important;
}

.-mb4em_half {
  margin-bottom: 4.5em !important;
}

.-pt4em {
  padding-top: 4em !important;
}

.-pt4em_half {
  padding-top: 4.5em !important;
}

.-pb4em {
  padding-bottom: 4em !important;
}

.-pb4em_half {
  padding-bottom: 4.5em !important;
}

.-mt5em {
  margin-top: 5em !important;
}

.-mt5em_half {
  margin-top: 5.5em !important;
}

.-mb5em {
  margin-bottom: 5em !important;
}

.-mb5em_half {
  margin-bottom: 5.5em !important;
}

.-pt5em {
  padding-top: 5em !important;
}

.-pt5em_half {
  padding-top: 5.5em !important;
}

.-pb5em {
  padding-bottom: 5em !important;
}

.-pb5em_half {
  padding-bottom: 5.5em !important;
}

.-mt6em {
  margin-top: 6em !important;
}

.-mt6em_half {
  margin-top: 6.5em !important;
}

.-mb6em {
  margin-bottom: 6em !important;
}

.-mb6em_half {
  margin-bottom: 6.5em !important;
}

.-pt6em {
  padding-top: 6em !important;
}

.-pt6em_half {
  padding-top: 6.5em !important;
}

.-pb6em {
  padding-bottom: 6em !important;
}

.-pb6em_half {
  padding-bottom: 6.5em !important;
}

.-w98per {
  display: block;
  transform: scaleX(0.98);
  transform-origin: left;
  width: 102.0408163265%;
}

.-w95per {
  display: block;
  transform: scaleX(0.95);
  transform-origin: left;
  width: 105.2631578947%;
}

.-w90per {
  display: block;
  transform: scaleX(0.9);
  transform-origin: left;
  width: 111.1111111111%;
}

.-w75per {
  display: block;
  transform: scaleX(0.75);
  transform-origin: left;
  width: 133.3333333333%;
}

.-w60per {
  display: block;
  transform: scaleX(0.6);
  transform-origin: left;
  width: 166.6666666667%;
}

/*
 * 定数
 */

/*
 * function, mixin
 */

.ITR-blog_content::after {
  content: "";
  display: block;
  clear: both;
}

.ITR-blog_content section::after {
  content: "";
  display: block;
  clear: both;
}

.ITR-blog_content a:not([class]) {
  color: #20BEF8;
  text-decoration: underline;
}

.ITR-blog_content a:not([class])[target=_blank]::after {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-size: larger;
  text-decoration: none;
  margin: 0 0.3em;
  vertical-align: -0.15em;
  line-height: 0;
}

.ITR-blog_content ol:not([class]) {
  padding-left: 1.2em;
  list-style-type: decimal;
}

.ITR-blog_content ol:not([class]) li {
  padding-left: 0.3em;
}

.ITR-blog_content ul:not([class]) {
  padding-left: 1.2em;
  list-style-type: disc;
}

.ITR-blog_content ul:not([class]) li {
  padding-left: 0.3em;
}

.ITR-blog_content em {
  font-style: italic;
}

.ITR-blog_content blockquote {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 1em 2em;
  background-color: white;
}

.ITR-blog_content hr {
  border: none;
  background-color: #B9B9B9;
  height: 1px;
}

.ITR-blog_content .aligncenter,
.ITR-blog_content .alignright,
.ITR-blog_content .alignleft {
  display: block;
  float: none;
  margin: 0;
}

.ITR-blog_content .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.ITR-blog_content .alignright {
  margin-left: auto;
}

.ITR-blog_content .alignleft {
  margin-right: auto;
}

.ITR-blog_content table:not([class]) {
  border-collapse: collapse;
}

.ITR-blog_content table:not([class]) th,
.ITR-blog_content table:not([class]) td {
  padding: 0.5em 1.5em;
  border: 1px solid #B9B9B9;
}

.ITR-blog_content table:not([class]) th {
  background-color: white;
}

.ITR-blog_content table:not([class]) thead th {
  text-align: center;
  vertical-align: middle;
  color: white;
  background-color: white;
}

.ITR-breadcrumb {
  position: relative;
  width: 1100px;
  margin: 0 auto -50px;
  padding: 10px 0;
  text-align: right;
  z-index: 500;
}

.ITR-breadcrumb .home,
.ITR-breadcrumb .home + .separator {
  display: none;
}

.ITR-breadcrumb a,
.ITR-breadcrumb span {
  display: inline-block;
  line-height: 1.1;
}

.ITR-breadcrumb a {
  color: #0075C2;
}

.ITR-breadcrumb .separator {
  margin: auto 18px;
  vertical-align: 2px;
}

.ITR-breadcrumb [property=name] {
  max-width: 16rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ITR-button_left_arrow,
.ITR-button_right_arrow {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

.ITR-button_left_arrow.-smaller,
.ITR-button_right_arrow.-smaller {
  width: 60px;
  height: 60px;
}

.ITR-button_left_arrow.-smaller::after,
.ITR-button_right_arrow.-smaller::after {
  font-size: 1.03125rem;
}

.ITR-button_left_arrow::after,
.ITR-button_right_arrow::after {
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.375rem;
}

.ITR-button_left_arrow {
  background: linear-gradient(-221deg, #0052C2 12.5%, #20BEF8 82.5%);
}

.ITR-button_left_arrow::after {
  content: "\e903";
}

.ITR-button_left_arrow.-smaller::after {
  content: "\e916";
}

.ITR-button_right_arrow {
  background: linear-gradient(139deg, #20BEF8 20%, #0052C2 85%);
}

.ITR-button_right_arrow::after {
  content: "\e904";
}

.ITR-button_right_arrow.-smaller::after {
  content: "\e917";
}

.ITR-button_page_link1 {
  position: relative;
  display: inline-block;
  margin: 10px 5px 10px 0;
  padding: 0 15px 1px 15px;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: bold;
  color: #0075C2;
  border: 2px solid #0075C2;
  border-radius: 1000px;
}

.ITR-button_page_link1::after {
  content: "\e908";
  display: inline-block;
  font-family: "icomoon";
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  color: #20BEF8;
  margin-left: 6px;
  vertical-align: -1px;
}

.ITR-button1 {
  position: relative;
  display: inline-block;
  min-width: 265px;
  margin: 20px 0;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: bold;
  color: white;
  text-align: center;
  white-space: nowrap;
  padding: 23px 80px 23px 50px;
  background: linear-gradient(107deg, #20BEF8 10%, #0052C2 85%);
  border-radius: 200px;
  cursor: pointer;
  z-index: 1;
}

.ITR-button1::after,
.ITR-button1 .loading,
.ITR-button1 .icon_arrow_right,
.ITR-button1 .icon_arrow_left,
.ITR-button1 .icon_arrow_down,
.ITR-button1 .icon_list {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
}

.ITR-button1::after {
  content: "";
  display: block;
  background-color: #0075C2;
  mix-blend-mode: multiply;
  border-radius: 100%;
  z-index: 2;
}

.ITR-button1 .loading {
  z-index: 3;
  animation: loading_spin 2s linear infinite;
}

.ITR-button1 .loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid white;
  border-top: 2px solid transparent;
  border-radius: 100%;
}

@keyframes loading_spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}

.ITR-button1 .icon_arrow_right,
.ITR-button1 .icon_arrow_left,
.ITR-button1 .icon_arrow_down,
.ITR-button1 .icon_list {
  z-index: 3;
}

.ITR-button1 .icon_arrow_right::after,
.ITR-button1 .icon_arrow_left::after,
.ITR-button1 .icon_arrow_down::after,
.ITR-button1 .icon_list::after {
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: normal;
  line-height: 1;
  color: white;
}

.ITR-button1 .icon_arrow_right::after {
  content: "\e904";
  font-size: 17px;
}

.ITR-button1 .icon_arrow_left::after {
  content: "\e903";
  font-size: 17px;
}

.ITR-button1 .icon_arrow_down::after {
  content: "\e905";
  font-size: 17px;
}

.ITR-button1 .icon_list::after {
  content: "\e90d";
  font-size: 21px;
}

.ITR-button1.-icon_left {
  padding: 23px 50px 23px 80px;
}

.ITR-button1.-icon_left::after,
.ITR-button1.-icon_left .loading,
.ITR-button1.-icon_left .icon_arrow_right,
.ITR-button1.-icon_left .icon_arrow_left,
.ITR-button1.-icon_left .icon_arrow_down,
.ITR-button1.-icon_left .icon_list {
  left: 5px;
}

.ITR-button1.-icon_left::after {
  background-color: #0075C2;
}

.ITR-button1:disabled {
  background: linear-gradient(107deg, #bbb 10%, #555 85%);
  cursor: not-allowed;
}

.ITR-button1:disabled::after {
  background-color: #333;
}

.ITR-button1:disabled.-icon_left::after {
  background-color: #666;
}

.ITR-button2 {
  position: relative;
  display: inline-block;
  margin: 20px;
  padding: 19px 75px 21px 75px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  background: linear-gradient(99deg, #20BEF8 20%, #0052C2 70%);
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

.ITR-button2.-new_window::after {
  content: "\e901";
  display: inline-block;
  margin: 0 7px;
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1;
  vertical-align: -3px;
}

.ITR-two_col {
  position: relative;
  display: flex;
}

.ITR-two_col .left,
.ITR-two_col .right {
  position: relative;
  width: 50%;
}

.ITR-two_col_image_left,
.ITR-two_col_image_right {
  display: flex;
  justify-content: space-between;
}

.ITR-two_col_image_left > .text,
.ITR-two_col_image_right > .text {
  width: 50%;
}

.ITR-two_col_image_left > .image,
.ITR-two_col_image_right > .image {
  position: relative;
  width: calc(50% - 50px);
  margin-top: 5px;
  padding-top: calc((50% - 50px) / 1.52);
  align-self: flex-start;
}

.ITR-two_col_image_left > .image img,
.ITR-two_col_image_right > .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
}

.ITR-two_col_image_left > .text {
  order: 2;
}

.ITR-two_col_image_left > .image {
  order: 1;
}

.ITR-two_col_image_right > .text {
  order: 1;
}

.ITR-two_col_image_right > .image {
  order: 2;
  text-align: right;
}

.ITR-two_col_pill_image_left,
.ITR-two_col_pill_image_right {
  display: flex;
  align-items: center;
}

.ITR-two_col_pill_image_left .text,
.ITR-two_col_pill_image_right .text {
  width: 50%;
}

.ITR-two_col_pill_image_left .image,
.ITR-two_col_pill_image_right .image {
  width: 960px;
  height: 515px;
}

.ITR-two_col_pill_image_left .image img,
.ITR-two_col_pill_image_right .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITR-two_col_pill_image_left .text {
  order: 2;
}

.ITR-two_col_pill_image_left .image {
  order: 1;
  margin: 10px 50px 10px calc(50% - 960px);
  border-radius: 0 1000px 1000px 0;
  overflow: hidden;
}

.ITR-two_col_pill_image_right .text {
  order: 1;
}

.ITR-two_col_pill_image_right .image {
  order: 2;
  margin: 10px calc(50% - 960px) 10px 50px;
  border-radius: 1000px 0 0 1000px;
  overflow: hidden;
}

.ITR-content_title1 > .wp-block-group__inner-container > .title,
.ITR-content_title1 > .title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 3.75rem;
  line-height: 1.2166666667;
  font-weight: bold;
  color: #FDF994;
  -webkit-clip-path: inset(0% 100% 0% 0%);
  clip-path: inset(0% 100% 0% 0%);
}

.ITR-content_title1 > .wp-block-group__inner-container > .title .cloneTitle,
.ITR-content_title1 > .title .cloneTitle {
  position: absolute;
  top: 0;
  left: 0;
  color: #00426E;
  -webkit-clip-path: inset(0% 100% 0% 0%);
  clip-path: inset(0% 100% 0% 0%);
}

.editor-styles-wrapper .ITR-content_title1 > .wp-block-group__inner-container > .title,
.editor-styles-wrapper .ITR-content_title1 > .title {
  -webkit-clip-path: none;
  clip-path: none;
  color: #00426E;
}

.ITR-content_title1 > .wp-block-group__inner-container > .subhead,
.ITR-content_title1 > .subhead {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -2px;
  padding-left: 63px;
  background: url(../img_r/content_title1_pc.svg) no-repeat;
  background-position: 0 10px;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: bold;
  -webkit-clip-path: inset(0% 100% 0% 0%);
  clip-path: inset(0% 100% 0% 0%);
}

.editor-styles-wrapper .ITR-content_title1 > .wp-block-group__inner-container > .subhead,
.editor-styles-wrapper .ITR-content_title1 > .subhead {
  -webkit-clip-path: none;
  clip-path: none;
  color: #00426E;
}

.ITR-content_title1.-white > .wp-block-group__inner-container > .title .cloneTitle,
.ITR-content_title1.-white > .title .cloneTitle {
  color: white;
}

.editor-styles-wrapper .ITR-content_title1.-white > .wp-block-group__inner-container > .title,
.editor-styles-wrapper .ITR-content_title1.-white > .title {
  color: white;
}

.ITR-content_title1.-white > .wp-block-group__inner-container > .subhead,
.ITR-content_title1.-white > .subhead {
  color: white;
  background-image: url(../img_r/content_title1_white_pc.svg);
}

.editor-styles-wrapper .ITR-content_title1.-white > .wp-block-group__inner-container > .subhead,
.editor-styles-wrapper .ITR-content_title1.-white > .subhead {
  color: white;
}

.is-style-ITR-content_title2,
.ITR-content_title2 {
  width: 100%;
  padding: 28px 48px;
  font-size: 1.75rem;
  line-height: 1.4285714286;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: #0075C2;
  border-radius: 48px;
}

.is-style-ITR-content_title3,
.ITR-content_title3 {
  position: relative;
  padding-left: 25px;
  font-size: 1.75rem;
  line-height: 1.4642857143;
  font-weight: bold;
  color: #0075C2;
}

.is-style-ITR-content_title3::before,
.ITR-content_title3::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../img_r/content_title3.svg) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.is-style-ITR-content_title4,
.is-style-ITR-content_title4--yellow,
.ITR-content_title4 {
  padding: 29px 100px 31px 100px;
  font-size: 1.75rem;
  line-height: 1.2857142857;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(280deg, #FFFFFF 25%, #59BAED 100%);
  box-shadow: 0px 0px 17px #E0E0E0;
  border-radius: 96px;
}

.is-style-ITR-content_title4--yellow,
.ITR-content_title4.-yellow {
  background: linear-gradient(287deg, #FFFFFF 25%, #FDF994 75%);
}

.ITR-footer {
  position: relative;
  margin-top: -120px;
  z-index: 0;
}

.ITR-footer .upper {
  position: relative;
  max-width: 1920px;
  min-width: 1100px;
  margin: auto;
  padding-top: 561px;
  background: url(../img_r/footer/bg_pc.jpg) center top;
  background-size: cover;
}

.ITR-footer .upper > .inner {
  width: 1100px;
  margin: auto;
}

.ITR-footer .upper .title_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.ITR-footer .upper .title_wrap .left,
.ITR-footer .upper .title_wrap .right {
  width: 520px;
}

.ITR-footer .upper .title_wrap .left {
  padding-top: 25px;
  color: white;
}

.ITR-footer .upper .title_wrap .left .text {
  font-weight: bold;
  margin-top: 28px;
}

.ITR-footer .upper .title_wrap .right {
  padding-left: 44px;
}

.ITR-footer .upper .title_wrap .right img {
  width: 441px;
}

.ITR-footer .upper .entry_box_wrap {
  display: flex;
  justify-content: space-between;
  margin: 48px 0;
}

.ITR-footer .upper .entry_box_wrap .entry_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 520px;
  height: 323px;
  box-shadow: 0px 0px 20px rgba(0, 81, 194, 0.3);
  border-radius: 20px;
}

.ITR-footer .upper .entry_box_wrap .entry_box.yellow {
  background: linear-gradient(300deg, #FDF994 10%, #FFFFFF 90%);
}

.ITR-footer .upper .entry_box_wrap .entry_box.blue {
  background: linear-gradient(300deg, #31A9E8 10%, #FFFFFF 90%);
}

.ITR-footer .upper .entry_box_wrap .entry_box .title {
  margin-top: 58px;
  font-weight: bold;
  color: #00426E;
}

.ITR-footer .upper .entry_box_wrap .entry_box .button {
  margin-top: 64px;
}

.ITR-footer .upper .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 75px 0 0;
  padding: 25px 0;
}

.ITR-footer .upper .nav .menu {
  width: 500px;
}

.ITR-footer .upper .nav .banner {
  font-size: 0;
}

.ITR-footer .upper .nav .logo {
  padding: 0 7px;
}

.ITR-footer .upper .nav .logo img {
  width: 150px;
}

.ITR-footer .upper .nav .axial {
  padding: 38px 12px 0 12px;
}

.ITR-footer .upper .nav .axial img {
  width: 159px;
}

.ITR-footer .upper .nav .bnr_block {
  width: 190px;
  padding-top: 0.5em;
}

.ITR-footer .upper .nav .bnr_block a {
  display: inline-block;
  margin-bottom: 0.5em;
}

.ITR-footer .upper .nav .bnr_block img {
  width: 100%;
}

.ITR-footer .upper .nav .menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 42px;
  height: 230px;
}

.ITR-footer .upper .nav .menu li {
  margin: 0 18px;
}

.ITR-footer .upper .nav .menu li a {
  color: #00426E;
}

.ITR-footer .upper .nav .menu li a[target=_blank]::before {
  content: "\e901 ";
  font-family: "icomoon";
  vertical-align: -2px;
}

.ITR-footer .lower {
  background: linear-gradient(87deg, #20BEF8 10%, #0052C2 95%);
  color: white;
}

.ITR-footer .lower > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  height: 90px;
  margin: auto;
}

.ITR-footer .lower .menu {
  display: flex;
  align-items: center;
}

.ITR-footer .lower .menu li {
  margin-right: 70px;
}

.ITR-footer .lower .menu li a {
  color: white;
  font-weight: bold;
}

.ITR-footer .lower .menu li a::before {
  content: "\e901";
  font-family: "icomoon";
  font-size: 19px;
  font-weight: normal;
  margin-right: 6px;
  vertical-align: -2px;
}

.ITR-form input[type=text],
.ITR-form input[type=email],
.ITR-form input[type=tel],
.ITR-form input[type=password],
.ITR-form select,
.ITR-form textarea {
  padding: 14px 20px;
  background-color: #F8F8F8;
  border: 1px solid #B9B9B9;
  border-radius: 5px;
  color: black;
}

.ITR-form .select_wrap {
  position: relative;
  display: inline-block;
}

.ITR-form .select_wrap::after {
  content: "∨";
  position: absolute;
  top: 30px;
  right: 21px;
  transform: translateY(-50%) scale(1.5, 0.75);
  pointer-events: none;
}

.ITR-form .select_wrap select {
  width: 100%;
  padding-right: 60px;
}

.ITR-form input[type=radio] {
  display: none;
}

.ITR-form input[type=radio] + span {
  padding-left: 30px;
  position: relative;
  margin-right: 20px;
}

.ITR-form input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #B9B9B9;
  border-radius: 100%;
  background-color: #F8F8F8;
}

.ITR-form input[type=radio]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #00426E;
  border-radius: 100%;
}

.ITR-form input[type=checkbox] {
  display: none;
}

.ITR-form input[type=checkbox] + span {
  padding-left: 34px;
  position: relative;
  margin-right: 20px;
}

.ITR-form input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #B9B9B9;
  background-color: #F8F8F8;
}

.ITR-form input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  left: 4px;
  transform: translateY(-50%) rotate(-45deg);
  width: 16px;
  height: 11px;
  border-left: 4px solid #00426E;
  border-bottom: 4px solid #00426E;
}

.ITR-form .wpcf7-list-item {
  margin: 10px 1em 10px 0;
}

.ITR-form .wpcf7-spinner {
  left: 48px;
  margin: 0 0 0 -24px;
  background-color: #00426E;
  opacity: 1;
  vertical-align: middle;
}

.ITR-form .required {
  display: inline-block;
  padding: 3px 11px 5px 11px;
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  color: white;
  background-color: #20BEF8;
  border-radius: 100px;
}

.ITR-form .table_form {
  width: 100%;
}

.ITR-form .table_form th,
.ITR-form .table_form td {
  position: relative;
  padding: 18px 0;
  vertical-align: middle;
}

.ITR-form .table_form th {
  width: 30%;
}

.ITR-form .table_form th > .title {
  font-weight: bold;
}

.ITR-form .table_form th > .required {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

.ITR-form .table_form td {
  width: 70%;
}

.ITR-form .table_form .name > span,
.ITR-form .table_form .katakana > span {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}

.ITR-form .table_form .name input,
.ITR-form .table_form .katakana input {
  width: 100%;
}

.ITR-form .table_form .name span + span,
.ITR-form .table_form .katakana span + span {
  margin-left: 4%;
}

.ITR-form .table_form .bday > span:not(.suffix),
.ITR-form .table_form .graduation > span:not(.suffix) {
  display: inline-block;
  width: 18%;
  vertical-align: top;
}

.ITR-form .table_form .bday input,
.ITR-form .table_form .graduation input {
  width: 100%;
}

.ITR-form .table_form .bday span + span:not(.suffix),
.ITR-form .table_form .graduation span + span:not(.suffix) {
  margin-left: 2%;
}

.ITR-form .table_form .bday .suffix,
.ITR-form .table_form .graduation .suffix {
  vertical-align: -16px;
  margin-left: 2%;
}

.ITR-form .table_form .address > span {
  display: inline-block;
  vertical-align: top;
}

.ITR-form .table_form .address .select_wrap {
  width: 27%;
}

.ITR-form .table_form .address span + br + span {
  width: 69%;
  margin-left: 4%;
}

.ITR-form .table_form .address input {
  width: 100%;
}

.ITR-form .etc {
  margin-top: 30px;
}

.ITR-form .etc .text {
  font-weight: bold;
  margin-bottom: 25px;
}

.ITR-form .etc textarea {
  width: 100%;
}

.ITR-form .agree {
  margin-top: 40px;
}

.ITR-form .agree .text {
  font-weight: bold;
  margin-bottom: 15px;
}

.ITR-form .agree a {
  text-decoration: underline;
}

.ITR-form .agree .checkbox {
  font-weight: bold;
}

.ITR-form .submit_button {
  text-align: center;
  margin-top: 90px;
}

.ITR-form .notice_list {
  list-style-type: disc;
  padding-left: 1.25em;
  margin-top: 35px;
}

.ITR-form .notice_list li::marker {
  color: #20BEF8;
}

.ITR-header_entry_bg,
.ITR-header_entry {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  transition: top 0.5s, opacity 0.3s;
}

.ITR-header_entry_bg.-open,
.ITR-header_entry.-open {
  top: 0;
  opacity: 1;
}

.ITR-header_entry_bg {
  background-color: #00426E;
  mix-blend-mode: multiply;
}

.ITR-header_entry {
  overflow: auto;
}

.ITR-header_entry.-open > .inner {
  opacity: 1;
}

.ITR-header_entry > .inner {
  width: 1100px;
  margin: auto;
  padding: 45px 0;
  text-align: center;
}

.ITR-header_entry .title_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  text-align: left;
}

.ITR-header_entry .title_wrap .left,
.ITR-header_entry .title_wrap .right {
  width: 520px;
}

.ITR-header_entry .title_wrap .left {
  padding-top: 40px;
}

.ITR-header_entry .title_wrap .right {
  position: relative;
}

.ITR-header_entry .title_wrap .right img {
  position: absolute;
  top: -9px;
  left: 156px;
  width: 350px;
}

.ITR-header_entry .entry_box_wrap {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}

.ITR-header_entry .entry_box_wrap .entry_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 520px;
  height: 180px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.ITR-header_entry .entry_box_wrap .entry_box.yellow {
  background: linear-gradient(300deg, #FDF994 10%, #FFFFFF 90%);
}

.ITR-header_entry .entry_box_wrap .entry_box.blue {
  background: linear-gradient(300deg, #31A9E8 10%, #FFFFFF 90%);
}

.ITR-header_entry .entry_box_wrap .entry_box .title {
  font-weight: bold;
  color: #00426E;
  pointer-events: none;
}

.ITR-header_entry .close {
  display: inline-block;
  font-size: 1.75rem;
  line-height: 1.4642857143;
  color: white;
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
  cursor: pointer;
}

.ITR-header_entry .close .cross {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.ITR-header_menu_backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  opacity: 0;
  z-index: 1000;
}

.ITR-header_menu_backdrop.-open {
  display: block;
}

.ITR-header_menu_bg,
.ITR-header_menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 800px;
  height: calc(100% - 20px);
  max-height: 950px;
  z-index: 1000;
  opacity: 0;
  transition: right 0.5s, opacity 0.3s;
}

.ITR-header_menu_bg.-open,
.ITR-header_menu.-open {
  right: 0;
  opacity: 1;
}

.ITR-header_menu_bg {
  background-color: #00426E;
  border-radius: 0 0 0 80px;
  mix-blend-mode: multiply;
}

.ITR-header_menu {
  padding: 80px 30px 65px 75px;
}

.ITR-header_menu > .inner {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.ITR-header_menu .nav1 .menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 530px;
}

.ITR-header_menu .nav1 .menu .menu-item {
  width: 40%;
  margin-bottom: 25px;
}

.ITR-header_menu .nav1 .menu .menu-item > .inner {
  display: inline-block;
  min-width: 90%;
}

.ITR-header_menu .nav1 .menu .menu-item .title {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: bold;
  color: white;
  margin-bottom: 2px;
}

.ITR-header_menu .nav1 .menu .menu-item .text {
  color: #FDF994;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.875;
}

.ITR-header_menu .nav1 .menu .menu-item a {
  color: #FDF994;
}

.ITR-header_menu .nav1 .menu .menu-item.-text a[target=_blank] .text::before,
.ITR-header_menu .nav1 .menu .menu-item.-text .text a[target=_blank]::before {
  content: "\e901";
  font-family: "icomoon";
  vertical-align: -2px;
}

.ITR-header_menu .nav1 .menu .menu-item.-banner img {
  width: 100%;
}

.ITR-header_menu .nav1 .menu .menu-item.-banner.mynavi img {
  width: 180px;
  margin-bottom: 1em;
}

.ITR-header_menu .nav2 li {
  margin-right: 70px;
  margin-bottom: 4px;
}

.ITR-header_menu .nav2 li a {
  font-size: 1rem;
  line-height: 1.5;
  color: white;
  font-weight: bold;
}

.ITR-header_menu .nav2 li a::before {
  content: "\e901";
  font-family: "icomoon";
  font-size: 19px;
  font-weight: normal;
  margin-right: 6px;
  vertical-align: -2px;
}

.ITR-header_menu .copyright {
  font-size: 1rem;
  line-height: 1.5;
  color: white;
  margin-top: 40px;
}

.ITR-header_menu_close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  cursor: pointer;
  z-index: 1000;
}

.ITR-header_menu_close.-open {
  opacity: 1;
  pointer-events: auto;
}

.ITR-header_menu_close img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}

.ITR-header_menu_close .hover {
  opacity: 0;
}

.ITR-header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  pointer-events: none;
}

.ITR-header > .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  min-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.ITR-header .logo img {
  display: none;
}

.ITR-header .menu_buttons_wrap {
  display: flex;
  align-items: center;
}

.ITR-header .menu_entry {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 159px;
  height: 60px;
  margin-right: 30px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.5625rem;
  line-height: 1.2;
  color: white;
  text-align: center;
  font-weight: 600;
  background: linear-gradient(290deg, #20BEF8 0%, #0052C2 90%);
  border-radius: 100px;
  cursor: pointer;
  pointer-events: auto;
  overflow: hidden;
  z-index: 1;
}

.ITR-header .menu_button {
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
  pointer-events: auto;
}

.ITR-header .menu_button img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}

.ITR-header .menu_button .hover {
  opacity: 0;
}

body.recruit .ITR-header {
  opacity: 0;
  transition: opacity 0.3s;
}

body.recruit .ITR-header.-move {
  opacity: 1 !important;
  visibility: inherit !important;
}

.ITR-link_new_window {
  color: #20BEF8;
  text-decoration: underline;
  font-weight: bold;
}

.ITR-link_new_window::after {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-size: larger;
  margin-left: 0.4em;
  text-decoration: none;
}

.ITR-news_list .news_list li > a,
.ITR-news_list .news_list li > span {
  display: flex;
  padding: 26px 0;
  align-items: center;
  color: #00426E;
  border-bottom: 1px solid #B9B9B9;
}

.ITR-news_list .news_list li .date {
  width: 15.5%;
}

.ITR-news_list .news_list li .title {
  width: 84.5%;
  font-weight: bold;
}

.ITR-news_list .more_button {
  text-align: center;
  margin-top: 77px;
}

.ITR-news_list .more_button .-hide {
  display: none;
}

.ITR-page_title_interview {
  position: relative;
  min-width: 1100px;
  width: 100%;
  z-index: 10;
}

.ITR-page_title_interview .upper {
  position: relative;
  width: 100%;
  margin: auto;
  height: 700px;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
}

.ITR-page_title_interview .upper .bg_img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1920px;
  height: 100%;
}

.ITR-page_title_interview .upper .bg_img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITR-page_title_interview .upper .logo {
  position: absolute;
  top: 20px;
  left: 20px;
}

.ITR-page_title_interview .upper .logo img {
  width: 139px;
}

.ITR-page_title_interview .lower {
  position: relative;
  width: 1100px;
  margin: -170px auto auto;
  padding: 75px 0 74px;
  background: linear-gradient(110deg, #0052C2 20%, #1AAAEE 75%, #C4EAFB 100%);
  border-radius: 20px;
}

.ITR-page_title_interview .lower .header {
  position: absolute;
  top: -38px;
  left: 0;
}

.ITR-page_title_interview .lower .header .text {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #20BEF8;
}

.ITR-page_title_interview .lower .header .number_sign {
  vertical-align: 18px;
  margin: 0px -3px 0 11px;
}

.ITR-page_title_interview .lower .header .number_sign img {
  width: 38px;
}

.ITR-page_title_interview .lower .header .number {
  font-family: "Comforter", cursive;
  color: #FDF994;
}

.ITR-page_title_interview .lower .body {
  width: 860px;
  margin: auto;
}

.ITR-page_title_interview .lower .body .title {
  font-size: 2.6875rem;
  line-height: 1.3023255814;
  font-weight: bold;
  color: white;
}

.ITR-page_title_interview .lower .body .title span {
  display: inline-block;
}

.ITR-page_title_interview .lower .body .info {
  margin-top: 45px;
}

.ITR-page_title_interview .lower .body .info .position {
  display: inline-block;
  margin-right: 9px;
  padding: 2px 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: #FDF994;
  border: 1px solid #FDF994;
  border-radius: 100px;
}

.ITR-page_title_interview .lower .body .info .name {
  display: inline-block;
  margin: 10px 0 0 3px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.21875;
  font-weight: bold;
  color: #FDF994;
}

.ITR-page_title_interview .lower .body .info .etc {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  color: white;
  margin-left: 12px;
}

.ITR-page_title1,
.ITR-page_title2 {
  position: relative;
  width: 100%;
  min-width: 1100px;
  height: 571px;
  margin: auto;
}

.ITR-page_title1 .bg,
.ITR-page_title2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 500px 0px;
  background: linear-gradient(114deg, #D5F4FF 0%, #1AAAEE 52.2%, #0053C2 87.3%, #0052C2 90%);
  opacity: 0;
}

.ITR-page_title1 .logo,
.ITR-page_title2 .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  opacity: 0;
}

.ITR-page_title1 .logo img,
.ITR-page_title2 .logo img {
  width: 139px;
}

.ITR-page_title1 > .inner,
.ITR-page_title2 > .inner {
  position: relative;
  width: 1100px;
  margin: auto;
  padding-top: 238px;
}

.ITR-page_title1.-yellow .bg,
.ITR-page_title2.-yellow .bg {
  background: linear-gradient(114deg, #FFFFFF 5%, #FDF994 100%);
}

.ITR-page_title1 .text,
.ITR-page_title2 .text {
  margin-top: 18px;
  margin-left: 2px;
  opacity: 0;
}

.ITR-page_title2 .bg {
  border-radius: 0px 0px 50px 50px;
  background: #F8F8F8;
}

.ITR-people_box {
  position: relative;
  display: block;
  width: 520px;
  height: 520px;
  border-radius: 25px;
  box-shadow: 0px 0px 8px rgba(0, 66, 110, 0.5);
  transition: 1s;
  box-sizing: border-box;
  overflow: hidden;
}

.ITR-people_box .link {
  position: relative;
  display: block;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.ITR-people_box .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ITR-people_box .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITR-people_box .title {
  position: absolute;
  bottom: 70px;
  left: 30px;
  width: 460px;
  font-size: 2.875rem;
  line-height: 1.4130434783;
  font-weight: bold;
  color: white;
}

.ITR-people_box .title span {
  display: inline-block;
}

.ITR-people_box .info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  width: 460px;
  color: #FDF994;
}

.ITR-people_box .info .position {
  margin-right: 9px;
  padding: 2px 9px;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #FDF994;
  border-radius: 100px;
}

.ITR-people_box .info .name {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.5625rem;
  line-height: 1.2;
  font-weight: bold;
}

.ITR-people_slider_box {
  position: relative;
  width: 1100px;
  background: linear-gradient(59deg, #EBF7FF 5%, #99E6FD 47%, #20BEF8 95%);
  border-radius: 30px;
  padding: 44px 0 98px;
}

.ITR-people_slider_box .box_title {
  margin: auto 37px;
}

.ITR-people_slider_box .slider_wrap {
  position: relative;
  margin-top: 67px;
}

.ITR-people_slider_box .slider {
  width: 100%;
  padding: 10px;
}

.ITR-people_slider_box .ITR-people_box {
  opacity: 0;
}

.ITR-people_slider_box .ITR-people_box .link {
  pointer-events: none;
}

.ITR-people_slider_box .ITR-people_box.swiper-slide-active {
  opacity: 1;
}

.ITR-people_slider_box .ITR-people_box.swiper-slide-active .link {
  pointer-events: auto;
}

.ITR-people_slider_box .ITR-people_box.swiper-slide-prev,
.ITR-people_slider_box .ITR-people_box.swiper-slide-next {
  opacity: 0.6;
}

.ITR-people_slider_box .button-prev,
.ITR-people_slider_box .button-next {
  position: absolute;
  top: 50.7%;
  transform: translateY(-50%);
  z-index: 1;
}

.ITR-people_slider_box .button-prev {
  left: 70px;
}

.ITR-people_slider_box .button-next {
  right: 70px;
}

.ITR-people_slider_box .box_button {
  text-align: center;
  margin-top: 32px;
}

.ITR-section {
  position: relative;
  max-width: 1920px;
  min-width: 1100px;
  margin: auto;
  padding: 140px 0 100px;
  overflow: hidden;
  z-index: 1;
}

.ITR-section > .inner,
.ITR-section > .wp-block-group__inner-container > .inner {
  position: relative;
  width: 1100px;
  margin: auto;
}

.ITR-section > .inner.-slightly_narrow,
.ITR-section > .wp-block-group__inner-container > .inner.-slightly_narrow {
  width: 1040px;
}

.ITR-section > .inner.-narrow,
.ITR-section > .wp-block-group__inner-container > .inner.-narrow {
  width: 860px;
}

.ITR-section.-bg1 {
  background: url(../img_r/bg1_pc.jpg) no-repeat center top;
}

.ITR-section.-bg1b {
  background: url(../img_r/bg1_pc.jpg) no-repeat center top;
}

.ITR-section.-bg2 {
  min-height: 1642px;
  background: url(../img_r/bg2_pc.jpg) no-repeat center top;
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
}

.ITR-section.-bg3 {
  background-color: #D5EEFF;
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
}

.ITR-section.-bg4 {
  background: url(../img_r/bg4_pc.webp) no-repeat center top;
}

.ITR-section.-bg5 {
  background: url(../img_r/bg5_pc.jpg) no-repeat center top;
  background-color: #D5EEFF;
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
}

.ITR-section.-bg6 {
  background: url(../img_r/bg6_pc.svg) no-repeat center top;
  background-color: white;
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
}

.ITR-section.-bg7 {
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
}

.ITR-section.-bg7::before,
.ITR-section.-bg7::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  z-index: -1;
}

.ITR-section.-bg7::before {
  background: linear-gradient(110deg, rgba(255, 249, 100, 0.5529411765) 10%, #D5EEFF 90%);
}

.ITR-section.-bg7::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #FFFFFF 100%);
}

.ITR-table1 {
  width: 100%;
}

.ITR-table1 th,
.ITR-table1 td {
  padding: 30px 0;
  border-bottom: 1px solid #B9B9B9;
}

.ITR-table1 th {
  width: 23%;
  padding-left: 60px;
  padding-right: 15px;
  vertical-align: middle;
}

.ITR-table1 td {
  width: 77%;
  padding-left: 15px;
  padding-right: 70px;
}

.ITR-table_step {
  width: 100%;
}

.ITR-table_step th,
.ITR-table_step td {
  position: relative;
  padding: 31px 0;
  border-bottom: 1px solid #B9B9B9;
  vertical-align: middle;
}

.ITR-table_step th {
  width: 18%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: bold;
  color: #20BEF8;
}

.ITR-table_step th .number {
  margin-left: 0.1em;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1;
  vertical-align: -5px;
}

.ITR-table_step td {
  width: 82%;
  padding-left: 20px;
  padding-right: 70px;
}

.mce-content-body.post-type-recruit-career table,
.ITR-table_career_wrap table {
  width: 100%;
  color: #00426E;
}

.mce-content-body.post-type-recruit-career table td,
.ITR-table_career_wrap table td {
  padding: 30px 0;
  border-bottom: 1px solid #B9B9B9;
}

.mce-content-body.post-type-recruit-career table td:nth-of-type(1),
.ITR-table_career_wrap table td:nth-of-type(1) {
  width: 23%;
  padding-left: 60px;
  padding-right: 15px;
  vertical-align: middle;
  font-weight: bold;
}

.mce-content-body.post-type-recruit-career table td:nth-of-type(2),
.ITR-table_career_wrap table td:nth-of-type(2) {
  width: 77%;
  padding-left: 15px;
  padding-right: 70px;
}

.ITR-text_accent_pill1 {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 8px 40px 10px 40px;
  font-weight: bold;
  line-height: 1;
  color: white;
  background-color: #00426E;
  border-radius: 100px;
}

.ITR-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  background: linear-gradient(290deg, #0052C2 10%, #20BEF8 90%);
  border-radius: 100%;
  overflow: hidden;
  z-index: 900;
}

.ITR-to-top::after {
  content: "\e90c";
  font-family: "icomoon";
  font-size: 22px;
  color: white;
}

.ITC-achievements .item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1140px;
  margin: auto -20px;
}

.ITC-achievements .item_wrap .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 340px;
  margin: 20px;
  border: 1px solid #004181;
  border-radius: 100%;
  text-align: center;
}

.ITC-achievements .item_wrap .item .title {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: #004181;
  margin-bottom: 15px;
  width: 220px;
  height: 54px;
}

.ITC-achievements .item_wrap .item .number {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: bold;
  color: #E60012;
  opacity: 0.8;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .ITC-achievements .item_wrap .item .number {
    background: linear-gradient(123deg, #E56A00 0%, #E60012 60%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.ITC-achievements .item_wrap .item .unit {
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  font-weight: bold;
  color: #004181;
  margin: 5px 0 10px;
}

.ITC-achievements .duration {
  text-align: center;
}

.ITC-blog_content::after {
  content: "";
  display: block;
  clear: both;
}

.ITC-blog_content section::after {
  content: "";
  display: block;
  clear: both;
}

.ITC-blog_content :where(a:not([class])) {
  color: #0075C2;
  text-decoration: underline;
}

.ITC-blog_content :where(a:not([class]))[target=_blank]::after {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-size: larger;
  text-decoration: none;
  margin: 0 0.3em;
  vertical-align: -0.15em;
  line-height: 0;
}

.ITC-blog_content :where(ol:not([class])) {
  padding-left: 1.2em;
  list-style-type: decimal;
}

.ITC-blog_content :where(ol:not([class])) li {
  padding-left: 0.05em;
}

.ITC-blog_content :where(ul:not([class])) {
  padding-left: 1.25em;
  list-style-type: disc;
}

.ITC-blog_content :where(ul:not([class])) li::marker {
  color: #004181;
}

.ITC-blog_content em {
  font-style: italic;
}

.ITC-blog_content blockquote {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 1em 2em;
  background-color: #F4F4F4;
}

.ITC-blog_content hr {
  border: none;
  background-color: #D0D0D0;
  height: 1px;
}

.ITC-blog_content .aligncenter,
.ITC-blog_content .alignright,
.ITC-blog_content .alignleft {
  display: block;
  float: none;
  margin: 0;
}

.ITC-blog_content .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.ITC-blog_content .alignright {
  margin-left: auto;
}

.ITC-blog_content .alignleft {
  margin-right: auto;
}

.ITC-blog_content :where(table:not([class])) {
  border-collapse: collapse;
}

.ITC-blog_content :where(table:not([class])) th,
.ITC-blog_content :where(table:not([class])) td {
  padding: 0.5em 1.5em;
  border: 1px solid #D0D0D0;
}

.ITC-blog_content :where(table:not([class])) th {
  background-color: #F4F4F4;
}

.ITC-blog_content :where(table:not([class])) thead th {
  text-align: center;
  vertical-align: middle;
  color: white;
  background-color: #F4F4F4;
}

.ITC-box_functions_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 40px;
  border: 1px solid #0075C2;
  background-color: white;
}

.ITC-box_functions_list.-wider {
  padding-left: 28px;
  padding-right: 28px;
}

.ITC-box_functions_list.-no_border_top {
  border-top: none;
}

.ITC-box_functions_list .w100per {
  width: 100%;
}

.ITC-box_functions_list .w325px {
  width: 325px;
}

.ITC-box_functions_list .w300px {
  width: 300px;
}

.ITC-box_functions_list .w280px {
  width: 280px;
}

.ITC-box_functions_list .w_auto {
  width: auto;
}

.ITC-box_functions_list .block1 + .block1 {
  margin-top: 60px;
}

.ITC-box_functions_list .block2 + .block2 {
  margin-top: 30px;
}

.ITC-box_functions_list .title1 {
  font-size: 1.25rem;
  line-height: 1.45;
  color: #004181;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 1px solid #004181;
  margin-bottom: 18px;
}

.ITC-box_functions_list .title2 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 18px;
}

.ITC-box_functions_list .list1 {
  list-style: none;
  padding-left: 0;
}

.ITC-box_functions_list .list1 li {
  position: relative;
  padding-left: 1.2em;
  font-size: 1rem;
  line-height: 1.5;
}

.ITC-box_functions_list .list1 li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #0075C2;
}

.ITC-box_functions_list .list1 li + li {
  margin-top: 11px;
}

.ITC-box1 {
  padding: 60px 80px 50px;
  background-color: white;
}

.ITC-box1 .title {
  margin-bottom: 14px;
  padding: 10px;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #004181;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(99deg, #F7F7F7 10%, #EDEDED 50%);
  border-radius: 3px;
}

.ITC-box1 .title.-blue {
  color: white;
  background: linear-gradient(94deg, #0075C2 0%, #004181 68%, #004181 100%);
}

.ITC-box1.-small {
  padding: 0;
  background-color: transparent;
}

.ITC-box1.-small .title {
  padding: 10px;
  margin-bottom: 15px;
  font-size: 1.25rem;
  line-height: 1.45;
}

.ITC-box2 {
  padding: 60px 80px 50px;
  background-color: white;
  border-radius: 5px;
}

.ITC-box2 .title {
  margin-bottom: 14px;
  padding: 10px;
  font-size: 1.25rem;
  line-height: 1.45;
  color: white;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(94deg, #0075C2 0%, #004181 68%, #004181 100%);
  border-radius: 3px;
}

.ITC-box2 .title.-en {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}

.ITC-box2.-narrow {
  padding-left: 180px;
  padding-right: 180px;
}

.ITC-box2.-gray .title {
  color: #004181;
  background: linear-gradient(99deg, #F7F7F7 10%, #EDEDED 50%);
}

.ITC-box2.-white {
  background-color: #E5F1F9;
}

.ITC-box2.-white .title {
  color: #0075C2;
  background: white;
}

.boxstyle {
  background-color: white;
  border-radius: 0.3em;
  padding: 5%;
  text-align: center;
}

.boxstyle p {
  text-align: center;
}

.boxstyle .boxtitle {
  font-size: 2.25rem;
  line-height: 1.5555555556;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  color: #004181;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}

.wid100 {
  width: 100%;
}

.ITC-breadcrumb {
  width: 100%;
  min-width: 1100px;
  background-color: #F4F4F4;
}

.ITC-breadcrumb .inner {
  width: 1100px;
  margin: auto;
  text-align: right;
  padding: 20px 0;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.ITC-breadcrumb a,
.ITC-breadcrumb span {
  display: inline-block;
  line-height: 1.1;
}

.ITC-breadcrumb a {
  color: #004181;
}

.ITC-breadcrumb .separator {
  margin: auto 1em;
  vertical-align: 2px;
}

.ITC-breadcrumb .search.current-item,
.ITC-breadcrumb [property=name] {
  max-width: 13rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ITC-breadcrumb .search.current-item br,
.ITC-breadcrumb [property=name] br {
  display: none;
}

.ITC-button1 {
  position: relative;
  display: inline-block;
  min-width: 265px;
  margin: 20px 0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: white;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  padding: 23px 80px 23px 40px;
  background: linear-gradient(118deg, #0075C2 0%, #004181 35%, #004181 50%);
  border-radius: 200px;
  cursor: pointer;
  z-index: 1;
}

.ITC-button1.-font_larger {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 1.25rem;
  line-height: 1.2;
}

.ITC-button1::after,
.ITC-button1 .loading,
.ITC-button1 [class^=icon_] {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
}

.ITC-button1::after {
  content: "";
  display: block;
  border: 1px solid white;
  border-radius: 100%;
  z-index: 2;
}

.ITC-button1 .loading {
  z-index: 3;
  animation: loading_spin 2s linear infinite;
}

.ITC-button1 .loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid white;
  border-top: 2px solid transparent;
  border-radius: 100%;
}

@keyframes loading_spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}

.ITC-button1 [class^=icon_] {
  z-index: 3;
}

.ITC-button1 [class^=icon_]::after {
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: normal;
  line-height: 1;
  color: white;
}

.ITC-button1 .icon_arrow_left::after {
  content: "\e903";
  font-size: 1.0625rem;
}

.ITC-button1 .icon_arrow_right::after {
  content: "\e904";
  font-size: 1.0625rem;
}

.ITC-button1 .icon_arrow_down::after {
  content: "\e905";
  font-size: 1.0625rem;
}

.ITC-button1 .icon_download::after {
  content: "\e91d";
  font-size: 1.75rem;
}

.ITC-button1 .icon_file_download::after {
  content: "\e91e";
  font-size: 2.3125rem;
}

.ITC-button1 .icon_mail::after {
  content: "\e913";
  font-size: 2.125rem;
}

.ITC-button1 .icon_list::after {
  content: "\e90d";
  font-size: 1.3125rem;
}

.ITC-button1.-icon_left {
  padding-right: 40px;
  padding-left: 80px;
}

.ITC-button1.-icon_left::after,
.ITC-button1.-icon_left .loading,
.ITC-button1.-icon_left [class^=icon_] {
  left: 5px;
}

.ITC-button1.-no_icon {
  padding-right: 40px;
}

.ITC-button1.-no_icon::after {
  content: none;
}

.ITC-button1.-no_icon .loading,
.ITC-button1.-no_icon [class^=icon_] {
  display: none;
}

.ITC-button1:disabled {
  background: linear-gradient(118deg, #bbb 0%, #555 35%, #555 50%);
  cursor: not-allowed;
}

.ITC-button1.-gray {
  background: linear-gradient(283deg, #231815 50%, #404040 100%);
}

.ITC-button1.-white,
.ITC-button1.-black {
  padding-top: 22px;
  padding-bottom: 22px;
  background: transparent;
}

.ITC-button1.-white::after,
.ITC-button1.-black::after {
  border: none;
  opacity: 0.85;
}

.ITC-button1.-white {
  border: 1px solid white;
}

.ITC-button1.-white::after {
  background-color: white;
}

.ITC-button1.-white .loading::after {
  border-color: #004181;
}

.ITC-button1.-white [class^=icon_]::after {
  color: #004181;
}

.ITC-button1.-black {
  color: #404040;
  border: 1px solid #404040;
}

.ITC-button1.-black::after {
  background-color: #404040;
}

.ITC-button1.-black .loading::after {
  border-color: white;
}

.ITC-button1.-black [class^=icon_]::after {
  color: white;
}

.ITC-button2 {
  position: relative;
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(144deg, #0075C2 15%, #0062AA 25%, #004181 68%, #004181 90%);
  border-radius: 100%;
  z-index: 1;
}

.ITC-button2 [class^=icon-] {
  color: white;
  font-size: 1.0625rem;
  line-height: 1;
}

.ITC-category_tag {
  position: relative;
  display: inline-block;
  padding: 3px 8px 4px 8px;
  width: 130px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: bold;
  color: white;
  text-align: center;
  border-radius: 100px;
  background: var(--bg);
  z-index: 1;
}

.ITC-category_tag.-white {
  color: #004181;
  padding: 2px 8px 3px 8px;
  border: 1px solid #004181;
}

.ITC-category_tag.-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: white;
  border-radius: 100px;
  z-index: -1;
}

.ITC-clip-path {
  display: block;
  width: 0;
  height: 0;
}

.ITC-content_title1 {
  width: -moz-fit-content;
  width: fit-content;
  color: #004181;
  font-weight: bold;
}

.ITC-content_title1 .subhead {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5;
}

.ITC-content_title1 .subhead::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #E60012;
  box-shadow: 0px 0px 10px #E60012;
  mix-blend-mode: hard-light;
  vertical-align: -2px;
  margin-right: 6px;
  margin-left: 2px;
  opacity: 0.75;
}

.ITC-content_title1 .content_title {
  display: block;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 5.25rem;
  line-height: 1.3214285714;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  margin-top: 2px;
}

.ITC-content_title1.-white {
  color: white;
}

.ITC-content_title1.-white .subhead {
  text-shadow: 0px 0px 10px #004181;
}

.ITC-content_title1.-white .subhead::before {
  mix-blend-mode: screen;
  opacity: 1;
}

.ITC-content_title1.-white .content_title {
  text-shadow: 0px 0px 10px #004181;
}

.ITC-content_title1.-small .content_title {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 3.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}

.ITC-content_title1.-subhead_en_title_jp .subhead {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

.ITC-content_title1.-subhead_en_title_jp .subhead::before {
  vertical-align: 0;
  margin-right: 2px;
  margin-left: -1px;
}

.ITC-content_title1.-subhead_en_title_jp .content_title {
  font-size: 3.75rem;
  line-height: 1.3;
  letter-spacing: 0;
  text-indent: 0;
  margin-top: 12px;
}

.ITC-content_title1.-subhead_en_title_jp.-small .content_title {
  font-size: 2.6875rem;
  line-height: 1.3255813953;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}

.ITC-content_title1.-no_shadow .subhead {
  text-shadow: none;
}

.ITC-content_title1.-no_shadow .content_title {
  text-shadow: none;
}

.ITC-content_title10 {
  width: 100%;
  padding: 6px 15px;
  background-color: white;
  border-radius: 5px;
}

.ITC-content_title10 .subhead {
  display: block;
  margin: 10px auto 4px;
  padding: 6px 10px 7px 10px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: white;
  text-align: center;
  border-radius: 5px;
  background: linear-gradient(94deg, #E56A00 50%, #E60012 100%);
}

.ITC-content_title10 .main {
  display: block;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: bold;
  color: #004181;
  text-align: center;
}

.is-style-ITC-content_title11,
.is-style-ITC-content_title11_en,
.ITC-content_title11 {
  font-size: 2.25rem;
  line-height: 1.5555555556;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  font-weight: bold;
  color: #004181;
}

.is-style-ITC-content_title11_en,
.ITC-content_title11.-en {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 2.75rem;
  line-height: 1.3181818182;
  letter-spacing: 0;
  text-indent: 0;
}

.is-style-ITC-content_title12,
.ITC-content_title12 {
  font-size: 1.75rem;
  line-height: 1.4642857143;
  font-weight: bold;
  color: #004181;
}

.ITC-content_title2 {
  position: relative;
  color: #004181;
  font-weight: bold;
  text-align: center;
}

.ITC-content_title2.-white {
  color: white;
}

.ITC-content_title2.-white::after {
  mix-blend-mode: screen;
}

.ITC-content_title2 .jp {
  display: block;
  font-size: 2.25rem;
  line-height: 1.5;
}

.ITC-content_title2 .en {
  display: block;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  margin-top: 10px;
}

.ITC-content_title2::after {
  content: "";
  display: inline-block;
  width: 160px;
  height: 1px;
  background: linear-gradient(90deg, #E56A00 0%, #E60012 100%);
  margin-top: 28px;
}

.ITC-content_title3 {
  font-weight: bold;
}

.ITC-content_title3 .jp {
  display: block;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  color: #004181;
}

.ITC-content_title3 .en {
  display: block;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: #BABABA;
  margin-top: 10px;
}

.is-style-ITC-content_title4,
.ITC-content_title4 {
  padding: 23px 2em;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: bold;
  color: white;
  text-align: center;
  background: linear-gradient(108deg, #0075C2 15%, #004181 35%, #004181 50%);
}

.is-style-ITC-content_title5,
.ITC-content_title5 {
  position: relative;
  padding-bottom: 38px;
  font-size: 2.25rem;
  line-height: 1.5555555556;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  font-weight: bold;
  color: #004181;
  text-align: center;
}

.is-style-ITC-content_title5::after,
.ITC-content_title5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, #E56A00 0%, #E60012 100%);
}

.ITC-content_title6 {
  display: grid;
  place-content: center;
  color: white;
  background: linear-gradient(102deg, #0075C2 0%, #004181 68%, #004181 100%);
  border-radius: 5px;
  padding: 20px 60px 40px;
}

.ITC-content_title6.-wide {
  border-radius: 0;
}

.ITC-content_title6 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110px;
  margin-bottom: 5px;
}

.ITC-content_title6 .text {
  display: block;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  font-weight: bold;
  text-align: center;
}

.ITC-content_title6 .text.-narrow {
  letter-spacing: 0;
  text-indent: 0;
}

.is-style-ITC-content_title7,
.ITC-content_title7 {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  font-weight: bold;
  color: #004181;
  border-bottom: 1px solid #0075C2;
  padding-bottom: 16px;
}

.is-style-ITC-content_title7.-justify,
.ITC-content_title7.-justify {
  text-align: justify;
}

.ITC-content_title8 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 38px;
}

.ITC-content_title8::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, #E56A00 0%, #E60012 100%);
}

.ITC-content_title8 .icon {
  margin-bottom: 12px;
}

.ITC-content_title8 .main {
  font-size: 2.25rem;
  line-height: 1.5555555556;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  color: #004181;
  font-weight: bold;
  text-align: center;
}

.ITC-content_title8 .main.-font_normal {
  font-weight: normal;
}

.ITC-content_title8 .main_image {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.is-style-ITC-content_title9,
.ITC-content_title9 {
  position: relative;
  width: 100%;
  padding: 10px 30px 11px;
  font-size: 1.75rem;
  line-height: 1.3571428571;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  color: white;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(93deg, #0075C2 0%, #004181 68%, #004181 100%);
  border-radius: 5px;
  z-index: 1;
}

.is-style-ITC-content_title9.-no_border_radius,
.ITC-content_title9.-no_border_radius {
  border-radius: 0;
}

.ITC-footer_contact {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-width: 1100px;
  margin: auto;
  padding: 155px 0 110px;
  background-color: #F4F4F4;
  z-index: 1;
}

.ITC-footer_contact > .inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 900px;
  margin: auto;
}

.ITC-footer_contact .lead {
  margin-top: 18px;
}

.ITC-footer_contact .box {
  width: 100%;
  border: 1px solid #004181;
  margin-top: 38px;
}

.ITC-footer_contact .box ul {
  display: flex;
  justify-content: space-between;
  margin: 0 3em;
  padding: 2em 0;
  border-bottom: solid 1px #004181;
}

.ITC-footer_contact .box li {
  width: 50%;
  text-align: center;
}

.ITC-footer_contact .box li p {
  text-align: center;
}

.ITC-footer_contact .box .tel {
  display: inline-block;
  font-size: 3.25rem;
  line-height: 1.1538461538;
  font-size: 2rem;
  line-height: 1.1538461538;
  font-weight: bold;
  color: #004181;
}

.ITC-footer_contact .box .info {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: bold;
  color: #004181;
}

.ITC-footer_contact .box .buttons {
  display: flex;
  align-items: center;
  margin: 2em 0;
  justify-content: center;
}

.ITC-footer_contact .box .buttons .file_download,
.ITC-footer_contact .box .buttons .mail {
  width: 280px;
  margin: 0 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.ITC-footer_copyright {
  padding: 28px 0;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.ITC-footer {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-width: 1100px;
  margin: auto;
  padding: 138px 0 64px;
  background: linear-gradient(157deg, #0075C2 0%, #004181 68%, #004181 100%);
  overflow: hidden;
  z-index: 1;
}

.ITC-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1920px;
  height: 240px;
  -webkit-clip-path: url(#clip-path3_pc);
  clip-path: url(#clip-path3_pc);
  background: repeating-linear-gradient(60deg, #75D7FF 0%, #1D60FC 6.25%, #5900FF 11.5%, #DB006E 18.5%, #F78C00 25%, #DB006E 31.5%, #5900FF 38.5%, #1D60FC 43.75%, #75D7FF 50%);
  background-size: 400% 2771.2812921102%;
  mix-blend-mode: screen;
  opacity: 0.8;
  animation: gradient 10s linear infinite;
  z-index: -1;
}

.ITC-footer > .inner {
  position: relative;
  width: 1100px;
  margin: auto;
}

.ITC-footer .header {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.ITC-footer .body {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 2.125;
  color: white;
  margin-top: 44px;
}

.ITC-footer .body .menu a {
  display: inline-block;
  color: white;
}

.ITC-footer .body .menu a[target=_blank]::after {
  content: " \e901";
  font-family: "icomoon";
  vertical-align: -2px;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: normal;
  white-space: nowrap;
}

.ITC-footer .body .menu a:hover {
  text-decoration: underline;
}

.ITC-footer .body .menu > .menu-item {
  margin-bottom: 34px;
}

.ITC-footer .body .menu > .menu-item > a {
  font-weight: bold;
}

.ITC-footer .body .menu > .menu-item > a::before {
  content: "● ";
}

.ITC-footer .body .menu .sub-menu a {
  margin-left: 20px;
}

.ITC-footer .body .menu .sub-menu .sub-menu a::before {
  content: "- ";
}

.ITC-footer .body .address {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 260px;
  margin-bottom: 34px;
  padding-top: 16px;
  border-top: 1px solid white;
}

.ITC-footer .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
}

.ITC-footer .footer .axial {
  margin-bottom: 15px;
}

.ITC-footer .footer .images {
  display: flex;
  justify-content: space-between;
  width: 650px;
}

.ITC-footer .footer .images .item {
  display: block;
  text-align: center;
}

.ITC-footer .footer .images .item img {
  display: inline-block;
}

.ITC-footer .footer .images .item .text {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  color: white;
  text-align: center;
  margin: 8px -10px 0 -10px;
}

.ITC-footer .footer .images .img01 {
  width: 260px;
}

.ITC-footer .footer .images .img02,
.ITC-footer .footer .images .img03,
.ITC-footer .footer .images .img04 {
  width: 96px;
}

.ITC-form input[type=text],
.ITC-form input[type=email],
.ITC-form input[type=tel],
.ITC-form input[type=password],
.ITC-form select,
.ITC-form textarea {
  padding: 14px 20px;
  background-color: #F4F4F4;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  color: black;
}

.ITC-form input[type=text].-w100,
.ITC-form input[type=email].-w100,
.ITC-form input[type=tel].-w100,
.ITC-form input[type=password].-w100,
.ITC-form select.-w100,
.ITC-form textarea.-w100 {
  width: 100%;
}

.ITC-form .select_wrap {
  position: relative;
  display: inline-block;
}

.ITC-form .select_wrap::after {
  content: "∨";
  position: absolute;
  top: 30px;
  right: 21px;
  transform: translateY(-50%) scale(1.5, 0.75);
  pointer-events: none;
}

.ITC-form .select_wrap select {
  width: 100%;
  padding-right: 60px;
}

.ITC-form input[type=radio] {
  display: none;
}

.ITC-form input[type=radio] + span {
  padding-left: 30px;
  position: relative;
  margin-right: 20px;
}

.ITC-form input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #D0D0D0;
  border-radius: 100%;
  background-color: #F4F4F4;
}

.ITC-form input[type=radio]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #004181;
  border-radius: 100%;
}

.ITC-form input[type=checkbox] {
  display: none;
}

.ITC-form input[type=checkbox] + span {
  padding-left: 34px;
  position: relative;
  margin-right: 20px;
}

.ITC-form input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #D0D0D0;
  background-color: #F4F4F4;
}

.ITC-form input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  left: 4px;
  transform: translateY(-50%) rotate(-45deg);
  width: 16px;
  height: 11px;
  border-left: 4px solid #004181;
  border-bottom: 4px solid #004181;
}

.ITC-form textarea {
  height: 15em;
}

.ITC-form.-bg_white input[type=text],
.ITC-form.-bg_white input[type=email],
.ITC-form.-bg_white input[type=tel],
.ITC-form.-bg_white input[type=password],
.ITC-form.-bg_white select,
.ITC-form.-bg_white textarea {
  background-color: white;
}

.ITC-form.-w100 input[type=text],
.ITC-form.-w100 input[type=email],
.ITC-form.-w100 input[type=tel],
.ITC-form.-w100 input[type=password],
.ITC-form.-w100 select,
.ITC-form.-w100 textarea {
  width: 100%;
}

.ITC-form.-w100 input[type=radio] + span::before,
.ITC-form.-w100 input[type=checkbox] + span::before {
  background-color: white;
}

.ITC-form .wpcf7-list-item {
  margin: 10px 1em 10px 0;
}

.ITC-form .wpcf7-spinner {
  left: 48px;
  margin: 0 0 0 -24px;
  background-color: #004181;
  opacity: 1;
  vertical-align: middle;
}

.ITC-form .required {
  display: inline-block;
  padding: 3px 11px 5px 11px;
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  color: white;
  background-color: #004181;
  border-radius: 100px;
}

.ITC-form .table_form {
  width: 100%;
}

.ITC-form .table_form th,
.ITC-form .table_form td {
  position: relative;
  padding: 20px 0;
  vertical-align: middle;
}

.ITC-form .table_form th {
  width: 30%;
}

.ITC-form .table_form th > .title {
  font-weight: bold;
}

.ITC-form .table_form th > .required {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

.ITC-form .table_form td {
  width: 70%;
}

.ITC-form .table_form .-nowrap {
  white-space: nowrap;
}

.ITC-form .agree {
  margin-top: 20px;
}

.ITC-form .agree .text {
  margin-bottom: 15px;
}

.ITC-form .agree a {
  text-decoration: underline;
}

.ITC-form .agree .checkbox {
  font-weight: bold;
}

.ITC-form .submit_button {
  text-align: center;
  margin-top: 90px;
}

.ITC-form .form_box {
  width: 100%;
}

.ITC-form .form_box .title {
  padding: 10px 0 5px;
  font-weight: bold;
}

.ITC-form .form_box .body {
  padding: 5px 0 10px;
  width: 100%;
}

.ITC-form .notice {
  font-weight: bold;
  color: #0075C2;
}

.ITC-header_menu_backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  opacity: 0;
  z-index: 1000;
}

.ITC-header_menu_backdrop.-open {
  display: block;
}

.ITC-header_menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  height: auto;
  background: linear-gradient(175deg, #0075C2 0%, #004181 68%, #004181 100%);
  overflow: hidden;
  opacity: 0;
  transition: right 0.5s, opacity 0.3s;
  z-index: 1000;
}

.ITC-header_menu.-open {
  right: 0;
  opacity: 1;
}

.ITC-header_menu > .inner {
  display: block;
  width: 100%;
  height: 100%;
}

.ITC-header_menu .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 85px;
}

.ITC-header_menu .close_button {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 5px;
  cursor: pointer;
}

.ITC-header_menu .close_button::before,
.ITC-header_menu .close_button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 3px;
  background-color: white;
}

.ITC-header_menu .close_button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ITC-header_menu .close_button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ITC-header_menu .logo img {
  display: none;
}

.ITC-header_menu .body {
  max-height: calc(100vh - 85px);
  overflow: auto;
}

.ITC-header_menu .upper .search {
  display: block;
  width: 100%;
  height: 62px;
  padding: 0 40px;
  margin-top: 2px;
}

.ITC-header_menu .upper .search .inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: white;
}

.ITC-header_menu .upper .search .icon {
  display: grid;
  place-content: center;
  width: 42px;
  height: 42px;
  margin: auto 10px;
  font-size: 1.375rem;
  color: white;
  background-color: #004181;
  border: 1px solid #004181;
  border-radius: 100%;
}

.ITC-header_menu .upper .search .icon span {
  pointer-events: none;
}

.ITC-header_menu .upper .search form {
  width: calc(100% - 60px);
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.ITC-header_menu .upper .search form input {
  width: 100%;
  height: 100%;
  border-radius: 0 100px 100px 0;
  padding: 0 10px;
}

.ITC-header_menu .upper .buttons {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  margin-top: 30px;
}

.ITC-header_menu .upper .buttons .file_download,
.ITC-header_menu .upper .buttons .mail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 60px;
  border: 1px solid white;
  border-radius: 100px;
  z-index: 1;
}

.ITC-header_menu .upper .buttons .file_download .text,
.ITC-header_menu .upper .buttons .mail .text {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: bold;
  color: white;
}

.ITC-header_menu .upper .buttons .file_download span,
.ITC-header_menu .upper .buttons .mail span {
  pointer-events: none;
}

.ITC-header_menu .upper .buttons .file_download [class^=icon-],
.ITC-header_menu .upper .buttons .mail [class^=icon-] {
  display: inline-block;
  color: white;
  font-size: 1.625rem;
  line-height: 1;
}

.ITC-header_menu .upper .buttons .file_download .icon-file_download,
.ITC-header_menu .upper .buttons .mail .icon-file_download {
  margin-left: 6px;
}

.ITC-header_menu .upper .buttons .file_download .icon-mail,
.ITC-header_menu .upper .buttons .mail .icon-mail {
  margin-left: 10px;
}

.ITC-header_menu .upper .buttons .file_download {
  background: linear-gradient(103deg, #0075C2 0%, #004181 35%, #004181 50%);
}

.ITC-header_menu .upper .buttons .mail {
  background: linear-gradient(283deg, #231815 50%, #404040 100%);
}

.ITC-header_menu .lower {
  margin-top: 20px;
}

.ITC-header_menu .menu {
  display: block;
  padding: 0 0 40px 0;
}

.ITC-header_menu .menu > .menu-item {
  position: relative;
  display: block;
  transition: background-color 0.1s;
}

.ITC-header_menu .menu > .menu-item > a {
  position: relative;
  display: block;
  padding: 22px 40px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

.ITC-header_menu .menu > .menu-item > a .text {
  pointer-events: none;
}

.ITC-header_menu .menu > .menu-item > a[target=_blank] .text::after {
  content: " \e901";
  font-family: "icomoon";
  vertical-align: -2px;
  font-size: larger;
  font-weight: normal;
  white-space: nowrap;
}

.ITC-header_menu .menu > .menu-item.menu-item-has-children > a {
  transition: color 0.1s;
}

.ITC-header_menu .menu > .menu-item.menu-item-has-children > a::before,
.ITC-header_menu .menu > .menu-item.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 2px;
  background-color: white;
}

.ITC-header_menu .menu > .menu-item.menu-item-has-children > a::before {
  transform: translateY(-50%);
}

.ITC-header_menu .menu > .menu-item.menu-item-has-children > a::after {
  transition: transform 0.3s, background-color 0.1s;
  transform: translateY(-50%) rotate(90deg);
}

.ITC-header_menu .menu > .menu-item.-open {
  background-color: white;
}

.ITC-header_menu .menu > .menu-item.-open.menu-item-has-children > a {
  color: #0075C2;
}

.ITC-header_menu .menu > .menu-item.-open.menu-item-has-children > a::after {
  transform: translateY(-50%);
  background-color: #0075C2;
}

.ITC-header_menu .menu > .menu-item > .sub-menu {
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 0 0 20px 0;
  background-color: white;
}

.ITC-header_menu .menu > .menu-item > .sub-menu .menu-item {
  position: relative;
  display: block;
}

.ITC-header_menu .menu > .menu-item > .sub-menu .menu-item a {
  position: relative;
  display: block;
  padding: 17px 0 17px 60px;
}

.ITC-header_menu .menu > .menu-item > .sub-menu .menu-item a .text {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: normal;
  color: #0075C2;
  text-decoration: none;
}

.ITC-header_menu .menu > .menu-item > .sub-menu .menu-item > .sub-menu .menu-item a .text::before {
  content: "- ";
  position: static;
  display: inline;
  width: auto;
  height: auto;
  background-color: transparent;
}

.ITC-header_pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1100px;
  height: 120px;
  background-color: white;
  z-index: 1000;
}

.ITC-header_pc > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 60px;
}

.ITC-header_pc .logo .pc {
  width: 400px;
}

.ITC-header_pc .logo .sp {
  width: 132px;
  display: none;
}

.ITC-header_pc .body {
  height: 100%;
}

.ITC-header_pc .upper,
.ITC-header_pc .lower {
  height: 50%;
}

.ITC-header_pc .upper {
  display: flex;
  justify-content: flex-end;
}

.ITC-header_pc .upper .search {
  display: grid;
  place-content: center;
  height: 100%;
}

.ITC-header_pc .upper .search .inner {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: white;
}

.ITC-header_pc .upper .search .icon {
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  font-size: 1.375rem;
  color: #004181;
  border: 1px solid #004181;
  border-radius: 100%;
  cursor: pointer;
}

.ITC-header_pc .upper .search .icon span {
  pointer-events: none;
}

.ITC-header_pc .upper .search form {
  width: 0;
  visibility: hidden;
  opacity: 0;
}

.ITC-header_pc .upper .buttons {
  display: flex;
  margin-left: 20px;
}

.ITC-header_pc .upper .buttons .file_download,
.ITC-header_pc .upper .buttons .mail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 265px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  color: white;
  z-index: 1;
}

.ITC-header_pc .upper .buttons .file_download {
  background: linear-gradient(103deg, #0075C2 0%, #004181 68%, #004181 100%);
}

.ITC-header_pc .upper .buttons .mail {
  background: linear-gradient(283deg, #231815 0%, #404040 100%);
}

.ITC-header_pc .menu {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 45px;
}

.ITC-header_pc .menu > .menu-item {
  position: relative;
  display: block;
  height: 100%;
}

.ITC-header_pc .menu > .menu-item:hover a {
  color: #0075C2;
}

.ITC-header_pc .menu > .menu-item:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.ITC-header_pc .menu > .menu-item:hover.menu-item-has-children::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
}

.ITC-header_pc .menu > .menu-item > a {
  position: relative;
  display: grid;
  place-content: center;
  padding: 0 16px;
  height: 100%;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  color: #231815;
  cursor: pointer;
  transition: color 0.3s;
}

.ITC-header_pc .menu > .menu-item > a[target=_blank] .text::after {
  content: " \e901";
  font-family: "icomoon";
  vertical-align: -2px;
  font-size: larger;
  font-weight: normal;
  white-space: nowrap;
}

.ITC-header_pc .menu > .menu-item.menu-item-has-children > a .text::after {
  content: " \e90e";
  font-family: "icomoon";
  vertical-align: 0;
  font-size: 0.6875rem;
  font-weight: normal;
  color: #0075C2;
  margin-left: 4px;
}

.ITC-header_pc .menu > .menu-item > .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 320px;
  padding: 13px 0 27px 0;
  background-color: white;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  max-height: calc(100vh - 150px);
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.ITC-header_pc .menu > .menu-item > .sub-menu .menu-item {
  position: relative;
  display: block;
}

.ITC-header_pc .menu > .menu-item > .sub-menu .menu-item a {
  position: relative;
  display: block;
  padding: 0 20px;
  transition: background-color 0.1s;
}

.ITC-header_pc .menu > .menu-item > .sub-menu .menu-item a:hover {
  background-color: #F5FBFF;
}

.ITC-header_pc .menu > .menu-item > .sub-menu .menu-item a:hover .text {
  color: #0075C2;
}

.ITC-header_pc .menu > .menu-item > .sub-menu .menu-item a .text {
  position: relative;
  display: block;
  height: 100%;
  padding: 19px 32px 19px 0;
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: normal;
  color: #231815;
  text-decoration: none;
  border-bottom: 1px solid #D0D0D0;
  transition: color 0.1s;
}

.ITC-header_pc .menu > .menu-item > .sub-menu .menu-item a .text::before {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 0;
  display: block;
  width: 23px;
  height: 2px;
  background-color: #004181;
}

.ITC-header_pc .menu > .menu-item > .sub-menu .menu-item a .text::after {
  content: "\e90b";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  font-size: 1rem;
  color: #0075C2;
}

.ITC-header_pc .menu > .menu-item > .sub-menu .menu-item > .sub-menu .menu-item a .text {
  padding-left: 1em;
}

.ITC-header_spacer {
  width: 100%;
  height: 120px;
}

.ITC-header1 {
  position: fixed;
  top: -85px;
  left: 0;
  width: 100%;
  height: 85px;
  background-color: white;
  box-shadow: 0px 1.2px 1.8px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transition: top 0.5s, opacity 0.2s;
  z-index: 1000;
}

.ITC-header1.-show {
  top: 0;
  opacity: 1;
}

.ITC-header1 > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 5px 0 60px;
}

.ITC-header1 .logo img {
  width: 103px;
}

.ITC-header1 .buttons {
  display: flex;
  align-items: center;
}

.ITC-header1 .buttons .file_download,
.ITC-header1 .buttons .mail,
.ITC-header1 .buttons .menu_button {
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.ITC-header1 .buttons .file_download span,
.ITC-header1 .buttons .mail span,
.ITC-header1 .buttons .menu_button span {
  pointer-events: none;
}

.ITC-header1 .buttons .file_download,
.ITC-header1 .buttons .mail {
  display: grid;
  place-content: center;
  color: white;
  font-size: 1.75rem;
  border-radius: 100%;
  z-index: 1;
}

.ITC-header1 .buttons .file_download {
  padding-left: 2px;
  font-size: 2rem;
  background: linear-gradient(90deg, #0075C2 0%, #004181 68%, #004181 100%);
}

.ITC-header1 .buttons .mail {
  font-size: 1.75rem;
  background: linear-gradient(-90deg, #231815 0%, #404040 100%);
  margin-left: 20px;
}

.ITC-header1 .buttons .menu_button {
  background-color: white;
  margin-left: 5px;
}

.ITC-header1 .buttons .menu_button::before,
.ITC-header1 .buttons .menu_button::after {
  content: "";
}

.ITC-header1 .buttons .menu_button::before,
.ITC-header1 .buttons .menu_button::after,
.ITC-header1 .buttons .menu_button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 30px;
  height: 3px;
  background-color: #0075C2;
}

.ITC-header1 .buttons .menu_button::before {
  top: calc(50% - 12px);
}

.ITC-header1 .buttons .menu_button::after {
  top: calc(50% + 12px);
}

ul.is-style-ITC-list1,
ul.is-style-ITC-list1_medium,
ul.is-style-ITC-list1_small,
.ITC-list1 {
  list-style-type: none;
  padding: 0;
}

ul.is-style-ITC-list1 li,
ul.is-style-ITC-list1_medium li,
ul.is-style-ITC-list1_small li,
.ITC-list1 li {
  padding: 20px 0 20px 36px;
  font-size: 1.75rem;
  line-height: 1.4642857143;
  color: #004181;
  font-weight: bold;
  background: url(../img_c/check.svg) no-repeat top 28px left 0px;
  border-bottom: 2px dotted #D5EEFF;
}

ul.is-style-ITC-list1.-black li,
ul.is-style-ITC-list1_medium.-black li,
ul.is-style-ITC-list1_small.-black li,
.ITC-list1.-black li {
  color: #231815;
  border-color: #D6D6D6;
  background-image: url(../img_c/check_black.svg);
}

ul.is-style-ITC-list1_medium li,
.ITC-list1.-medium li {
  padding: 15px 0 15px 32px;
  font-size: 1.25rem;
  line-height: 1.6;
  background-position: top 21px left 0px;
  background-size: 22px;
  border-bottom-width: 2px;
}

ul.is-style-ITC-list1_small li,
.ITC-list1.-small li {
  padding: 15px 0 15px 25px;
  font-size: 1rem;
  line-height: 1.5;
  background-position: top 19px left 0px;
  background-size: 19px;
  border-bottom-width: 2px;
}

ul.is-style-ITC-list2,
.ITC-list2 {
  list-style-type: none;
  padding: 0;
}

ul.is-style-ITC-list2 li,
.ITC-list2 li {
  position: relative;
  padding: 26px 32px 26px 64px;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #004181;
  font-weight: bold;
  border-bottom: 2px dotted #004181;
}

ul.is-style-ITC-list2 li::before,
.ITC-list2 li::before {
  content: "■";
  position: absolute;
  top: 26px;
  left: 39px;
  color: #0075C2;
}

ul.is-style-ITC-list3,
ul.is-style-ITC-list3_larger,
.ITC-list3 {
  list-style-type: none;
  padding: 0;
}

ul.is-style-ITC-list3 li,
ul.is-style-ITC-list3_larger li,
.ITC-list3 li {
  position: relative;
  padding-left: 1.25em;
  font-size: 1rem;
  line-height: 1.75;
  text-align: justify;
}

ul.is-style-ITC-list3 li::before,
ul.is-style-ITC-list3_larger li::before,
.ITC-list3 li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #0075C2;
}

ul.is-style-ITC-list3.-marker_white li::before,
ul.is-style-ITC-list3_larger.-marker_white li::before,
.ITC-list3.-marker_white li::before {
  color: white;
}

ul.is-style-ITC-list3.-marker_black li::before,
ul.is-style-ITC-list3_larger.-marker_black li::before,
.ITC-list3.-marker_black li::before {
  color: #231815;
}

ul.is-style-ITC-list3.-line_height_wider li,
ul.is-style-ITC-list3_larger.-line_height_wider li,
.ITC-list3.-line_height_wider li {
  font-size: 1rem;
  line-height: 2.1875;
}

ul.is-style-ITC-list3_larger li,
.ITC-list3.-larger li {
  font-size: 1.5rem;
  line-height: 2.25;
}

.ITC-logo_slider {
  width: 100%;
  margin-top: 80px;
  padding-top: 70px;
  border-top: 1px solid #B1B1B1;
}

.ITC-logo_slider .swiper-wrapper {
  display: flex;
  align-items: center;
  transition-timing-function: linear;
}

.ITC-logo_slider .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}

.ITC-news_list1 li a {
  position: relative;
  display: flex;
  padding: 23px 0;
  border-bottom: 1px solid #D0D0D0;
}

.ITC-news_list1 li a::before,
.ITC-news_list1 li a::after {
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #004181;
}

.ITC-news_list1 li a::after {
  content: "";
  bottom: -1.5px;
}

.ITC-news_list1 li a .date {
  width: 145px;
  color: #231815;
  flex-shrink: 0;
}

.ITC-news_list1 li a .category_wrap {
  display: flex;
  flex-direction: column;
}

.ITC-news_list1 li a .category_wrap .category {
  margin: 4px auto;
  flex-shrink: 0;
}

.ITC-news_list1 li a .title {
  color: #004181;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 25px;
}

.ITC-news_list1 li:first-of-type a {
  border-top: 1px solid #D0D0D0;
}

.ITC-news_list1 li:first-of-type a::before {
  content: "";
  top: -1.5px;
}

.ITC-news_list1.-text_wrap .title {
  overflow: visible;
  white-space: normal;
}

.ITC-page_link_list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ITC-page_link_list1 li {
  position: relative;
  display: block;
  margin: 10px 0;
}

.ITC-page_link_list1 li::before,
.ITC-page_link_list1 li::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 19px;
  background-color: #004181;
}

.ITC-page_link_list1 li::after {
  content: "";
  right: -1px;
}

.ITC-page_link_list1 li::before {
  content: "";
  left: 0;
}

.ITC-page_link_list1 a {
  position: relative;
  display: block;
  padding: 0 48px 0 45px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: #004181;
}

.ITC-page_link_list1 a br {
  display: none;
}

.ITC-page_link_list1 a::after {
  content: "　　\e90e";
  font-family: "icomoon";
  font-size: 0.6875rem;
  line-height: 2.4545454545;
}

.ITC-page_navigation1 {
  text-align: center;
}

.ITC-page_navigation1 .screen-reader-text {
  display: none;
}

.ITC-page_navigation1 .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.ITC-page_navigation1 .page-numbers {
  width: 47px;
  padding: 22px 0 23px;
  font-size: 1rem;
  color: #004181;
  line-height: 0;
  border: 1px solid #004181;
  border-radius: 100%;
  margin: 8px;
}

.ITC-page_navigation1 .page-numbers.current {
  color: white;
  background-color: #004181;
}

.ITC-page_navigation1 .page-numbers.dots {
  border: none;
}

.ITC-page_navigation1 .page-numbers.prev,
.ITC-page_navigation1 .page-numbers.next {
  border: none;
  padding: 14px 0;
  font-size: 1.1875rem;
  margin: 8px 0;
}

.ITC-page_navigation1 [class^=icon-] {
  color: #004181;
}

.ITC-page_title1 {
  position: relative;
  width: 100%;
  min-width: 1100px;
  max-width: 1920px;
  margin: auto;
  z-index: 100;
}

.ITC-page_title1 > .bg_img {
  height: 400px;
}

.ITC-page_title1 > .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-page_title1 .title {
  position: absolute;
  top: calc(100% - 140px);
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-content: center;
  width: 1100px;
  height: 280px;
  background: linear-gradient(127deg, #0075C2 15%, #004181 40%, #004181 50%);
  z-index: 1;
}

.ITC-page_title1 .title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img_c/page_title/page_title1_bg.svg) no-repeat;
  background-size: contain;
  mix-blend-mode: screen;
  z-index: -1;
}

.ITC-page_title1 .ITC-content_title1 {
  margin-top: 30px;
}

.ITC-page_title2 {
  position: relative;
  width: 100%;
  min-width: 1100px;
  max-width: 1920px;
  height: 300px;
  display: grid;
  place-content: center;
  margin: auto;
  z-index: 100;
}

.ITC-page_title2 > .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ITC-page_title2 > .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-page_title2 .title {
  margin-top: 70px;
}

.ITC-page_title2.-subhead_en_title_jp .title {
  margin-top: 50px;
}

.ITC-page_title3 {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-width: 1100px;
  height: 600px;
  margin: auto;
  overflow: hidden;
  z-index: 1;
}

.ITC-page_title3 .bg_img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 100%;
  z-index: -1;
}

.ITC-page_title3 .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-page_title3 .title {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  margin: auto;
  color: white;
  font-weight: bold;
}

.ITC-page_title3 .title .main {
  display: block;
  font-size: 3rem;
  line-height: 1.6666666667;
}

.ITC-page_title3 .title .subhead {
  display: block;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  margin-top: 23px;
}

.ITC-page_title4 {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-width: 1100px;
  margin: auto;
  overflow: hidden;
  z-index: 1;
}

.ITC-page_title4 .upper {
  width: 100%;
  height: 400px;
}

.ITC-page_title4 .upper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-page_title4 .title_body {
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 900px;
  height: 300px;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.ITC-page_title4 .title_body .lead {
  font-size: 1.25rem;
  line-height: 1.45;
  margin-top: -10px;
}

.ITC-page_title4 .title_body .line {
  position: relative;
  width: 100%;
  flex-grow: 0.26;
}

.ITC-page_title4 .title_body .line::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, #E56A00 0%, #E60012 100%);
}

.ITC-page_title4 .title_body .subhead1 {
  font-size: 1.75rem;
  line-height: 1.4642857143;
  font-weight: bold;
  color: #004181;
  margin-top: 15px;
  margin-bottom: 10px;
}

.ITC-page_title4 .title_body .main {
  font-size: 3.5rem;
  line-height: 1.25;
  font-weight: bold;
  color: #004181;
}

.ITC-page_title4 .title_body .main.-smaller {
  font-size: 3rem;
  line-height: 1.5833333333;
}

.ITC-page_title4 .title_body .subhead2 {
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: bold;
  color: #004181;
  margin-top: 10px;
}

.ITC-page_title4 .title_body .subhead3 {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: bold;
  color: #004181;
}

.ITC-page_title4 .lower {
  padding: 207px 0 33px;
  background: linear-gradient(103deg, #0075C2 20%, #004181 40%, #004181 50%);
}

.ITC-page_title4 .lower .inner {
  width: 1100px;
  margin: 0 auto 50px;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: bold;
  color: white;
  text-align: center;
}

.ITC-page_title5 {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-width: 1100px;
  margin: auto;
}

.ITC-page_title5 .parent_title_block {
  padding: 25px 20px 19px;
  color: white;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(93deg, #0075C2 5%, #004181 65%, #004181 92%);
}

.ITC-page_title5 .parent_title_block .jp {
  font-size: 1.25rem;
  line-height: 1;
}

.ITC-page_title5 .parent_title_block .en {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 2.25rem;
  line-height: 1;
  margin-left: 25px;
  vertical-align: -3px;
}

.ITC-page_title5 .image_block {
  width: 100%;
  height: 300px;
}

.ITC-page_title5 .image_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-page_title5 .title_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 290px;
  color: #004181;
  font-weight: bold;
  text-align: center;
}

.ITC-page_title5 .title_block .subhead {
  display: block;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.45;
  padding-bottom: 22px;
  margin-bottom: 23px;
}

.ITC-page_title5 .title_block .subhead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, #E56A00 0%, #E60012 100%);
}

.ITC-page_title5 .title_block .main {
  margin-bottom: 10px;
}

.ITC-page_title5 .title_block .main .parent_title {
  display: inline-block;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 3rem;
  line-height: 1.3125;
  margin-right: 24px;
  vertical-align: 13px;
}

.ITC-page_title5 .title_block .main .sub_page_title {
  display: inline-block;
  font-size: 4.5rem;
  line-height: 1.0833333333;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}

.ITC-page_title5 .title_block .main .sub_page_title.-en {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 5rem;
  line-height: 0.975;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}

.ITC-page_title6 {
  position: relative;
  width: 100%;
  min-width: 1100px;
  max-width: 1920px;
  height: 360px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  z-index: 1;
}

.ITC-page_title6 .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ITC-page_title6 .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-page_title6 .main {
  margin-top: 45px;
}

.ITC-page_title6 .title_lead {
  color: white;
  margin-top: 15px;
}

.ITC-popup_content {
  position: fixed;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 900;
}

.ITC-popup_content .popup_banner {
  position: relative;
  pointer-events: auto;
  margin: 20px 20px 0 0;
  display: none;
}

.ITC-popup_content .popup_banner .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  height: auto;
  padding: 8px 18px 8px 8px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.ITC-popup_content .popup_banner .inner .image {
  width: 84px;
  height: 84px;
  flex-shrink: 0;
  margin-right: 10px;
}

.ITC-popup_content .popup_banner .inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-popup_content .popup_banner .inner .title {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: bold;
  flex-grow: 1;
  text-align: justify;
}

.ITC-popup_content .popup_banner .inner .link_arrow {
  position: relative;
  width: 35px;
  flex-shrink: 0;
  align-self: stretch;
}

.ITC-popup_content .popup_banner .inner .link_arrow::after {
  content: "\e917";
  position: absolute;
  bottom: 4px;
  right: 5px;
  font-family: "icomoon";
  color: #004181;
  font-size: 1.3125rem;
}

.ITC-popup_content .popup_banner .close_button {
  position: absolute;
  top: -12px;
  right: -11px;
  width: 30px;
  height: 30px;
  background: url(../img_c/popup_close.svg) no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.ITC-popup_content .to_top_wrap {
  height: 0;
  transition: height 0.5s;
  margin: 20px 20px 0 0;
}

.ITC-popup_content .to_top_wrap.-show {
  height: 102px;
}

.ITC-popup_content .to_top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  background: linear-gradient(315deg, #231815 0%, #404040 100%);
  border-radius: 100%;
  pointer-events: auto;
  margin-left: auto;
  z-index: 1;
}

.ITC-popup_content .to_top::before {
  content: "\e918";
  font-family: "icomoon";
  font-size: 22px;
  color: white;
}

.ITC-section_banner1 {
  position: relative;
  width: 100%;
  height: 500px;
  max-width: 1920px;
  min-width: 1100px;
  margin: auto;
  overflow: hidden;
  z-index: 1;
}

.ITC-section_banner1 .bg_img {
  position: absolute;
  width: 1920px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.ITC-section_banner1 .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-section_banner1 .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
}

.ITC-section_banner1 .title {
  position: relative;
  margin: 34px auto 0 auto;
  padding-bottom: 37px;
  font-size: 3rem;
  line-height: 1.4791666667;
  font-weight: bold;
}

.ITC-section_banner1 .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 160px;
  height: 1px;
  background: linear-gradient(90deg, #E56A00 0%, #E60012 100%);
}

.ITC-section_banner1 .text {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.ITC-section_banner1 .button {
  margin-top: 20px;
}

.ITC-section1 {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-width: 1100px;
  margin: auto;
  padding: 140px 0 100px;
  overflow: hidden;
  z-index: 1;
}

.ITC-section1 > .inner,
.ITC-section1 > .wp-block-group__inner-container > .inner {
  position: relative;
  width: 1100px;
  margin: auto;
}

.ITC-section1 > .inner.-narrow,
.ITC-section1 > .wp-block-group__inner-container > .inner.-narrow {
  width: 900px;
}

.ITC-solution_footer {
  position: relative;
  padding: 70px 0 30px;
  width: 100%;
  max-width: 1920px;
  min-width: 1100px;
  margin: auto;
  overflow: hidden;
}

.ITC-solution_footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1920px;
  height: 100%;
  background: url(../img_c/solution_op/footer_bg_pc.jpg) no-repeat center;
  background-size: cover;
}

.ITC-solution_footer > .inner {
  position: relative;
  width: 1100px;
  margin: auto;
}

.ITC-solution_footer .section_title {
  font-size: 1.75rem;
  line-height: 1.7142857143;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  font-weight: bold;
  color: white;
  text-align: center;
}

.ITC-solution_footer .box_wrap {
  display: flex;
  margin: 55px -50px 0;
}

.ITC-solution_footer .box {
  position: relative;
  width: 300px;
  padding: 17px 50px 10px;
  color: white;
  border-right: 1px solid white;
  z-index: 1;
}

.ITC-solution_footer .box:last-of-type {
  border-right: none;
}

.ITC-solution_footer .box .sp_image {
  display: none;
}

.ITC-solution_footer .box .body {
  display: flex;
  flex-direction: column;
}

.ITC-solution_footer .box .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}

.ITC-solution_footer .box .title .button {
  margin-left: 14px;
}

.ITC-solution_footer .box .pc_image {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  margin-top: 23px;
}

.ITC-solution_footer .box .pc_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-solution_footer .box .text {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  text-align: center;
  margin-top: 18px;
  flex-grow: 1;
}

.ITC-solution_footer .section_button {
  text-align: center;
  margin-top: 54px;
}

.ITC-solution_footer .section_button .text {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: white;
  text-align: center;
}

.is-style-ITC-speech_bubble1,
.ITC-speech_bubble1 {
  position: relative;
  padding: 23px 30px;
  text-align: center;
  font-size: 2.25rem;
  line-height: 1.5;
  color: white;
  font-weight: bold;
  background-color: #231815;
  border-radius: 5px;
  margin-bottom: 30px;
  z-index: 1;
}

.is-style-ITC-speech_bubble1::after,
.ITC-speech_bubble1::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: scale(1, 1.2) translateX(-50%) rotate(45deg);
  display: block;
  width: 40px;
  height: 40px;
  background-color: #231815;
  z-index: -1;
}

.ITC-story_box {
  position: relative;
  display: block;
  margin-bottom: 240px;
}

.ITC-story_box .image {
  width: 100%;
  height: 500px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.ITC-story_box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-story_box .body {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 900px;
  height: 240px;
  margin: auto;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.ITC-story_box .body .story {
  position: absolute;
  top: -65px;
  right: 15px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 5rem;
  line-height: 1;
  font-weight: bold;
  color: white;
}

.ITC-story_box .body .title {
  margin-top: -20px;
}

.ITC-story_box .body .logo {
  width: 800px;
  height: 150px;
  margin: auto;
}

.ITC-story_box .body .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-story_box .body .text {
  display: block;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: bold;
  color: #004181;
  text-align: center;
  margin-top: 2px;
}

.ITC-story_box .body .button {
  position: absolute;
  bottom: 46px;
  right: 48px;
}

.ITC-table1 {
  width: 100%;
}

.ITC-table1 th,
.ITC-table1 td {
  position: relative;
  padding: 20px;
  font-size: 1rem;
  line-height: 2.1875;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}

.ITC-table1.-border_dotted th,
.ITC-table1.-border_dotted td {
  border-top: 2px dotted #D0D0D0;
  border-bottom: 2px dotted #D0D0D0;
}

.ITC-table1 th {
  padding-left: 50px;
  padding-right: 65px;
  width: 250px;
  vertical-align: middle;
  white-space: nowrap;
}

.ITC-table1 th::before,
.ITC-table1 th::after {
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #004181;
}

.ITC-table1 th::before {
  content: "";
  top: -1.5px;
}

.ITC-table1 tr:last-of-type th::after {
  content: "";
  bottom: -1.5px;
}

.ITC-table1 td {
  padding-left: 0;
  padding-right: 0;
}

.ITC-table1.-border_top_none tr:first-of-type th,
.ITC-table1.-border_top_none tr:first-of-type td {
  border-top: none;
}

.ITC-table1.-border_top_none tr:first-of-type th::before,
.ITC-table1.-border_top_none tr:first-of-type td::before {
  content: none;
}

.ITC-table1.-vertical_top th {
  vertical-align: top;
}

.ITC-table2 {
  width: 100%;
}

.ITC-table2 th,
.ITC-table2 td {
  position: relative;
  padding: 20px;
  font-size: 1rem;
  line-height: 2.1875;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}

.ITC-table2.-border_dotted th,
.ITC-table2.-border_dotted td {
  border-top: 2px dotted #D0D0D0;
  border-bottom: 2px dotted #D0D0D0;
}

.ITC-table2 th {
  padding-left: 50px;
  width: 250px;
  vertical-align: middle;
}

.ITC-table2 th::before,
.ITC-table2 th::after {
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #004181;
}

.ITC-table2 th::before {
  content: "";
  top: -1.5px;
}

.ITC-table2 tr:last-child th::after {
  content: "";
  bottom: -1.5px;
}

.ITC-table2 td {
  padding-left: 0;
  padding-right: 0;
}

.ITC-table2.-vertical_top th {
  vertical-align: top;
}

.ITC-form_application .col2 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.ITC-form_application .col2 .left {
  width: 462px;
}

.ITC-form_application .col2 .left .image1 {
  width: 100%;
}

.ITC-form_application .col2 .left .image1 img {
  width: 100%;
  height: auto;
}

.ITC-form_application .col2 .left .image2 {
  text-align: center;
}

.ITC-form_application .col2 .left .image2 img {
  max-width: 100%;
}

.ITC-form_application .col2 .left .title_box {
  position: relative;
  margin-top: 14px;
  padding-bottom: 24px;
}

.ITC-form_application .col2 .left .title_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 160px;
  height: 1px;
  background: linear-gradient(90deg, #E56A00 0%, #E60012 100%);
}

.ITC-form_application .col2 .left .title_box .title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  color: #004181;
}

.ITC-form_application .col2 .left .title_box .date {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 8px;
}

.ITC-form_application .col2 .left .list_box {
  margin-top: 30px;
}

.ITC-form_application .col2 .right {
  width: 550px;
  padding: 50px 51px 50px;
  background-color: #F8F8F8;
}

.ITC-page_about #section1 {
  padding: 408px 0 166px;
}

.ITC-page_about #section1 > .inner {
  z-index: 1;
}

.ITC-page_about #section1 > .inner::after {
  content: "";
  position: absolute;
  bottom: 91px;
  right: -142px;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img_c/page_about/bg01.svg) no-repeat;
  background-position: right bottom;
  z-index: -1;
}

.ITC-page_about #section1 .title {
  font-size: 3rem;
  line-height: 1.7916666667;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  font-weight: bold;
  color: #004181;
}

.ITC-page_about #section1 .text {
  width: 726px;
  font-weight: bold;
  margin-top: 55px;
}

.ITC-page_about #section1 .image {
  margin-top: 45px;
  margin-left: -16px;
}

.ITC-page_about #section2 {
  padding: 0;
  height: 480px;
  overflow: visible;
  z-index: 10;
}

.ITC-page_about #section2 > .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

.ITC-page_about #section2 .title {
  position: relative;
  top: calc(100% - 160px);
  display: grid;
  place-content: center;
  width: 900px;
  height: 320px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(15px) brightness(115%);
  backdrop-filter: blur(15px) brightness(115%);
}

.ITC-page_about #section2 .title .text {
  font-size: 2.25rem;
  line-height: 2.1111111111;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  font-weight: bold;
  color: #004181;
  text-align: center;
  margin-bottom: 15px;
}

.ITC-page_about #section2 .title .text span {
  display: inline-block;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #E56A00 0%, #E60012 100%) 1;
  border-image: linear-gradient(90deg, #E56A00 0%, #E60012 100%) 1;
}

.ITC-page_about #section3 {
  padding: 388px 0 162px;
  background: linear-gradient(163deg, #0075C2 0%, #004181 40%, #004181 50%);
}

.ITC-page_about #section3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1920px;
  height: 480px;
  -webkit-clip-path: url(#clip-path2_pc);
  clip-path: url(#clip-path2_pc);
  background: repeating-linear-gradient(60deg, #75D7FF 0%, #1D60FC 6.25%, #5900FF 11.5%, #DB006E 18.5%, #F78C00 25%, #DB006E 31.5%, #5900FF 38.5%, #1D60FC 43.75%, #75D7FF 50%);
  background-size: 400% 1385.6406460551%;
  mix-blend-mode: screen;
  opacity: 0.8;
  animation: gradient 10s linear infinite;
  background-position: 100% 0%;
  z-index: -1;
}

.ITC-page_about #section3 .box_wrap {
  margin-top: 15px;
}

.ITC-page_about #section3 .box_adv {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 110px 0;
}

.ITC-page_about #section3 .box_adv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #E56A00 0%, #E60012 100%);
  mix-blend-mode: screen;
}

.ITC-page_about #section3 .box_adv .left img {
  display: block;
}

.ITC-page_about #section3 .box_adv .left .number {
  mix-blend-mode: screen;
  margin-top: 10px;
}

.ITC-page_about #section3 .box_adv .left .-icon01 {
  margin-top: 70px;
}

.ITC-page_about #section3 .box_adv .left .-icon02 {
  margin-top: 52px;
}

.ITC-page_about #section3 .box_adv .left .-icon03 {
  margin-top: 133px;
}

.ITC-page_about #section3 .box_adv .left .-icon04 {
  margin-top: 70px;
}

.ITC-page_about #section3 .box_adv .right {
  width: 660px;
  color: white;
}

.ITC-page_about #section3 .box_adv .right .title {
  font-size: 2.25rem;
  line-height: 1.6666666667;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}

.ITC-page_about #section3 .box_adv .right .text {
  margin-top: 50px;
}

.ITC-page_about #section3 .conclusion {
  font-size: 2.25rem;
  line-height: 1.6666666667;
  color: white;
  margin-top: 108px;
}

.ITC-page_about #section3 .logo {
  text-align: center;
  margin-top: 80px;
}

.ITC-page_about #section4 {
  background-color: white;
  padding: 268px 0 100px;
}

.ITC-page_about #section4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1920px;
  height: 480px;
  -webkit-clip-path: url(#clip-path2_pc);
  clip-path: url(#clip-path2_pc);
  background: repeating-linear-gradient(60deg, #75D7FF 0%, #1D60FC 6.25%, #5900FF 11.5%, #DB006E 18.5%, #F78C00 25%, #DB006E 31.5%, #5900FF 38.5%, #1D60FC 43.75%, #75D7FF 50%);
  background-size: 400% 1385.6406460551%;
  opacity: 0.1;
  animation: gradient 10s linear infinite;
  z-index: -1;
}

.ITC-page_about #section4 .ITC-achievements {
  margin-top: 50px;
}

.ITC-page_company #section1 {
  padding: 275px 0 0;
}

.ITC-page_company #section2 {
  padding: 110px 0 0;
}

.ITC-page_company #section2 .col2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 180px;
  margin-top: 70px;
}

.ITC-page_company #section2 .col2 .body {
  width: 575px;
}

.ITC-page_company #section2 .col2 .body .title_wrap {
  margin-top: -10px;
}

.ITC-page_company #section2 .col2 .body .sp_image {
  display: none;
}

.ITC-page_company #section2 .col2 .body .signature {
  text-align: right;
  margin-top: 40px;
}

.ITC-page_company #section2 .col2 .pc_image img {
  width: 460px;
}

.ITC-page_company #section3 {
  padding: 110px 0 220px;
  background: linear-gradient(163deg, #0075C2 0%, #004181 40%, #004181 50%);
  z-index: 1;
}

.ITC-page_company #section3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img_c/page_company/bg01_pc.jpg) no-repeat top center;
  background-size: 1920px;
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: -2;
}

.ITC-page_company #section3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1920px;
  height: 480px;
  -webkit-clip-path: url(#clip-path4_pc);
  clip-path: url(#clip-path4_pc);
  background: repeating-linear-gradient(60deg, #75D7FF 0%, #1D60FC 6.25%, #5900FF 11.5%, #DB006E 18.5%, #F78C00 25%, #DB006E 31.5%, #5900FF 38.5%, #1D60FC 43.75%, #75D7FF 50%);
  background-size: 400% 1385.6406460551%;
  mix-blend-mode: screen;
  opacity: 0.8;
  animation: gradient 10s linear infinite;
  background-position: 100% 0%;
  z-index: -1;
}

.ITC-page_company #section3 .logo {
  text-align: center;
}

.ITC-page_company #section3 .box_wrap {
  margin-top: 100px;
}

.ITC-page_company #section3 .box_wrap .box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.ITC-page_company #section3 .box_wrap .box .left {
  margin-right: 53px;
}

.ITC-page_company #section3 .box_wrap .box .left .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 260px;
  height: 260px;
  border: 1px solid #3EB2FF;
  border-radius: 100%;
  text-align: center;
}

.ITC-page_company #section3 .box_wrap .box .left .circle .jp {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: white;
}

.ITC-page_company #section3 .box_wrap .box .left .circle .en {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 3rem;
  line-height: 1.3125;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  font-weight: bold;
  color: #3EB2FF;
  margin-top: 3px;
}

.ITC-page_company #section3 .box_wrap .box .right {
  width: 630px;
  color: white;
}

.ITC-page_company #section3 .box_wrap .box .right .title {
  font-size: 2.25rem;
  line-height: 1.6666666667;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  text-align: justify;
}

.ITC-page_company #section3 .box_wrap .box .right .text {
  width: 610px;
  margin-top: 15px;
}

.ITC-page_company #section3 .box_wrap .box.-box3 .left .circle {
  border-color: #FF8891;
}

.ITC-page_company #section3 .box_wrap .box.-box3 .left .circle .en {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 2.5rem;
  line-height: 1.325;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  color: #FF8891;
}

.ITC-page_company #section4 {
  padding: 130px 0 120px;
  background-color: #F4F4F4;
}

.ITC-page_company #section4 table {
  margin-top: 73px;
}

.ITC-page_company #section5 {
  padding: 130px 0 120px;
}

.ITC-page_company #section5 table {
  margin-top: 73px;
}

.ITC-page_downloads .box_title {
  margin-top: 120px;
}

.ITC-page_downloads .box_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px -35px 0;
}

.ITC-page_downloads .box_wrap .box {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 70px;
  padding: 32px 38px 10px;
  width: 515px;
  background-color: #E5F1F9;
}

.ITC-page_downloads .box_wrap .box .image {
  width: 330px;
  height: 300px;
}

.ITC-page_downloads .box_wrap .box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.ITC-page_downloads .box_wrap .box .title {
  position: relative;
  display: block;
  margin-top: 28px;
  padding-top: 17px;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: bold;
  color: #004181;
  flex-grow: 1;
}

.ITC-page_downloads .box_wrap .box .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 160px;
  height: 1px;
  background: linear-gradient(90deg, #E56A00 0%, #E60012 100%);
}

.ITC-page_downloads .box_wrap .box .tag_new {
  display: inline-block;
  margin-right: 8px;
  padding: 3px 8px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 1.125rem;
  line-height: 1;
  color: white;
  background: linear-gradient(90deg, #E56A00 10%, #E60012 90%);
  border-radius: 100px;
  vertical-align: 2px;
}

.ITC-page_downloads .box_wrap .box .button {
  text-align: center;
  margin-top: 54px;
}

.ITC-page_news_single #section1 {
  padding: 135px 0 210px;
}

.ITC-page_news_single #section1 > .inner > .info {
  display: flex;
  align-items: center;
}

.ITC-page_news_single #section1 > .inner > .info .date {
  width: 135px;
  flex-shrink: 0;
}

.ITC-page_news_single #section1 > .inner > .info .category_wrap {
  display: flex;
  align-items: center;
}

.ITC-page_news_single #section1 > .inner > .info .category_wrap .category {
  margin: 5px;
  flex-shrink: 0;
}

.ITC-page_news_single #section1 > .inner > .title {
  position: relative;
  font-size: 1.75rem;
  line-height: 1.2857142857;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  color: #004181;
  border-bottom: 1px solid #D0D0D0;
  margin-top: 35px;
  padding-bottom: 32px;
}

.ITC-page_news_single #section1 > .inner > .title::after {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #004181;
}

.ITC-page_news_single #section1 > .inner > .content {
  margin-top: 32px;
}

.ITC-page_news_single #section1 > .inner .button {
  margin-top: 120px;
  text-align: center;
}

.ITC-page_news #section1 {
  padding: 140px 0 0;
}

.ITC-page_news #section1 > .inner {
  display: flex;
  justify-content: space-between;
}

.ITC-page_news #section1 .article {
  width: 810px;
}

.ITC-page_news #section2 {
  padding: 120px 0 160px;
}

.ITC-page_past_seminar #section1 {
  padding: 130px 0 40px;
}

.ITC-page_past_seminar .box_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 42px;
}

.ITC-page_past_seminar .box_wrap .box {
  width: 515px;
  padding: 31px 37px 9px;
  border: 1px solid #004181;
  margin-bottom: 70px;
}

.ITC-page_past_seminar .box_wrap .box.-dummy {
  padding: 0;
  border: none;
  margin-bottom: 0;
}

.ITC-page_past_seminar .box_wrap .box .image {
  width: 100%;
  height: 248px;
}

.ITC-page_past_seminar .box_wrap .box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-page_past_seminar .box_wrap .box .subhead {
  position: relative;
  margin-top: 14px;
  padding-bottom: 14px;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #004181;
}

.ITC-page_past_seminar .box_wrap .box .subhead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 160px;
  height: 1px;
  background: linear-gradient(90deg, #E56A00 0%, #E60012 100%);
}

.ITC-page_past_seminar .box_wrap .box .title {
  margin-top: 16px;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #004181;
  font-weight: bold;
}

.ITC-page_past_seminar .box_wrap .box .date {
  margin-top: 12px;
  font-size: 1rem;
  line-height: 1;
}

.ITC-page_past_seminar .box_wrap .box .button {
  margin-top: 1px;
  text-align: center;
}

.ITC-page_search #section1 {
  padding: 140px 0 0;
}

.ITC-page_search #section1 .result_text {
  color: #004181;
  margin: 1em 0 2em;
}

.ITC-page_search #section1 .search_list li a {
  display: block;
  position: relative;
  padding: 20px 50px;
  font-size: 1rem;
  line-height: 2.1875;
  border-bottom: 1px solid #D0D0D0;
}

.ITC-page_search #section1 .search_list li a::before,
.ITC-page_search #section1 .search_list li a::after {
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #004181;
}

.ITC-page_search #section1 .search_list li a::after {
  content: "";
  bottom: -1.5px;
}

.ITC-page_search #section1 .search_list li a .title,
.ITC-page_search #section1 .search_list li a .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ITC-page_search #section1 .search_list li a .title {
  font-weight: bold;
  color: #004181;
  text-decoration: underline;
}

.ITC-page_search #section1 .search_list li a .title br {
  display: none;
}

.ITC-page_search #section1 .search_list li a .text {
  color: #231815;
}

.ITC-page_search #section1 .search_list li:first-of-type a {
  border-top: 1px solid #D0D0D0;
}

.ITC-page_search #section1 .search_list li:first-of-type a::before {
  content: "";
  top: -1.5px;
}

.ITC-page_search #section2 {
  padding: 120px 0 160px;
}

.ITC-page_seminar #section_lead {
  padding: 135px 0 0;
  z-index: 1;
}

.ITC-page_seminar #section_lead .lead {
  font-size: 1rem;
  line-height: 1.875;
}

.ITC-page_seminar .section_seminar {
  padding: 85px 0 120px;
}

.ITC-page_seminar .section_seminar::after {
  content: "";
  position: absolute;
  top: 395px;
  left: 0;
  width: 100%;
  height: calc(100% - 395px);
  background-color: #F8F8F8;
  z-index: -2;
}

.ITC-page_seminar .section_seminar .seminar_title .image {
  width: 100%;
  height: 620px;
}

.ITC-page_seminar .section_seminar .seminar_title .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-page_seminar .section_seminar .seminar_title .title {
  position: relative;
  width: 900px;
  margin: -50px auto 0 auto;
}

.ITC-page_seminar .section_seminar .seminar_date {
  position: relative;
  width: 900px;
  margin: 34px auto 0 auto;
  padding-bottom: 37px;
  font-size: 1.75rem;
  line-height: 1.4642857143;
  text-align: center;
  font-weight: bold;
}

.ITC-page_seminar .section_seminar .seminar_date::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 160px;
  height: 1px;
  background: linear-gradient(90deg, #E56A00 0%, #E60012 100%);
}

.ITC-page_seminar .section_seminar .seminar_text {
  width: 900px;
  margin: 35px auto 0 auto;
  font-size: 1rem;
  line-height: 1.875;
}

.ITC-page_seminar .section_seminar .button1 {
  text-align: center;
  margin-top: 73px;
}

.ITC-page_seminar .section_seminar .box {
  position: relative;
  margin-top: 110px;
}

.ITC-page_seminar .section_seminar .box::before {
  content: "";
  position: absolute;
  top: -280px;
  right: -225px;
  display: block;
  width: 550px;
  height: 500px;
  background: url(../img_c/page_seminar/bg01.svg) no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.2;
  z-index: -1;
}

.ITC-page_seminar .section_seminar .table_title {
  font-size: 1.75rem;
  line-height: 1.4642857143;
  color: #004181;
  font-weight: bold;
  text-align: center;
  margin-top: 132px;
}

.ITC-page_seminar .section_seminar .table_wrap {
  margin-top: 38px;
}

.ITC-page_seminar .section_seminar .button2 {
  text-align: center;
  margin-top: 83px;
}

.ITC-page_seminar .section_seminar.-no_image {
  margin-top: 40px;
}

.ITC-page_seminar .section_seminar.-no_image::after {
  top: 0;
  height: 100%;
}

.ITC-page_seminar .section_seminar .seminar_title .title {
  margin-top: 0;
}

.ITC-page_solutions .section_slider {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-width: 1100px;
  height: 720px;
  margin: auto;
  background: linear-gradient(127deg, #0075C2 15%, #004181 40%, #004181 55%);
  overflow: hidden;
  z-index: 1;
}

.ITC-page_solutions .section_slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1920px;
  height: 960px;
  -webkit-clip-path: url(#clip-path6_pc);
  clip-path: url(#clip-path6_pc);
  background: repeating-linear-gradient(60deg, #75D7FF 0%, #1D60FC 6.25%, #5900FF 11.5%, #DB006E 18.5%, #F78C00 25%, #DB006E 31.5%, #5900FF 38.5%, #1D60FC 43.75%, #75D7FF 50%);
  background-size: 400% 692.8203230276%;
  mix-blend-mode: screen;
  opacity: 0.8;
  animation: gradient 10s linear infinite;
  background-position: 100% 0%;
  z-index: -1;
}

.ITC-page_solutions .slider_wrap {
  position: absolute;
  top: 112px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
}

.ITC-page_solutions .slider .item {
  position: relative;
  width: 720px;
  height: 480px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.ITC-page_solutions .slider .item.swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}

.ITC-page_solutions .slider .item.swiper-slide-prev,
.ITC-page_solutions .slider .item.swiper-slide-next {
  opacity: 0.8;
}

.ITC-page_solutions .slider .item .image_a,
.ITC-page_solutions .slider .item .image_b {
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.ITC-page_solutions .slider .item .image_a img,
.ITC-page_solutions .slider .item .image_b img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: cover;
  object-position: cover;
}

.ITC-page_solutions .slider .item .image_a {
  width: 720px;
  height: 400px;
  margin: auto;
}

.ITC-page_solutions .slider .item .image_b {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 504px;
  height: 240px;
  margin: auto;
}

.ITC-page_solutions .button-prev,
.ITC-page_solutions .button-next {
  display: none;
}

.ITC-page_solutions .pagination {
  position: absolute;
  bottom: -68px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.ITC-page_solutions .pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background-color: transparent;
  border: 1px solid white;
  opacity: 1;
}

.ITC-page_solutions .pagination .swiper-pagination-bullet-active {
  background-color: white;
}

.ITC-page_solutions .section_info {
  padding: 100px 0 65px;
}

.ITC-page_solutions .section_info .numbers img {
  width: 100%;
}

.ITC-page_solutions .section_solutions {
  padding: 160px 0 200px;
  background-color: #E5F1F9;
}

.ITC-page_solutions .section_solutions::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1920px;
  height: 480px;
  -webkit-clip-path: url(#clip-path4_pc);
  clip-path: url(#clip-path4_pc);
  background: repeating-linear-gradient(60deg, #75D7FF 0%, #1D60FC 6.25%, #5900FF 11.5%, #DB006E 18.5%, #F78C00 25%, #DB006E 31.5%, #5900FF 38.5%, #1D60FC 43.75%, #75D7FF 50%);
  background-size: 400% 1385.6406460551%;
  mix-blend-mode: hard-light;
  opacity: 0.1;
  animation: gradient 10s linear infinite;
  z-index: -1;
}

.ITC-page_solutions .section_solutions .section_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.ITC-page_solutions .section_solutions .box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 70px -20px 0;
}

.ITC-page_solutions .section_solutions .box_wrap .items {
  display: block;
  position: relative;
  width: 350px;
  height: 380px;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 65, 129, 0.1);
  margin: 0 12.5px 25px;
}

.ITC-page_solutions .section_solutions .box_wrap .items img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-page_solutions .section_solutions .box_wrap .items .button {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.ITC-page_solutions .section_support {
  padding: 170px 0 120px;
}

.ITC-page_solutions .section_support .col2 {
  display: flex;
  justify-content: space-between;
}

.ITC-page_solutions .section_support .col2 .image {
  order: 2;
}

.ITC-page_solutions .section_support .col2 .image img {
  width: 440px;
}

.ITC-page_solutions .section_support .col2 .body .title {
  position: relative;
  font-size: 3rem;
  line-height: 1.7916666667;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  font-weight: bold;
  color: #004181;
  margin-top: -10px;
}

.ITC-page_solutions .section_support .col2 .body .title::after {
  content: "";
  display: block;
  width: 160px;
  height: 1px;
  background: linear-gradient(90deg, #E56A00 0%, #E60012 100%);
  margin-top: 33px;
}

.ITC-page_solutions .section_support .col2 .body .text {
  width: 580px;
  font-weight: bold;
  margin-top: 37px;
}

.ITC-page_solutions .section_support .col2 .body .button {
  margin-top: 20px;
}

.ITC-page_story #section1 {
  padding: 120px 0 140px;
}

.ITC-page_story #section1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1920px;
  height: 480px;
  -webkit-clip-path: url(#clip-path7_pc);
  clip-path: url(#clip-path7_pc);
  background: repeating-linear-gradient(60deg, #75D7FF 0%, #1D60FC 6.25%, #5900FF 11.5%, #DB006E 18.5%, #F78C00 25%, #DB006E 31.5%, #5900FF 38.5%, #1D60FC 43.75%, #75D7FF 50%);
  background-size: 400% 1385.6406460551%;
  opacity: 0.1;
  animation: gradient 10s linear infinite;
  z-index: -1;
}

.ITC-page_support #section1 {
  padding: 280px 0 138px;
}

.ITC-page_support #section1 .col2 {
  display: flex;
  justify-content: space-between;
}

.ITC-page_support #section1 .col2 .left .title {
  position: relative;
  font-size: 3rem;
  line-height: 1.7916666667;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  font-weight: bold;
  color: #004181;
  margin-top: -12px;
}

.ITC-page_support #section1 .col2 .left .title::after {
  content: "";
  display: block;
  width: 160px;
  height: 1px;
  background: linear-gradient(90deg, #E56A00 0%, #E60012 100%);
  margin-top: 43px;
}

.ITC-page_support #section1 .col2 .left .text {
  width: 580px;
  font-weight: bold;
  margin-top: 56px;
}

.ITC-page_support #section1 .col2 .right img {
  width: 440px;
}

.ITC-page_support #section1 .items {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}

.ITC-page_support #section1 .items img {
  border: 1px solid #004181;
}

.ITC-page_support #section2 {
  padding: 97px 0 330px;
  background: linear-gradient(151deg, #0075C2 0%, #004181 30%, #004181 50%);
}

.ITC-page_support #section2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1920px;
  height: 480px;
  -webkit-clip-path: url(#clip-path4_pc);
  clip-path: url(#clip-path4_pc);
  background: repeating-linear-gradient(60deg, #75D7FF 0%, #1D60FC 6.25%, #5900FF 11.5%, #DB006E 18.5%, #F78C00 25%, #DB006E 31.5%, #5900FF 38.5%, #1D60FC 43.75%, #75D7FF 50%);
  background-size: 400% 1385.6406460551%;
  mix-blend-mode: screen;
  opacity: 0.8;
  animation: gradient 10s linear infinite;
  z-index: -1;
}

.ITC-page_support #section2 .box {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: white;
  padding: 67px 0 71px;
}

.ITC-page_support #section2 .box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #E56A00 0%, #E60012 100%);
  mix-blend-mode: screen;
}

.ITC-page_support #section2 .box .left img {
  mix-blend-mode: screen;
}

.ITC-page_support #section2 .box .left .icon02 {
  margin: 11px 0 0 13px;
}

.ITC-page_support #section2 .box .left .icon03 {
  margin: 12px 0 0 8px;
}

.ITC-page_support #section2 .box .right {
  width: 900px;
}

.ITC-page_support #section2 .box .right .title .icon {
  display: none;
}

.ITC-page_support #section2 .box .right .title .icon img {
  mix-blend-mode: screen;
}

.ITC-page_support #section2 .box .right .title .icon .icon02 {
  margin: -5px 0 0 13px;
}

.ITC-page_support #section2 .box .right .title .icon .icon03 {
  margin: 1px 0 0 9px;
}

.ITC-page_support #section2 .box .right .title .text {
  font-size: 2.25rem;
  line-height: 1.6666666667;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}

.ITC-page_support #section2 .box .right > .text {
  margin-top: 30px;
}

.ITC-page_support #section2 .conclusion {
  font-size: 1.875rem;
  line-height: 1.5;
  text-align: center;
  color: white;
  margin-top: 80px;
}

.ITC-page_support #section2 .logo {
  text-align: center;
  margin-top: 82px;
}

#ITC-hero {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-width: 1100px;
  margin: auto;
}

#ITC-hero .bg_video {
  width: 100%;
  height: calc(100vh - 120px);
  min-height: 500px;
  max-height: 1080px;
}

#ITC-hero .bg_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#ITC-hero .scroll {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  opacity: 0;
  transition: opacity 0.5s;
}

#ITC-hero .scroll .bar {
  position: relative;
  width: 1px;
  height: 80px;
  margin: 10px auto 0;
  background-color: white;
}

#ITC-hero .scroll .bar::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: white;
}

#ITC-hero.-second_loop .scroll {
  opacity: 1;
}

#ITC-hero.-second_loop .scroll .bar::after {
  animation: circle_move 2s ease-in-out infinite, circle_move_hide 2s ease-out infinite;
}

@keyframes circle_move {
  0% {
    top: 0%;
  }

  100% {
    top: 100%;
  }
}

@keyframes circle_move_hide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

.ITC-page_top #section1 {
  height: 1220px;
  padding: 216px 0 114px;
  background: linear-gradient(143deg, #0075C2 0%, #004181 30%, #004181 50%);
}

.ITC-page_top #section1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1920px;
  height: 960px;
  -webkit-clip-path: url(#clip-path1_pc);
  clip-path: url(#clip-path1_pc);
  background: repeating-linear-gradient(60deg, #75D7FF 0%, #1D60FC 6.25%, #5900FF 11.5%, #DB006E 18.5%, #F78C00 25%, #DB006E 31.5%, #5900FF 38.5%, #1D60FC 43.75%, #75D7FF 50%);
  background-size: 400% 692.8203230276%;
  mix-blend-mode: screen;
  opacity: 0.8;
  animation: gradient 10s linear infinite;
  background-position: 100% 0%;
  z-index: -1;
}

.ITC-page_top #section1 .title {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.ITC-page_top #section1 .slider_wrap {
  position: absolute;
  top: 455px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
}

.ITC-page_top #section1 .slider .item {
  position: relative;
  width: 434px;
  height: 468px;
}

.ITC-page_top #section1 .slider .item .image_a,
.ITC-page_top #section1 .slider .item .image_b {
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.ITC-page_top #section1 .slider .item .image_a img,
.ITC-page_top #section1 .slider .item .image_b img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: cover;
  object-position: cover;
}

.ITC-page_top #section1 .slider .item .image_a {
  width: 434px;
  height: 383px;
  margin: auto;
}

.ITC-page_top #section1 .slider .item .image_b {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 357px;
  height: 170px;
  margin: auto;
}

.ITC-page_top #section1 .button-prev,
.ITC-page_top #section1 .button-next {
  display: none;
}

.ITC-page_top #section1 .button {
  position: absolute;
  left: 0;
  bottom: 115px;
  width: 100%;
  text-align: center;
}

.ITC-page_top #section2 {
  position: relative;
  overflow: visible;
  padding: 0;
  z-index: 1;
}

.ITC-page_top #section2::before {
  content: "";
  position: absolute;
  top: -300px;
  right: 0;
  display: block;
  width: 451.566px;
  height: 534.195px;
  background: url(../img_c/page_top/bg01.svg) no-repeat center;
  z-index: -1;
}

.ITC-page_top #section2 .col2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ITC-page_top #section2 .image {
  width: 50%;
  height: 900px;
}

.ITC-page_top #section2 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-page_top #section2 .body {
  width: 50%;
  margin-top: 30px;
}

.ITC-page_top #section2 .body .inner {
  width: 455px;
  margin-right: auto;
  margin-left: 95px;
}

.ITC-page_top #section2 .body .logo {
  margin-top: 50px;
  text-align: center;
}

.ITC-page_top #section2 .body .text {
  margin-top: 70px;
  font-size: 1rem;
  line-height: 1.875;
}

.ITC-page_top #section2 .body .button {
  text-align: center;
  margin-top: 35px;
}

.ITC-page_top #section3 {
  position: relative;
  padding: 188px 0 100px;
  background: linear-gradient(310deg, #F4F4F4 0%, #EFEFEF 100%);
  z-index: 1;
}

.ITC-page_top #section3::before,
.ITC-page_top #section3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1920px;
  height: 600px;
  background-repeat: no-repeat;
  z-index: -1;
}

.ITC-page_top #section3::before {
  top: 0;
  background: url(../img_c/page_top/bg02_1_pc.svg) no-repeat center top;
}

.ITC-page_top #section3::after {
  bottom: 0;
  background: url(../img_c/page_top/bg02_2_pc.svg) no-repeat center bottom;
}

.ITC-page_top #section3 .section_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.ITC-page_top #section3 .section_lead {
  width: 916px;
  margin: auto;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: bold;
  color: #004181;
  margin-top: 75px;
}

.ITC-page_top #section3 .box_wrap {
  margin-top: 50px;
}

.ITC-page_top #section4 {
  padding: 110px 0 110px;
}

.ITC-page_top #section4 .col2 {
  display: flex;
  justify-content: space-between;
}

.ITC-page_top #section4 .col2 .right {
  width: 810px;
  margin-top: 35px;
}

.ITC-page_top #section4 .button {
  text-align: center;
  margin-top: 60px;
}

.ITC-page_top #section5 {
  padding: 0;
  max-height: 600px;
}

.ITC-page_top #section5 .col2 {
  display: flex;
  height: 100%;
}

.ITC-page_top #section5 .link_box {
  position: relative;
  display: grid;
  place-content: center;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.ITC-page_top #section5 .link_box .bg_img {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.ITC-page_top #section5 .link_box .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-solution .section_lead {
  position: relative;
  padding: 0;
  z-index: 2;
  overflow: visible;
}

.ITC-solution .section_lead .lead_type1 {
  position: relative;
  padding: 65px 0;
  text-align: center;
  background-color: #F4F4F4;
}

.ITC-solution .section_lead .lead_type1 .title1 {
  font-size: 1.75rem;
  line-height: 1.7142857143;
  font-weight: bold;
  color: #004181;
}

.ITC-solution .section_lead .lead_type1 .title2 {
  position: relative;
  padding-bottom: 30px;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: bold;
}

.ITC-solution .section_lead .lead_type1 .title2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, #E56A00 0%, #E60012 100%);
}

.ITC-solution .section_lead .lead_type1 .button {
  margin-top: 15px;
}

.ITC-solution .section_lead .lead_type1 .button .ITC-button1 {
  margin-bottom: 0;
}

.ITC-solution .section_lead .lead_type2 {
  position: relative;
  padding: 110px 0;
  z-index: 1;
}

.ITC-solution .section_lead .lead_type2::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: scale(1, 1.2) translateX(-50%) rotate(45deg);
  display: block;
  width: 100px;
  height: 100px;
  background-color: white;
  z-index: -1;
}

.ITC-solution .section_lead .lead_type2 .list_box {
  width: 900px;
  margin: 70px auto 0;
}

.ITC-solution .section_lead .lead_type2 .lead_image1 {
  text-align: center;
  margin: 70px auto 0;
}

.ITC-solution .section_lead .lead_type2 .lead_table1 td {
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}

.ITC-solution .section_intro {
  padding: 220px 0 120px;
  background: linear-gradient(127deg, #0075C2 15%, #004181 40%, #004181 55%);
}

.ITC-solution .section_intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1920px;
  height: 480px;
  -webkit-clip-path: url(#clip-path5_pc);
  clip-path: url(#clip-path5_pc);
  background: repeating-linear-gradient(60deg, #75D7FF 0%, #1D60FC 6.25%, #5900FF 11.5%, #DB006E 18.5%, #F78C00 25%, #DB006E 31.5%, #5900FF 38.5%, #1D60FC 43.75%, #75D7FF 50%);
  background-size: 400% 1385.6406460551%;
  mix-blend-mode: screen;
  opacity: 0.8;
  animation: gradient 10s linear infinite;
  background-position: 100% 0%;
  z-index: -1;
}

.ITC-solution .section_intro .intro_title1 {
  position: relative;
  padding-bottom: 34px;
  font-size: 2.25rem;
  line-height: 1.7777777778;
  color: white;
  text-align: center;
}

.ITC-solution .section_intro .intro_title1 .smaller {
  font-size: 1.75rem;
  line-height: 1.4642857143;
}

.ITC-solution .section_intro .intro_title1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, #E56A00 0%, #E60012 100%);
  mix-blend-mode: screen;
}

.ITC-solution .section_intro .intro_title1 .subhead {
  display: block;
  margin-top: 10px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
}

.ITC-solution .section_intro .intro_title2 {
  font-size: 2.25rem;
  line-height: 1.7777777778;
  font-weight: bold;
  color: white;
  text-align: center;
}

.ITC-solution .section_intro .intro_title3 {
  font-size: 1.75rem;
  line-height: 2.2857142857;
  font-weight: bold;
  color: white;
  text-align: center;
}

.ITC-solution .section_intro .intro_text1 {
  color: white;
}

.ITC-solution .section_intro .intro_text2 {
  font-size: 1.125rem;
  line-height: 1.5;
  color: white;
  font-weight: bold;
  text-align: center;
}

.ITC-solution .section_intro .intro_text2 a {
  text-decoration: underline;
}

.ITC-solution .section_intro .intro_text2 a[target=_blank]::after {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-size: larger;
  vertical-align: -3px;
  line-height: 0;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.ITC-solution .section_intro .intro_image1 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: -40px;
}

.ITC-solution .section_intro .intro_image2 {
  text-align: center;
}

.ITC-solution .section_intro .intro_flex_box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ITC-solution .section_intro .intro_flex_box1 .item {
  margin-bottom: 40px;
}

.ITC-solution .section_intro .iframe iframe {
  width: 1100px;
  height: 618.75px;
}

.ITC-solution .section_intro .intro_link_box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -21px;
}

.ITC-solution .section_intro .intro_link_box1 .item {
  display: block;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 20px 40px;
}

.ITC-solution .section_intro .intro_image_text_box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 900px;
  margin: 40px auto;
  padding: 40px 40px;
  background-color: white;
  border-radius: 5px;
}

.ITC-solution .section_intro .intro_image_text_box1 .image {
  order: 2;
  width: 390px;
  height: 240px;
}

.ITC-solution .section_intro .intro_image_text_box1 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-solution .section_intro .intro_image_text_box1 .text {
  order: 1;
  width: 395px;
  color: #004181;
}

.ITC-solution .section_intro .intro_image_text_box1 .box {
  order: 3;
  padding: 17px 0 30px;
  width: 820px;
  border: 1px solid #004181;
  margin-top: 36px;
}

.ITC-solution .section_intro .intro_image_text_box1 .box .box_title1 {
  position: relative;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: bold;
  color: #004181;
  text-align: center;
  padding-bottom: 15px;
}

.ITC-solution .section_intro .intro_image_text_box1 .box .box_title1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, #E56A00 0%, #E60012 100%);
}

.ITC-solution .section_intro .intro_image_text_box1 .box .box_list {
  list-style-type: decimal;
  width: -moz-fit-content;
  width: fit-content;
  margin: 22px auto 0;
  padding-left: 2em;
}

.ITC-solution .section_intro .intro_image_text_box1 .box .box_list li {
  padding-left: 1em;
  margin-bottom: 1.5em;
}

.ITC-solution .section_intro .intro_image_text_box1 .box .box_list li:last-of-type {
  margin-bottom: 0;
}

.ITC-solution .section_intro .intro_image_text_box1 .box .box_list li::marker,
.ITC-solution .section_intro .intro_image_text_box1 .box .box_list li .box_title2 {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: bold;
  color: #004181;
}

.ITC-solution .section_intro .intro_image_text_box1 .box .box_list li .box_text {
  font-size: 1rem;
  line-height: 1.5;
  color: #004181;
}

.ITC-solution .section_intro .intro_image_text_box2 {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto 60px;
  padding: 50px 50px;
  background-color: white;
  border-radius: 5px;
}

.ITC-solution .section_intro .intro_image_text_box2:last-of-type {
  margin-bottom: 0;
}

.ITC-solution .section_intro .intro_image_text_box2 .image {
  order: 2;
  align-self: center;
  width: 450px;
  height: 350px;
}

.ITC-solution .section_intro .intro_image_text_box2 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-solution .section_intro .intro_image_text_box2 .body {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 500px;
}

.ITC-solution .section_intro .intro_image_text_box2 .body .title {
  position: relative;
  padding-bottom: 17px;
  color: #004181;
  font-weight: bold;
}

.ITC-solution .section_intro .intro_image_text_box2 .body .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, #E56A00 0%, #E60012 100%);
  margin-top: 28px;
}

.ITC-solution .section_intro .intro_image_text_box2 .body .title .subhead {
  display: block;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}

.ITC-solution .section_intro .intro_image_text_box2 .body .title .main {
  display: block;
  font-size: 2.75rem;
  line-height: 1.5;
}

.ITC-solution .section_intro .intro_image_text_box2 .body .text {
  flex-grow: 1;
  margin-top: 20px;
}

.ITC-solution .section_intro .intro_image_text_box2 .body .button {
  text-align: right;
  margin-top: 18px;
}

.ITC-solution .section_intro .intro_image_text_box2 .body .button a {
  margin: 0;
}

.ITC-solution .section_point {
  padding: 20px 0;
  background-color: #E5F1F9;
}

.ITC-solution .section_point.-bg_white {
  background-color: white;
}

.ITC-solution .section_point .block {
  margin: 120px auto;
}

.ITC-solution .section_point .block.-wide_margin {
  margin: 180px auto;
}

.ITC-solution .section_point .block .block_fit_content {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.ITC-solution .section_point .block .block_narrow_inner {
  width: 900px;
  margin: auto;
}

.ITC-solution .section_point .block_lead1 {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}

.ITC-solution .section_point .col2,
.ITC-solution .section_point .col3,
.ITC-solution .section_point .col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ITC-solution .section_point .col2.-align_items_center_pc,
.ITC-solution .section_point .col3.-align_items_center_pc,
.ITC-solution .section_point .col4.-align_items_center_pc {
  align-items: center;
}

.ITC-solution .section_point .col2_block1 {
  width: 330px;
  margin: auto;
}

.ITC-solution .section_point .col2_item_image1 {
  width: 530px;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 65, 129, 0.1);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 40px;
}

.ITC-solution .section_point .col2_item_image1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-solution .section_point .col2_item_image2 {
  width: 550px;
  height: 310px;
}

.ITC-solution .section_point .col2_item_image2.-right_pc {
  order: 2;
}

.ITC-solution .section_point .col2_item_image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-solution .section_point .col2_item_image3 {
  width: 530px;
  height: 300px;
}

.ITC-solution .section_point .col2_item_image3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-solution .section_point .col2_item_50per.-right_pc,
.ITC-solution .section_point .col2_item_500.-right_pc,
.ITC-solution .section_point .col2_item_510.-right_pc,
.ITC-solution .section_point .col2_item_530.-right_pc,
.ITC-solution .section_point .col2_item_550.-right_pc,
.ITC-solution .section_point .col2_item_430.-right_pc,
.ITC-solution .section_point .col3_item_330.-right_pc,
.ITC-solution .section_point .col4_item_220.-right_pc {
  order: 3;
}

.ITC-solution .section_point .col2_item_50per img:not(.img_fix_width),
.ITC-solution .section_point .col2_item_500 img:not(.img_fix_width),
.ITC-solution .section_point .col2_item_510 img:not(.img_fix_width),
.ITC-solution .section_point .col2_item_530 img:not(.img_fix_width),
.ITC-solution .section_point .col2_item_550 img:not(.img_fix_width),
.ITC-solution .section_point .col2_item_430 img:not(.img_fix_width),
.ITC-solution .section_point .col3_item_330 img:not(.img_fix_width),
.ITC-solution .section_point .col4_item_220 img:not(.img_fix_width) {
  width: 100%;
}

.ITC-solution .section_point .col2_item_50per .img_fix_width,
.ITC-solution .section_point .col2_item_500 .img_fix_width,
.ITC-solution .section_point .col2_item_510 .img_fix_width,
.ITC-solution .section_point .col2_item_530 .img_fix_width,
.ITC-solution .section_point .col2_item_550 .img_fix_width,
.ITC-solution .section_point .col2_item_430 .img_fix_width,
.ITC-solution .section_point .col3_item_330 .img_fix_width,
.ITC-solution .section_point .col4_item_220 .img_fix_width {
  display: block;
  margin: auto;
}

.ITC-solution .section_point .col2_item_50per .text,
.ITC-solution .section_point .col2_item_500 .text,
.ITC-solution .section_point .col2_item_510 .text,
.ITC-solution .section_point .col2_item_530 .text,
.ITC-solution .section_point .col2_item_550 .text,
.ITC-solution .section_point .col2_item_430 .text,
.ITC-solution .section_point .col3_item_330 .text,
.ITC-solution .section_point .col4_item_220 .text {
  font-size: 1rem;
  line-height: 1.75;
}

.ITC-solution .section_point .col2_item_50per .caption,
.ITC-solution .section_point .col2_item_500 .caption,
.ITC-solution .section_point .col2_item_510 .caption,
.ITC-solution .section_point .col2_item_530 .caption,
.ITC-solution .section_point .col2_item_550 .caption,
.ITC-solution .section_point .col2_item_430 .caption,
.ITC-solution .section_point .col3_item_330 .caption,
.ITC-solution .section_point .col4_item_220 .caption {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 12px;
}

.ITC-solution .section_point .col2_item_50per {
  width: 50%;
}

.ITC-solution .section_point .col2_item_500 {
  width: 500px;
}

.ITC-solution .section_point .col2_item_510 {
  width: 510px;
}

.ITC-solution .section_point .col2_item_530 {
  width: 530px;
}

.ITC-solution .section_point .col2_item_550 {
  width: 550px;
}

.ITC-solution .section_point .col3_item_430 {
  width: 430px;
}

.ITC-solution .section_point .col3_item_330 {
  width: 330px;
}

.ITC-solution .section_point .col4_item_220 {
  width: 220px;
}

.ITC-solution .section_point .col3_item_image_text_box1 {
  width: 330px;
  margin-bottom: 60px;
}

.ITC-solution .section_point .col3_item_image_text_box1 .image {
  width: 100%;
  height: 240px;
  box-shadow: 0 0 20px rgba(0, 65, 129, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

.ITC-solution .section_point .col3_item_image_text_box1 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-solution .section_point .col3_item_image_text_box1 .title {
  padding: 11px 0;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  color: #004181;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #004181;
}

.ITC-solution .section_point .col3_item_image_text_box1 .text {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 12px;
}

.ITC-solution .section_point .col2_item_image_text_box1 {
  width: 47%;
  margin-bottom: 60px;
}

.ITC-solution .section_point .col2_item_image_text_box1 .image {
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 65, 129, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

.ITC-solution .section_point .col2_item_image_text_box1 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-solution .section_point .col2_item_image_text_box1 .title {
  padding: 11px 0;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  color: #004181;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #004181;
}

.ITC-solution .section_point .col2_item_image_text_box1 .text {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 12px;
}

.ITC-solution .section_point .image_box {
  border-radius: 0 0 5px 5px;
  margin-top: -5px;
  padding-top: 5px;
  text-align: center;
  background-color: white;
  overflow: hidden;
}

.ITC-solution .section_point .image_box.-image01 {
  padding: 65px 60px;
  background-color: #CEE4F4;
}

.ITC-solution .section_point .image_box.-image01 img {
  width: 900px;
}

.ITC-solution .section_point .image_box.-image02 {
  padding: 55px 0 50px;
  background-color: #CEE4F4;
}

.ITC-solution .section_point .image_box.-image02 a {
  display: inline-block;
}

.ITC-solution .section_point .image_box.-image02 a img {
  width: 1000px;
}

.ITC-solution .section_point .image_box.-image02 .zoom {
  width: 1000px;
  margin: auto;
  text-align: right;
}

.ITC-solution .section_point .image_text_box1 {
  width: 900px;
  margin: auto;
}

.ITC-solution .section_point .image_text_box1 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.ITC-solution .section_point .image_text_box1 .image {
  display: grid;
  place-content: center;
  width: 50%;
}

.ITC-solution .section_point .image_text_box1 .body {
  width: 500px;
  flex-shrink: 0;
}

.ITC-solution .section_point .image_text_box1 .body .text {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 18px;
}

.ITC-solution .section_point .single_image1 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.ITC-solution .section_point .single_image2 {
  width: 100%;
}

.ITC-solution .section_point .single_image2 img {
  width: 100%;
}

.ITC-solution .section_point .point_title1 {
  padding-bottom: 6px;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  color: #004181;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #0075C2;
}

.ITC-solution .section_point .point_text1 {
  font-size: 1rem;
  line-height: 1.75;
}

.ITC-solution .section_point .point_text2 {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.ITC-solution .section_point .point_link_box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -13px;
}

.ITC-solution .section_point .point_link_box1 .item {
  display: block;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 13px 32px;
  box-shadow: 0px 0px 20px rgba(0, 65, 129, 0.1);
}

.ITC-solution .section_banner1 {
  padding: 50px 0;
  font-size: 1.75rem;
  line-height: 1.7142857143;
  color: white;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(99deg, #0075C2 0%, #004181 50%, #004181 65%);
}

.ITC-solution .section_link {
  padding: 100px 0 130px;
}

.ITC-solution .section_link.-bg_pale_blue {
  background-color: #E5F1F9;
}

.ITC-solution .section_link .link_title {
  text-align: center;
}

.ITC-solution .section_link .link_title .text {
  font-size: 1.75rem;
  line-height: 1.4642857143;
  color: #004181;
  font-weight: bold;
}

.ITC-solution .section_link .link_box {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 86px;
  width: 100%;
  height: 400px;
}

.ITC-solution .section_link .link_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-solution .section_link .link_box .button {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}

.ITC-solution .section_link .link_text {
  font-size: 1.75rem;
  line-height: 1.7142857143;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  font-weight: bold;
  text-align: center;
}

.ITC-solution .section_link .link_text a {
  text-decoration: underline;
}

.ITC-solution .section_link .link_button {
  text-align: center;
  margin-top: 57px;
}

.ITC-solution .txt_type1 {
  font-size: 1.75rem;
  line-height: 1.7142857143;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  text-align: center;
  color: #004181;
}

.ITC-solution .txt_type2 {
  font-size: 2.25rem;
  line-height: 1.6666666667;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  text-align: center;
  color: #E60012;
  font-weight: bold;
}

.ITC-solution .txt_type3 {
  font-size: 1.75rem;
  line-height: 1.7142857143;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  text-align: center;
  color: black;
  font-weight: bold;
}

.ITC-story {
  overflow: hidden;
}

.ITC-story .page_lead {
  width: 100%;
  max-width: 1920px;
  min-width: 1100px;
  margin: auto;
  padding-bottom: 150px;
}

.ITC-story .page_lead .lead_logo {
  display: grid;
  place-content: center;
  height: 360px;
}

.ITC-story .page_lead .lead_logo img {
  width: 900px;
}

.ITC-story .page_lead .lead_text {
  padding: 80px 0 240px;
  background-color: #004181;
}

.ITC-story .page_lead .lead_text .text {
  width: 1100px;
  margin: auto;
  font-size: 1.25rem;
  line-height: 2;
  color: white;
  font-weight: bold;
}

.ITC-story .page_lead .lead_image {
  position: relative;
  width: 700px;
  height: 400px;
  margin: -200px auto 0;
  z-index: 1;
}

.ITC-story .page_lead .lead_image::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -280px;
  display: block;
  width: 381.917px;
  height: 451.801px;
  background: url(../img_c/page_story/bg01_pc.svg) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.ITC-story .page_lead .lead_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-story .page_lead .lead_cross {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}

.ITC-story .page_lead .lead_cross .left,
.ITC-story .page_lead .lead_cross .right {
  width: 50%;
  font-weight: bold;
}

.ITC-story .page_lead .lead_cross .left .inner,
.ITC-story .page_lead .lead_cross .right .inner {
  width: -moz-fit-content;
  width: fit-content;
}

.ITC-story .page_lead .lead_cross .left {
  order: 1;
}

.ITC-story .page_lead .lead_cross .left .inner {
  margin-left: auto;
}

.ITC-story .page_lead .lead_cross .right {
  order: 3;
}

.ITC-story .page_lead .lead_cross .right .inner {
  margin-right: auto;
}

.ITC-story .page_lead .lead_cross .image {
  display: grid;
  place-content: center;
  width: 150px;
  flex-shrink: 0;
  order: 2;
}

.ITC-story .page_lead .lead_cross .image img {
  width: 36px;
}

.ITC-story .section_type1 {
  padding: 90px 0 90px;
}

.ITC-story .section_type1.-border {
  padding-top: 130px;
}

.ITC-story .section_type1.-border .inner::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -410px;
  display: block;
  width: 510px;
  height: 1px;
  background-color: #004181;
}

.ITC-story .section_type1.-gray_left,
.ITC-story .section_type1.-gray_right {
  padding-bottom: 90px;
}

.ITC-story .section_type1.-gray_left::before,
.ITC-story .section_type1.-gray_right::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 1230px;
  height: 100%;
  background-color: #F4F4F4;
  z-index: -1;
}

.ITC-story .section_type1.-gray_left.-gray_short_top::before,
.ITC-story .section_type1.-gray_right.-gray_short_top::before {
  top: 300px;
  height: calc(100% - 300px);
}

.ITC-story .section_type1.-gray_left.-gray_short_bottom::before,
.ITC-story .section_type1.-gray_right.-gray_short_bottom::before {
  height: calc(100% - 160px);
}

.ITC-story .section_type1.-gray_left::before {
  left: calc(50% - 345px);
  transform: translateX(-50%);
}

.ITC-story .section_type1.-gray_right::before {
  right: calc(50% - 345px);
  transform: translateX(50%);
}

.ITC-story .section_title1 {
  font-size: 2.25rem;
  line-height: 1.9444444444;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  font-weight: bold;
  color: #004181;
}

.ITC-story .section_title1 .text_indent1 {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.ITC-story .block {
  margin-top: 55px;
}

.ITC-story .block::after {
  content: "";
  display: block;
  clear: both;
}

.ITC-story .block.-col2 {
  display: flex;
}

.ITC-story .block .image {
  width: 500px;
  height: 340px;
  flex-shrink: 0;
}

.ITC-story .block .image.-left {
  margin-right: 50px;
}

.ITC-story .block .image.-right {
  margin-left: 50px;
}

.ITC-story .block .image.-vertical {
  width: 360px;
  height: 450px;
}

.ITC-story .block .image.-vertical.-left {
  margin-right: 70px;
}

.ITC-story .block .image.-vertical.-right {
  margin-left: 70px;
}

.ITC-story .block .image.-large {
  width: 100%;
  height: 500px;
}

.ITC-story .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITC-story .block .block_title {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: bold;
  color: #004181;
  padding-bottom: 35px;
}

.ITC-story .block .block_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 1px;
  background-color: #004181;
}

.ITC-story .block .text {
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 1.8em;
}

.ITC-story .section_lead {
  padding: 0;
  overflow: visible;
  margin-top: 40px;
  margin-bottom: -90px;
  z-index: 2;
}

.ITC-story .section_lead .box {
  position: relative;
  width: calc(50% + 270px);
  padding: 30px 0;
  background-color: #004181;
}

.ITC-story .section_lead .box::after {
  content: "";
  position: absolute;
  top: -185px;
  right: -350px;
  display: block;
  width: 381.917px;
  height: 451.801px;
  background: url(../img_c/page_story/bg02_pc.svg) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.ITC-story .section_lead .box .text {
  width: 755px;
  margin-left: auto;
  margin-right: 65px;
  font-size: 1.25rem;
  line-height: 2;
  color: white;
  font-weight: bold;
}

.ITC-story .section_lead + .section_type1 {
  padding-top: 150px;
}

.ITC-story .section_bg1 {
  position: relative;
  width: 1100px;
  margin: auto;
  z-index: 2;
}

.ITC-story .section_bg1::after {
  content: "";
  position: absolute;
  top: -98px;
  right: -23px;
  display: block;
  width: 381.917px;
  height: 451.801px;
  background: url(../img_c/page_story/bg02_pc.svg) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.ITC-story .section_box {
  padding: 10px 0 120px;
}

.ITC-story .section_box .box {
  padding: 60px 100px 40px;
  border: 1px solid #004181;
  border-radius: 20px;
  text-align: center;
}

.ITC-story .section_box .box .title {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #004181;
  font-weight: bold;
  text-align: center;
  margin-top: 38px;
  padding-bottom: 38px;
}

.ITC-story .section_box .box .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100px;
  height: 1px;
  background: linear-gradient(91deg, #0075C2 0%, #004181 68%, #004181 100%);
}

.ITC-story .section_box .box .col2 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.ITC-story .section_box .box .col2 .text {
  width: 450px;
  font-size: 1rem;
  line-height: 1.875;
}

.ITC-story .section_box .box .col2 .image {
  width: 400px;
}

.ITC-story .section_box .box .col2 .image img {
  width: 100%;
}

.ITC-story .section_box .box .col2 .image .caption {
  font-size: 0.875rem;
  line-height: 2.2857142857;
  text-align: right;
  margin-top: 8px;
}

.ITC-story .section_box .box .button {
  margin-top: 46px;
}

@media (min-width: 768px) {
  .block_editor_content :where(a:not([class])) {
    transition: color 0.3s;
  }

  .block_editor_content :where(a:not([class])):hover {
    color: #004181;
  }

  .is-style-itr-table_step table td:first-child::after,
  .is-style-itr-table_step table th::after {
    content: "\e908";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font-family: "icomoon";
    color: #004181;
    font-size: 0.9375rem;
    line-height: 1;
  }

  .is-style-itr-table_step table tr:last-of-type td:first-child::after,
  .is-style-itr-table_step table tr:last-of-type th::after {
    content: none;
  }

  .sp_only {
    display: none !important;
  }

  .-mt0em_pc {
    margin-top: 0em !important;
  }

  .-mt0em_half_pc {
    margin-top: 0.5em !important;
  }

  .-mb0em_pc {
    margin-bottom: 0em !important;
  }

  .-mb0em_half_pc {
    margin-bottom: 0.5em !important;
  }

  .-pt0em_pc {
    padding-top: 0em !important;
  }

  .-pt0em_half_pc {
    padding-top: 0.5em !important;
  }

  .-pb0em_pc {
    padding-bottom: 0em !important;
  }

  .-pb0em_half_pc {
    padding-bottom: 0.5em !important;
  }

  .-mt1em_pc {
    margin-top: 1em !important;
  }

  .-mt1em_half_pc {
    margin-top: 1.5em !important;
  }

  .-mb1em_pc {
    margin-bottom: 1em !important;
  }

  .-mb1em_half_pc {
    margin-bottom: 1.5em !important;
  }

  .-pt1em_pc {
    padding-top: 1em !important;
  }

  .-pt1em_half_pc {
    padding-top: 1.5em !important;
  }

  .-pb1em_pc {
    padding-bottom: 1em !important;
  }

  .-pb1em_half_pc {
    padding-bottom: 1.5em !important;
  }

  .-mt2em_pc {
    margin-top: 2em !important;
  }

  .-mt2em_half_pc {
    margin-top: 2.5em !important;
  }

  .-mb2em_pc {
    margin-bottom: 2em !important;
  }

  .-mb2em_half_pc {
    margin-bottom: 2.5em !important;
  }

  .-pt2em_pc {
    padding-top: 2em !important;
  }

  .-pt2em_half_pc {
    padding-top: 2.5em !important;
  }

  .-pb2em_pc {
    padding-bottom: 2em !important;
  }

  .-pb2em_half_pc {
    padding-bottom: 2.5em !important;
  }

  .-mt3em_pc {
    margin-top: 3em !important;
  }

  .-mt3em_half_pc {
    margin-top: 3.5em !important;
  }

  .-mb3em_pc {
    margin-bottom: 3em !important;
  }

  .-mb3em_half_pc {
    margin-bottom: 3.5em !important;
  }

  .-pt3em_pc {
    padding-top: 3em !important;
  }

  .-pt3em_half_pc {
    padding-top: 3.5em !important;
  }

  .-pb3em_pc {
    padding-bottom: 3em !important;
  }

  .-pb3em_half_pc {
    padding-bottom: 3.5em !important;
  }

  .-mt4em_pc {
    margin-top: 4em !important;
  }

  .-mt4em_half_pc {
    margin-top: 4.5em !important;
  }

  .-mb4em_pc {
    margin-bottom: 4em !important;
  }

  .-mb4em_half_pc {
    margin-bottom: 4.5em !important;
  }

  .-pt4em_pc {
    padding-top: 4em !important;
  }

  .-pt4em_half_pc {
    padding-top: 4.5em !important;
  }

  .-pb4em_pc {
    padding-bottom: 4em !important;
  }

  .-pb4em_half_pc {
    padding-bottom: 4.5em !important;
  }

  .-mt5em_pc {
    margin-top: 5em !important;
  }

  .-mt5em_half_pc {
    margin-top: 5.5em !important;
  }

  .-mb5em_pc {
    margin-bottom: 5em !important;
  }

  .-mb5em_half_pc {
    margin-bottom: 5.5em !important;
  }

  .-pt5em_pc {
    padding-top: 5em !important;
  }

  .-pt5em_half_pc {
    padding-top: 5.5em !important;
  }

  .-pb5em_pc {
    padding-bottom: 5em !important;
  }

  .-pb5em_half_pc {
    padding-bottom: 5.5em !important;
  }

  .-mt6em_pc {
    margin-top: 6em !important;
  }

  .-mt6em_half_pc {
    margin-top: 6.5em !important;
  }

  .-mb6em_pc {
    margin-bottom: 6em !important;
  }

  .-mb6em_half_pc {
    margin-bottom: 6.5em !important;
  }

  .-pt6em_pc {
    padding-top: 6em !important;
  }

  .-pt6em_half_pc {
    padding-top: 6.5em !important;
  }

  .-pb6em_pc {
    padding-bottom: 6em !important;
  }

  .-pb6em_half_pc {
    padding-bottom: 6.5em !important;
  }

  .ITR-blog_content a:not([class]) {
    transition: color 0.3s;
  }

  .ITR-blog_content a:not([class]):hover {
    color: #0075C2;
  }

  .ITR-breadcrumb a [property=name]:hover {
    text-decoration: underline;
  }

  .ITR-button_left_arrow::before,
  .ITR-button_right_arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
  }

  .ITR-button_left_arrow.hover::before,
  .ITR-button_left_arrow:hover::before,
  .ITR-button_right_arrow.hover::before,
  .ITR-button_right_arrow:hover::before {
    opacity: 1;
  }

  .ITR-button_left_arrow::before {
    background: linear-gradient(139deg, #20BEF8 20%, #0052C2 85%);
  }

  .ITR-button_right_arrow::before {
    background: linear-gradient(-221deg, #0052C2 12.5%, #20BEF8 82.5%);
  }

  .ITR-button_page_link1 {
    transition: background-color 0.3s, color 0.3s;
  }

  .ITR-button_page_link1::after {
    transition: color 0.3s;
  }

  .ITR-button_page_link1:hover {
    color: white;
    background-color: #0075C2;
  }

  .ITR-button_page_link1:hover::after {
    color: white;
  }

  .ITR-button1:not([disabled]) {
    transition: color 0.6s;
  }

  .ITR-button1:not([disabled])::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(107deg, #0052C2 10%, #20BEF8 85%);
    border-radius: 200px;
    opacity: 0;
    transition: opacity 0.6s;
    z-index: -1;
  }

  .ITR-button1:not([disabled])::after {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .ITR-button1:not([disabled]) .icon_arrow_right::after,
  .ITR-button1:not([disabled]) .icon_arrow_left::after,
  .ITR-button1:not([disabled]) .icon_arrow_down::after,
  .ITR-button1:not([disabled]) .icon_list::after {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .ITR-button1:not([disabled]).hover,
  .ITR-button1:not([disabled]):hover {
    color: #FDF994;
  }

  .ITR-button1:not([disabled]).hover::before,
  .ITR-button1:not([disabled]):hover::before {
    opacity: 1;
  }

  .ITR-button1:not([disabled]).hover::after,
  .ITR-button1:not([disabled]):hover::after {
    transform: translateY(-50%) scale(1.5);
  }

  .ITR-button1:not([disabled]).hover .icon_arrow_right::after,
  .ITR-button1:not([disabled]):hover .icon_arrow_right::after {
    transform: translate(0%, -50%) scale(1.4, 1.1);
  }

  .ITR-button1:not([disabled]).hover .icon_arrow_left::after,
  .ITR-button1:not([disabled]):hover .icon_arrow_left::after {
    transform: translate(-100%, -50%) scale(1.4, 1.1);
  }

  .ITR-button1:not([disabled]).hover .icon_arrow_down::after,
  .ITR-button1:not([disabled]):hover .icon_arrow_down::after {
    transform: translate(-50%, 0) scale(1.1, 1.4);
  }

  .ITR-button1:not([disabled]).hover .icon_list::after,
  .ITR-button1:not([disabled]):hover .icon_list::after {
    transform: translate(-50%, -50%) scale(1.2);
  }

  .ITR-button2::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(99deg, #0052C2 20%, #20BEF8 70%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
  }

  .ITR-button2:hover::before {
    opacity: 1;
  }

  .ITR-footer .upper .entry_box_wrap .entry_box .title {
    font-size: 1.75rem;
    line-height: 1.3571428571;
  }

  .ITR-footer .upper .nav a.banner img {
    transition: opacity 0.3s;
  }

  .ITR-footer .upper .nav a.banner:hover img {
    opacity: 0.75;
  }

  .ITR-footer .upper .nav .menu {
    font-size: 1rem;
    line-height: 2.1875;
  }

  .ITR-footer .upper .nav .menu li a:hover {
    text-decoration: underline;
  }

  .ITR-footer .lower .menu li a:hover {
    text-decoration: underline;
  }

  .ITR-form input[type=text],
  .ITR-form input[type=email],
  .ITR-form input[type=tel],
  .ITR-form input[type=password],
  .ITR-form select,
  .ITR-form textarea {
    font-size: 1rem;
    line-height: 1.875;
  }

  .ITR-header_entry .entry_box_wrap .entry_box .title {
    font-size: 1.75rem;
    line-height: 1.3571428571;
  }

  .ITR-header_entry .entry_box_wrap .entry_box {
    transition: transform 0.3s;
  }

  .ITR-header_entry .entry_box_wrap .entry_box:hover {
    transform: scale(1.05);
  }

  .ITR-header_entry .close .cross {
    font-size: 1.75rem;
    line-height: 1.3571428571;
  }

  .ITR-header_menu .nav1 .menu .menu-item.-text a {
    transition: background-color 0.15s;
  }

  .ITR-header_menu .nav1 .menu .menu-item.-text a:hover {
    background-color: rgba(0, 97, 161, 0.5);
  }

  .ITR-header_menu .nav1 .menu .menu-item.-banner a {
    transition: opacity 0.3s;
  }

  .ITR-header_menu .nav1 .menu .menu-item.-banner a:hover {
    opacity: 0.75;
  }

  .ITR-header_menu .nav2 li a:hover {
    text-decoration: underline;
  }

  .ITR-header_menu_close .hover {
    transition: opacity 0.5s;
  }

  .ITR-header_menu_close:hover .hover {
    opacity: 1;
  }

  .ITR-header .menu_entry {
    transition: border 0.1s;
  }

  .ITR-header .menu_entry::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(290deg, #0052C2 0%, #20BEF8 90%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
  }

  .ITR-header .menu_entry:hover::after {
    opacity: 1;
  }

  .ITR-header .menu_button .hover {
    transition: opacity 0.3s;
  }

  .ITR-header .menu_button:hover .hover {
    opacity: 1;
  }

  .ITR-link_new_window {
    transition: color 0.3s;
  }

  .ITR-link_new_window:hover {
    color: #0075C2;
  }

  .ITR-news_list .news_list li > a {
    transition: background-color 0.3s;
  }

  .ITR-news_list .news_list li > a:hover {
    background-color: #D5EEFF;
  }

  .ITR-news_list .news_list li > a:hover .title {
    text-decoration: underline;
  }

  .ITR-page_title_interview .lower .header .text {
    font-size: 3.75rem;
    line-height: 1.2166666667;
  }

  .ITR-page_title_interview .lower .header .number {
    font-size: 5.625rem;
    line-height: 0.8111111111;
  }

  .ITR-people_box .link img {
    transition: transform 0.3s;
  }

  .ITR-people_box .link:hover img {
    transform: scale(1.04);
  }

  .ITR-table_step th::after {
    content: "\e908";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font-family: "icomoon";
    color: #00426E;
    font-size: 0.9375rem;
    line-height: 1;
  }

  .ITR-table_step tr:last-of-type th::after {
    content: none;
  }

  .ITR-to-top {
    transition: border 0.1s;
  }

  .ITR-to-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(290deg, #20BEF8 10%, #0052C2 90%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
  }

  .ITR-to-top:hover::before {
    opacity: 1;
  }

  .ITC-blog_content :where(a:not([class])) {
    transition: color 0.3s;
  }

  .ITC-blog_content :where(a:not([class])):hover {
    color: #004181;
  }

  .ITC-breadcrumb a [property=name]:hover {
    text-decoration: underline;
  }

  .ITC-button1:not([disabled])::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(118deg, #0094f5 0%, #005bb4 35%, #005bb4 50%);
    border-radius: 200px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
  }

  .ITC-button1:not([disabled]) [class^=icon_]::after {
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .ITC-button1:not([disabled]).hover::before,
  .ITC-button1:not([disabled]):hover::before {
    opacity: 1;
  }

  .ITC-button1:not([disabled]).hover .icon_arrow_left::after,
  .ITC-button1:not([disabled]):hover .icon_arrow_left::after {
    transform: translate(-100%, -50%) scale(1.4, 1.1);
  }

  .ITC-button1:not([disabled]).hover .icon_arrow_right::after,
  .ITC-button1:not([disabled]):hover .icon_arrow_right::after {
    transform: translate(0%, -50%) scale(1.4, 1.1);
  }

  .ITC-button1:not([disabled]).hover .icon_arrow_down::after,
  .ITC-button1:not([disabled]):hover .icon_arrow_down::after {
    transform: translate(-50%, 0) scale(1.1, 1.4);
  }

  .ITC-button1:not([disabled]).hover .icon_download::after,
  .ITC-button1:not([disabled]):hover .icon_download::after {
    transform: translate(-50%, -37.5%) scale(1.1, 1.2);
  }

  .ITC-button1:not([disabled]).hover .icon_list::after,
  .ITC-button1:not([disabled]):hover .icon_list::after {
    transform: translate(-50%, -50%) scale(1.2);
  }

  .ITC-button1:not([disabled]).-gray::before {
    background: linear-gradient(283deg, #432e28 50%, #5a5a5a 100%);
  }

  .ITC-button1:not([disabled]).-white,
  .ITC-button1:not([disabled]).-black {
    transition: background-color 0.3s;
  }

  .ITC-button1:not([disabled]).-white::before,
  .ITC-button1:not([disabled]).-black::before {
    content: none;
  }

  .ITC-button1:not([disabled]).-white:hover {
    background: rgba(255, 255, 255, 0.25);
  }

  .ITC-button1:not([disabled]).-black:hover {
    background: rgba(64, 64, 64, 0.25);
  }

  .ITC-button2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(324deg, #0075C2 15%, #0062AA 25%, #004181 68%, #004181 90%);
    border-radius: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
  }

  .ITC-button2 .icon-arrow_right,
  .ITC-button2 .icon-small_arrow_right {
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .ITC-button2:hover::after {
    opacity: 1;
  }

  .ITC-button2:hover .icon-arrow_right,
  .ITC-button2:hover .icon-small_arrow_right {
    transform: translate(50%, 0) scale(1.4, 1.1);
  }

  a.ITC-category_tag {
    transition: opacity 0.3s;
  }

  a.ITC-category_tag:hover {
    opacity: 0.75;
  }

  a.ITC-category_tag.-white {
    transition: color 0.1s;
  }

  a.ITC-category_tag.-white::before {
    transition: opacity 0.1s;
  }

  a.ITC-category_tag.-white:hover {
    opacity: 1;
    color: white;
    padding: 3px 8px 4px 8px;
    border-width: 0;
  }

  a.ITC-category_tag.-white:hover::before {
    opacity: 0;
  }

  .ITC-footer .footer .axial img {
    transition: opacity 0.3s;
  }

  .ITC-footer .footer .axial:hover img {
    opacity: 0.75;
  }

  .ITC-footer .footer .images a.item img {
    transition: opacity 0.3s;
  }

  .ITC-footer .footer .images a.item:hover img {
    opacity: 0.75;
  }

  .ITC-footer .footer .images a.item:hover .text {
    text-decoration: underline;
  }

  .ITC-form input[type=text],
  .ITC-form input[type=email],
  .ITC-form input[type=tel],
  .ITC-form input[type=password],
  .ITC-form select,
  .ITC-form textarea {
    font-size: 1rem;
    line-height: 1.875;
  }

  .ITC-form .table_form .-nowrap_pc {
    white-space: nowrap;
  }

  .ITC-header_menu .close_button {
    transition: background-color 0.3s;
  }

  .ITC-header_menu .close_button:hover {
    background-color: rgba(255, 255, 255, 0.25);
  }

  .ITC-header_menu .upper .buttons .file_download::before,
  .ITC-header_menu .upper .buttons .mail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
  }

  .ITC-header_menu .upper .buttons .file_download:hover::before,
  .ITC-header_menu .upper .buttons .mail:hover::before {
    opacity: 1;
  }

  .ITC-header_menu .upper .buttons .file_download::before {
    background: linear-gradient(103deg, #0094f5 0%, #005bb4 35%, #005bb4 50%);
  }

  .ITC-header_menu .upper .buttons .mail::before {
    background: linear-gradient(283deg, #432e28 50%, #5a5a5a 100%);
  }

  .ITC-header_menu .menu > .menu-item > a {
    transition: background-color 0.3s;
  }

  .ITC-header_menu .menu > .menu-item > a:hover {
    background-color: rgba(255, 255, 255, 0.25);
  }

  .ITC-header_menu .menu > .menu-item.-open.menu-item-has-children > a:hover {
    background-color: rgba(0, 65, 129, 0.1);
  }

  .ITC-header_menu .menu > .menu-item > .sub-menu .menu-item a {
    transition: background-color 0.3s;
  }

  .ITC-header_menu .menu > .menu-item > .sub-menu .menu-item a:hover {
    background-color: rgba(0, 65, 129, 0.1);
  }

  .ITC-header_pc .upper .search .inner {
    transition: width 0.3s;
  }

  .ITC-header_pc .upper .search .icon {
    transition: width 0.3s, height 0.3s, color 0.3s, background-color 0.3s;
  }

  .ITC-header_pc .upper .search .icon:hover {
    color: white;
    background-color: #004181;
  }

  .ITC-header_pc .upper .search.-open .inner {
    width: 300px;
    border: 1px solid #D0D0D0;
  }

  .ITC-header_pc .upper .search.-open .icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    font-size: 1.03125rem;
    color: white;
    background-color: #004181;
  }

  .ITC-header_pc .upper .search.-open form {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
  }

  .ITC-header_pc .upper .search.-open input {
    width: 100%;
    height: 100%;
    border-radius: 0 100px 100px 0;
    padding: 0 5px;
  }

  .ITC-header_pc .upper .buttons .file_download::before,
  .ITC-header_pc .upper .buttons .mail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
  }

  .ITC-header_pc .upper .buttons .file_download:hover::before,
  .ITC-header_pc .upper .buttons .mail:hover::before {
    opacity: 1;
  }

  .ITC-header_pc .upper .buttons .file_download::before {
    background: linear-gradient(103deg, #0094f5 0%, #005bb4 68%, #005bb4 100%);
  }

  .ITC-header_pc .upper .buttons .mail::before {
    background: linear-gradient(283deg, #432e28 0%, #5a5a5a 100%);
  }

  .ITC-header1 .buttons .file_download::before,
  .ITC-header1 .buttons .mail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
  }

  .ITC-header1 .buttons .file_download:hover::before,
  .ITC-header1 .buttons .mail:hover::before {
    opacity: 1;
  }

  .ITC-header1 .buttons .file_download::before {
    background: linear-gradient(90deg, #0094f5 0%, #005bb4 68%, #005bb4 100%);
  }

  .ITC-header1 .buttons .mail::before {
    background: linear-gradient(-90deg, #432e28 0%, #5a5a5a 100%);
  }

  .ITC-header1 .buttons .menu_button {
    transition: background-color 0.3s;
  }

  .ITC-header1 .buttons .menu_button::before,
  .ITC-header1 .buttons .menu_button::after,
  .ITC-header1 .buttons .menu_button span {
    transition: background-color 0.3s;
  }

  .ITC-header1 .buttons .menu_button:hover {
    background-color: #0075C2;
  }

  .ITC-header1 .buttons .menu_button:hover::before,
  .ITC-header1 .buttons .menu_button:hover::after,
  .ITC-header1 .buttons .menu_button:hover span {
    background-color: white;
  }

  ul.is-style-ITC-list1:not(.-show_last_border_pc, .-show_last_border) li:last-of-type,
  ul.is-style-ITC-list1_medium:not(.-show_last_border_pc, .-show_last_border) li:last-of-type,
  ul.is-style-ITC-list1_small:not(.-show_last_border_pc, .-show_last_border) li:last-of-type,
  .ITC-list1:not(.-show_last_border_pc, .-show_last_border) li:last-of-type {
    border-bottom: none;
  }

  ul.is-style-ITC-list2 li:last-of-type,
  .ITC-list2 li:last-of-type {
    border-bottom: none;
  }

  ul.is-style-ITC-list3.-larger_pc li,
  ul.is-style-ITC-list3_larger.-larger_pc li,
  .ITC-list3.-larger_pc li {
    font-size: 1.5rem;
    line-height: 2.25;
  }

  .ITC-news_list1 li a {
    transition: background-color 0.3s;
  }

  .ITC-news_list1 li a:hover {
    background-color: #F5FBFF;
  }

  .ITC-page_link_list1 a:hover {
    text-decoration: underline;
  }

  .ITC-page_navigation1 a.page-numbers:not(.prev, .next) {
    transition: color 0.3s, background-color 0.3s;
  }

  .ITC-page_navigation1 a.page-numbers:not(.prev, .next):hover {
    color: white;
    background-color: #004181;
  }

  .ITC-popup_content .popup_banner a.inner {
    transition: transform 0.3s;
  }

  .ITC-popup_content .popup_banner a.inner .link_arrow::after {
    transition: transform 0.3s;
  }

  .ITC-popup_content .popup_banner a.inner:hover {
    background-color: #F5FBFF;
  }

  .ITC-popup_content .popup_banner a.inner:hover .link_arrow::after {
    transform: translateX(50%) scale(1.4, 1.1);
  }

  .ITC-popup_content .to_top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #231815 0%, #404040 100%);
    border-radius: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
  }

  .ITC-popup_content .to_top:hover::after {
    opacity: 1;
  }

  .ITC-solution_footer .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .ITC-solution_footer .box:hover::before {
    opacity: 0.25;
  }

  .ITC-solution_footer .box:hover .title .button::after {
    opacity: 1;
  }

  .ITC-solution_footer .box:hover .title .button .icon-arrow_right {
    transform: translate(50%, 0) scale(1.4, 1.1);
  }

  .ITC-story_box .image img {
    transition: transform 1s;
  }

  .ITC-story_box:hover .image img {
    transform: scale(1.05);
  }

  .ITC-story_box:hover .button::after {
    opacity: 1;
  }

  .ITC-story_box:hover .button .icon-arrow_right {
    transform: translate(50%, 0) scale(1.4, 1.1);
  }

  .ITC-table1.-th_larger_pc th {
    font-size: 1.25rem;
    line-height: 1.45;
    padding-right: 80px;
  }

  .ITC-page_news #section1 .aside .pc .title {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    word-break: normal;
    font-size: 1.75rem;
    line-height: 1.3214285714;
    font-weight: bold;
    color: #004181;
    margin-top: -25px;
  }

  .ITC-page_news #section1 .aside .pc .category_list {
    margin-top: 30px;
  }

  .ITC-page_news #section1 .aside .pc .category_list li {
    line-height: 0;
    margin-bottom: 15px;
  }

  .ITC-page_news #section1 .aside .sp {
    display: none;
  }

  .ITC-page_search #section1 .search_list li a {
    transition: background-color 0.3s;
  }

  .ITC-page_search #section1 .search_list li a .title {
    transition: color 0.3s;
  }

  .ITC-page_search #section1 .search_list li a:hover {
    background-color: #F5FBFF;
  }

  .ITC-page_search #section1 .search_list li a:hover .title {
    color: #0075C2;
  }

  .ITC-page_solutions .slider .item .image_a img {
    transition: transform 0.3s;
  }

  .ITC-page_solutions .slider .item.swiper-slide-active:hover .image_a img {
    transform: scale(1.05);
  }

  .ITC-page_solutions .section_solutions .box_wrap .items {
    transition: opacity 0.3s;
  }

  .ITC-page_solutions .section_solutions .box_wrap .items:hover {
    opacity: 0.75;
  }

  .ITC-page_solutions .section_solutions .box_wrap .items:hover .button::after {
    opacity: 1;
  }

  .ITC-page_solutions .section_solutions .box_wrap .items:hover .button .icon-arrow_right {
    transform: translate(50%, 0) scale(1.4, 1.1);
  }

  .ITC-page_top #section1 .slider .item .image_a img {
    transition: transform 0.3s;
  }

  .ITC-page_top #section1 .slider .item:hover .image_a img {
    transform: scale(1.05);
  }

  .ITC-page_top #section4 .ITC-news_list1 li a:first-of-type {
    border-top: none;
  }

  .ITC-page_top #section4 .ITC-news_list1 li a:first-of-type::before {
    content: none;
  }

  .ITC-page_top #section5 {
    height: 31.25vw;
  }

  .ITC-page_top #section5 .link_box .bg_img img {
    transition: transform 0.3s;
  }

  .ITC-page_top #section5 .link_box:hover .bg_img img {
    transform: scale(1.05);
  }

  .ITC-solution .section_intro .intro_link_box1 .item {
    transition: opacity 0.3s;
  }

  .ITC-solution .section_intro .intro_link_box1 .item:hover {
    opacity: 0.75;
  }

  .ITC-solution .section_point .block .block_narrow_inner_pc {
    width: 900px;
    margin: auto;
  }

  .ITC-solution .section_point .point_link_box1 .item {
    transition: opacity 0.3s;
  }

  .ITC-solution .section_point .point_link_box1 .item:hover {
    opacity: 0.75;
  }

  .ITC-solution .section_link .link_box {
    transition: opacity 0.3s;
  }

  .ITC-solution .section_link .link_box:hover {
    opacity: 0.75;
  }

  .ITC-solution .section_link .link_box:hover .button::after {
    opacity: 1;
  }

  .ITC-solution .section_link .link_box:hover .button .icon-small_arrow_right {
    transform: translate(50%, 0) scale(1.4, 1.1);
  }

  .ITC-solution .section_link .link_text a {
    transition: color 0.3s;
  }

  .ITC-solution .section_link .link_text a:hover {
    color: #3EB2FF;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .ITC-header_pc .upper .search.-open .icon:hover {
    color: #004181;
    background-color: white;
  }
}

@media (max-width: 1649.998px) {
  .ITC-header_pc .logo .pc {
    display: none;
  }

  .ITC-header_pc .logo .sp {
    display: block;
  }
}

@media (max-width: 1349.998px) {
  .ITC-header_pc > .inner {
    padding-left: 30px;
  }

  .ITC-header_pc .upper .buttons .file_download,
  .ITC-header_pc .upper .buttons .mail {
    font-size: 0.875rem;
    line-height: 1;
    width: 220px;
  }

  .ITC-header_pc .menu {
    padding-right: 15px;
  }

  .ITC-header_pc .menu > .menu-item > a {
    padding: 0 10px;
    font-size: 0.875rem;
    line-height: 1;
  }

  .ITC-header_pc .menu > .menu-item > .sub-menu .menu-item a .text {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}

@media (max-width: 1099.998px) {
  .ITC-page_top #section5 {
    height: 343.75px;
  }
}

@media (max-width: 767.998px) {
  .mfp-image-holder .mfp-close {
    font-size: 44px;
  }

  .is-style-itc-table1_sp_block table th,
  .is-style-itc-table1_sp_block table td,
  .is-style-itc-table1 table th,
  .is-style-itc-table1 table td {
    padding: 22px;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .is-style-itc-table1_sp_block table td,
  .is-style-itc-table1 table td {
    padding-left: 0;
    padding-right: 0;
  }

  .is-style-itc-table1_sp_block table td:first-child,
  .is-style-itc-table1_sp_block table th,
  .is-style-itc-table1 table td:first-child,
  .is-style-itc-table1 table th {
    padding-left: 18px;
    padding-right: 34px;
    width: auto;
    vertical-align: top;
    white-space: nowrap;
  }

  .is-style-itc-table1_sp_block table td:first-child::before,
  .is-style-itc-table1_sp_block table td:first-child::after,
  .is-style-itc-table1_sp_block table th:first-child::before,
  .is-style-itc-table1_sp_block table th:first-child::after,
  .is-style-itc-table1 table td:first-child::before,
  .is-style-itc-table1 table td:first-child::after,
  .is-style-itc-table1 table th:first-child::before,
  .is-style-itc-table1 table th:first-child::after {
    width: 24px;
  }

  .is-style-itc-table1_sp_block table tr {
    position: relative;
    display: block;
  }

  .is-style-itc-table1_sp_block table thead tr {
    display: table;
    width: 100%;
  }

  .is-style-itc-table1_sp_block table tfoot th,
  .is-style-itc-table1_sp_block table tfoot td,
  .is-style-itc-table1_sp_block table th,
  .is-style-itc-table1_sp_block table td {
    position: static;
    display: block;
    width: 100%;
  }

  .is-style-itc-table1_sp_block table thead th,
  .is-style-itc-table1_sp_block table thead td {
    display: table-cell;
    width: auto;
  }

  .is-style-itc-table1_sp_block table tfoot td,
  .is-style-itc-table1_sp_block table td {
    padding: 10px 0 25px 0;
    border-top: none;
  }

  .is-style-itc-table1_sp_block table tfoot td:first-child,
  .is-style-itc-table1_sp_block table tfoot th,
  .is-style-itc-table1_sp_block table td:first-child,
  .is-style-itc-table1_sp_block table th {
    padding: 25px 0 0 0;
    border-top: 1px solid #D0D0D0;
    border-bottom: none;
  }

  .is-style-itr-table1 table th,
  .is-style-itr-table1 table td {
    display: block;
  }

  .is-style-itr-table1 table td {
    padding: 5px 0 31px 0;
  }

  .is-style-itr-table1 table td:first-child,
  .is-style-itr-table1 table th {
    padding: 31px 0 5px 0;
    vertical-align: baseline;
    border-bottom: none;
  }

  .is-style-itr-table1 table tr:last-of-type td {
    border-bottom: none;
  }

  .is-style-itr-table_step table th,
  .is-style-itr-table_step table td {
    display: block;
  }

  .is-style-itr-table_step table td {
    width: 100%;
    padding: 3px 0 50px 0;
    text-align: center;
  }

  .is-style-itr-table_step table td::after {
    content: "\e908";
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font-family: "icomoon";
    color: #004181;
    font-size: 1.2307692308rem;
    line-height: 1;
  }

  .is-style-itr-table_step table td:first-child,
  .is-style-itr-table_step table th {
    width: 100%;
    padding: 60px 0 3px 0;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    word-break: normal;
    font-size: 1rem;
    line-height: 1;
    border-bottom: none;
  }

  .is-style-itr-table_step table td:first-child::after,
  .is-style-itr-table_step table th::after {
    content: none;
  }

  .is-style-itr-table_step table td:first-child .number,
  .is-style-itr-table_step table th .number {
    margin-left: 0.5em;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    word-break: normal;
    font-size: 1.5384615385rem;
    line-height: 1;
  }

  .is-style-itr-table_step table tr:last-of-type td {
    border-bottom: none;
  }

  .is-style-itr-table_step table tr:last-of-type td::after {
    content: none;
  }

  html {
    font-size: 26px;
    line-height: 1.7692307692;
  }

  body {
    width: 760px;
  }

  .pc_only {
    display: none !important;
  }

  .-mt0em_sp {
    margin-top: 0em !important;
  }

  .-mt0em_half_sp {
    margin-top: 0.5em !important;
  }

  .-mb0em_sp {
    margin-bottom: 0em !important;
  }

  .-mb0em_half_sp {
    margin-bottom: 0.5em !important;
  }

  .-pt0em_sp {
    padding-top: 0em !important;
  }

  .-pt0em_half_sp {
    padding-top: 0.5em !important;
  }

  .-pb0em_sp {
    padding-bottom: 0em !important;
  }

  .-pb0em_half_sp {
    padding-bottom: 0.5em !important;
  }

  .-mt1em_sp {
    margin-top: 1em !important;
  }

  .-mt1em_half_sp {
    margin-top: 1.5em !important;
  }

  .-mb1em_sp {
    margin-bottom: 1em !important;
  }

  .-mb1em_half_sp {
    margin-bottom: 1.5em !important;
  }

  .-pt1em_sp {
    padding-top: 1em !important;
  }

  .-pt1em_half_sp {
    padding-top: 1.5em !important;
  }

  .-pb1em_sp {
    padding-bottom: 1em !important;
  }

  .-pb1em_half_sp {
    padding-bottom: 1.5em !important;
  }

  .-mt2em_sp {
    margin-top: 2em !important;
  }

  .-mt2em_half_sp {
    margin-top: 2.5em !important;
  }

  .-mb2em_sp {
    margin-bottom: 2em !important;
  }

  .-mb2em_half_sp {
    margin-bottom: 2.5em !important;
  }

  .-pt2em_sp {
    padding-top: 2em !important;
  }

  .-pt2em_half_sp {
    padding-top: 2.5em !important;
  }

  .-pb2em_sp {
    padding-bottom: 2em !important;
  }

  .-pb2em_half_sp {
    padding-bottom: 2.5em !important;
  }

  .-mt3em_sp {
    margin-top: 3em !important;
  }

  .-mt3em_half_sp {
    margin-top: 3.5em !important;
  }

  .-mb3em_sp {
    margin-bottom: 3em !important;
  }

  .-mb3em_half_sp {
    margin-bottom: 3.5em !important;
  }

  .-pt3em_sp {
    padding-top: 3em !important;
  }

  .-pt3em_half_sp {
    padding-top: 3.5em !important;
  }

  .-pb3em_sp {
    padding-bottom: 3em !important;
  }

  .-pb3em_half_sp {
    padding-bottom: 3.5em !important;
  }

  .-mt4em_sp {
    margin-top: 4em !important;
  }

  .-mt4em_half_sp {
    margin-top: 4.5em !important;
  }

  .-mb4em_sp {
    margin-bottom: 4em !important;
  }

  .-mb4em_half_sp {
    margin-bottom: 4.5em !important;
  }

  .-pt4em_sp {
    padding-top: 4em !important;
  }

  .-pt4em_half_sp {
    padding-top: 4.5em !important;
  }

  .-pb4em_sp {
    padding-bottom: 4em !important;
  }

  .-pb4em_half_sp {
    padding-bottom: 4.5em !important;
  }

  .-mt5em_sp {
    margin-top: 5em !important;
  }

  .-mt5em_half_sp {
    margin-top: 5.5em !important;
  }

  .-mb5em_sp {
    margin-bottom: 5em !important;
  }

  .-mb5em_half_sp {
    margin-bottom: 5.5em !important;
  }

  .-pt5em_sp {
    padding-top: 5em !important;
  }

  .-pt5em_half_sp {
    padding-top: 5.5em !important;
  }

  .-pb5em_sp {
    padding-bottom: 5em !important;
  }

  .-pb5em_half_sp {
    padding-bottom: 5.5em !important;
  }

  .-mt6em_sp {
    margin-top: 6em !important;
  }

  .-mt6em_half_sp {
    margin-top: 6.5em !important;
  }

  .-mb6em_sp {
    margin-bottom: 6em !important;
  }

  .-mb6em_half_sp {
    margin-bottom: 6.5em !important;
  }

  .-pt6em_sp {
    padding-top: 6em !important;
  }

  .-pt6em_half_sp {
    padding-top: 6.5em !important;
  }

  .-pb6em_sp {
    padding-bottom: 6em !important;
  }

  .-pb6em_half_sp {
    padding-bottom: 6.5em !important;
  }

  .ITR-breadcrumb {
    width: 100%;
    margin-bottom: -76px;
    padding: 15px 40px;
    text-align: left;
  }

  .ITR-breadcrumb .separator {
    margin: auto 30px;
    vertical-align: 3px;
  }

  .ITR-button_left_arrow,
  .ITR-button_right_arrow {
    width: 100px;
    height: 100px;
  }

  .ITR-button_left_arrow.-smaller,
  .ITR-button_right_arrow.-smaller {
    width: 80px;
    height: 80px;
  }

  .ITR-button_left_arrow.-smaller::after,
  .ITR-button_right_arrow.-smaller::after {
    font-size: 0.6769230769rem;
  }

  .ITR-button_left_arrow::after,
  .ITR-button_right_arrow::after {
    font-size: 1.1538461538rem;
  }

  .ITR-button_page_link1 {
    display: block;
    width: 550px;
    margin: 35px auto;
    padding: 16px 100px 16px 42px;
    font-size: 1rem;
    line-height: 2.0769230769;
  }

  .ITR-button_page_link1::after {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    font-size: 1.2307692308rem;
    line-height: 1;
    margin-left: auto;
    vertical-align: baseline;
  }

  .ITR-button1 {
    min-width: 348px;
    margin: 40px 0;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 1.0384615385rem;
    line-height: 1.2222222222;
    font-weight: 600;
    padding: 32px 125px 32px 50px;
  }

  .ITR-button1::after,
  .ITR-button1 .loading,
  .ITR-button1 .icon_arrow_right,
  .ITR-button1 .icon_arrow_left,
  .ITR-button1 .icon_arrow_down,
  .ITR-button1 .icon_list {
    right: 12px;
    width: 80px;
    height: 80px;
  }

  .ITR-button1 .loading::after {
    width: 35px;
    height: 35px;
  }

  .ITR-button1 .icon_arrow_right::after {
    font-size: 23px;
  }

  .ITR-button1 .icon_arrow_left::after {
    font-size: 23px;
  }

  .ITR-button1 .icon_arrow_down::after {
    font-size: 23px;
  }

  .ITR-button1 .icon_list::after {
    font-size: 34px;
  }

  .ITR-button1.-icon_left {
    padding: 32px 50px 32px 125px;
  }

  .ITR-button1.-icon_left::after,
  .ITR-button1.-icon_left .loading,
  .ITR-button1.-icon_left .icon_arrow_right,
  .ITR-button1.-icon_left .icon_arrow_left,
  .ITR-button1.-icon_left .icon_arrow_down,
  .ITR-button1.-icon_left .icon_list {
    left: 12px;
  }

  .ITR-button2 {
    margin: 20px;
    padding: 31px 47px 31px 47px;
    font-size: 1rem;
    line-height: 1.4615384615;
  }

  .ITR-button2.-new_window::after {
    margin: 0 7px;
    font-size: 1.25rem;
    line-height: 1;
    vertical-align: -3px;
  }

  .ITR-two_col {
    display: block;
  }

  .ITR-two_col .left,
  .ITR-two_col .right {
    width: 100%;
    margin-bottom: 50px;
  }

  .ITR-two_col_image_left,
  .ITR-two_col_image_right {
    display: block;
  }

  .ITR-two_col_image_left > .text,
  .ITR-two_col_image_right > .text {
    width: 100%;
    margin-bottom: 50px;
  }

  .ITR-two_col_image_left > .image,
  .ITR-two_col_image_right > .image {
    width: 100%;
    height: 450px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 50px;
  }

  .ITR-two_col_image_right > .image {
    text-align: inherit;
  }

  .ITR-two_col_pill_image_left,
  .ITR-two_col_pill_image_right {
    display: block;
  }

  .ITR-two_col_pill_image_left .text,
  .ITR-two_col_pill_image_right .text {
    width: 100%;
    margin-bottom: 50px;
  }

  .ITR-two_col_pill_image_left .image,
  .ITR-two_col_pill_image_right .image {
    width: 720px;
  }

  .ITR-two_col_pill_image_left .image {
    padding-right: 0;
    margin: 0 0 50px -40px;
  }

  .ITR-two_col_pill_image_right .image {
    padding-left: 0;
    margin: 0 -40px 50px 0;
  }

  .ITR-content_title1 > .wp-block-group__inner-container > .title,
  .ITR-content_title1 > .title {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 2.6923076923rem;
    line-height: 1.0714285714;
  }

  .ITR-content_title1 > .wp-block-group__inner-container > .subhead,
  .ITR-content_title1 > .subhead {
    margin-top: 6px;
    padding-left: 95px;
    background-image: url(../img_r/content_title1_sp.svg);
    background-position: 6px 11px;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITR-content_title1.-white > .wp-block-group__inner-container > .subhead,
  .ITR-content_title1.-white > .subhead {
    background-image: url(../img_r/content_title1_white_sp.svg);
  }

  .is-style-ITR-content_title2,
  .ITR-content_title2 {
    padding: 23px 48px;
    font-size: 1.3076923077rem;
    line-height: 1.4705882353;
  }

  .is-style-ITR-content_title3,
  .ITR-content_title3 {
    padding-left: 34px;
    font-size: 1.6153846154rem;
    line-height: 1.5714285714;
  }

  .is-style-ITR-content_title3::before,
  .ITR-content_title3::before {
    top: -10px;
    left: 0;
    width: 72px;
    height: 72px;
  }

  .is-style-ITR-content_title4,
  .is-style-ITR-content_title4--yellow,
  .ITR-content_title4 {
    padding: 25px 50px;
    font-size: 1.3076923077rem;
    line-height: 1.3529411765;
    border-radius: 96px;
  }

  .ITR-footer .upper {
    max-width: none;
    min-width: auto;
    width: 100%;
    padding-top: 0;
    background: none;
  }

  .ITR-footer .upper > .inner {
    width: 100%;
  }

  .ITR-footer .upper .entry {
    padding: 387px 40px 0;
    min-height: 1281px;
    background: url(../img_r/footer/bg_sp.jpg) center top;
    background-size: cover;
  }

  .ITR-footer .upper .title_wrap {
    display: block;
  }

  .ITR-footer .upper .title_wrap .left,
  .ITR-footer .upper .title_wrap .right {
    width: auto;
  }

  .ITR-footer .upper .title_wrap .left {
    padding-top: 0;
    margin-left: -5px;
  }

  .ITR-footer .upper .title_wrap .left .text {
    font-weight: normal;
    margin: 28px 0 0 5px;
  }

  .ITR-footer .upper .title_wrap .right {
    position: absolute;
    bottom: -36px;
    right: -8px;
    padding-left: 0;
  }

  .ITR-footer .upper .title_wrap .right img {
    width: 359px;
  }

  .ITR-footer .upper .entry_box_wrap {
    align-items: center;
    flex-direction: column;
    margin: 62px 0;
  }

  .ITR-footer .upper .entry_box_wrap .entry_box {
    align-items: center;
    flex-direction: row;
    width: 520px;
    height: 180px;
    margin: 15px 0;
  }

  .ITR-footer .upper .entry_box_wrap .entry_box .title {
    font-size: 1.0769230769rem;
    line-height: 1.3571428571;
  }

  .ITR-footer .upper .entry_box_wrap .entry_box .title {
    margin-top: 0;
    width: 40%;
    text-align: center;
  }

  .ITR-footer .upper .entry_box_wrap .entry_box .button {
    margin: 0;
    padding-right: 62px;
    padding-left: 0;
    min-width: 258px;
  }

  .ITR-footer .upper .nav {
    flex-direction: column;
    margin: 0;
    padding: 45px;
  }

  .ITR-footer .upper .nav .banner {
    margin: 20px 0;
  }

  .ITR-footer .upper .nav .logo {
    padding: 0;
    margin-top: 0;
  }

  .ITR-footer .upper .nav .logo img {
    width: 225px;
  }

  .ITR-footer .upper .nav .axial {
    padding: 0;
  }

  .ITR-footer .upper .nav .axial img {
    width: 159px;
  }

  .ITR-footer .upper .nav .bnr_block {
    width: 350px;
    padding-top: 1em;
  }

  .ITR-footer .upper .nav .menu {
    font-size: 0.6153846154rem;
    line-height: 2.1875;
  }

  .ITR-footer .upper .nav .menu {
    display: none;
  }

  .ITR-footer .lower {
    padding-bottom: 26px;
    background: linear-gradient(66deg, #0052C2 0%, #20BEF8 90%);
  }

  .ITR-footer .lower > .inner {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: auto;
  }

  .ITR-footer .lower .menu {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 0 20px;
  }

  .ITR-footer .lower .menu li {
    margin: 0;
    padding: 2px;
  }

  .ITR-footer .lower .menu li a {
    font-size: 0.8846153846rem;
    line-height: 1.4782608696;
    font-weight: normal;
  }

  .ITR-footer .lower .menu li a::before {
    font-size: 33px;
    margin-right: 12px;
    vertical-align: -8px;
  }

  .ITR-footer .lower .copyright {
    font-size: 0.8846153846rem;
    line-height: 1.4782608696;
  }

  .ITR-form input[type=text],
  .ITR-form input[type=email],
  .ITR-form input[type=tel],
  .ITR-form input[type=password],
  .ITR-form select,
  .ITR-form textarea {
    font-size: 0.6153846154rem;
    line-height: 1.875;
  }

  .ITR-form input[type=text],
  .ITR-form input[type=email],
  .ITR-form input[type=tel],
  .ITR-form input[type=password],
  .ITR-form select,
  .ITR-form textarea {
    padding: 30px 20px;
    width: 100%;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITR-form .select_wrap::after {
    top: 53px;
    right: 38px;
  }

  .ITR-form .select_wrap select {
    padding-right: 100px;
  }

  .ITR-form input[type=radio] + span {
    padding-left: 68px;
  }

  .ITR-form input[type=radio] + span::before {
    width: 48px;
    height: 48px;
  }

  .ITR-form input[type=radio]:checked + span::after {
    left: 8px;
    width: 32px;
    height: 32px;
  }

  .ITR-form input[type=checkbox] + span {
    padding-left: 68px;
  }

  .ITR-form input[type=checkbox] + span::before {
    width: 48px;
    height: 48px;
  }

  .ITR-form input[type=checkbox]:checked + span::after {
    top: 42%;
    left: 8px;
    transform: translateY(-50%) rotate(-45deg);
    width: 32px;
    height: 22px;
    border-left: 8px solid #0075C2;
    border-bottom: 8px solid #0075C2;
  }

  .ITR-form .wpcf7-list-item {
    margin: 20px 1em 20px 0;
  }

  .ITR-form .required {
    padding: 6px 24px 8px 24px;
    font-size: 1rem;
    line-height: 1;
  }

  .ITR-form .table_form th,
  .ITR-form .table_form td {
    display: block;
    padding: 10px 0;
  }

  .ITR-form .table_form th {
    width: 100%;
    margin-top: 16px;
  }

  .ITR-form .table_form th > .required {
    position: static;
    transform: none;
    margin-left: 16px;
  }

  .ITR-form .table_form td {
    width: 100%;
  }

  .ITR-form .table_form .bday > span:not(.suffix),
  .ITR-form .table_form .graduation > span:not(.suffix) {
    width: 25%;
  }

  .ITR-form .table_form .bday span + span:not(.suffix),
  .ITR-form .table_form .graduation span + span:not(.suffix) {
    margin-left: 3%;
  }

  .ITR-form .table_form .bday .suffix,
  .ITR-form .table_form .graduation .suffix {
    vertical-align: -30px;
  }

  .ITR-form .table_form .address .select_wrap {
    width: 40%;
  }

  .ITR-form .table_form .address span + br + span {
    width: 100%;
    margin-left: 0;
    margin-top: 5%;
  }

  .ITR-form .table_form .job select {
    width: 100%;
  }

  .ITR-form .agree .text {
    font-size: 0.9230769231rem;
    line-height: 1.9166666667;
  }

  .ITR-form .submit_button {
    margin-top: 100px;
  }

  .ITR-form .notice_list {
    margin-top: 30px;
  }

  .ITR-header_entry > .inner {
    padding: 100px 40px;
    width: 100%;
  }

  .ITR-header_entry .title_wrap {
    display: block;
  }

  .ITR-header_entry .title_wrap .left,
  .ITR-header_entry .title_wrap .right {
    width: auto;
  }

  .ITR-header_entry .title_wrap .left {
    padding-top: 0;
    margin-left: -5px;
  }

  .ITR-header_entry .title_wrap .right img {
    top: -108px;
    left: 324px;
    width: 359px;
  }

  .ITR-header_entry .entry_box_wrap {
    align-items: center;
    flex-direction: column;
    margin: 100px 0 0;
  }

  .ITR-header_entry .entry_box_wrap .entry_box {
    align-items: center;
    flex-direction: row;
    width: 520px;
    height: 180px;
    margin: 31px 0;
  }

  .ITR-header_entry .entry_box_wrap .entry_box .title {
    font-size: 1.0769230769rem;
    line-height: 1.3571428571;
  }

  .ITR-header_entry .entry_box_wrap .entry_box .title {
    width: 40%;
    text-align: center;
  }

  .ITR-header_entry .close {
    font-size: 1rem;
    line-height: 1.4615384615;
    margin-top: 58px;
  }

  .ITR-header_entry .close .cross {
    font-size: 1.0769230769rem;
    line-height: 1.3571428571;
  }

  .ITR-header_menu_bg,
  .ITR-header_menu {
    width: 100%;
    height: 1860px;
    max-height: 100%;
  }

  .ITR-header_menu_bg {
    border-radius: 0;
  }

  .ITR-header_menu {
    padding: 0;
  }

  .ITR-header_menu > .inner {
    padding: 72px 0 72px 96px;
  }

  .ITR-header_menu .nav1 .menu {
    flex-wrap: nowrap;
    height: auto;
  }

  .ITR-header_menu .nav1 .menu .menu-item {
    width: 500px;
    margin-bottom: 40px;
  }

  .ITR-header_menu .nav1 .menu .menu-item > .inner {
    min-width: auto;
  }

  .ITR-header_menu .nav1 .menu .menu-item .title {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 1.3846153846rem;
    line-height: 1.2222222222;
    margin-bottom: 0;
  }

  .ITR-header_menu .nav1 .menu .menu-item .text {
    margin-top: -1px;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 1rem;
    line-height: 2.3076923077;
  }

  .ITR-header_menu .nav1 .menu .menu-item.-banner.mynavi img {
    width: 416px;
  }

  .ITR-header_menu .nav2 {
    margin-top: 20px;
  }

  .ITR-header_menu .nav2 li {
    margin: 0;
  }

  .ITR-header_menu .nav2 li a {
    display: inline-block;
    padding: 16px 0;
    font-size: 1.0384615385rem;
    line-height: 1.3703703704;
  }

  .ITR-header_menu .nav2 li a::before {
    font-size: 33px;
    margin-right: 12px;
    vertical-align: -8px;
  }

  .ITR-header_menu .copyright {
    display: none;
  }

  .ITR-header_menu_close {
    top: 38px;
    right: 36px;
    width: 100px;
    height: 100px;
  }

  .ITR-header_menu_close .hover {
    opacity: 1;
  }

  .ITR-header_menu_close .close {
    opacity: 0;
  }

  .ITR-header {
    pointer-events: auto;
  }

  .ITR-header > .inner {
    height: 176px;
    min-width: auto;
    background-color: white;
    padding: 0 36px 0 40px;
  }

  .ITR-header .logo {
    position: relative;
    top: 13px;
    display: block;
    width: 170px;
    height: 145px;
  }

  .ITR-header .logo img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }

  .ITR-header .logo .blue {
    opacity: 1;
  }

  .ITR-header .logo .white {
    opacity: 0;
  }

  .ITR-header .menu_entry {
    width: 261px;
    height: 100px;
    margin-right: 14px;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 1.1538461538rem;
    line-height: 1.2333333333;
  }

  .ITR-header .menu_button {
    width: 100px;
    height: 100px;
  }

  body.recruit .ITR-header {
    transition: background-color 0.3s;
  }

  body.recruit .ITR-header > .inner {
    background-color: transparent;
  }

  body.recruit .ITR-header .logo img {
    transition: opacity 0.3s;
  }

  body.recruit .ITR-header .logo .blue {
    opacity: 0;
  }

  body.recruit .ITR-header .logo .white {
    opacity: 1;
  }

  body.recruit .ITR-header.-move > .inner {
    background-color: white;
  }

  body.recruit .ITR-header.-move .logo .blue {
    opacity: 1;
  }

  body.recruit .ITR-header.-move .logo .white {
    opacity: 0;
  }

  .ITR-news_list .news_list li > a,
  .ITR-news_list .news_list li > span {
    display: block;
    padding: 60px 0;
  }

  .ITR-news_list .news_list li .date {
    width: 100%;
    font-size: 1rem;
    line-height: 1;
  }

  .ITR-news_list .news_list li .title {
    width: 100%;
    font-size: 1.3076923077rem;
    line-height: 1.4117647059;
    margin-top: 12px;
  }

  .ITR-news_list .news_list li:last-child > a,
  .ITR-news_list .news_list li:last-child > span {
    border-bottom: none;
  }

  .ITR-news_list .more_button {
    margin-top: 10px;
  }

  .ITR-page_title_interview {
    padding-top: 176px;
    min-width: auto;
  }

  .ITR-page_title_interview .upper {
    height: 460px;
    border-radius: 0 0 25px 25px;
  }

  .ITR-page_title_interview .upper .bg_img {
    min-width: auto;
  }

  .ITR-page_title_interview .upper .logo {
    display: none;
  }

  .ITR-page_title_interview .lower {
    width: 680px;
    padding: 80px 0 34px;
    margin: -130px auto auto;
  }

  .ITR-page_title_interview .lower .header {
    top: -38px;
  }

  .ITR-page_title_interview .lower .header .text {
    font-size: 2.3076923077rem;
    line-height: 1.2166666667;
  }

  .ITR-page_title_interview .lower .header .number {
    font-size: 3.4615384615rem;
    line-height: 0.8111111111;
  }

  .ITR-page_title_interview .lower .body {
    width: 570px;
  }

  .ITR-page_title_interview .lower .body .title {
    font-size: 2.1923076923rem;
    line-height: 1.5087719298;
  }

  .ITR-page_title_interview .lower .body .info {
    margin-top: 65px;
  }

  .ITR-page_title_interview .lower .body .info .position {
    margin-right: 6px;
    padding: 3px 16px;
    font-size: 0.9615384615rem;
    line-height: 1.48;
  }

  .ITR-page_title_interview .lower .body .info .name {
    margin: 0;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 1.6923076923rem;
    line-height: 1;
    vertical-align: -5px;
  }

  .ITR-page_title_interview .lower .body .info .etc {
    font-size: 1rem;
    line-height: 1.7692307692;
    margin: 7px 0 0 7px;
  }

  .ITR-page_title1,
  .ITR-page_title2 {
    padding-top: 176px;
    min-width: auto;
    height: auto;
  }

  .ITR-page_title1 .bg,
  .ITR-page_title2 .bg {
    top: 176px;
    height: 420px;
    border-radius: 0px 0px 270px 0px;
    background: linear-gradient(67deg, #D5F4FF 3%, #1AAAEE 58%, #0053C2 97%, #0052C2 100%);
  }

  .ITR-page_title1 .logo,
  .ITR-page_title2 .logo {
    display: none;
  }

  .ITR-page_title1 > .inner,
  .ITR-page_title2 > .inner {
    width: 100%;
    height: 420px;
    padding: 0;
  }

  .ITR-page_title1 > .inner > .body,
  .ITR-page_title2 > .inner > .body {
    position: absolute;
    top: 52%;
    left: 35px;
    transform: translateY(-50%);
  }

  .ITR-page_title1 .text,
  .ITR-page_title2 .text {
    width: 600px;
    min-height: 3.5384615385em;
    margin-top: 30px;
    margin-left: 5px;
  }

  .ITR-page_title2 .bg {
    border-radius: 0px 0px 50px 50px;
    background: #F8F8F8;
  }

  .ITR-people_box {
    width: 550px;
    height: 550px;
  }

  .ITR-people_box .title {
    bottom: 95px;
    left: 30px;
    width: 490px;
    font-size: 1.8846153846rem;
    line-height: 1.387755102;
  }

  .ITR-people_box .info {
    bottom: 27px;
    left: 36px;
    width: 490px;
  }

  .ITR-people_box .info .position {
    margin-right: 13px;
    padding: 3px 15px;
    font-size: 0.9615384615rem;
    line-height: 1.48;
  }

  .ITR-people_box .info .name {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 1.6923076923rem;
    line-height: 1.2272727273;
  }

  .ITR-people_slider_box {
    width: 680px;
    padding: 60px 0 10px;
  }

  .ITR-people_slider_box .box_title {
    margin: auto 50px;
  }

  .ITR-people_slider_box .slider_wrap {
    margin-top: 45px;
  }

  .ITR-people_slider_box .button-prev,
  .ITR-people_slider_box .button-next {
    top: 47%;
  }

  .ITR-people_slider_box .button-prev {
    left: 16px;
  }

  .ITR-people_slider_box .button-next {
    right: 16px;
  }

  .ITR-people_slider_box .box_button {
    margin-top: 0;
  }

  .ITR-section {
    max-width: none;
    min-width: auto;
    width: 100%;
    padding: 80px 0;
  }

  .ITR-section:first-of-type {
    padding-top: 130px;
  }

  .ITR-section > .inner,
  .ITR-section > .wp-block-group__inner-container > .inner {
    width: 100%;
    padding: 0 40px;
  }

  .ITR-section > .inner.-slightly_narrow,
  .ITR-section > .wp-block-group__inner-container > .inner.-slightly_narrow {
    width: 100%;
    padding: 0 40px;
  }

  .ITR-section > .inner.-narrow,
  .ITR-section > .wp-block-group__inner-container > .inner.-narrow {
    width: 100%;
    padding: 0 40px;
  }

  .ITR-section.-bg1 {
    background-image: url(../img_r/bg1_sp.jpg);
    background-size: 100% auto;
  }

  .ITR-section.-bg1b {
    background-image: url(../img_r/bg1b_sp.jpg);
    background-size: 100% auto;
  }

  .ITR-section.-bg2 {
    min-height: 2735px;
    background-image: url(../img_r/bg2_sp.jpg);
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
  }

  .ITR-section.-bg4 {
    background-image: none;
  }

  .ITR-section.-bg5 {
    background-image: url(../img_r/bg5_sp.jpg);
  }

  .ITR-section.-bg6 {
    background-image: url(../img_r/bg6_sp.svg);
  }

  .ITR-section.-bg7 {
    background: url(../img_r/bg7_sp.svg) no-repeat center top;
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
  }

  .ITR-section.-bg7::before,
  .ITR-section.-bg7::after {
    content: none;
  }

  .ITR-table1 th,
  .ITR-table1 td {
    display: block;
  }

  .ITR-table1 th {
    width: 100%;
    padding: 31px 0 5px 0;
    vertical-align: baseline;
    border-bottom: none;
  }

  .ITR-table1 td {
    padding: 5px 0 31px 0;
    width: 100%;
  }

  .ITR-table1 tr:last-of-type td {
    border-bottom: none;
  }

  .ITR-table_step th,
  .ITR-table_step td {
    display: block;
  }

  .ITR-table_step th {
    width: 100%;
    padding: 60px 0 3px 0;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 1rem;
    line-height: 1;
    border-bottom: none;
  }

  .ITR-table_step th .number {
    margin-left: 0.5em;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 1.5384615385rem;
    line-height: 1;
  }

  .ITR-table_step td {
    width: 100%;
    padding: 3px 0 50px 0;
    text-align: center;
  }

  .ITR-table_step td::after {
    content: "\e908";
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font-family: "icomoon";
    color: #00426E;
    font-size: 1.2307692308rem;
    line-height: 1;
  }

  .ITR-table_step tr:last-of-type td {
    border-bottom: none;
  }

  .ITR-table_step tr:last-of-type td::after {
    content: none;
  }

  .mce-content-body.post-type-recruit-career table td,
  .ITR-table_career_wrap table td {
    display: block;
  }

  .mce-content-body.post-type-recruit-career table td:nth-of-type(1),
  .ITR-table_career_wrap table td:nth-of-type(1) {
    width: 100%;
    padding: 31px 0 5px 0;
    vertical-align: baseline;
    border-bottom: none;
  }

  .mce-content-body.post-type-recruit-career table td:nth-of-type(2),
  .ITR-table_career_wrap table td:nth-of-type(2) {
    padding: 5px 0 31px 0;
    width: 100%;
  }

  .mce-content-body.post-type-recruit-career table tr:last-of-type td:nth-of-type(2),
  .ITR-table_career_wrap table tr:last-of-type td:nth-of-type(2) {
    border-bottom: none;
  }

  .ITR-text_accent_pill1 {
    margin: 0 7px 7px 0;
    padding: 7px 21px 8px 21px;
  }

  .ITR-to-top {
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
  }

  .ITR-to-top::after {
    font-size: 30px;
  }

  .ITC-achievements .item_wrap {
    width: 704px;
    margin: auto -12px;
  }

  .ITC-achievements .item_wrap .item {
    width: 328px;
    height: 328px;
    margin: 12px;
  }

  .ITC-achievements .item_wrap .item:last-child:nth-of-type(odd) {
    margin-top: -36px;
  }

  .ITC-achievements .item_wrap .item .title {
    font-size: 1rem;
    line-height: 1.3846153846;
    margin-bottom: 0;
    height: 72px;
  }

  .ITC-achievements .item_wrap .item .number {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    word-break: normal;
    font-size: 4.1923076923rem;
    line-height: 1;
  }

  .ITC-achievements .item_wrap .item .unit {
    font-size: 1.3846153846rem;
    line-height: 1;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
    margin: 10px 0 0;
  }

  .ITC-achievements .duration {
    margin-top: 5px;
    font-size: 0.8461538462rem;
    line-height: 1.4545454545;
  }

  .ITC-box_functions_list {
    display: block;
    padding: 50px 64px;
  }

  .ITC-box_functions_list.-wider {
    padding-left: 49px;
    padding-right: 49px;
  }

  .ITC-box_functions_list .w325px {
    width: 100%;
  }

  .ITC-box_functions_list .w300px {
    width: 100%;
  }

  .ITC-box_functions_list .w280px {
    width: 100%;
  }

  .ITC-box_functions_list .block1 + .block1 {
    margin-top: 70px;
  }

  .ITC-box_functions_list .block2 + .block2 {
    margin-top: 50px;
  }

  .ITC-box_functions_list > div + div .block1:first-child {
    margin-top: 70px;
  }

  .ITC-box_functions_list > div + div .block1:first-child.-continue {
    margin-top: 0;
  }

  .ITC-box_functions_list > div + div .block2:first-child {
    margin-top: 50px;
  }

  .ITC-box_functions_list > div + div .block2:first-child.-continue {
    margin-top: 0;
  }

  .ITC-box_functions_list > div + div .list1:first-child {
    margin-top: 15px;
  }

  .ITC-box_functions_list .title1 {
    padding-bottom: 11px;
    margin-bottom: 26px;
  }

  .ITC-box_functions_list .title2 {
    margin-bottom: 26px;
  }

  .ITC-box_functions_list .list1 li + li {
    margin-top: 15px;
  }

  .ITC-box1 {
    padding: 60px 50px 25px;
  }

  .ITC-box1 .title {
    margin-bottom: 14px;
    padding: 5px;
    font-size: 1.3846153846rem;
    line-height: 2;
  }

  .ITC-box1.-medium_sp {
    padding: 60px 50px 25px;
  }

  .ITC-box1.-small {
    padding: 0;
  }

  .ITC-box1.-medium_sp .title,
  .ITC-box1.-small .title {
    margin-bottom: 10px;
    padding: 12px;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-box2 {
    padding: 40px 50px 48px;
  }

  .ITC-box2 .title {
    margin-bottom: 18px;
    padding: 2px 10px;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-box2 .title.-en {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    word-break: normal;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-box2.-narrow {
    padding-left: 50px;
    padding-right: 50px;
  }

  .boxstyle .boxtitle {
    font-size: 1.2307692308rem;
    line-height: 1.3125;
    letter-spacing: 0;
    text-indent: 0;
  }

  .ITC-breadcrumb {
    min-width: auto;
  }

  .ITC-breadcrumb .inner {
    width: 100%;
    padding: 14px 40px;
    font-size: 0.8461538462rem;
    line-height: 1.4545454545;
  }

  .ITC-breadcrumb .separator {
    margin: auto 1em;
    vertical-align: 3px;
  }

  .ITC-button1 {
    min-width: 348px;
    margin: 40px 0;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    word-break: normal;
    font-size: 1rem;
    line-height: 1.2307692308;
    font-weight: 600;
    padding: 34px 120px 33px 50px;
  }

  .ITC-button1.-font_larger {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    word-break: normal;
    font-size: 1rem;
    line-height: 1.2307692308;
  }

  .ITC-button1::after,
  .ITC-button1 .loading,
  .ITC-button1 [class^=icon_] {
    right: 12px;
    width: 80px;
    height: 80px;
  }

  .ITC-button1 .loading::after {
    width: 35px;
    height: 35px;
  }

  .ITC-button1 .icon_arrow_left::after {
    font-size: 0.8846153846rem;
  }

  .ITC-button1 .icon_arrow_right::after {
    font-size: 0.8846153846rem;
  }

  .ITC-button1 .icon_arrow_down::after {
    font-size: 0.8846153846rem;
  }

  .ITC-button1 .icon_download::after {
    font-size: 1.5384615385rem;
  }

  .ITC-button1 .icon_file_download::after {
    font-size: 1.8461538462rem;
    padding-left: 5px;
  }

  .ITC-button1 .icon_mail::after {
    font-size: 1.8461538462rem;
  }

  .ITC-button1 .icon_list::after {
    font-size: 1.3076923077rem;
  }

  .ITC-button1.-icon_left {
    padding-right: 50px;
    padding-left: 120px;
  }

  .ITC-button1.-icon_left::after,
  .ITC-button1.-icon_left .loading,
  .ITC-button1.-icon_left [class^=icon_] {
    left: 12px;
  }

  .ITC-button1.-no_icon {
    padding-right: 50px;
  }

  .ITC-button1.-white,
  .ITC-button1.-black {
    padding-top: 33px;
    padding-bottom: 32px;
  }

  .ITC-button2 {
    width: 100px;
    height: 100px;
  }

  .ITC-button2.-small_sp {
    width: 60px;
    height: 60px;
  }

  .ITC-button2 [class^=icon-] {
    font-size: 1.1538461538rem;
  }

  .ITC-category_tag {
    padding: 3px 8px 4px 8px;
    width: 240px;
    font-size: 1rem;
    line-height: 1.3076923077;
  }

  .ITC-content_title1 .subhead {
    font-size: 1rem;
    line-height: 1.5;
  }

  .ITC-content_title1 .subhead::before {
    width: 26px;
    height: 26px;
    margin-right: 8px;
    margin-left: 1px;
  }

  .ITC-content_title1 .content_title {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    word-break: normal;
    font-size: 2.6923076923rem;
    line-height: 1.3142857143;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
    margin-top: 1px;
  }

  .ITC-content_title1.-small .content_title {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    word-break: normal;
    font-size: 2.6923076923rem;
    line-height: 1.3142857143;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
  }

  .ITC-content_title1.-subhead_en_title_jp .subhead {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    word-break: normal;
    font-size: 1.2307692308rem;
    line-height: 2.34375;
    letter-spacing: 0;
    text-indent: 0;
  }

  .ITC-content_title1.-subhead_en_title_jp .subhead::before {
    vertical-align: -1px;
    margin-right: 7px;
    margin-left: 0px;
  }

  .ITC-content_title1.-subhead_en_title_jp .content_title {
    font-size: 2.1538461538rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-indent: 0;
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .ITC-content_title1.-subhead_en_title_jp.-small .content_title {
    font-size: 2.1538461538rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-indent: 0;
  }

  .ITC-content_title10 {
    padding: 16px 20px;
  }

  .ITC-content_title10 .subhead {
    margin: 5px auto 15px;
    padding: 8px 10px 8px 10px;
    font-size: 1rem;
    line-height: 1.5384615385;
  }

  .ITC-content_title10 .main {
    font-size: 1.6923076923rem;
    line-height: 1.6363636364;
  }

  .is-style-ITC-content_title11,
  .is-style-ITC-content_title11_en,
  .ITC-content_title11 {
    font-size: 1.6923076923rem;
    line-height: 1.5454545455;
    letter-spacing: 0;
    text-indent: 0;
  }

  .is-style-ITC-content_title11_en,
  .ITC-content_title11.-en {
    font-size: 2.0769230769rem;
    line-height: 1.3148148148;
    letter-spacing: 0;
    text-indent: 0;
  }

  .is-style-ITC-content_title12,
  .ITC-content_title12 {
    font-size: 1.3076923077rem;
    line-height: 1.4705882353;
    letter-spacing: 0;
    text-indent: 0;
  }

  .ITC-content_title2 .jp {
    font-size: 1.6923076923rem;
    line-height: 1.4772727273;
  }

  .ITC-content_title2 .en {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    word-break: normal;
    font-size: 1.2307692308rem;
    line-height: 1.34375;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
    margin-top: 5px;
    margin-bottom: -7px;
  }

  .ITC-content_title2::after {
    width: 190px;
    margin-top: auto;
  }

  .ITC-content_title3 {
    text-align: center;
  }

  .ITC-content_title3 .jp {
    font-size: 1.3846153846rem;
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
  }

  .ITC-content_title3 .en {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    word-break: normal;
    font-size: 1rem;
    line-height: 1.3076923077;
    margin-top: 7px;
  }

  .is-style-ITC-content_title4,
  .ITC-content_title4 {
    padding: 21px 1.5em;
    font-size: 1.3846153846rem;
    line-height: 1.6666666667;
  }

  .is-style-ITC-content_title5,
  .ITC-content_title5 {
    padding-bottom: 48px;
    font-size: 1.6923076923rem;
    line-height: 1.5454545455;
    letter-spacing: 0;
    text-indent: 0;
  }

  .is-style-ITC-content_title5::after,
  .ITC-content_title5::after {
    width: 100px;
  }

  .ITC-content_title6 {
    padding: 14px 20px 18px;
    min-height: 230px;
  }

  .ITC-content_title6.-wide {
    padding: 20px 20px 18px;
  }

  .ITC-content_title6.-wide .text {
    font-size: 1.3846153846rem;
    line-height: 2;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
  }

  .ITC-content_title6 .icon {
    min-height: 97px;
    margin-bottom: 3px;
  }

  .ITC-content_title6 .text {
    font-size: 1.6923076923rem;
    line-height: 1.4545454545;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
  }

  .is-style-ITC-content_title7,
  .ITC-content_title7 {
    font-size: 1.3846153846rem;
    line-height: 1.5555555556;
    letter-spacing: 0;
    text-indent: 0;
    padding-bottom: 10px;
  }

  .ITC-content_title8 {
    padding-bottom: 30px;
  }

  .ITC-content_title8::after {
    width: 100px;
  }

  .ITC-content_title8 .icon {
    margin-bottom: 12px;
  }

  .ITC-content_title8 .main {
    font-size: 1.6923076923rem;
    line-height: 1.5454545455;
    letter-spacing: 0;
    text-indent: 0;
  }

  .is-style-ITC-content_title9,
  .ITC-content_title9 {
    padding: 10px 20px 11px;
    font-size: 1.3846153846rem;
    line-height: 1.3333333333;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
  }

  .ITC-footer_contact {
    max-width: none;
    min-width: auto;
    width: 100%;
    padding: 73px 0 100px;
  }

  .ITC-footer_contact > .inner {
    width: 100%;
    padding: 0 40px;
  }

  .ITC-footer_contact .lead {
    margin-top: 42px;
    text-align: center;
  }

  .ITC-footer_contact .box {
    margin-top: 44px;
  }

  .ITC-footer_contact .box ul {
    display: block;
    padding-bottom: 0;
  }

  .ITC-footer_contact .box li {
    width: 100%;
    margin-bottom: 2em;
  }

  .ITC-footer_contact .box .info {
    font-size: 1rem;
    line-height: 1.5384615385;
    margin-top: 5px;
  }

  .ITC-footer_contact .box .buttons {
    display: block;
    margin: 2em 0;
    text-align: center;
  }

  .ITC-footer_contact .box .buttons .file_download,
  .ITC-footer_contact .box .buttons .mail {
    width: 370px;
    margin: 0;
    font-size: 1rem;
    line-height: 1.2307692308;
  }

  .ITC-footer_contact .box .buttons .mail {
    margin-top: 35px;
  }

  .ITC-footer_copyright {
    display: none;
  }

  .ITC-footer {
    max-width: none;
    min-width: auto;
    width: 100%;
    padding: 142px 0 60px;
    background: linear-gradient(17deg, #0075C2 10%, #004181 60%, #004181 100%);
  }

  .ITC-footer::before {
    width: 760px;
    height: 190px;
    background-size: 400% 1385.6406460551%;
    -webkit-clip-path: url(#clip-path3_sp);
    clip-path: url(#clip-path3_sp);
  }

  .ITC-footer > .inner {
    width: 100%;
    padding: 0 40px;
  }

  .ITC-footer .header {
    margin: auto;
  }

  .ITC-footer .body {
    display: block;
    font-size: 1rem;
    line-height: 1.7692307692;
    margin-top: 68px;
  }

  .ITC-footer .body .menu {
    display: none;
  }

  .ITC-footer .body .address {
    position: static;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding-top: 0;
    border-top: none;
  }

  .ITC-footer .footer {
    display: block;
    margin-top: 70px;
    text-align: center;
  }

  .ITC-footer .footer .axial {
    display: inline-block;
    margin-top: 32px;
    margin-bottom: 0;
  }

  .ITC-footer .footer .axial img {
    width: 234px;
  }

  .ITC-footer .footer .images {
    display: block;
    width: 100%;
  }

  .ITC-footer .footer .images .item {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 34px;
  }

  .ITC-footer .footer .images .item .text {
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-footer .footer .images .img01 {
    width: 400px;
  }

  .ITC-footer .footer .images .img02,
  .ITC-footer .footer .images .img03,
  .ITC-footer .footer .images .img04 {
    width: 162px;
  }

  .ITC-footer .footer .sp_link {
    text-align: center;
    margin-top: 100px;
  }

  .ITC-footer .footer .sp_link a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.7692307692;
    color: white;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .ITC-footer .footer .copyright {
    text-align: center;
    font-size: 0.8846153846rem;
    line-height: 1.4782608696;
    color: white;
    margin-top: 50px;
  }

  .ITC-form input[type=text],
  .ITC-form input[type=email],
  .ITC-form input[type=tel],
  .ITC-form input[type=password],
  .ITC-form select,
  .ITC-form textarea {
    font-size: 0.6153846154rem;
    line-height: 1.875;
  }

  .ITC-form input[type=text],
  .ITC-form input[type=email],
  .ITC-form input[type=tel],
  .ITC-form input[type=password],
  .ITC-form select,
  .ITC-form textarea {
    padding: 30px 35px;
    width: 100%;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-form .select_wrap::after {
    top: 53px;
    right: 38px;
  }

  .ITC-form .select_wrap select {
    padding-right: 100px;
  }

  .ITC-form input[type=radio] + span {
    padding-left: 68px;
  }

  .ITC-form input[type=radio] + span::before {
    width: 48px;
    height: 48px;
  }

  .ITC-form input[type=radio]:checked + span::after {
    left: 8px;
    width: 32px;
    height: 32px;
  }

  .ITC-form input[type=checkbox] + span {
    padding-left: 68px;
  }

  .ITC-form input[type=checkbox] + span::before {
    width: 48px;
    height: 48px;
  }

  .ITC-form input[type=checkbox]:checked + span::after {
    top: 42%;
    left: 8px;
    transform: translateY(-50%) rotate(-45deg);
    width: 32px;
    height: 22px;
    border-left: 8px solid #0075C2;
    border-bottom: 8px solid #0075C2;
  }

  .ITC-form .wpcf7-list-item {
    margin: 15px 1em 15px 0;
  }

  .ITC-form .required {
    padding: 6px 24px 8px 24px;
    font-size: 1rem;
    line-height: 1;
  }

  .ITC-form .table_form th,
  .ITC-form .table_form td {
    display: block;
    padding: 10px 0;
  }

  .ITC-form .table_form th {
    width: 100%;
    margin-top: 16px;
  }

  .ITC-form .table_form th > .required {
    position: static;
    transform: none;
    margin-left: 16px;
  }

  .ITC-form .table_form td {
    width: 100%;
  }

  .ITC-form .table_form .-nowrap_sp {
    white-space: nowrap;
  }

  .ITC-form .submit_button {
    margin-top: 100px;
  }

  .ITC-form .form_box {
    margin-top: 16px;
  }

  .ITC-header_menu {
    width: 100%;
    height: 100%;
    max-height: initial;
    overflow: auto;
  }

  .ITC-header_menu .header {
    height: 150px;
    padding: 0 40px;
  }

  .ITC-header_menu .close_button {
    width: 100px;
    height: 100px;
    margin-right: -25px;
  }

  .ITC-header_menu .close_button::before,
  .ITC-header_menu .close_button::after {
    width: 50px;
    height: 5px;
  }

  .ITC-header_menu .logo img {
    display: block;
    width: 172px;
  }

  .ITC-header_menu .body {
    height: auto;
    overflow: visible;
  }

  .ITC-header_menu .upper .search {
    height: 100px;
    padding: 0 40px;
    margin-top: 48px;
  }

  .ITC-header_menu .upper .search .inner {
    padding: 0 0 0 10px;
  }

  .ITC-header_menu .upper .search .icon {
    width: 60px;
    height: 60px;
    margin: auto 10px;
  }

  .ITC-header_menu .upper .search form {
    width: calc(100% - 80px);
  }

  .ITC-header_menu .upper .buttons {
    padding: 40px;
    margin-top: 16px;
  }

  .ITC-header_menu .upper .buttons .file_download,
  .ITC-header_menu .upper .buttons .mail {
    width: 330px;
    height: 95px;
  }

  .ITC-header_menu .upper .buttons .file_download .text,
  .ITC-header_menu .upper .buttons .mail .text {
    font-size: 1rem;
    line-height: 1;
  }

  .ITC-header_menu .upper .buttons .file_download [class^=icon-],
  .ITC-header_menu .upper .buttons .mail [class^=icon-] {
    font-size: 1.6153846154rem;
    line-height: 1;
  }

  .ITC-header_menu .upper .buttons .file_download .icon-file_download,
  .ITC-header_menu .upper .buttons .mail .icon-file_download {
    margin-left: 12px;
  }

  .ITC-header_menu .upper .buttons .file_download .icon-mail,
  .ITC-header_menu .upper .buttons .mail .icon-mail {
    margin-left: 20px;
  }

  .ITC-header_menu .lower {
    margin-top: 5px;
  }

  .ITC-header_menu .menu {
    padding: 0 0 40px 0;
  }

  .ITC-header_menu .menu > .menu-item > a {
    padding: 36px 40px;
    font-size: 1rem;
    line-height: 1.3076923077;
  }

  .ITC-header_menu .menu > .menu-item.menu-item-has-children > a::before,
  .ITC-header_menu .menu > .menu-item.menu-item-has-children > a::after {
    width: 25px;
    height: 3px;
  }

  .ITC-header_menu .menu > .menu-item > .sub-menu {
    padding: 0 0 30px 0;
  }

  .ITC-header_menu .menu > .menu-item > .sub-menu .menu-item a {
    padding: 25px 0 25px 90px;
  }

  .ITC-header_menu .menu > .menu-item > .sub-menu .menu-item a .text {
    font-size: 1rem;
    line-height: 1.3076923077;
  }

  .ITC-header_pc {
    display: none;
  }

  .ITC-header_spacer {
    height: 150px;
  }

  .ITC-header1 {
    display: block;
    top: 0;
    height: 150px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
    opacity: 1;
  }

  .ITC-header1 > .inner {
    padding: 0 40px;
  }

  .ITC-header1 .logo {
    margin-left: -10px;
  }

  .ITC-header1 .logo img {
    width: 172px;
  }

  .ITC-header1 .buttons .file_download,
  .ITC-header1 .buttons .mail,
  .ITC-header1 .buttons .menu_button {
    width: 100px;
    height: 100px;
  }

  .ITC-header1 .buttons .file_download,
  .ITC-header1 .buttons .mail {
    font-size: 1.8461538462rem;
  }

  .ITC-header1 .buttons .file_download {
    padding-left: 3px;
    font-size: 2.0769230769rem;
  }

  .ITC-header1 .buttons .mail {
    font-size: 1.8461538462rem;
    margin-left: 25px;
  }

  .ITC-header1 .buttons .menu_button {
    margin-right: -25px;
  }

  .ITC-header1 .buttons .menu_button::before,
  .ITC-header1 .buttons .menu_button::after,
  .ITC-header1 .buttons .menu_button span {
    width: 50px;
    height: 5px;
  }

  .ITC-header1 .buttons .menu_button::before {
    top: calc(50% - 20px);
  }

  .ITC-header1 .buttons .menu_button::after {
    top: calc(50% + 20px);
  }

  ul.is-style-ITC-list1 li,
  ul.is-style-ITC-list1_medium li,
  ul.is-style-ITC-list1_small li,
  .ITC-list1 li {
    padding: 24px 0 24px 50px;
    font-size: 1.3846153846rem;
    line-height: 1.6666666667;
    background-position: top 35px left 0px;
    background-size: 40px;
    border-bottom-width: 3px;
  }

  ul.is-style-ITC-list1:not(.-show_last_border_sp, .-show_last_border) li:last-of-type,
  ul.is-style-ITC-list1_medium:not(.-show_last_border_sp, .-show_last_border) li:last-of-type,
  ul.is-style-ITC-list1_small:not(.-show_last_border_sp, .-show_last_border) li:last-of-type,
  .ITC-list1:not(.-show_last_border_sp, .-show_last_border) li:last-of-type {
    border-bottom: none;
  }

  ul.is-style-ITC-list1_medium li,
  .ITC-list1.-medium li {
    padding: 15px 0 15px 43px;
    font-size: 1rem;
    line-height: 1.7692307692;
    background-position: top 23px left 0px;
    background-size: 32px;
    border-bottom-width: 2px;
  }

  ul.is-style-ITC-list1_small li,
  .ITC-list1.-small li {
    padding: 18px 50px 18px 95px;
    font-size: 1rem;
    line-height: 1.7692307692;
    background-position: top 27px left 50px;
    background-size: 32px;
    border-bottom-width: 2px;
  }

  ul.is-style-ITC-list2 li,
  .ITC-list2 li {
    padding: 20px 0 20px 31px;
    font-size: 1rem;
    line-height: 1.4615384615;
  }

  ul.is-style-ITC-list2 li::before,
  .ITC-list2 li::before {
    top: 20px;
    left: 0;
  }

  ul.is-style-ITC-list3 li,
  ul.is-style-ITC-list3_larger li,
  .ITC-list3 li {
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  ul.is-style-ITC-list3.-larger_sp li,
  ul.is-style-ITC-list3_larger.-larger_sp li,
  .ITC-list3.-larger_sp li {
    font-size: 1.2307692308rem;
    line-height: 1.9375;
  }

  ul.is-style-ITC-list3.-line_height_wider li,
  ul.is-style-ITC-list3_larger.-line_height_wider li,
  .ITC-list3.-line_height_wider li {
    font-size: 1rem;
    line-height: 2.4615384615;
  }

  ul.is-style-ITC-list3_larger li,
  .ITC-list3.-larger li {
    font-size: 1.2307692308rem;
    line-height: 1.9375;
  }

  .ITC-logo_slider {
    margin-top: 70px;
    padding-top: 40px;
  }

  .ITC-news_list1 li a {
    display: block;
    min-height: auto;
    padding: 43px 0;
  }

  .ITC-news_list1 li a::before,
  .ITC-news_list1 li a::after {
    width: 53px;
  }

  .ITC-news_list1 li a .date {
    width: 100%;
    text-align: left;
  }

  .ITC-news_list1 li a .category_wrap {
    margin-top: 12px;
    display: block;
  }

  .ITC-news_list1 li a .category_wrap .category {
    margin: 0 10px 10px 0;
  }

  .ITC-news_list1 li a .title {
    padding-left: 0;
    overflow: visible;
    white-space: normal;
  }

  .ITC-news_list1 li:first-of-type a {
    border-top: none;
  }

  .ITC-news_list1 li:first-of-type a::before {
    content: none;
  }

  .ITC-page_link_list1 {
    display: block;
    padding: 0 40px;
  }

  .ITC-page_link_list1 li {
    border-bottom: 2px solid #004181;
    margin: 0;
  }

  .ITC-page_link_list1 li:first-of-type {
    border-top: 2px solid #004181;
  }

  .ITC-page_link_list1 li::after {
    content: none;
  }

  .ITC-page_link_list1 li::before {
    content: none;
  }

  .ITC-page_link_list1 a {
    width: 100%;
    font-size: 1rem;
    line-height: 2.0769230769;
    padding: 17px 100px 17px 40px;
  }

  .ITC-page_link_list1 a::after {
    content: "\e919";
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    font-size: 1.0384615385rem;
    line-height: 1;
    font-weight: normal;
  }

  .ITC-page_navigation1 .page-numbers {
    width: 80px;
    padding: 39px 0;
    font-size: 1rem;
    margin: 13px 8px;
  }

  .ITC-page_navigation1 .page-numbers.dots {
    width: 40px;
    margin: 13px 0;
  }

  .ITC-page_navigation1 .page-numbers.prev,
  .ITC-page_navigation1 .page-numbers.next {
    padding: 24px 0;
    font-size: 1.2307692308rem;
    margin: 13px 0;
  }

  .ITC-page_title1 {
    min-width: auto;
  }

  .ITC-page_title1 > .bg_img {
    height: 300px;
  }

  .ITC-page_title1 .title {
    top: calc(100% - 100px);
    width: 600px;
    height: 200px;
  }

  .ITC-page_title1 .ITC-content_title1 {
    margin-top: 24px;
  }

  .ITC-page_title2 {
    min-width: auto;
    height: 350px;
    padding: 0 40px;
  }

  .ITC-page_title2 .title {
    margin-top: 0;
  }

  .ITC-page_title2.-subhead_en_title_jp .title {
    margin-top: 0;
  }

  .ITC-page_title3 {
    min-width: auto;
  }

  .ITC-page_title3 .bg_img {
    width: 100%;
  }

  .ITC-page_title3 .title {
    bottom: 80px;
    width: 100%;
    padding: 0 40px;
  }

  .ITC-page_title3 .title .main {
    font-size: 1.6923076923rem;
    line-height: 1.5454545455;
  }

  .ITC-page_title3 .title .subhead {
    font-size: 1rem;
    line-height: 1.7692307692;
    margin-top: 12px;
  }

  .ITC-page_title4 {
    min-width: auto;
  }

  .ITC-page_title4 .title_body {
    position: absolute;
    top: 250px;
    width: 680px;
  }

  .ITC-page_title4 .title_body .lead {
    font-size: 1rem;
    line-height: 1.5384615385;
  }

  .ITC-page_title4 .title_body .line {
    flex-grow: 0.3;
  }

  .ITC-page_title4 .title_body .subhead1 {
    font-size: 1.3846153846rem;
    line-height: 1.25;
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .ITC-page_title4 .title_body .main {
    font-size: 1.7692307692rem;
    line-height: 1.2608695652;
  }

  .ITC-page_title4 .title_body .main.-smaller {
    font-size: 1.7692307692rem;
    line-height: 1.6956521739;
  }

  .ITC-page_title4 .title_body .subhead2 {
    font-size: 1.3846153846rem;
    line-height: 1.25;
    margin-top: 12px;
  }

  .ITC-page_title4 .title_body .subhead3 {
    font-size: 0.8461538462rem;
    line-height: 1.2727272727;
    margin-top: 12px;
  }

  .ITC-page_title4 .lower {
    padding: 199px 0 1px;
    background: linear-gradient(136deg, #0075C2 20%, #004181 40%, #004181 50%);
  }

  .ITC-page_title4 .lower .inner {
    width: 100%;
    margin: 5px auto 50px;
    padding: 0 40px;
    font-size: 1rem;
    line-height: 1.7692307692;
    text-align: justify;
  }

  .ITC-page_title5 {
    min-width: 100%;
  }

  .ITC-page_title5 .parent_title_block {
    padding: 15px 20px 19px;
  }

  .ITC-page_title5 .parent_title_block .jp {
    font-size: 1rem;
    line-height: 1;
  }

  .ITC-page_title5 .parent_title_block .en {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    word-break: normal;
    font-size: 1.3846153846rem;
    line-height: 1;
    margin-left: 19px;
    vertical-align: -3px;
  }

  .ITC-page_title5 .image_block {
    height: 260px;
  }

  .ITC-page_title5 .title_block {
    display: block;
    padding: 59px 0 73px;
    height: auto;
  }

  .ITC-page_title5 .title_block .subhead {
    font-size: 1rem;
    line-height: 1.5384615385;
    padding-bottom: 24px;
    margin-bottom: 15px;
  }

  .ITC-page_title5 .title_block .main .parent_title {
    display: block;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    word-break: normal;
    font-size: 1.7692307692rem;
    line-height: 1.3043478261;
    margin-right: 0;
    vertical-align: 0;
    margin-bottom: 5px;
  }

  .ITC-page_title5 .title_block .main .sub_page_title {
    display: block;
    font-size: 2.5384615385rem;
    line-height: 1.2727272727;
    letter-spacing: 0;
    text-indent: 0;
  }

  .ITC-page_title5 .title_block .main .sub_page_title.-en {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    word-break: normal;
    font-size: 2.9230769231rem;
    line-height: 1.1052631579;
    letter-spacing: 0;
    text-indent: 0;
  }

  .ITC-page_title6 {
    min-width: auto;
    height: auto;
    display: block;
  }

  .ITC-page_title6 .bg_img {
    height: 300px;
  }

  .ITC-page_title6 .main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    margin-top: 0;
  }

  .ITC-page_title6 .title_lead {
    margin-top: 0;
    padding: 36px 40px;
    font-size: 1rem;
    line-height: 1.7692307692;
    font-weight: bold;
    color: #004181;
    text-align: center;
  }

  .ITC-popup_content .popup_banner {
    margin: 70px 20px 0 0;
  }

  .ITC-popup_content .popup_banner .inner {
    width: 525px;
    padding: 12px 27px 12px 12px;
  }

  .ITC-popup_content .popup_banner .inner .image {
    width: 126px;
    height: 126px;
    margin-right: 15px;
  }

  .ITC-popup_content .popup_banner .inner .title {
    font-size: 0.9230769231rem;
    line-height: 1.6666666667;
  }

  .ITC-popup_content .popup_banner .inner .link_arrow {
    width: 52px;
  }

  .ITC-popup_content .popup_banner .inner .link_arrow::after {
    bottom: 6px;
    right: 7px;
    font-size: 1.1538461538rem;
  }

  .ITC-popup_content .popup_banner .close_button {
    top: -45px;
    right: -10px;
    width: 65px;
    height: 65px;
  }

  .ITC-popup_content .to_top_wrap.-show {
    height: 120px;
  }

  .ITC-popup_content .to_top {
    width: 100px;
    height: 100px;
  }

  .ITC-popup_content .to_top::before {
    font-size: 30px;
  }

  .ITC-section_banner1 {
    min-width: auto;
    height: 520px;
  }

  .ITC-section_banner1 .bg_img {
    width: 100%;
  }

  .ITC-section_banner1 .inner {
    padding: 0 40px;
  }

  .ITC-section_banner1 .title {
    margin-top: 50px;
    padding-bottom: 28px;
    font-size: 2.1538461538rem;
    line-height: 1.3214285714;
  }

  .ITC-section_banner1 .title::after {
    width: 160px;
  }

  .ITC-section_banner1 .text {
    font-size: 1rem;
    line-height: 1.7692307692;
    margin-top: 25px;
  }

  .ITC-section_banner1 .button {
    margin-top: 4px;
  }

  .ITC-section1 {
    max-width: none;
    min-width: auto;
    width: 100%;
    padding: 80px 0;
  }

  .ITC-section1 > .inner,
  .ITC-section1 > .wp-block-group__inner-container > .inner {
    width: 100%;
    padding: 0 40px;
  }

  .ITC-section1 > .inner.-narrow,
  .ITC-section1 > .wp-block-group__inner-container > .inner.-narrow {
    width: 100%;
  }

  .ITC-solution_footer {
    padding: 44px 0;
    max-width: none;
    min-width: auto;
    width: 100%;
  }

  .ITC-solution_footer::before {
    width: 100%;
    background-image: url(../img_c/solution_op/footer_bg_sp.jpg);
  }

  .ITC-solution_footer > .inner {
    width: 100%;
    padding: 0 40px;
  }

  .ITC-solution_footer .section_title {
    font-size: 1.2692307692rem;
    line-height: 1.696969697;
    letter-spacing: 0;
    text-indent: 0;
  }

  .ITC-solution_footer .box_wrap {
    display: block;
    margin: 40px 0 0;
  }

  .ITC-solution_footer .box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 35px 0;
    border-right: none;
    border-top: 1px solid white;
  }

  .ITC-solution_footer .box:last-of-type {
    border-bottom: 1px solid white;
  }

  .ITC-solution_footer .box .sp_image {
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    overflow: hidden;
  }

  .ITC-solution_footer .box .sp_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .ITC-solution_footer .box .body {
    width: 400px;
    justify-content: space-evenly;
  }

  .ITC-solution_footer .box .title {
    width: 370px;
    justify-content: space-between;
    font-size: 1.6923076923rem;
    line-height: 1.2727272727;
  }

  .ITC-solution_footer .box .title .button {
    margin-left: 0;
  }

  .ITC-solution_footer .box .pc_image {
    display: none;
  }

  .ITC-solution_footer .box .text {
    font-size: 1rem;
    line-height: 1.7692307692;
    text-align: justify;
    margin-top: 0;
    flex-grow: 0;
  }

  .ITC-solution_footer .section_button {
    margin-top: 70px;
  }

  .ITC-solution_footer .section_button .text {
    font-size: 1rem;
    line-height: 1.7692307692;
    margin-bottom: -20px;
  }

  .is-style-ITC-speech_bubble1,
  .ITC-speech_bubble1 {
    padding: 18px 20px;
    font-size: 1.3846153846rem;
    line-height: 1.4444444444;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
    margin-bottom: 25px;
  }

  .is-style-ITC-speech_bubble1::after,
  .ITC-speech_bubble1::after {
    bottom: -11px;
    width: 40px;
    height: 40px;
  }

  .ITC-story_box {
    margin-bottom: 265px;
  }

  .ITC-story_box .image {
    height: 500px;
  }

  .ITC-story_box .body {
    width: 580px;
    height: 300px;
    bottom: -150px;
  }

  .ITC-story_box .body .story {
    top: -49px;
    right: 10px;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    word-break: normal;
    font-size: 2.1538461538rem;
    line-height: 1;
  }

  .ITC-story_box .body .title {
    margin-top: 0;
  }

  .ITC-story_box .body .logo {
    width: 580px;
    height: 160px;
  }

  .ITC-story_box .body .text {
    font-size: 1rem;
    line-height: 1.7692307692;
    margin-top: 0;
  }

  .ITC-story_box .body .button {
    bottom: 29px;
    right: 33px;
  }

  .ITC-table1 th,
  .ITC-table1 td {
    padding: 22px;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-table1 th {
    padding-left: 18px;
    padding-right: 34px;
    width: auto;
    vertical-align: top;
    white-space: nowrap;
  }

  .ITC-table1 th::before,
  .ITC-table1 th::after {
    width: 24px;
  }

  .ITC-table1 td {
    padding-left: 0;
    padding-right: 0;
  }

  .ITC-table1.-sp_block tr {
    position: relative;
    display: block;
  }

  .ITC-table1.-sp_block th,
  .ITC-table1.-sp_block td {
    position: static;
    display: block;
    width: 100%;
    padding: 25px 0px;
  }

  .ITC-table1.-sp_block th {
    padding-bottom: 0;
    border-bottom: none;
  }

  .ITC-table1.-sp_block td {
    padding-top: 10px;
    border-top: none;
  }

  .ITC-table2 th,
  .ITC-table2 td {
    padding: 22px;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-table2 th {
    padding-left: 18px;
    padding-right: 34px;
    width: auto;
    vertical-align: top;
    white-space: nowrap;
  }

  .ITC-table2 th::before,
  .ITC-table2 th::after {
    width: 24px;
  }

  .ITC-table2 td {
    padding-left: 0;
    padding-right: 0;
  }

  .ITC-table2.-sp_block tr {
    position: relative;
    display: block;
  }

  .ITC-table2.-sp_block th,
  .ITC-table2.-sp_block td {
    position: static;
    display: block;
    width: 100%;
    padding: 25px 0px;
  }

  .ITC-table2.-sp_block th {
    padding-bottom: 0;
    border-bottom: none;
  }

  .ITC-table2.-sp_block td {
    padding-top: 10px;
    border-top: none;
  }

  .ITC-form_application #section1 {
    padding: 40px 0 0;
  }

  .ITC-form_application .col2 {
    display: block;
    margin-top: 95px;
  }

  .ITC-form_application .col2 .left {
    width: 100%;
    padding: 0 50px 100px;
  }

  .ITC-form_application .col2 .left .image2 img {
    width: 100%;
    height: auto;
  }

  .ITC-form_application .col2 .left .title_box {
    margin-top: 30px;
    padding-bottom: 35px;
  }

  .ITC-form_application .col2 .left .title_box::after {
    width: 211px;
  }

  .ITC-form_application .col2 .left .title_box .title {
    font-size: 1.3846153846rem;
    line-height: 1.6666666667;
  }

  .ITC-form_application .col2 .left .title_box .date {
    font-size: 1.3846153846rem;
    line-height: 1.6666666667;
    margin-top: 15px;
  }

  .ITC-form_application .col2 .left .list_box {
    margin-top: 70px;
  }

  .ITC-form_application .col2 .right {
    width: 760px;
    margin: 0 -40px;
    padding: 50px 40px 100px;
  }

  .ITC-page_about #section1 {
    padding: 183px 0 340px;
  }

  .ITC-page_about #section1 > .inner::after {
    bottom: -276px;
    right: -33px;
    background-size: 644px;
  }

  .ITC-page_about #section1 .title {
    font-size: 1.6923076923rem;
    line-height: 1.7272727273;
    letter-spacing: 0;
    text-indent: 0;
  }

  .ITC-page_about #section1 .text {
    width: 100%;
    margin-top: 40px;
  }

  .ITC-page_about #section1 .image {
    margin-top: 54px;
    margin-left: -11px;
  }

  .ITC-page_about #section1 .image img {
    width: 440px;
  }

  .ITC-page_about #section2 {
    height: 360px;
  }

  .ITC-page_about #section2 .title {
    top: calc(100% - 165px);
    width: 680px;
    height: 330px;
  }

  .ITC-page_about #section2 .title .text {
    font-size: 1.3846153846rem;
    line-height: 1.9722222222;
    letter-spacing: 0;
    text-indent: 0;
    margin-bottom: 15px;
  }

  .ITC-page_about #section3 {
    padding: 240px 0 115px;
  }

  .ITC-page_about #section3::after {
    width: 760px;
    height: 380px;
    -webkit-clip-path: url(#clip-path2_sp_1);
    clip-path: url(#clip-path2_sp_1);
    background-size: 400% 692.8203230276%;
  }

  .ITC-page_about #section3 .box_wrap {
    margin-top: -20px;
  }

  .ITC-page_about #section3 .box_adv {
    display: block;
    padding: 70px 0;
  }

  .ITC-page_about #section3 .box_adv .left {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
  }

  .ITC-page_about #section3 .box_adv .left .number {
    margin: 0 30px 0 0;
  }

  .ITC-page_about #section3 .box_adv .left .-icon01 {
    margin: 0 0 0 30px;
  }

  .ITC-page_about #section3 .box_adv .left .-icon02 {
    margin: 0 30px 5px 30px;
  }

  .ITC-page_about #section3 .box_adv .left .-icon03 {
    margin: -9px 30px 0px 30px;
  }

  .ITC-page_about #section3 .box_adv .left .-icon04 {
    margin: -15px 20px 0px 20px;
  }

  .ITC-page_about #section3 .box_adv .right {
    width: 100%;
    margin-top: 40px;
  }

  .ITC-page_about #section3 .box_adv .right .title {
    font-size: 1.3846153846rem;
    line-height: 2;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
    font-weight: bold;
  }

  .ITC-page_about #section3 .box_adv .right .text {
    margin-top: 30px;
  }

  .ITC-page_about #section3 .conclusion {
    font-size: 1rem;
    line-height: 1.7692307692;
    margin-top: 75px;
  }

  .ITC-page_about #section3 .logo {
    margin-top: 82px;
  }

  .ITC-page_about #section3 .logo img {
    width: 225px;
  }

  .ITC-page_about #section4 {
    padding: 186px 0 60px;
  }

  .ITC-page_about #section4::before {
    width: 760px;
    height: 380px;
    -webkit-clip-path: url(#clip-path2_sp_2);
    clip-path: url(#clip-path2_sp_2);
    background-size: 400% 692.8203230276%;
    opacity: 0.3;
  }

  .ITC-page_about #section4 .ITC-achievements {
    margin-top: 40px;
  }

  .ITC-page_company #section1 {
    padding: 170px 0 0 0;
  }

  .ITC-page_company #section2 {
    padding: 90px 0 0;
  }

  .ITC-page_company #section2 .title {
    z-index: 999;
    position: absolute;
    top: 218px;
    left: 35px;
    display: grid;
    place-content: center;
    width: 300px;
    height: 180px;
    background: linear-gradient(121deg, #0075C2 0%, #004181 68%, #004181 100%);
  }

  .ITC-page_company #section2 .title .ITC-content_title3 {
    text-align: left;
  }

  .ITC-page_company #section2 .title .ITC-content_title3 .jp,
  .ITC-page_company #section2 .title .ITC-content_title3 .en {
    color: white;
  }

  .ITC-page_company #section2 .col2 {
    display: block;
    margin-bottom: 125px;
  }

  .ITC-page_company #section2 .col2 .body {
    width: 100%;
  }

  .ITC-page_company #section2 .col2 .body .title_wrap {
    position: relative;
    margin-top: 0;
  }

  .ITC-page_company #section2 .col2 .body .sp_image {
    display: block;
    text-align: right;
  }

  .ITC-page_company #section2 .col2 .body .sp_image img {
    width: 500px;
  }

  .ITC-page_company #section2 .col2 .body .text {
    margin-top: 46px;
  }

  .ITC-page_company #section2 .col2 .body .signature {
    margin-top: -15px;
  }

  .ITC-page_company #section2 .col2 .pc_image {
    display: none;
  }

  .ITC-page_company #section3 {
    padding: 105px 0 90px;
  }

  .ITC-page_company #section3::before {
    background-image: url(../img_c/page_company/bg01_sp.jpg);
    background-size: 760px;
  }

  .ITC-page_company #section3::after {
    width: 760px;
    height: 190px;
    -webkit-clip-path: url(#clip-path4_sp);
    clip-path: url(#clip-path4_sp);
    background-size: 400% 1385.6406460551%;
  }

  .ITC-page_company #section3 .logo img {
    width: 356px;
  }

  .ITC-page_company #section3 .box_wrap {
    margin-top: 100px;
  }

  .ITC-page_company #section3 .box_wrap .box {
    display: block;
    margin-bottom: 120px;
  }

  .ITC-page_company #section3 .box_wrap .box .left {
    margin-right: 0;
  }

  .ITC-page_company #section3 .box_wrap .box .left .circle {
    width: 300px;
    height: 300px;
    margin: auto;
  }

  .ITC-page_company #section3 .box_wrap .box .left .circle .jp {
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-page_company #section3 .box_wrap .box .left .circle .en {
    font-size: 2.1538461538rem;
    line-height: 1.3214285714;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
  }

  .ITC-page_company #section3 .box_wrap .box .right {
    width: 100%;
    margin-top: 27px;
  }

  .ITC-page_company #section3 .box_wrap .box .right .title {
    font-size: 1.3846153846rem;
    line-height: 2;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
    font-weight: bold;
  }

  .ITC-page_company #section3 .box_wrap .box .right .text {
    width: 100%;
    margin-top: 15px;
  }

  .ITC-page_company #section3 .box_wrap .box.-box3 .left .circle .jp {
    font-size: 0.8461538462rem;
    line-height: 1.6363636364;
    margin-top: -14px;
  }

  .ITC-page_company #section3 .box_wrap .box.-box3 .left .circle .en {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    word-break: normal;
    font-size: 1.8461538462rem;
    line-height: 1.3125;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
    margin-top: -7px;
  }

  .ITC-page_company #section4 {
    padding: 80px 0 85px;
  }

  .ITC-page_company #section4 table {
    margin-top: 63px;
  }

  .ITC-page_company #section5 {
    padding: 80px 0 85px;
  }

  .ITC-page_company #section5 table {
    margin-top: 63px;
  }

  .ITC-page_downloads .box_title {
    margin-top: 80px;
  }

  .ITC-page_downloads .box_wrap {
    margin: 40px 0 0;
  }

  .ITC-page_downloads .box_wrap .box {
    margin: 0 auto 70px;
    padding: 50px 40px 5px;
    width: 580px;
  }

  .ITC-page_downloads .box_wrap .box .image {
    width: 500px;
    height: 300px;
  }

  .ITC-page_downloads .box_wrap .box .title {
    margin-top: 24px;
    padding-top: 20px;
    font-size: 1.3846153846rem;
    line-height: 1.3888888889;
    flex-grow: 0;
  }

  .ITC-page_downloads .box_wrap .box .title::before {
    width: 210px;
  }

  .ITC-page_downloads .box_wrap .box .tag_new {
    margin-right: 12px;
    padding: 5px 12px;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    word-break: normal;
    font-size: 1rem;
    line-height: 1;
    vertical-align: 4px;
  }

  .ITC-page_downloads .box_wrap .box .button {
    margin-top: 42px;
  }

  .ITC-page_news_single #section1 {
    padding: 45px 0 60px;
  }

  .ITC-page_news_single #section1 > .inner > .info {
    display: block;
  }

  .ITC-page_news_single #section1 > .inner > .info .date {
    width: 100%;
  }

  .ITC-page_news_single #section1 > .inner > .info .category_wrap {
    display: block;
    margin-top: 8px;
  }

  .ITC-page_news_single #section1 > .inner > .info .category_wrap .category {
    margin: 0 10px 10px 0;
  }

  .ITC-page_news_single #section1 > .inner > .title {
    font-size: 1.7692307692rem;
    line-height: 1.4782608696;
    letter-spacing: 0;
    text-indent: 0;
    margin-top: 4px;
    padding-bottom: 48px;
  }

  .ITC-page_news_single #section1 > .inner > .title::after {
    width: 53px;
  }

  .ITC-page_news_single #section1 > .inner > .content {
    margin-top: 50px;
  }

  .ITC-page_news_single #section1 > .inner .button {
    margin-top: 77px;
  }

  .ITC-page_news #section1 {
    padding: 40px 0 0;
  }

  .ITC-page_news #section1 > .inner {
    display: block;
  }

  .ITC-page_news #section1 .aside .pc {
    display: none;
  }

  .ITC-page_news #section1 .aside .sp .select_wrap {
    width: 100%;
    color: #004181;
  }

  .ITC-page_news #section1 .aside .sp .category_select {
    color: #004181;
    border-color: #004181;
    background-color: #F1F7FB;
    font-weight: bold;
  }

  .ITC-page_news #section1 .article {
    width: 100%;
    margin-top: 40px;
  }

  .ITC-page_news #section2 {
    padding: 80px 0 120px;
  }

  .ITC-page_past_seminar #section1 {
    padding: 40px 0 0;
  }

  .ITC-page_past_seminar .box_wrap {
    display: block;
    margin-top: 47px;
  }

  .ITC-page_past_seminar .box_wrap .box {
    width: 100%;
    padding: 47px 50px 0;
    margin-bottom: 50px;
  }

  .ITC-page_past_seminar .box_wrap .box .image {
    height: 326px;
  }

  .ITC-page_past_seminar .box_wrap .box .subhead {
    margin-top: 16px;
    padding-bottom: 15px;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-page_past_seminar .box_wrap .box .subhead::after {
    width: 211px;
  }

  .ITC-page_past_seminar .box_wrap .box .title {
    margin-top: 7px;
    font-size: 1.3846153846rem;
    line-height: 1.6666666667;
  }

  .ITC-page_past_seminar .box_wrap .box .date {
    margin-top: 9px;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-page_past_seminar .box_wrap .box .button {
    margin-top: -18px;
  }

  .ITC-page_search #section1 {
    padding: 40px 0 0;
  }

  .ITC-page_search #section1 .search_list li a {
    padding: 22px;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-page_search #section1 .search_list li a::before,
  .ITC-page_search #section1 .search_list li a::after {
    width: 53px;
  }

  .ITC-page_search #section1 .search_list li a .title,
  .ITC-page_search #section1 .search_list li a .text {
    overflow: visible;
    white-space: normal;
  }

  .ITC-page_search #section2 {
    padding: 80px 0 120px;
  }

  .ITC-page_seminar #section_lead {
    padding: 36px 0 0;
  }

  .ITC-page_seminar #section_lead .lead {
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-page_seminar .section_seminar {
    padding: 95px 0 75px;
  }

  .ITC-page_seminar .section_seminar::after {
    top: 258px;
    height: calc(100% - 258px);
  }

  .ITC-page_seminar .section_seminar .seminar_title .image {
    width: 580px;
    height: 326px;
    margin: auto;
  }

  .ITC-page_seminar .section_seminar .seminar_title .title {
    width: 520px;
    margin-top: -43px;
  }

  .ITC-page_seminar .section_seminar .seminar_date {
    width: 100%;
    margin-top: 25px;
    padding-bottom: 42px;
    font-size: 1.3846153846rem;
    line-height: 1.6666666667;
  }

  .ITC-page_seminar .section_seminar .seminar_date::after {
    width: 211px;
  }

  .ITC-page_seminar .section_seminar .seminar_text {
    width: 580px;
    margin-top: 45px;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-page_seminar .section_seminar .button1 {
    margin-top: 4px;
  }

  .ITC-page_seminar .section_seminar .box {
    margin-top: 80px;
  }

  .ITC-page_seminar .section_seminar .box::before {
    top: -554px;
    right: -262px;
    width: 730px;
    height: 664px;
  }

  .ITC-page_seminar .section_seminar .table_title {
    font-size: 1.3846153846rem;
    line-height: 2.1666666667;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
    margin-top: 80px;
  }

  .ITC-page_seminar .section_seminar .table_wrap {
    margin-top: 30px;
  }

  .ITC-page_seminar .section_seminar .button2 {
    margin-top: 42px;
  }

  .ITC-page_seminar .section_seminar.-no_image::after {
    top: 0;
    height: 100%;
  }

  .ITC-page_seminar .section_seminar .seminar_title .title {
    margin-top: 0;
  }

  .ITC-page_solutions .section_slider {
    min-width: auto;
    height: 940px;
  }

  .ITC-page_solutions .section_slider::before {
    width: 760px;
    height: 380px;
    -webkit-clip-path: url(#clip-path6_sp);
    clip-path: url(#clip-path6_sp);
    background-size: 400% 692.8203230276%;
  }

  .ITC-page_solutions .slider_wrap {
    top: 120px;
    width: 100%;
  }

  .ITC-page_solutions .slider .item {
    width: 600px;
    height: 700px;
  }

  .ITC-page_solutions .slider .item .image_a {
    width: 600px;
    height: 500px;
  }

  .ITC-page_solutions .slider .item .image_b {
    width: 540px;
    height: 360px;
  }

  .ITC-page_solutions .button-prev,
  .ITC-page_solutions .button-next {
    position: absolute;
    display: grid;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }

  .ITC-page_solutions .button-prev {
    left: 31px;
  }

  .ITC-page_solutions .button-next {
    right: 31px;
  }

  .ITC-page_solutions .pagination {
    display: none;
  }

  .ITC-page_solutions .pagination .swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    margin: 0 20px;
  }

  .ITC-page_solutions .section_info {
    padding: 60px 0 25px;
  }

  .ITC-page_solutions .section_solutions {
    padding: 104px 0 118px;
  }

  .ITC-page_solutions .section_solutions::after {
    width: 760px;
    height: 190px;
    -webkit-clip-path: url(#clip-path4_sp);
    clip-path: url(#clip-path4_sp);
    background-size: 400% 1385.6406460551%;
  }

  .ITC-page_solutions .section_solutions .box_wrap {
    justify-content: space-between;
    margin: 50px 0 0;
  }

  .ITC-page_solutions .section_solutions .box_wrap .items {
    width: 328px;
    height: 400px;
    margin: 0 0 24px;
  }

  .ITC-page_solutions .section_solutions .box_wrap .items .button {
    bottom: 20px;
  }

  .ITC-page_solutions .section_support {
    padding: 34px 0 60px;
  }

  .ITC-page_solutions .section_support .col2 {
    display: block;
  }

  .ITC-page_solutions .section_support .col2 .image {
    margin-top: 65px;
  }

  .ITC-page_solutions .section_support .col2 .image img {
    width: 100%;
  }

  .ITC-page_solutions .section_support .col2 .body {
    margin-top: 32px;
  }

  .ITC-page_solutions .section_support .col2 .body .title {
    font-size: 1.6923076923rem;
    line-height: 1.7272727273;
    letter-spacing: 0;
    text-indent: 0;
    margin-top: 0;
  }

  .ITC-page_solutions .section_support .col2 .body .title::after {
    width: 160px;
    margin-top: 34px;
  }

  .ITC-page_solutions .section_support .col2 .body .text {
    width: 100%;
    margin-top: 36px;
  }

  .ITC-page_solutions .section_support .col2 .body .button {
    margin-top: 0px;
    text-align: center;
  }

  .ITC-page_story #section1 {
    padding: 15px 0 30px;
  }

  .ITC-page_story #section1::after {
    width: 760px;
    height: 190px;
    -webkit-clip-path: url(#clip-path7_sp);
    clip-path: url(#clip-path7_sp);
    background-size: 400% 1385.6406460551%;
  }

  .ITC-page_support #section1 {
    padding: 184px 0 35px;
  }

  .ITC-page_support #section1 .col2 {
    display: block;
  }

  .ITC-page_support #section1 .col2 .left .title {
    font-size: 1.6923076923rem;
    line-height: 1.7272727273;
    letter-spacing: 0;
    text-indent: 0;
    margin-top: 0;
  }

  .ITC-page_support #section1 .col2 .left .title::after {
    width: 160px;
    margin-top: 34px;
  }

  .ITC-page_support #section1 .col2 .left .text {
    width: 100%;
    margin-top: 36px;
  }

  .ITC-page_support #section1 .col2 .right {
    margin-top: 65px;
  }

  .ITC-page_support #section1 .col2 .right img {
    width: 100%;
  }

  .ITC-page_support #section1 .items {
    display: block;
    margin-top: 80px;
  }

  .ITC-page_support #section1 .items img {
    margin-bottom: 45px;
  }

  .ITC-page_support #section2 {
    padding: 35px 0 145px;
  }

  .ITC-page_support #section2::after {
    width: 760px;
    height: 190px;
    -webkit-clip-path: url(#clip-path4_sp);
    clip-path: url(#clip-path4_sp);
    background-size: 400% 1385.6406460551%;
  }

  .ITC-page_support #section2 .box {
    display: block;
    padding: 70px 0;
  }

  .ITC-page_support #section2 .box .left {
    display: none;
  }

  .ITC-page_support #section2 .box .right {
    width: 100%;
  }

  .ITC-page_support #section2 .box .right .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .ITC-page_support #section2 .box .right .title .icon {
    display: block;
  }

  .ITC-page_support #section2 .box .right .title .text {
    width: 508px;
    font-size: 1.6923076923rem;
    line-height: 1.6363636364;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
  }

  .ITC-page_support #section2 .box .right > .text {
    margin-top: 45px;
  }

  .ITC-page_support #section2 .conclusion {
    font-size: 1rem;
    line-height: 1.7692307692;
    text-align: center;
    margin-top: 65px;
    font-weight: bold;
  }

  .ITC-page_support #section2 .logo {
    margin-top: 50px;
  }

  #ITC-hero {
    min-width: auto;
  }

  #ITC-hero .bg_video {
    height: calc(100vh - 150px);
    min-height: 1100px;
    max-height: 1400px;
  }

  #ITC-hero .scroll {
    bottom: 5%;
    width: 20px;
  }

  #ITC-hero .scroll .image img {
    width: 17.8px;
  }

  #ITC-hero .scroll .bar {
    width: 2px;
    height: 110px;
    margin-top: 25px;
  }

  #ITC-hero .scroll .bar::after {
    width: 10px;
    height: 10px;
  }

  .ITC-page_top #section1 {
    height: 1226px;
    padding: 108px 0 45px;
  }

  .ITC-page_top #section1::after {
    width: 760px;
    height: 380px;
    -webkit-clip-path: url(#clip-path1_pc);
    clip-path: url(#clip-path1_pc);
    background-size: 400% 692.8203230276%;
  }

  .ITC-page_top #section1 .slider_wrap {
    top: 275px;
    width: 100%;
  }

  .ITC-page_top #section1 .slider .item {
    width: 600px;
    height: 700px;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
  }

  .ITC-page_top #section1 .slider .item.swiper-slide-active {
    opacity: 1;
    pointer-events: auto;
  }

  .ITC-page_top #section1 .slider .item.swiper-slide-prev,
  .ITC-page_top #section1 .slider .item.swiper-slide-next {
    opacity: 0.8;
  }

  .ITC-page_top #section1 .slider .item .image_a {
    width: 600px;
    height: 500px;
  }

  .ITC-page_top #section1 .slider .item .image_b {
    width: 540px;
    height: 360px;
  }

  .ITC-page_top #section1 .button-prev,
  .ITC-page_top #section1 .button-next {
    position: absolute;
    display: grid;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }

  .ITC-page_top #section1 .button-prev {
    left: 31px;
  }

  .ITC-page_top #section1 .button-next {
    right: 31px;
  }

  .ITC-page_top #section1 .button {
    bottom: 44px;
  }

  .ITC-page_top #section2 {
    overflow: hidden;
    background-color: #F4F4F4;
  }

  .ITC-page_top #section2::before {
    top: 246px;
    right: -23px;
    width: 290.11px;
    height: 343.2px;
    background-size: 290.11px;
    z-index: 1;
  }

  .ITC-page_top #section2 .col2 {
    display: block;
  }

  .ITC-page_top #section2 .image {
    position: relative;
    width: 100%;
    height: 448px;
    z-index: -1;
  }

  .ITC-page_top #section2 .body {
    width: 680px;
    margin: -87px auto 0;
    background-color: white;
  }

  .ITC-page_top #section2 .body .inner {
    width: 100%;
    margin: auto;
    padding: 93px 77.5px 42px;
  }

  .ITC-page_top #section2 .body .title {
    margin: auto;
  }

  .ITC-page_top #section2 .body .logo {
    margin-top: 65px;
  }

  .ITC-page_top #section2 .body .logo img {
    width: 263.68px;
  }

  .ITC-page_top #section2 .body .text {
    margin-top: 83px;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-page_top #section2 .body .button {
    margin-top: 25px;
  }

  .ITC-page_top #section3 {
    padding: 110px 0 20px;
    background: #F4F4F4;
  }

  .ITC-page_top #section3::before,
  .ITC-page_top #section3::after {
    width: 768px;
  }

  .ITC-page_top #section3::before {
    background-image: url(../img_c/page_top/bg02_1_sp.svg);
  }

  .ITC-page_top #section3::after {
    background-image: url(../img_c/page_top/bg02_2_sp.svg);
  }

  .ITC-page_top #section3 .section_lead {
    width: 100%;
    font-size: 1rem;
    line-height: 1.7692307692;
    margin-top: 44px;
  }

  .ITC-page_top #section3 .box_wrap {
    margin-top: 120px;
  }

  .ITC-page_top #section4 {
    padding: 73px 0 53px;
  }

  .ITC-page_top #section4 .col2 {
    display: block;
    width: 100%;
  }

  .ITC-page_top #section4 .col2 .right {
    width: 100%;
    margin-top: 3px;
  }

  .ITC-page_top #section4 .title {
    margin: auto;
  }

  .ITC-page_top #section4 .button {
    margin-top: 10px;
  }

  .ITC-page_top #section5 {
    max-height: initial;
    height: auto;
  }

  .ITC-page_top #section5 .col2 {
    display: block;
    height: auto;
    padding: 0 40px;
  }

  .ITC-page_top #section5 .link_box {
    width: 100%;
    height: 425px;
    margin-bottom: 50px;
  }

  .ITC-solution .section_lead .lead_type1 {
    padding: 52px 40px;
  }

  .ITC-solution .section_lead .lead_type1 .title1 {
    font-size: 1.3846153846rem;
    line-height: 1.6666666667;
  }

  .ITC-solution .section_lead .lead_type1 .title2 {
    padding-bottom: 30px;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-solution .section_lead .lead_type1 .title2::after {
    content: none;
  }

  .ITC-solution .section_lead .lead_type1 .button {
    margin-top: -9px;
  }

  .ITC-solution .section_lead .lead_type2 {
    padding: 40px 40px 65px;
  }

  .ITC-solution .section_lead .lead_type2::after {
    transform: scale(1, 1.3) translateX(-50%) rotate(45deg);
    bottom: -19px;
    width: 50px;
    height: 50px;
  }

  .ITC-solution .section_lead .lead_type2 .list_box {
    width: 100%;
    margin: 50px auto 0;
  }

  .ITC-solution .section_lead .lead_type2 .list_box .narrow_sp {
    letter-spacing: -0.5px;
  }

  .ITC-solution .section_lead .lead_type2 .lead_table1 td {
    font-size: 1.3846153846rem;
    line-height: 1.5555555556;
  }

  .ITC-solution .section_intro {
    padding: 160px 0 80px;
  }

  .ITC-solution .section_intro::before {
    width: 760px;
    height: 190px;
    -webkit-clip-path: url(#clip-path5_sp);
    clip-path: url(#clip-path5_sp);
    background-size: 400% 1385.6406460551%;
  }

  .ITC-solution .section_intro .intro_title1 {
    padding-bottom: 40px;
    font-size: 1.3846153846rem;
    line-height: 1.7777777778;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
  }

  .ITC-solution .section_intro .intro_title1 .smaller {
    font-size: 1rem;
    line-height: 1.7692307692;
    letter-spacing: -0.05em;
    text-indent: -0.05em;
  }

  .ITC-solution .section_intro .intro_title1 .subhead {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-solution .section_intro .intro_title2 {
    font-size: 1.3846153846rem;
    line-height: 1.7777777778;
  }

  .ITC-solution .section_intro .intro_title3 {
    font-size: 1.2692307692rem;
    line-height: 2.1818181818;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
  }

  .ITC-solution .section_intro .intro_text2 {
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-solution .section_intro .iframe iframe {
    width: 680px;
    height: 382.5px;
  }

  .ITC-solution .section_intro .intro_image_text_box1 {
    display: block;
    width: 100%;
    margin: 55px auto;
    padding: 50px 50px;
  }

  .ITC-solution .section_intro .intro_image_text_box1 .image {
    width: 100%;
    height: 300px;
  }

  .ITC-solution .section_intro .intro_image_text_box1 .text {
    width: 100%;
    margin-top: 30px;
  }

  .ITC-solution .section_intro .intro_image_text_box1 .box {
    width: 100%;
    padding: 38px 0 57px;
    margin-top: 49px;
  }

  .ITC-solution .section_intro .intro_image_text_box1 .box .box_title1 {
    font-size: 1.3846153846rem;
    line-height: 1.5;
    padding-bottom: 25px;
  }

  .ITC-solution .section_intro .intro_image_text_box1 .box .box_list {
    margin: 14px auto 0;
    padding-left: 1.3em;
  }

  .ITC-solution .section_intro .intro_image_text_box1 .box .box_list li {
    padding-left: 0.6em;
    margin-bottom: 1.7em;
  }

  .ITC-solution .section_intro .intro_image_text_box1 .box .box_list li::marker,
  .ITC-solution .section_intro .intro_image_text_box1 .box .box_list li .box_title2 {
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-solution .section_intro .intro_image_text_box1 .box .box_list li .box_text {
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-solution .section_intro .intro_image_text_box2 {
    flex-direction: column;
    justify-content: flex-start;
    width: 680px;
    min-height: 1000px;
    margin: 0 auto 50px;
    padding: 50px 50px 60px;
  }

  .ITC-solution .section_intro .intro_image_text_box2 .image {
    order: 1;
    width: 100%;
    height: 350px;
  }

  .ITC-solution .section_intro .intro_image_text_box2 .body {
    order: 2;
    width: 100%;
    margin-top: 52px;
    flex-grow: 1;
  }

  .ITC-solution .section_intro .intro_image_text_box2 .body .title .subhead {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    word-break: normal;
    font-size: 1rem;
    line-height: 1.1923076923;
  }

  .ITC-solution .section_intro .intro_image_text_box2 .body .title .main {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    word-break: normal;
    font-size: 1.3846153846rem;
    line-height: 1.5555555556;
  }

  .ITC-solution .section_intro .intro_image_text_box2 .body .text {
    margin-top: 20px;
  }

  .ITC-solution .section_intro .intro_image_text_box2 .body .button {
    text-align: center;
    margin-top: 30px;
  }

  .ITC-solution .section_point {
    padding: 0;
  }

  .ITC-solution .section_point .block {
    margin: 120px auto;
  }

  .ITC-solution .section_point .block.-wide_margin {
    margin: 120px auto;
  }

  .ITC-solution .section_point .block .block_narrow_inner {
    width: 580px;
  }

  .ITC-solution .section_point .block .block_narrow_inner_sp {
    width: 580px;
    margin: auto;
  }

  .ITC-solution .section_point .block_lead1 {
    font-size: 1rem;
    line-height: 1.7692307692;
    text-align: justify;
  }

  .ITC-solution .section_point .col2,
  .ITC-solution .section_point .col3,
  .ITC-solution .section_point .col4 {
    display: block;
  }

  .ITC-solution .section_point .col2_block1 {
    width: 100%;
  }

  .ITC-solution .section_point .col2_item_image1 {
    width: 100%;
    margin: 0 auto 40px;
  }

  .ITC-solution .section_point .col2_item_image2 {
    width: 100%;
    height: 300px;
    margin: auto;
  }

  .ITC-solution .section_point .col2_item_image3 {
    width: 100%;
    height: 300px;
    margin: auto;
  }

  .ITC-solution .section_point .col2_item_50per,
  .ITC-solution .section_point .col2_item_500,
  .ITC-solution .section_point .col2_item_510,
  .ITC-solution .section_point .col2_item_530,
  .ITC-solution .section_point .col2_item_550,
  .ITC-solution .section_point .col2_item_430,
  .ITC-solution .section_point .col3_item_330,
  .ITC-solution .section_point .col4_item_220 {
    width: 100%;
    margin: auto;
  }

  .ITC-solution .section_point .col2_item_50per .text,
  .ITC-solution .section_point .col2_item_500 .text,
  .ITC-solution .section_point .col2_item_510 .text,
  .ITC-solution .section_point .col2_item_530 .text,
  .ITC-solution .section_point .col2_item_550 .text,
  .ITC-solution .section_point .col2_item_430 .text,
  .ITC-solution .section_point .col3_item_330 .text,
  .ITC-solution .section_point .col4_item_220 .text {
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-solution .section_point .col2_item_50per .caption,
  .ITC-solution .section_point .col2_item_500 .caption,
  .ITC-solution .section_point .col2_item_510 .caption,
  .ITC-solution .section_point .col2_item_530 .caption,
  .ITC-solution .section_point .col2_item_550 .caption,
  .ITC-solution .section_point .col2_item_430 .caption,
  .ITC-solution .section_point .col3_item_330 .caption,
  .ITC-solution .section_point .col4_item_220 .caption {
    font-size: 0.8461538462rem;
    line-height: 1.5;
  }

  .ITC-solution .section_point .col3_item_image_text_box1 {
    width: 580px;
    margin: 0 auto 80px;
  }

  .ITC-solution .section_point .col3_item_image_text_box1 .image {
    width: 415px;
    height: 300px;
    margin: 0 auto 0;
  }

  .ITC-solution .section_point .col3_item_image_text_box1 .title {
    padding: 13px 0;
    font-size: 1.3846153846rem;
    line-height: 1.2777777778;
    letter-spacing: 0;
    text-indent: 0;
  }

  .ITC-solution .section_point .col3_item_image_text_box1 .text {
    font-size: 1rem;
    line-height: 1.7692307692;
    margin-top: 10px;
  }

  .ITC-solution .section_point .col2_item_image_text_box1 {
    width: 580px;
    margin: 0 auto 80px;
  }

  .ITC-solution .section_point .col2_item_image_text_box1 .image {
    margin: 0 auto 0;
  }

  .ITC-solution .section_point .col2_item_image_text_box1 .title {
    padding: 13px 0;
    font-size: 1.3846153846rem;
    line-height: 1.2777777778;
    letter-spacing: 0;
    text-indent: 0;
  }

  .ITC-solution .section_point .col2_item_image_text_box1 .text {
    font-size: 1rem;
    line-height: 1.7692307692;
    margin-top: 10px;
  }

  .ITC-solution .section_point .image_box.-image01 {
    padding: 30px 30px;
  }

  .ITC-solution .section_point .image_box.-image01 img {
    width: 580px;
  }

  .ITC-solution .section_point .image_box.-image02 {
    padding: 40px 0 25px;
  }

  .ITC-solution .section_point .image_box.-image02 a img {
    width: 580px;
  }

  .ITC-solution .section_point .image_box.-image02 .zoom {
    width: 580px;
    margin-top: 10px;
  }

  .ITC-solution .section_point .image_box.-image02 .zoom img {
    width: 300px;
  }

  .ITC-solution .section_point .image_text_box1 {
    width: 580px;
  }

  .ITC-solution .section_point .image_text_box1 .item {
    display: block;
    margin-bottom: 60px;
  }

  .ITC-solution .section_point .image_text_box1 .image {
    width: 100%;
  }

  .ITC-solution .section_point .image_text_box1 .body {
    width: 100%;
    margin-top: 32px;
  }

  .ITC-solution .section_point .image_text_box1 .body .text {
    font-size: 1rem;
    line-height: 1.7692307692;
    margin-top: 10px;
  }

  .ITC-solution .section_point .single_image1 {
    width: 100%;
  }

  .ITC-solution .section_point .single_image1 img {
    width: 100%;
  }

  .ITC-solution .section_point .point_title1 {
    font-size: 1.3846153846rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-indent: 0;
  }

  .ITC-solution .section_point .point_text1 {
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-solution .section_point .point_text2 {
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-solution .section_point .point_text2.-justify_sp {
    text-align: justify;
  }

  .ITC-solution .section_point .point_link_box1 {
    margin: 0 -13px;
  }

  .ITC-solution .section_point .point_link_box1 .item {
    margin: 0 12px 24px;
  }

  .ITC-solution .section_banner1 {
    padding: 42px 0;
    font-size: 1.3846153846rem;
    line-height: 1.7777777778;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
    text-align: justify;
  }

  .ITC-solution .section_link {
    padding: 90px 0;
  }

  .ITC-solution .section_link .link_title .text {
    font-size: 1.3846153846rem;
    line-height: 1.7777777778;
  }

  .ITC-solution .section_link .link_box {
    margin-top: 40px;
    margin-bottom: 60px;
    height: 500px;
  }

  .ITC-solution .section_link .link_box .button {
    bottom: 72px;
  }

  .ITC-solution .section_link .link_text {
    font-size: 1.2692307692rem;
    line-height: 1.696969697;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
  }

  .ITC-solution .section_link .link_button {
    margin-top: 12px;
  }

  .ITC-solution .txt_type1 {
    font-size: 1.2692307692rem;
    line-height: 1.4545454545;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
    text-align: left;
  }

  .ITC-solution .txt_type2 {
    font-size: 1.6153846154rem;
    line-height: 1.3333333333;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
  }

  .ITC-solution .txt_type3 {
    font-size: 1.2692307692rem;
    line-height: 2.1212121212;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
  }

  .ITC-story .page_lead {
    min-width: auto;
    padding-bottom: 100px;
  }

  .ITC-story .page_lead .lead_logo {
    display: block;
    height: auto;
  }

  .ITC-story .page_lead .lead_logo img {
    width: 100%;
  }

  .ITC-story .page_lead .lead_text {
    padding: 54px 40px 244px;
  }

  .ITC-story .page_lead .lead_text .text {
    width: 100%;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-story .page_lead .lead_image {
    width: 680px;
    height: 380px;
    margin: -190px auto 0;
  }

  .ITC-story .page_lead .lead_image::before {
    top: 412px;
    left: 476px;
    width: 363px;
    height: 429px;
    background-image: url(../img_c/page_story/bg02_pc.svg);
    transform: rotate(-12.5deg);
  }

  .ITC-story .page_lead .lead_cross {
    display: block;
    margin-top: 54px;
  }

  .ITC-story .page_lead .lead_cross .left,
  .ITC-story .page_lead .lead_cross .right {
    width: 100%;
  }

  .ITC-story .page_lead .lead_cross .left .inner,
  .ITC-story .page_lead .lead_cross .right .inner {
    width: 100%;
    text-align: center;
  }

  .ITC-story .page_lead .lead_cross .image {
    width: 100%;
    margin: 28px 0;
  }

  .ITC-story .page_lead .lead_cross .image img {
    width: 40px;
  }

  .ITC-story .section_type1 {
    padding: 50px 0 50px;
  }

  .ITC-story .section_type1.-border {
    padding-top: 0;
  }

  .ITC-story .section_type1.-border .inner::before {
    content: none;
  }

  .ITC-story .section_type1.-gray_left,
  .ITC-story .section_type1.-gray_right {
    padding-bottom: 0;
  }

  .ITC-story .section_type1.-gray_left::before,
  .ITC-story .section_type1.-gray_right::before {
    content: none;
  }

  .ITC-story .section_title1 {
    position: relative;
    padding: 90px 0 45px;
    font-size: 1.6923076923rem;
    line-height: 1.5909090909;
    letter-spacing: 0;
    text-indent: 0;
    z-index: 1;
  }

  .ITC-story .section_title1::before {
    content: "";
    position: absolute;
    top: 60px;
    left: -40px;
    display: block;
    width: 317px;
    height: 1px;
    background-color: #004181;
  }

  .ITC-story .section_title1::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    display: block;
    width: 500px;
    height: 100%;
    background-color: #F4F4F4;
    z-index: -1;
  }

  .ITC-story .block {
    margin-top: 50px;
  }

  .ITC-story .block.-col2 {
    display: block;
  }

  .ITC-story .block.-col2 .right {
    margin-top: 50px;
  }

  .ITC-story .block .image {
    width: 580px;
    height: 360px;
    margin: auto;
  }

  .ITC-story .block .image.-left {
    margin-right: auto;
  }

  .ITC-story .block .image.-right {
    margin-left: auto;
    margin-top: 50px;
  }

  .ITC-story .block .image.-vertical {
    width: 580px;
    height: 360px;
  }

  .ITC-story .block .image.-vertical.-left {
    margin-right: auto;
  }

  .ITC-story .block .image.-vertical.-right {
    margin-left: auto;
  }

  .ITC-story .block .image.-large {
    height: 420px;
  }

  .ITC-story .block .block_title {
    font-size: 1rem;
    line-height: 1.7692307692;
    padding-bottom: 28px;
  }

  .ITC-story .block .block_title::after {
    width: 100px;
  }

  .ITC-story .block .text {
    font-size: 1rem;
    line-height: 1.7692307692;
    margin-top: 1em;
  }

  .ITC-story .section_lead {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .ITC-story .section_lead .box {
    width: 100%;
    padding: 55px 40px;
  }

  .ITC-story .section_lead .box::after {
    content: none;
  }

  .ITC-story .section_lead .box .text {
    width: 100%;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-story .section_lead + .section_type1 {
    padding-top: 0;
  }

  .ITC-story .section_bg1 {
    display: none;
  }

  .ITC-story .section_box {
    padding: 70px 0 120px;
  }

  .ITC-story .section_box .box {
    padding: 70px 50px 20px;
  }

  .ITC-story .section_box .box .title {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 50px;
    padding-bottom: 30px;
  }

  .ITC-story .section_box .box .title::after {
    width: 100px;
  }

  .ITC-story .section_box .box .col2 {
    display: block;
    margin-top: 30px;
  }

  .ITC-story .section_box .box .col2 .text {
    width: 100%;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITC-story .section_box .box .col2 .image {
    width: 100%;
    margin-top: 55px;
  }

  .ITC-story .section_box .box .col2 .image .caption {
    font-size: 0.8461538462rem;
    line-height: 2.0909090909;
    margin-top: 4px;
  }

  .ITC-story .section_box .box .button {
    margin-top: 13px;
  }
}

@media (max-width: 767.998px) and (max-width: 767.998px) {
  .ITC-button2.-small_sp [class^=icon-] {
    font-size: 0.6538461538rem;
  }
}