@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;
}

/*
 * 定数
 */

/*
 * function, mixin
 */

/*
 * 　ページ共通
 */

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

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #00426E;
  background-color: white;
  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: #20BEF8;
}

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;
}

.-display_none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-pb6em {
  padding-bottom: 6em !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%;
}

.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-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;
}

.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;
}

.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 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 280px;
  border: 1px solid #004181;
  margin-top: 38px;
}

.ITC-footer_contact .box .tel {
  display: inline-block;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-weight: bold;
  color: #004181;
}

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

.ITC-footer_contact .box .buttons {
  display: flex;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 6px;
}

.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: 750px;
}

.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 .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;
}

.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;
}

.ITR-page_career #section1 {
  padding: 140px 0 10px;
}

.ITR-page_career .link_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 42px -12.5px -60px -12.5px;
}

.ITR-page_career .link_box .item {
  width: 330px;
  margin: 0 12.5px 60px 12.5px;
}

.ITR-page_career .link_box .item .image {
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
}

.ITR-page_career .link_box .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITR-page_career .link_box .item .button {
  margin-top: 12px;
}

.ITR-page_career .link_box .item .button a {
  min-width: 300px;
}

.ITR-page_career .ITR-table_career_wrap table {
  margin-top: 35px;
}

.ITR-page_career .section_button {
  text-align: center;
  margin-top: 60px;
}

.ITR-page_career #section2,
.ITR-page_career #section3,
.ITR-page_career #section4 {
  padding: 140px 0 0px;
}

.ITR-page_data #section1 {
  padding-bottom: 130px;
}

.ITR-page_data .basic_wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 1310px;
  margin-top: 70px;
}

.ITR-page_data .basic_wrap .item {
  background-color: #F4F4F4;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 20px 20px 0;
}

.ITR-page_data .work_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}

.ITR-page_data .work_wrap .item {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.ITR-page_data .work_link_box {
  position: relative;
  width: 1100px;
  height: 280px;
  margin: auto;
  background: url(../img_r/data/work_link_pc.jpg) no-repeat center;
  background-size: cover;
  border-radius: 10px;
}

.ITR-page_data .work_link_box .inner {
  position: absolute;
  top: 47px;
  left: 58px;
}

.ITR-page_data .work_link_box .title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
}

.ITR-page_data .work_link_box .text {
  font-size: 1rem;
  line-height: 1.875;
  width: 463px;
  margin-top: 12px;
}

.ITR-page_data #section3 {
  padding-bottom: 0;
}

.ITR-page_data .survey_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}

.ITR-page_data .survey_wrap .item {
  background: linear-gradient(134deg, #F5FBFF 8%, #D5EEFF 100%);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.ITR-page_data .survey_wrap .item.-bg2 {
  background: linear-gradient(134deg, #D5EEFF 0%, #F5FBFF 92%);
}

.ITR-page_entry #section1 {
  padding-bottom: 0;
}

.ITR-page_env #section1 {
  padding: 100px 0 0;
}

.ITR-page_env .link_box {
  margin-top: 90px;
}

.ITR-page_env .section_lead {
  margin: 35px 0;
}

.ITR-page_env #section2 {
  padding: 45px 0 40px;
}

.ITR-page_env #section2 .section_lead {
  margin-bottom: 55px;
}

.ITR-page_env .tag1 {
  width: 1040px;
  margin: 0 auto 55px;
  padding: 13px 0 0 0;
  background: url(../img_r/env/tag1_pc.svg) no-repeat top center;
  background-size: contain;
}

.ITR-page_env .tag1 .tag_title {
  margin: auto 50px;
  font-size: 1.75rem;
  line-height: 2;
  font-weight: bold;
}

.ITR-page_env .tag1 .tag_lead {
  width: 940px;
  margin: 10px auto 0;
  padding: 13px 24px;
  font-size: 1rem;
  line-height: 1.875;
  background-color: white;
  border-radius: 10px 10px 0 0;
}

.ITR-page_env .tag1 .body {
  padding: 36px 50px;
  background-color: #D5EEFF;
  border-radius: 10px;
}

.ITR-page_env .tag1 .block {
  margin-bottom: 30px;
}

.ITR-page_env .tag1 .block:last-of-type {
  margin-bottom: auto;
}

.ITR-page_env .tag1 .title {
  display: inline-block;
  min-width: 210px;
  padding: 4px 10px 5px 10px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: #00426E;
  border-radius: 100px;
  margin-bottom: 20px;
}

.ITR-page_env .tag1 .title:last-child {
  margin-bottom: auto;
}

.ITR-page_env .tag1 .notice {
  margin-left: 6px;
}

.ITR-page_env .tag1 .text {
  font-weight: bold;
  margin-top: -10px;
}

.ITR-page_env #section3 {
  padding: 100px 0 90px;
}

.ITR-page_env #section3 .dev_image {
  display: block;
  width: 100%;
}

.ITR-page_env #section3 .dev_image img {
  width: 100%;
}

.ITR-page_env #section3 .dev_notice {
  margin: 11px auto;
}

.ITR-page_env #section3 .block {
  width: 1040px;
  margin: 0 auto 90px;
}

.ITR-page_env #section3 .block:last-of-type {
  margin-bottom: auto;
}

.ITR-page_env #section3 .block_title {
  font-size: 1.75rem;
  line-height: 2;
  font-weight: bold;
}

.ITR-page_env #section3 .block_title .year {
  display: inline-block;
  padding: 6px 14px 7px 14px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  color: white;
  background-color: #00426E;
  margin-left: 7px;
  vertical-align: 4px;
}

.ITR-page_env #section3 .block_text {
  margin: 17px auto;
}

.ITR-page_env #section3 .todo_image {
  margin-top: 120px;
}

.ITR-page_env .tag2_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.ITR-page_env .tag2_wrap .tag2 {
  width: 240px;
  padding: 35px 0 0 0;
  background: url(../img_r/env/tag2.svg) no-repeat top center;
  background-size: contain;
}

.ITR-page_env .tag2_wrap .tag2 .title {
  width: 200px;
  margin: auto;
  padding: 12px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  background-color: white;
  border-radius: 5px 5px 0 0;
}

.ITR-page_env .tag2_wrap .tag2 .body {
  height: calc(100% - 48px);
  min-height: 195px;
  padding: 26px 32px 21px;
  background-color: #D5EEFF;
  border-radius: 12px;
}

.ITR-page_env #section4 {
  padding: 100px 0 90px;
}

.ITR-page_env .tag3_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1040px;
  margin: 42px auto 55px;
}

.ITR-page_env .tag3_wrap .tag3 {
  width: 505px;
  padding: 35px 0 0 0;
  background: url(../img_r/env/tag3.svg) no-repeat top center;
  background-size: contain;
  margin-bottom: 32px;
}

.ITR-page_env .tag3_wrap .tag3 .title {
  width: 400px;
  margin: auto;
  padding: 12px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  background-color: white;
  border-radius: 5px 5px 0 0;
}

.ITR-page_env .tag3_wrap .tag3 .body {
  height: calc(100% - 48px);
  min-height: 308px;
  padding: 37px 50px;
  background-color: #D5EEFF;
  border-radius: 20px;
}

.ITR-page_env #section5 {
  padding: 90px 0 50px;
}

.ITR-page_env #section5 .section_title {
  text-align: center;
  font-weight: bold;
}

.ITR-page_env #section5 .section_title .en {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 3.75rem;
  line-height: 1.2166666667;
}

.ITR-page_env #section5 .section_title .jp {
  font-size: 1.75rem;
  line-height: 2;
}

.ITR-page_env #section5 .section_lead {
  margin: 26px auto 66px;
  text-align: center;
}

.ITR-page_env #section5 .pagination {
  text-align: center;
}

.ITR-page_env #section5 .pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background-color: transparent;
  border: 1px solid #00426E;
  opacity: 1;
}

.ITR-page_env #section5 .pagination .swiper-pagination-bullet-active {
  background-color: #00426E;
}

.ITR-page_env #section5 .slider {
  width: 100%;
  margin-top: 80px;
}

.ITR-page_env #section5 .slider .item {
  width: 700px;
}

.ITR-page_env #section5 .slider .item .image {
  height: 500px;
}

.ITR-page_env #section5 .slider .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITR-page_env #section5 .slider .item .body {
  width: 640px;
  margin: auto;
  margin-top: 28px;
}

.ITR-page_env #section5 .slider .item .title {
  font-weight: bold;
}

.ITR-page_env #section5 .slider .item .text {
  margin-top: 4px;
}

.ITR-page_interview {
  margin-top: -210px;
}

.ITR-page_interview #section1 {
  padding: 225px 0 60px;
}

.ITR-page_interview #section2 {
  padding: 115px 0 185px;
}

.ITR-page_interview #section3 {
  padding: 70px 0 130px;
}

.ITR-page_interview #section4 {
  padding: 0;
  margin-bottom: -520px;
}

.ITR-page_interview .ITR-content_title3 {
  margin-bottom: 32px;
}

.ITR-page_interview .section_lead .title {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: bold;
}

.ITR-page_interview .section_lead .title::before {
  content: "";
  display: inline-block;
  width: 56.787px;
  height: 14.434px;
  background: url(../img_r/content_title1_pc.svg) no-repeat center;
  background-size: contain;
  vertical-align: -2px;
  margin-right: 2px;
}

.ITR-page_interview .section_lead .text {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: bold;
  margin-top: 13px;
}

.ITR-page_interview .block {
  margin: 95px auto;
}

.ITR-page_interview .work_box_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 192px -12.5px -170px;
}

.ITR-page_interview .work_box_wrap .item {
  position: relative;
  width: 350px;
  margin: 0 12.5px 170px 12.5px;
  padding: 126px 45px 64px;
  background-color: white;
  border-radius: 0 0 20px 20px;
}

.ITR-page_interview .work_box_wrap .image {
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 180px;
}

.ITR-page_interview .work_box_wrap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 1000px;
}

.ITR-page_interview .work_box_wrap .title {
  font-size: 1.75rem;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}

.ITR-page_interview .work_box_wrap .text {
  margin-top: 34px;
}

.ITR-page_interview .message {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ITR-page_interview .message .section_title {
  z-index: 1;
}

.ITR-page_interview .message .message_text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 700px;
  padding: 120px;
}

.ITR-page_interview .message .message_text .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
  background: linear-gradient(217deg, rgba(255, 249, 100, 0.5529411765) 25%, #D5EEFF 67%);
}

.ITR-page_interview .message .message_text .text {
  position: relative;
  width: 460px;
  font-size: 1.3125rem;
  line-height: 1.7619047619;
  font-weight: bold;
}

.ITR-page_interview .motto {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -15px;
}

.ITR-page_interview .motto .text_image {
  order: 2;
  position: relative;
  width: 50%;
  z-index: 1;
}

.ITR-page_interview .motto .text_image img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 700px;
}

.ITR-page_interview .motto .image {
  order: 1;
  width: 960px;
  height: 543px;
  margin-left: calc(50% - 960px);
  border-radius: 0 1000px 1000px 0;
  overflow: hidden;
}

.ITR-page_interview .motto .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITR-page_message #section1 {
  text-align: center;
  padding-bottom: 210px;
}

.ITR-page_message #section1 .part1 .title {
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1.475;
  font-weight: bold;
  z-index: 1;
}

.ITR-page_message #section1 .part1 .title::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -50px;
  width: 98px;
  height: 98px;
  background: url(../img_r/content_title3.svg) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.ITR-page_message #section1 .part1 .text {
  margin-top: 70px;
  text-align: center;
}

.ITR-page_message #section1 .part2,
.ITR-page_message #section1 .part3 {
  font-weight: bold;
  margin-top: 146px;
}

.ITR-page_message #section1 .part2 .title .text,
.ITR-page_message #section1 .part3 .title .text {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 3.75rem;
  line-height: 1.2166666667;
}

.ITR-page_message #section1 .part2 .title .subhead,
.ITR-page_message #section1 .part3 .title .subhead {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 10px;
}

.ITR-page_message #section1 .part2 > .text,
.ITR-page_message #section1 .part3 > .text {
  font-size: 1.75rem;
  line-height: 1.4642857143;
  margin-top: 30px;
}

.ITR-page_message #section1 .closing {
  margin-top: 100px;
}

.ITR-page_message #section2 {
  text-align: center;
  padding: 173px 0 120px;
}

.ITR-page_message #section2 .section_title {
  font-weight: bold;
}

.ITR-page_message #section2 .section_title .text {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 3.75rem;
  line-height: 1.2166666667;
}

.ITR-page_message #section2 .section_title .subhead {
  font-size: 1.75rem;
  line-height: 1.4642857143;
  margin-top: 24px;
}

.ITR-page_message #section2 .item_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 145px;
}

.ITR-page_message #section2 .item_wrap .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 465px;
  margin-bottom: 105px;
}

.ITR-page_message #section2 .item_wrap .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  color: white;
  border-radius: 100%;
  background: linear-gradient(314deg, #0052C2 5%, #20BEF8 90%);
}

.ITR-page_message #section2 .item_wrap .text {
  margin-top: 48px;
}

.ITR-page_message #section2 .closing {
  position: relative;
  top: 30px;
  width: 676px;
  margin: 30px auto 0;
  font-weight: bold;
}

.ITR-page_news_single #ITR-news_single_section {
  padding-bottom: 0;
}

.ITR-page_news_single .ITR-news_single_header {
  border-bottom: 1px solid #B9B9B9;
  padding: 18px 0 28px;
}

.ITR-page_news_single .ITR-news_single_date {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: bold;
}

.ITR-page_news_single .ITR-news_single_title {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 6px;
}

.ITR-page_news_single .ITR-news_single_body {
  margin-top: 43px;
}

.ITR-page_news_single .ITR-news_single_button {
  text-align: center;
  margin-top: 163px;
}

.ITR-page_news #section1 {
  padding-bottom: 0;
}

.ITR-page_people #section1 {
  padding-bottom: 320px;
  overflow: hidden;
}

.ITR-page_people .block {
  margin-top: 120px;
}

.ITR-page_people .block:first-child {
  margin-top: 0;
}

.ITR-page_people .lead {
  padding: 0 20px;
  margin-top: 70px;
}

.ITR-page_people .people_box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 80px -30px auto;
}

.ITR-page_people .people_box_wrap .item {
  transition: 0.3s;
  margin-bottom: 54px;
}

.ITR-page_people .notice {
  text-align: right;
  margin-top: 80px;
}

.ITR-page_recruit #section1 {
  padding: 140px 0 0;
}

.ITR-page_recruit .info_box {
  position: relative;
  width: 100%;
  padding: 36px;
  background: linear-gradient(262deg, #20BEF8 5%, #0052C2 52%, #20BEF8 90%);
  border-radius: 40px;
  text-align: center;
  z-index: 1;
}

.ITR-page_recruit .info_box::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: white;
  border-radius: 37px;
  z-index: -1;
}

.ITR-page_recruit .info_box .title {
  font-size: 1.75rem;
  line-height: 2;
  font-weight: bold;
}

.ITR-page_recruit .info_box .text {
  text-align: center;
  margin-top: 28px;
}

.ITR-page_recruit .info_box .button {
  margin-top: 24px;
  margin-bottom: -21px;
}

.ITR-page_recruit .link_box {
  margin-top: 82px;
}

.ITR-page_recruit #section2 {
  padding: 65px 0 20px;
}

.ITR-page_recruit #section2 table {
  margin-top: 36px;
}

.ITR-page_recruit #section3 {
  padding: 140px 0 10px;
}

.ITR-page_recruit #section3 .text {
  margin-top: 45px;
}

.ITR-page_recruit #section4 {
  padding: 140px 0 10px;
}

.ITR-page_recruit #section4 table {
  margin-top: 30px;
}

.ITR-page_top #hero {
  position: relative;
  width: 100%;
  min-width: 1100px;
  overflow: hidden;
}

.ITR-page_top #hero > .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ITR-page_top #hero .bg_video {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.ITR-page_top #hero .bg_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITR-page_top #hero .slider {
  position: absolute;
  border-radius: 100%;
  overflow: hidden;
  opacity: 0;
}

.ITR-page_top #hero .slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITR-page_top #hero .slider1 {
  top: 15%;
  left: 55%;
}

.ITR-page_top #hero .slider2 {
  top: 61.6%;
  left: 34.6%;
}

.ITR-page_top #hero .slider3 {
  top: 6%;
  left: 39%;
}

.ITR-page_top #hero .hero_title {
  position: absolute;
  top: 37%;
  left: 8.5%;
  z-index: 1;
}

.ITR-page_top #hero .hero_title svg {
  height: auto;
}

.ITR-page_top #hero .hero_title svg .a {
  fill: url(#a);
  opacity: 0;
}

.ITR-page_top #hero .hero_title svg .b {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 1000px;
  stroke-dashoffset: 1000px;
}

.ITR-page_top #hero .hero_title svg .c {
  fill: white;
  opacity: 0;
}

.ITR-page_top #hero .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0;
}

.ITR-page_top #hero .logo img {
  width: 139px;
}

.ITR-page_top #hero .news {
  position: absolute;
  bottom: 8%;
  right: 0;
  background: linear-gradient(268deg, #20BEF8 0%, #0052C2 52%, #20BEF8 100%);
  border-radius: 100vw 0 0 100vw;
  z-index: 1;
  opacity: 0;
}

.ITR-page_top #hero .news > .inner {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 100vw 0 0 100vw;
  overflow: hidden;
}

.ITR-page_top #hero .news .body {
  width: 100%;
  height: 100%;
}

.ITR-page_top #hero .news .item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: white;
}

.ITR-page_top #hero .news .info {
  display: flex;
  align-items: center;
  width: 32%;
  padding-left: 2.5%;
}

.ITR-page_top #hero .news .info .type {
  width: 44%;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.1904761905;
  font-weight: bold;
  color: #0075C2;
  text-align: center;
}

.ITR-page_top #hero .news .info .date {
  width: 56%;
  line-height: 1.7;
  text-align: center;
}

.ITR-page_top #hero .news .title {
  width: 70%;
  max-height: 100%;
  padding: 0 2%;
  line-height: 1.7;
  font-weight: bold;
  text-align: justify;
  overflow: hidden;
}

.ITR-page_top #hero .news .button_space {
  width: 12%;
  height: 100%;
}

.ITR-page_top #hero .news .button_wrap {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.436%;
  height: 100%;
}

.ITR-page_top #hero .news .button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(139deg, #20BEF8 20%, #0052C2 85%);
  color: white;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
}

.ITR-page_top #section1 {
  position: relative;
  width: 100%;
  min-width: 1100px;
  margin-top: -2.6041666667vw;
  margin-bottom: -11.4583333333vw;
  border-radius: 2.6041666667vw 2.6041666667vw 0 0;
  background-color: white;
  z-index: 1;
}

.ITR-page_top #section1 .bg1 {
  position: absolute;
  top: 13%;
  left: 6%;
  background: url(../img_r/top/title2_bg.svg) no-repeat center;
  background-size: contain;
}

.ITR-page_top #section1 .bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.ITR-page_top #section1 .bg2 img {
  width: 100%;
}

.ITR-page_top #section1 .message {
  position: absolute;
  top: 26.5%;
  left: 13.5%;
}

.ITR-page_top #section1 .message .text {
  line-height: 1.7619047619;
  font-weight: bold;
}

.ITR-page_top #section1 .message .text .line {
  display: inline-block;
  width: 4.3229166667vw;
  height: 0.1041666667vw;
  margin: 0 1.2%;
  vertical-align: 14%;
  background-color: #00426E;
}

.ITR-page_top #section1 .image {
  position: absolute;
  top: 25%;
  right: 0;
  border-radius: 100vw 0 0 100vw;
  overflow: hidden;
}

.ITR-page_top #section1 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITR-page_top #section1 .teamwork {
  position: absolute;
  top: 8.6%;
  left: 51%;
}

.ITR-page_top #section1 .button_wrap {
  position: absolute;
  top: 59%;
  left: 20%;
}

.ITR-page_top #section1 .button_wrap .button {
  position: relative;
  display: block;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  color: white;
  text-align: center;
  padding: 1.1979166667vw 1.5625vw 1.1979166667vw 0;
  background: linear-gradient(107deg, #20BEF8 10%, #0052C2 85%);
  border-radius: 100vw;
  z-index: 1;
}

.ITR-page_top #section1 .button_wrap .button::after,
.ITR-page_top #section1 .button_wrap .button .icon_arrow_right {
  position: absolute;
  top: 50%;
  right: 0.2604166667vw;
  transform: translateY(-50%);
  display: block;
}

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

.ITR-page_top #section1 .button_wrap .button .icon_arrow_right {
  z-index: 3;
}

.ITR-page_top #section1 .button_wrap .button .icon_arrow_right::after {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: normal;
  line-height: 0;
  color: white;
}

.ITR-page_top #section_youtube {
  padding: 0;
  height: 1418px;
  background: url(../img_r/top/bg4_pc.webp) no-repeat;
  background-position: 0 130px;
  margin-bottom: -640px;
}

.ITR-page_top #section_youtube > .inner {
  padding: 0 37px;
}

.ITR-page_top #section_youtube .iframe_wrap {
  text-align: center;
  margin-top: 40px;
}

.ITR-page_top #section_youtube .iframe_wrap iframe {
  width: 860px;
  height: 483.75px;
}

.ITR-page_top #section2 {
  padding: 0;
  z-index: 2;
}

.ITR-page_top #section3 {
  height: 1355px;
  margin-top: -320px;
  background: linear-gradient(10deg, #20BEF8 30%, #0052C2 95%);
  z-index: 1;
  overflow: hidden;
}

.ITR-page_top #section3 > .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img_r/top/bg2_pc.webp) no-repeat center top;
  background-size: cover;
}

.ITR-page_top #section3 .section_title {
  position: absolute;
  top: 308px;
  right: 0;
}

.ITR-page_top #section3 .link_circle {
  position: absolute;
  width: 500px;
  height: 500px;
  background-color: white;
  border-radius: 100%;
  box-shadow: 0px 0px 20px rgba(0, 82, 194, 0.3019607843);
}

.ITR-page_top #section3 .link_circle .img {
  position: absolute;
}

.ITR-page_top #section3 .link_circle .title {
  position: absolute;
  font-weight: bold;
}

.ITR-page_top #section3 .link_circle .title .en {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  line-height: 1.2142857143;
}

.ITR-page_top #section3 .link_circle .title .jp {
  margin-top: 8px;
  font-size: 1.25rem;
  line-height: 1.45;
}

.ITR-page_top #section3 .link_circle .button {
  position: absolute;
  bottom: 13px;
  right: 22px;
}

.ITR-page_top #section3 .link_circle.circle1 {
  top: 329px;
  left: 0;
}

.ITR-page_top #section3 .link_circle.circle1 .img {
  top: 57px;
  left: 62px;
}

.ITR-page_top #section3 .link_circle.circle1 .title {
  top: 379px;
  left: 139px;
}

.ITR-page_top #section3 .link_circle.circle2 {
  top: 624px;
  right: 0;
}

.ITR-page_top #section3 .link_circle.circle2 .img {
  top: 48px;
  left: 98px;
}

.ITR-page_top #section3 .link_circle.circle2 .title {
  top: 346px;
  left: 177px;
}

.ITR-page_top #section4 {
  padding: 250px 0 0;
  background: url(../img_r/top/bg3_pc.svg) no-repeat center top;
}

.ITR-page_top #section4 .two_col_image_left {
  display: flex;
}

.ITR-page_top #section4 .two_col_image_left .body,
.ITR-page_top #section4 .two_col_image_left .image {
  flex-shrink: 0;
}

.ITR-page_top #section4 .two_col_image_left .body {
  order: 2;
  width: 550px;
  padding: 15px 0 0 90px;
}

.ITR-page_top #section4 .two_col_image_left .button {
  margin-top: 20px;
}

.ITR-page_top #section4 .two_col_image_left .image {
  order: 1;
  width: 50%;
  height: 543px;
  border-radius: 0 1000px 1000px 0;
  overflow: hidden;
}

.ITR-page_top #section4 .two_col_image_left .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ITR-page_top #section5 {
  padding: 155px 0 0;
  margin-bottom: -400px;
}

.ITR-page_top #section5 .information {
  display: flex;
  max-width: 1920px;
  min-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.ITR-page_top #section5 .information .left,
.ITR-page_top #section5 .information .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 160px;
  padding: 0 40px 0 60px;
  font-size: 1.25rem;
  line-height: 1.45;
  color: white;
  font-weight: bold;
}

.ITR-page_top #section5 .information .left {
  background-color: #00426E;
  border-radius: 20px 0 0 20px;
}

.ITR-page_top #section5 .information .right {
  background-color: #0075C2;
  border-radius: 0 20px 20px 0;
}

@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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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_contact .box .tel {
    font-size: 3.75rem;
    line-height: 1.3333333333;
  }

  .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;
  }

  .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;
  }

  .ITR-page_career .link_box .item .button {
    text-align: center;
  }

  .ITR-page_data .basic_wrap .-item01 {
    order: 1;
  }

  .ITR-page_data .basic_wrap .-item02 {
    order: 4;
  }

  .ITR-page_data .basic_wrap .-item03 {
    order: 2;
  }

  .ITR-page_data .basic_wrap .-item04 {
    order: 5;
  }

  .ITR-page_data .basic_wrap .-item05 {
    order: 3;
  }

  .ITR-page_data .basic_wrap .-item06 {
    order: 6;
  }

  .ITR-page_people .people_box_wrap .item:hover {
    opacity: 0.9;
  }

  .ITR-page_top #hero {
    height: 58.8541666667vw;
  }

  .ITR-page_top #hero .slider1 {
    width: 35.4166666667vw;
    height: 35.4166666667vw;
  }

  .ITR-page_top #hero .slider2 {
    width: 21.875vw;
    height: 21.875vw;
  }

  .ITR-page_top #hero .slider3 {
    width: 14.4791666667vw;
    height: 14.4791666667vw;
  }

  .ITR-page_top #hero .hero_title svg {
    width: 35.9895833333vw;
  }

  .ITR-page_top #hero .news {
    width: 50vw;
    height: 4.84375vw;
  }

  .ITR-page_top #hero .news > .inner {
    width: 49.7395833333vw;
    height: 4.3229166667vw;
  }

  .ITR-page_top #hero .news .item {
    transition: background-color 0.3s;
  }

  .ITR-page_top #hero .news .item:hover {
    background-color: #D5EEFF;
  }

  .ITR-page_top #hero .news .item:hover .title {
    text-decoration: underline;
  }

  .ITR-page_top #hero .news .info .type {
    font-size: 1.09375vw;
  }

  .ITR-page_top #hero .news .info .date {
    font-size: 0.8333333333vw;
  }

  .ITR-page_top #hero .news .title {
    font-size: 0.8333333333vw;
  }

  .ITR-page_top #hero .news .button {
    width: 3.125vw;
    height: 3.125vw;
  }

  .ITR-page_top #hero .news .button {
    font-size: 0.8333333333vw;
  }

  .ITR-page_top #hero .news .button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(139deg, #0052C2 20%, #20BEF8 85%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
  }

  .ITR-page_top #hero .news .button:hover::after {
    opacity: 1;
  }

  .ITR-page_top #section1 {
    height: 67.0833333333vw;
  }

  .ITR-page_top #section1 .bg1 {
    width: 41.6666666667vw;
    height: 41.6666666667vw;
  }

  .ITR-page_top #section1 .message .text {
    font-size: 1.09375vw;
  }

  .ITR-page_top #section1 .image {
    width: 57.5520833333vw;
    height: 25.9375vw;
  }

  .ITR-page_top #section1 .teamwork img {
    width: 33.8541666667vw;
  }

  .ITR-page_top #section1 .button_wrap .button {
    width: 14.5833333333vw;
  }

  .ITR-page_top #section1 .button_wrap .button {
    font-size: 1.0416666667vw;
  }

  .ITR-page_top #section1 .button_wrap .button::after,
  .ITR-page_top #section1 .button_wrap .button .icon_arrow_right {
    width: 3.125vw;
    height: 3.125vw;
  }

  .ITR-page_top #section1 .button_wrap .button .icon_arrow_right::after {
    font-size: 0.8333333333vw;
  }

  .ITR-page_top #section1 .button_wrap .button {
    transition: color 0.6s;
  }

  .ITR-page_top #section1 .button_wrap .button::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.3s;
    z-index: -1;
  }

  .ITR-page_top #section1 .button_wrap .button::after {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .ITR-page_top #section1 .button_wrap .button .icon_arrow_right::after {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .ITR-page_top #section1 .button_wrap .button.hover,
  .ITR-page_top #section1 .button_wrap .button:hover {
    color: #FDF994;
  }

  .ITR-page_top #section1 .button_wrap .button.hover::before,
  .ITR-page_top #section1 .button_wrap .button:hover::before {
    opacity: 1;
  }

  .ITR-page_top #section1 .button_wrap .button.hover::after,
  .ITR-page_top #section1 .button_wrap .button:hover::after {
    transform: translateY(-50%) scale(1.5);
  }

  .ITR-page_top #section1 .button_wrap .button.hover .icon_arrow_right::after,
  .ITR-page_top #section1 .button_wrap .button:hover .icon_arrow_right::after {
    transform: translateX(0) scale(1.4, 1.1);
  }

  .ITR-page_top #section3 .link_circle {
    transition: background-color 0.3s;
  }

  .ITR-page_top #section3 .link_circle:hover {
    background-color: #D5EEFF;
  }

  .ITR-page_top #section5 .information .left,
  .ITR-page_top #section5 .information .right {
    transition: color 0.3s;
  }

  .ITR-page_top #section5 .information .left:hover,
  .ITR-page_top #section5 .information .right:hover {
    color: #FDF994;
  }

  .ITR-page_top #section5 .information .left:hover .button::before,
  .ITR-page_top #section5 .information .right:hover .button::before {
    opacity: 1;
  }
}

@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) {
  .ITR-page_top #hero {
    height: 647.3958333333px;
  }

  .ITR-page_top #hero .slider1 {
    width: 389.5833333333px;
    height: 389.5833333333px;
  }

  .ITR-page_top #hero .slider2 {
    width: 240.625px;
    height: 240.625px;
  }

  .ITR-page_top #hero .slider3 {
    width: 159.2708333333px;
    height: 159.2708333333px;
  }

  .ITR-page_top #hero .hero_title svg {
    width: 395.8854166667px;
  }

  .ITR-page_top #hero .news {
    width: 550px;
    height: 53.28125px;
  }

  .ITR-page_top #hero .news > .inner {
    width: 547.1354166667px;
    height: 47.5520833333px;
  }

  .ITR-page_top #hero .news .info .type {
    font-size: 12.03125px;
  }

  .ITR-page_top #hero .news .info .date {
    font-size: 9.1666666667px;
  }

  .ITR-page_top #hero .news .title {
    font-size: 9.1666666667px;
  }

  .ITR-page_top #hero .news .button {
    width: 34.375px;
    height: 34.375px;
  }

  .ITR-page_top #hero .news .button {
    font-size: 9.1666666667px;
  }

  .ITR-page_top #section1 {
    height: 737.9166666667px;
  }

  .ITR-page_top #section1 {
    margin-top: -28.6458333333px;
    margin-bottom: -103.125px;
    border-radius: 28.6458333333px 28.6458333333px 0 0;
  }

  .ITR-page_top #section1 .bg1 {
    width: 458.3333333333px;
    height: 458.3333333333px;
  }

  .ITR-page_top #section1 .message .text {
    font-size: 12.03125px;
  }

  .ITR-page_top #section1 .image {
    width: 633.0729166667px;
    height: 285.3125px;
  }

  .ITR-page_top #section1 .teamwork img {
    width: 372.3958333333px;
  }

  .ITR-page_top #section1 .button_wrap .button {
    width: 160.4166666667px;
  }

  .ITR-page_top #section1 .button_wrap .button {
    font-size: 11.4583333333px;
  }

  .ITR-page_top #section1 .button_wrap .button {
    padding: 13.1770833333px 17.1875px 13.1770833333px 0;
  }

  .ITR-page_top #section1 .button_wrap .button::after,
  .ITR-page_top #section1 .button_wrap .button .icon_arrow_right {
    width: 34.375px;
    height: 34.375px;
  }

  .ITR-page_top #section1 .button_wrap .button::after,
  .ITR-page_top #section1 .button_wrap .button .icon_arrow_right {
    right: px2vwMinPC(5px);
  }

  .ITR-page_top #section1 .button_wrap .button .icon_arrow_right::after {
    font-size: 9.1666666667px;
  }
}

@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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-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;
  }

  .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 {
    height: 480px;
    margin-top: 44px;
  }

  .ITC-footer_contact .box .tel {
    font-size: 2.3076923077rem;
    line-height: 1.3333333333;
  }

  .ITC-footer_contact .box .info {
    font-size: 1rem;
    line-height: 1.5384615385;
    margin-top: 5px;
  }

  .ITC-footer_contact .box .buttons {
    display: block;
    margin-top: 35px;
    margin-bottom: 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 .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;
  }

  .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;
  }

  .ITR-page_career #section1 {
    padding: 130px 0 0;
  }

  .ITR-page_career .link_box {
    display: block;
    margin: 38px 0 0 0;
  }

  .ITR-page_career .link_box .item {
    width: 550px;
    margin: 0 auto 65px;
  }

  .ITR-page_career .link_box .item .image {
    height: 350px;
  }

  .ITR-page_career .link_box .item .button {
    margin-top: -11px;
  }

  .ITR-page_career .link_box .item .button a {
    min-width: 550px;
  }

  .ITR-page_career .ITR-table_career_wrap table {
    margin-top: 25px;
  }

  .ITR-page_career .section_button {
    margin-top: 40px;
  }

  .ITR-page_career #section2,
  .ITR-page_career #section3,
  .ITR-page_career #section4 {
    padding: 80px 0 30px;
  }

  .ITR-page_data #section1 {
    padding-bottom: 110px;
  }

  .ITR-page_data .basic_wrap {
    display: block;
    height: auto;
    padding: 0 50px;
    margin-top: 40px;
  }

  .ITR-page_data .basic_wrap .item {
    margin: 0 0 30px 0;
  }

  .ITR-page_data .work_wrap {
    display: block;
    height: auto;
    padding: 0 50px;
    margin-top: 40px;
  }

  .ITR-page_data .work_wrap .item {
    margin-bottom: 30px;
  }

  .ITR-page_data .work_link_box {
    width: 580px;
    height: 635px;
    background-image: url(../img_r/data/work_link_sp.jpg);
  }

  .ITR-page_data .work_link_box .inner {
    width: 442px;
    top: 42px;
    left: 69px;
  }

  .ITR-page_data .work_link_box .title {
    font-size: 1.3846153846rem;
    line-height: 1.4444444444;
  }

  .ITR-page_data .work_link_box .text {
    width: 441px;
    font-size: 1rem;
    line-height: 1.7692307692;
    margin-top: 20px;
  }

  .ITR-page_data .work_link_box .button {
    margin-top: -12px;
    text-align: center;
  }

  .ITR-page_data .survey_wrap {
    display: block;
    height: auto;
    padding: 0 50px;
    margin-top: 40px;
  }

  .ITR-page_data .survey_wrap .item {
    margin-bottom: 30px;
  }

  .ITR-page_env #section1 {
    padding: 130px 0 20px;
  }

  .ITR-page_env .link_box {
    margin-top: 95px;
  }

  .ITR-page_env #section2 {
    padding: 80px 0 40px;
  }

  .ITR-page_env #section2 .section_lead {
    margin-bottom: 85px;
  }

  .ITR-page_env .tag1 {
    width: 100%;
    margin: 0 auto 138px;
    padding: 22px 0 0 0;
    background-image: url(../img_r/env/tag1_sp.svg);
  }

  .ITR-page_env .tag1:last-of-type {
    margin-bottom: 0;
  }

  .ITR-page_env .tag1 .tag_title {
    margin: auto 50px;
    font-size: 1.3076923077rem;
    line-height: 1.4117647059;
  }

  .ITR-page_env .tag1 .tag_lead {
    width: 580px;
    margin: 24px auto 0;
    padding: 43px 56px;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITR-page_env .tag1 .body {
    padding: 65px 50px;
  }

  .ITR-page_env .tag1 .block {
    margin-bottom: 53px;
  }

  .ITR-page_env .tag1 .title {
    min-width: 362px;
    padding: 6px 20px 8px 20px;
    font-size: 1rem;
    line-height: 1.4615384615;
    margin-bottom: 45px;
  }

  .ITR-page_env .tag1 .notice {
    margin-left: 30px;
  }

  .ITR-page_env .tag1 .text {
    margin-top: -30px;
  }

  .ITR-page_env #section3 {
    padding: 100px 0 60px;
  }

  .ITR-page_env #section3 .dev_notice {
    margin: 60px auto;
  }

  .ITR-page_env #section3 .block {
    width: 100%;
    margin: 0 auto 150px;
  }

  .ITR-page_env #section3 .block_title {
    font-size: 1.7692307692rem;
    line-height: 1.0434782609;
    margin-right: -40px;
  }

  .ITR-page_env #section3 .block_title .year {
    padding: 10px 28px 11px 28px;
    font-size: 1rem;
    line-height: 1;
    margin-left: 19px;
    vertical-align: 7px;
  }

  .ITR-page_env #section3 .block_text {
    margin: 40px auto;
  }

  .ITR-page_env #section3 .todo_image {
    margin-top: 82px;
  }

  .ITR-page_env .tag2_wrap {
    flex-wrap: wrap;
    margin-top: 55px;
    margin-bottom: -60px;
  }

  .ITR-page_env .tag2_wrap .tag2 {
    width: 322px;
    padding: 45px 0 0 0;
    margin-bottom: 60px;
  }

  .ITR-page_env .tag2_wrap .tag2 .title {
    width: 270px;
    margin: auto;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.7692307692;
    border-radius: 5px 5px 0 0;
  }

  .ITR-page_env .tag2_wrap .tag2 .body {
    height: calc(100% - 66px);
    min-height: 310px;
    padding: 35px 43px 45px;
    border-radius: 16px;
  }

  .ITR-page_env #section4 {
    padding: 100px 0 110px;
  }

  .ITR-page_env .tag3_wrap {
    display: block;
    width: 100%;
    margin: 88px auto 55px;
  }

  .ITR-page_env .tag3_wrap .tag3 {
    width: 100%;
    padding: 46px 0 0 0;
    margin-bottom: 82px;
  }

  .ITR-page_env .tag3_wrap .tag3 .title {
    width: 580px;
    margin: auto;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.7692307692;
    border-radius: 5px 5px 0 0;
  }

  .ITR-page_env .tag3_wrap .tag3 .body {
    height: auto;
    min-height: auto;
    padding: 34px 50px 50px;
    border-radius: 10px;
  }

  .ITR-page_env #section5 {
    padding: 112px 0 0;
  }

  .ITR-page_env #section5 .section_title .en {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 2.6923076923rem;
    line-height: 1.2285714286;
  }

  .ITR-page_env #section5 .section_title .jp {
    font-size: 1rem;
    line-height: 1.4615384615;
    margin-top: 5px;
  }

  .ITR-page_env #section5 .section_lead {
    margin: 95px auto 75px;
    padding: 0 40px;
    text-align: justify;
  }

  .ITR-page_env #section5 .pagination .swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    margin: 0 20px;
  }

  .ITR-page_env #section5 .slider {
    margin-top: 90px;
  }

  .ITR-page_env #section5 .slider .item {
    width: 580px;
  }

  .ITR-page_env #section5 .slider .item .image {
    height: 414px;
  }

  .ITR-page_env #section5 .slider .item .body {
    width: 580px;
    margin-top: 54px;
  }

  .ITR-page_env #section5 .slider .item .text {
    margin-top: 12px;
  }

  .ITR-page_interview {
    margin: -396px auto -265px;
  }

  .ITR-page_interview #section1 {
    padding: 448px 0 60px;
  }

  .ITR-page_interview #section2 {
    padding: 84px 0 140px;
  }

  .ITR-page_interview #section2 .section_title {
    margin-left: -7px;
  }

  .ITR-page_interview #section3 {
    padding: 85px 0 113px;
  }

  .ITR-page_interview #section4 {
    margin: 0;
  }

  .ITR-page_interview .ITR-content_title3 {
    margin-bottom: 42px;
  }

  .ITR-page_interview .section_lead .title {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 1.3846153846rem;
    line-height: 1.2222222222;
  }

  .ITR-page_interview .section_lead .title::before {
    width: 79.196px;
    height: 26.699px;
    background: url(../img_r/content_title1_sp.svg) no-repeat center;
    vertical-align: -2px;
    margin-right: 0;
  }

  .ITR-page_interview .section_lead .text {
    font-size: 1rem;
    line-height: 1.7692307692;
    margin-top: 46px;
  }

  .ITR-page_interview .block {
    margin: 95px auto;
  }

  .ITR-page_interview .work_box_wrap {
    display: block;
    margin: 192px 0 0;
  }

  .ITR-page_interview .work_box_wrap .item {
    width: 100%;
    padding: 214px 86px 60px;
    margin: 243px 0 68px 0;
  }

  .ITR-page_interview .work_box_wrap .image {
    top: -175px;
    left: 0;
    width: 100%;
    height: 350px;
  }

  .ITR-page_interview .work_box_wrap .title {
    font-size: 1.3076923077rem;
    line-height: 1.4117647059;
  }

  .ITR-page_interview .work_box_wrap .text {
    margin-top: 34px;
  }

  .ITR-page_interview .message {
    display: block;
  }

  .ITR-page_interview .message .message_text {
    height: 932px;
    min-height: auto;
    padding: 0;
    margin-top: 50px;
  }

  .ITR-page_interview .message .message_text .bg {
    width: 932px;
    height: 932px;
    aspect-ratio: auto;
  }

  .ITR-page_interview .message .message_text .text {
    width: 535px;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITR-page_interview .motto {
    display: block;
    width: 760px;
    height: 515px;
    margin: 90px -40px auto;
  }

  .ITR-page_interview .motto .text_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .ITR-page_interview .motto .text_image img {
    width: 500px;
  }

  .ITR-page_interview .motto .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 620px;
    height: 100%;
    margin: auto;
  }

  .ITR-page_message #section1 {
    padding: 145px 0 145px;
  }

  .ITR-page_message #section1 .part1 .title::before {
    top: -38px;
    left: -32px;
    width: 138px;
    height: 138px;
  }

  .ITR-page_message #section1 .part1 .title {
    font-size: 1.6538461538rem;
    line-height: 1.3720930233;
    margin-right: -40px;
  }

  .ITR-page_message #section1 .part1 .text {
    margin-top: 83px;
  }

  .ITR-page_message #section1 .part2,
  .ITR-page_message #section1 .part3 {
    margin-top: 112px;
  }

  .ITR-page_message #section1 .part2 .title .text,
  .ITR-page_message #section1 .part3 .title .text {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 2.6923076923rem;
    line-height: 1.2285714286;
  }

  .ITR-page_message #section1 .part2 .title .subhead,
  .ITR-page_message #section1 .part3 .title .subhead {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 1rem;
    line-height: 1.7692307692;
    font-weight: normal;
    margin-top: 3px;
  }

  .ITR-page_message #section1 .part2 > .text,
  .ITR-page_message #section1 .part3 > .text {
    font-size: 1rem;
    line-height: 1.7692307692;
    margin-top: 33px;
  }

  .ITR-page_message #section1 .closing {
    margin-top: 117px;
  }

  .ITR-page_message #section2 {
    padding: 112px 0 0;
  }

  .ITR-page_message #section2 .section_title .text {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 2.6923076923rem;
    line-height: 1.2285714286;
  }

  .ITR-page_message #section2 .section_title .subhead {
    font-size: 1rem;
    line-height: 1.4615384615;
    margin-top: 4px;
  }

  .ITR-page_message #section2 .item_wrap {
    display: block;
    margin-top: 87px;
  }

  .ITR-page_message #section2 .item_wrap .item {
    width: 100%;
    margin-bottom: 86px;
  }

  .ITR-page_message #section2 .item_wrap .title {
    font-size: 1rem;
    line-height: 1.4615384615;
  }

  .ITR-page_message #section2 .item_wrap .text {
    margin-top: 37px;
  }

  .ITR-page_message #section2 .closing {
    top: 0;
    width: 100%;
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.9230769231;
  }

  .ITR-page_people #section1 {
    padding-bottom: 30px;
  }

  .ITR-page_people .block {
    margin-top: 150px;
  }

  .ITR-page_people .lead {
    padding: 0;
    margin-top: 40px;
  }

  .ITR-page_people .people_box_wrap {
    display: block;
    margin: 60px auto 0;
    padding: 0 65px;
  }

  .ITR-page_people .people_box_wrap .item {
    margin-bottom: 40px;
  }

  .ITR-page_people .notice {
    text-align: center;
    margin-top: 60px;
  }

  .ITR-page_recruit #section1 {
    padding: 140px 0 34px;
  }

  .ITR-page_recruit .info_box {
    padding: 76px 10px;
    border-radius: 40px;
  }

  .ITR-page_recruit .info_box::before {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 33px;
  }

  .ITR-page_recruit .info_box .title {
    font-size: 1.5384615385rem;
    line-height: 1.475;
  }

  .ITR-page_recruit .info_box .text {
    width: 546px;
    margin: auto;
    text-align: justify;
    margin-top: 37px;
  }

  .ITR-page_recruit .info_box .button {
    margin-top: 20px;
    margin-bottom: -30px;
  }

  .ITR-page_recruit .link_box {
    margin-top: 55px;
  }

  .ITR-page_recruit #section2 {
    padding: 65px 0 30px;
  }

  .ITR-page_recruit #section2 table {
    margin-top: 27px;
  }

  .ITR-page_recruit #section3 {
    padding: 80px 0 65px;
  }

  .ITR-page_recruit #section3 .text {
    margin-top: 64px;
  }

  .ITR-page_recruit #section4 {
    padding: 80px 0 10px;
  }

  .ITR-page_recruit #section4 table {
    margin-top: 22px;
  }

  .ITR-page_top #hero {
    min-width: auto;
    height: 1390px;
  }

  .ITR-page_top #hero .slider1 {
    top: 48%;
    left: -3%;
    width: 450px;
    height: 450px;
  }

  .ITR-page_top #hero .slider2 {
    top: 64%;
    left: 63%;
    width: 320px;
    height: 320px;
  }

  .ITR-page_top #hero .slider3 {
    top: 40.5%;
    left: 62%;
    width: 250px;
    height: 250px;
  }

  .ITR-page_top #hero .hero_title {
    top: 23.5%;
    left: 5%;
  }

  .ITR-page_top #hero .hero_title svg {
    width: 680px;
  }

  .ITR-page_top #hero .logo {
    display: none;
  }

  .ITR-page_top #hero .news {
    bottom: 6.9%;
    width: 720px;
    height: 144px;
  }

  .ITR-page_top #hero .news > .inner {
    width: 711.5px;
    height: 130px;
  }

  .ITR-page_top #hero .news .item {
    flex-direction: column;
    justify-content: center;
    padding-left: 56px;
    padding-right: 175px;
  }

  .ITR-page_top #hero .news .info {
    display: block;
    width: 100%;
    padding-left: 0;
  }

  .ITR-page_top #hero .news .info .type {
    display: inline-block;
    width: auto;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 1.0769230769rem;
    line-height: 1.2142857143;
  }

  .ITR-page_top #hero .news .info .date {
    display: inline-block;
    width: auto;
    font-size: 0.9230769231rem;
    line-height: 1.4166666667;
    margin-left: 12px;
  }

  .ITR-page_top #hero .news .title {
    width: 100%;
    margin-bottom: 6px;
    padding: 0;
    font-size: 1rem;
    line-height: 1.3076923077;
    max-height: 68px;
  }

  .ITR-page_top #hero .news .button_space {
    display: none;
  }

  .ITR-page_top #hero .news .button_wrap {
    right: 40px;
    width: 100px;
    height: 100px;
  }

  .ITR-page_top #hero .news .button {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    font-size: 1.1153846154rem;
  }

  .ITR-page_top #section1 {
    min-width: auto;
    height: 1244px;
    margin-top: -50px;
    margin-bottom: 0;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
  }

  .ITR-page_top #section1 .bg1 {
    top: -20%;
    left: -59.2%;
    width: 1168px;
    height: 1168px;
  }

  .ITR-page_top #section1 .message {
    top: 6%;
    left: 4.6%;
  }

  .ITR-page_top #section1 .message .text {
    margin-left: 4px;
    font-size: 1rem;
    line-height: 1.7692307692;
  }

  .ITR-page_top #section1 .message .text .line {
    width: 83px;
    height: 2px;
    margin: 0 5px;
    vertical-align: 5px;
  }

  .ITR-page_top #section1 .image {
    top: 650px;
    width: 720px;
    height: 384px;
  }

  .ITR-page_top #section1 .teamwork {
    top: 910px;
    left: 33px;
  }

  .ITR-page_top #section1 .teamwork img {
    width: 647px;
  }

  .ITR-page_top #section1 .button_wrap {
    top: 550px;
    left: 374px;
  }

  .ITR-page_top #section1 .button_wrap .button {
    width: auto;
    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-page_top #section1 .button_wrap .button::after,
  .ITR-page_top #section1 .button_wrap .button .icon_arrow_right {
    right: 12px;
    width: 80px;
    height: 80px;
  }

  .ITR-page_top #section1 .button_wrap .button .icon_arrow_right::after {
    font-size: 23px;
  }

  .ITR-page_top #section_youtube {
    padding-top: 30px;
    height: 1066px;
    background: url(../img_r/top/bg4_pc.webp) no-repeat;
    background-position: 0 100px;
    background-size: 1440px;
    margin-bottom: -400px;
  }

  .ITR-page_top #section_youtube > .inner {
    padding: 0 40px;
  }

  .ITR-page_top #section_youtube .iframe_wrap {
    margin-top: 40px;
  }

  .ITR-page_top #section_youtube .iframe_wrap iframe {
    width: 680px;
    height: 347.5px;
  }

  .ITR-page_top #section3 {
    height: 1635px;
    margin-top: -250px;
  }

  .ITR-page_top #section3 > .bg_img {
    background-image: url(../img_r/top/bg2_sp.webp);
  }

  .ITR-page_top #section3 .section_title {
    top: 220px;
    right: auto;
    left: 33px;
  }

  .ITR-page_top #section3 .link_circle .title .en {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 1.9230769231rem;
    line-height: 1.22;
  }

  .ITR-page_top #section3 .link_circle .title .jp {
    margin-top: -1px;
    font-size: 1rem;
    line-height: 1.4615384615;
  }

  .ITR-page_top #section3 .link_circle .button {
    bottom: 98px;
    right: -32px;
  }

  .ITR-page_top #section3 .link_circle.circle1 {
    top: 386px;
    left: 40px;
  }

  .ITR-page_top #section3 .link_circle.circle1 .img {
    top: 49px;
    left: 97px;
  }

  .ITR-page_top #section3 .link_circle.circle1 .img img {
    width: 276px;
  }

  .ITR-page_top #section3 .link_circle.circle1 .title {
    top: 322px;
    left: 103px;
  }

  .ITR-page_top #section3 .link_circle.circle2 {
    top: 903px;
    right: 42px;
  }

  .ITR-page_top #section3 .link_circle.circle2 .img {
    top: 47px;
    left: 114px;
  }

  .ITR-page_top #section3 .link_circle.circle2 .img img {
    width: 243px;
  }

  .ITR-page_top #section3 .link_circle.circle2 .title {
    top: 296px;
    left: 131px;
  }

  .ITR-page_top #section3 .link_circle.circle2 .title .en {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 1.7692307692rem;
    line-height: 1.1739130435;
  }

  .ITR-page_top #section3 .link_circle.circle2 .title .jp {
    margin-top: 12px;
    margin-left: 109px;
  }

  .ITR-page_top #section3 .link_circle.circle2 .button {
    bottom: 20px;
    right: -1px;
  }

  .ITR-page_top #section4 {
    padding: 0;
    background: url(../img_r/top/bg3_sp.svg) no-repeat center top;
  }

  .ITR-page_top #section4 .two_col_image_left {
    display: block;
  }

  .ITR-page_top #section4 .two_col_image_left .body {
    width: 100%;
    padding: 80px 0 0 36px;
  }

  .ITR-page_top #section4 .two_col_image_left .button {
    margin: 24px 0 0 170px;
  }

  .ITR-page_top #section4 .two_col_image_left .image {
    width: 682px;
    height: 384px;
    margin: -100px auto 0 0;
  }

  .ITR-page_top #section5 {
    padding: 95px 0 0;
    margin-bottom: -250px;
  }

  .ITR-page_top #section5 .information {
    display: block;
    min-width: auto;
    margin: 0 auto;
  }

  .ITR-page_top #section5 .information .left,
  .ITR-page_top #section5 .information .right {
    width: 100%;
    height: 140px;
    padding: 0 30px 0 37px;
    font-size: 0.9615384615rem;
    line-height: 1.6;
  }

  .ITR-page_top #section5 .information .left {
    border-radius: 20px 20px 0 0;
  }

  .ITR-page_top #section5 .information .right {
    border-radius: 0 0 20px 20px;
  }
}

@media (max-width: 767.998px) and (max-width: 767.998px) {
  .ITC-button2.-small_sp [class^=icon-] {
    font-size: 0.6538461538rem;
  }
}