@charset "UTF-8";
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

i {
  font-style: normal;
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* add PPT */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

hr {
  border: none;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

/* メインフォント */
/* Lato */
/* Alex Brush */
/* Verdana */
/* Montserrat */
/* 共通スタイル定設
-----------------------------------------------------------------*/
body, html {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

body.scrollLock, html.scrollLock {
  overflow: hidden;
}

html {
  font-size: 10px;
}

body {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 300;
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: 768px;
  }
}
@media print, screen and (max-width: 767px) {
  body {
    min-width: 2px;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

button,
input[type=button] {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none;
}

@media print, screen and (min-width: 1201px) {
  .dn-pcLarge {
    display: none !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .dn-tab_pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .dn-tbPc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tb {
    display: none !important;
  }
}
@media print, screen and (max-width: 1024px) {
  .dn-spTb {
    display: none !important;
  }
}
@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1310px) {
  .dn-hdUnder {
    display: none !important;
  }
}
@media print, screen and (min-width: 1311px) {
  .dn-hdUpper {
    display: none !important;
  }
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
.slick-slider * {
  outline: 0;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 24px 0 0;
  font-size: 0px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 6px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  overflow: hidden;
}

.slick-slide {
  float: left;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: 0;
}

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: 0;
}

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  content: "";
  line-height: 1;
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
  CUSTOM
———————————————–*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp, .pswp__bg, .pswp__scroll-wrap {
  height: 100%;
  width: 100%;
}

.pswp, .pswp__item, .pswp__scroll-wrap {
  overflow: hidden;
  top: 0;
  position: absolute;
  left: 0;
}

.pswp, .pswp__bg, .pswp__container, .pswp__img--placeholder, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp, .pswp__bg, .pswp__error-msg, .pswp__img, .pswp__item, .pswp__scroll-wrap, .pswp__zoom-wrap {
  position: absolute;
}

.pswp {
  display: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  outline: 0;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__item {
  right: 0;
  bottom: 0;
}

.pswp__img {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*=============================================

	セクション

==============================================*/
/*=============================================

	タイトル

==============================================*/
/*=============================================

	ボタン

==============================================*/
/*=============================================

	矢印

==============================================*/
/*=============================================

	アイコン

==============================================*/
/*=============================================

	ラベル

==============================================*/
/*=============================================

	記事リスト項目
	サービス

==============================================*/
/*=============================================

	関連プロジェクト導入事例

==============================================*/
/*=============================================

	資料ダウンロード

==============================================*/
.c-downloadContents_button {
  max-width: 345px;
  width: 100%;
  border-radius: 28px;
  margin: 40px auto 0;
  background-color: #FFFFFF;
}

@media print, screen and (max-width: 767px) {
  .download .c-downloadContents_button {
    margin: 0 auto;
  }
}
.c-downloadContents_buttonLink {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  padding: 16px 30px;
}

.c-downloadContents_buttonLink:hover .c-downloadContents_buttonArrow {
  right: 20px;
}

.c-downloadContents_buttonText {
  color: #002855;
}

.c-downloadContents_buttonArrow {
  right: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*=============================================

	パンくず

==============================================*/
/*=============================================

	ファーストビュー	

==============================================*/
/*=============================================

	メッセージエリア パーツ

==============================================*/
/*=============================================

	ソリューションエリア パーツ

==============================================*/
/*=============================================

	サービス内容エリア パーツ

==============================================*/
/*=============================================

	導入事例エリア

==============================================*/
/*=============================================

	記事リスト項目
	サービス

==============================================*/
/*=============================================

	他のサービスを探すエリア

==============================================*/
/*=============================================

	記事リスト項目
	資料ダウンロード

==============================================*/
/*=============================================

	ボタンパーツ

==============================================*/
/*=============================================

	ボタンパーツ

==============================================*/
.c-sectionWrap {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (max-width: 767px) {
  .c-sectionWrap {
    padding: 40px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-sectionWrap {
    padding: 60px 83px;
  }
}
.c-sectionTitle {
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #000;
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .c-sectionTitle {
    margin-bottom: 20px;
    font-size: 24px;
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-sectionTitle {
    margin-bottom: 40px;
    font-size: 30px;
    padding-bottom: 16px;
  }
}
.c-sectionTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0px;
  right: 0px;
  width: 40px;
  height: 2px;
  background-color: #FF8200;
}

@media print, screen and (max-width: 767px) {
  .c-title {
    margin-bottom: 20px;
    background: url(/wp-content/themes/icto/assets/images/title_bg_sp.png) center center/78px 88px no-repeat;
  }
}
@media print, screen and (min-width: 768px) {
  .c-title {
    margin-bottom: 40px;
    height: 132px;
    background: url(/wp-content/themes/icto/assets/images/title_bg.png) center center/116px 132px no-repeat;
  }
}
.c-titleTopPage {
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .c-titleTopPage {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-titleTopPage {
    font-size: 3.8rem;
  }
}
.c-subTitleTopPage {
  position: relative;
  font-family: "Alex Brush", cursive, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  color: #FFD8B1;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .c-subTitleTopPage {
    top: 10px;
    font-size: 4.6rem;
    line-height: 0.8em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-subTitleTopPage {
    top: 10px;
    font-size: 7rem;
    line-height: 0.8em;
  }
}
.c-titleSinglePageHead {
  border-bottom: 1px solid #EFEFF0;
  color: #002855;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
}

@media print, screen and (max-width: 767px) {
  .c-titleSinglePageHead {
    padding-bottom: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-titleSinglePageHead {
    padding-bottom: 30px;
  }
}
.c-titleSection {
  border-bottom: 2px solid #EFEFF0;
  color: #002855;
  font-weight: 500;
}

@media print, screen and (max-width: 767px) {
  .c-titleSection {
    padding-bottom: 24px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-titleSection {
    padding-bottom: 22px;
    font-size: 2.4rem;
  }
}
.c-labelSolidList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -4px;
}

.c-labelSolidList_node {
  padding: 4px;
}

.c-labelSolidList_node_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 155px;
  height: 100%;
  padding: 4px 4px 5px;
  background-color: #F0F3F7;
  font-size: 1.4rem;
  color: #002855;
  font-weight: 300;
  text-align: center;
}

.c-labelBorderList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

.c-labelBorderList_node {
  padding: 5px;
}

.c-labelBorderList_node_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 20px;
  border: 1px solid #000;
  font-size: 1.4rem;
  font-weight: 300;
}

.c-arrowGraySvg, .c-arrowGreenSvg, .c-arrowOrangeSvg, .c-arrowWhtSvg, .c-arrowNavySvg, .c-arrowBlkSvg {
  position: absolute;
  top: 50%;
  width: 17px;
  height: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-arrowNavySvg {
  fill: #002855;
}

.c-arrowWhtSvg {
  fill: #fff;
}

.c-arrowOrangeSvg {
  fill: #FF8200;
}

.c-arrowGreenSvg {
  fill: #00BFB3;
}

.c-arrowGraySvg {
  fill: #808080;
}

.c-arrowBorderWht, .c-arrowBorderOrange, .c-arrowBorderNavy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.c-arrowBorderNavy {
  border: 1px solid #002855;
}

.c-arrowBorderOrange {
  border: 1px solid #F18105;
}

.c-arrowBorderWht {
  border: 1px solid #fff;
}

.c-arrowSolidWht, .c-arrowSolidNavy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.c-arrowSolidNavy {
  background-color: #002855;
}

.c-arrowSolidWht {
  background-color: #fff;
}

.c-targetBlank {
  position: relative;
  display: block;
}

.c-targetBlank:after {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/wp-content/themes/icto/assets/svg/blank_icon.svg) center center/14px 14px no-repeat;
  width: 14px;
  height: 14px;
  content: "";
}

.c-blankWhtSvg, .c-blankNavySvg {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-blankNavySvg {
  fill: #002855;
}

.c-blankWhtSvg {
  fill: #fff;
}

.c-plusWhtSvg {
  width: 10px;
  height: 10px;
}

.c-plusWhtSvg {
  fill: #fff;
}

.c-minusWhtSvg {
  width: 10px;
  height: 10px;
}

.c-minusWhtSvg {
  fill: #fff;
}

.c-pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1100;
}

.c-pageTop.active {
  opacity: 1;
}

.c-pageTop_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #002855;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 768px) {
  .c-pageTop_button:hover {
    background-color: #002855;
  }
}
.c-pageTop_button_svg {
  width: 8px;
  height: 4.9px;
  fill: #002855;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 768px) {
  .c-pageTop_button:hover .c-pageTop_button_svg {
    fill: #fff;
  }
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  z-index: 1200;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}

@media print, screen and (max-width: 767px) {
  .header {
    height: 68px;
    border-bottom: 1px solid #002855;
  }
}
@media print, screen and (min-width: 768px) {
  .header {
    height: 80px;
    border-bottom: 2px solid #002855;
  }
}
.headerInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (max-width: 1024px) {
  .headerInner {
    max-width: 92vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 1025px) {
  .headerInner {
    max-width: 1366px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.headerLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (max-width: 1024px) {
  .headerLogo {
    width: 80.86%;
  }
}
@media print, screen and (max-width: 1024px) {
  .persolLogo {
    width: 98px;
    height: 50px;
  }
}
@media print, screen and (min-width: 1025px) {
  .persolLogo {
    position: relative;
    top: 4px;
  }
}
.persolLogo-link {
  display: block;
}

@media print, screen and (max-width: 1024px) {
  .persolLogo-link {
    width: 98px;
    height: 50px;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1310px) {
  .persolLogo-link {
    width: 336px;
  }
}
@media print, screen and (min-width: 1311px) {
  .persolLogo-link {
    width: 376px;
  }
}
.persolLogo-link img {
  width: 100%;
}

@media print, screen and (max-width: 1024px) {
  .ictoLogo {
    width: 59.49%;
    max-width: 166px;
    height: 40px;
    margin-left: 4%;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1310px) {
  .ictoLogo {
    width: 154px;
    height: 40px;
    margin-left: 12px;
  }
}
@media print, screen and (min-width: 1311px) {
  .ictoLogo {
    width: 190px;
    height: 46px;
    margin-left: 20px;
  }
}
.ictoLogo_top {
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
  background-color: #002855;
  border: 1px solid #002855;
}

@media print, screen and (max-width: 1024px) {
  .ictoLogo_top {
    height: 19px;
    font-size: 1rem;
    line-height: 17px;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1310px) {
  .ictoLogo_top {
    height: 18px;
    font-size: 1rem;
    line-height: 16px;
  }
}
@media print, screen and (min-width: 1311px) {
  .ictoLogo_top {
    height: 22px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.ictoLogo_bottom {
  color: #002855;
  text-align: center;
  letter-spacing: 0.02em;
  background-color: #fff;
  border: 1px solid #002855;
}

@media print, screen and (max-width: 1024px) {
  .ictoLogo_bottom {
    height: 19px;
    font-size: 1rem;
    line-height: 17px;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1310px) {
  .ictoLogo_bottom {
    height: 18px;
    font-size: 1rem;
    line-height: 16px;
  }
}
@media print, screen and (min-width: 1311px) {
  .ictoLogo_bottom {
    height: 22px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
@media print, screen and (max-width: 1024px) {
  .headerMenu {
    display: none;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1310px) {
  .headerMenu {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 1311px) {
  .headerMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (max-width: 1024px) {
  .headerMenuList {
    display: none;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1310px) {
  .headerMenuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 1311px) {
  .headerMenuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1310px) {
  .headerMenuList_item {
    margin-right: 12px;
  }
}
@media print, screen and (min-width: 1311px) {
  .headerMenuList_item {
    margin-right: 24px;
  }
}
.headerMenuList_item:last-child {
  margin: 0;
}

.headerMenuList_item_link {
  position: relative;
  z-index: 1;
  color: #000;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.headerMenuList_item_link:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 2px;
  background: #002855;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.headerMenuList_item_link:hover:after {
  width: 100%;
}

.headerMenuList_item_link.is-active:after {
  width: 100%;
}

.headerMenuButton_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media print, screen and (min-width: 1025px) and (max-width: 1310px) {
  .headerMenuButton_list_item {
    margin: 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .headerMenuButton_list_item:first-child .headerMenuButton_list_link {
    display: block;
    width: 120px;
    height: 78px;
    border-radius: 0;
    background-color: #FF8200;
    border: 2px solid #FF8200;
    padding: 10px 0 8px;
  }

  .headerMenuButton_list_item:last-child .headerMenuButton_list_link {
    display: block;
    width: 120px;
    height: 78px;
    border-radius: 0;
    color: #FF8200;
    border: 2px solid #FF8200;
    background-color: #fff;
    padding: 10px 0 8px;
  }
}
@media print, screen and (min-width: 1311px) {
  .headerMenuButton_list_item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    background-color: #fff;
  }

  .headerMenuButton_list_item:first-child {
    border-radius: 24px;
    margin-right: 10px;
  }

  .headerMenuButton_list_item:first-child .headerMenuButton_list_link {
    color: #fff;
    width: 180px;
    height: 48px;
    border-radius: 24px;
    background-color: #FF8200;
  }

  .headerMenuButton_list_item:last-child {
    border-radius: 24px;
  }

  .headerMenuButton_list_item:last-child .headerMenuButton_list_link {
    color: #FF8200;
    width: 190px;
    height: 48px;
    border: 2px solid #FF8200;
    border-radius: 24px;
    background-color: #fff;
  }
}
.headerMenuButton_list_link {
  display: block;
}

@media print, screen and (min-width: 1311px) {
  .headerMenuButton_list_link {
    height: 48px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 48px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media print and (hover: hover), screen and (min-width: 1311px) and (hover: hover) {
  .headerMenuButton_list_link:hover {
    opacity: 0.8;
  }
}
@media print and (-ms-high-contrast: none), screen and (min-width: 1311px) and (-ms-high-contrast: none) {
  .headerMenuButton_list_link:hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1310px) {
  .headerMenuButton_list_linkImage {
    display: block;
    margin: 0 auto 4px;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1310px) {
  .headerMenuButton_list_linkText {
    display: block;
    text-align: center;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 1311px) {
  .headerMenuButton_list_linkText {
    position: relative;
    left: -10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .headerMenuButton_list_linkArrow {
    right: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media print and (hover: hover), screen and (min-width: 1025px) and (hover: hover) {
  .headerMenuButton_list_link:hover .headerMenuButton_list_linkArrow {
    right: 10px;
  }
}
@media print and (-ms-high-contrast: none), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .headerMenuButton_list_link:hover .headerMenuButton_list_linkArrow {
    right: 10px;
  }
}
/* ==============================================
  ハンバーガーメニュー
=============================================== */
@media print, screen and (min-width: 1078px) {
  .drawerArea {
    display: none;
  }
}
@media print, screen and (max-width: 1024px) {
  .drawerArea_contents_buttonBurger {
    position: relative;
    width: 16px;
    height: 14px;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media print, screen and (max-width: 1024px) {
  .buttonBurger_icon-top,
.buttonBurger_icon-middle,
.buttonBurger_icon-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #002855;
    border-radius: 1px;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.buttonBurger_icon-top {
  top: 0;
}

.buttonBurger_icon-middle {
  top: 6px;
}

.buttonBurger_icon-bottom {
  bottom: 0;
}

.buttonBurger_icon-top.cross {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}

.buttonBurger_icon-middle.cross {
  background: transparent;
}

.buttonBurger_icon-bottom.cross {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

/* ==============================================
  ハンバーガーメニュー(コンテンツ)
=============================================== */
.nav {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 100%;
  overflow: hidden;
  z-index: -1;
  margin: 0;
  padding: 68px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  color: #fff;
}

@media print, screen and (max-width: 1024px) {
  .nav {
    height: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .nav {
    height: 100%;
    max-height: 100vh;
  }
}
.navContents {
  position: relative;
  width: 100%;
  background: #002855;
  overflow: hidden;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  color: #fff;
}

@media print, screen and (max-width: 1024px) {
  .navContents {
    height: 100%;
    padding: 30px 0 40px;
    overflow-y: scroll;
  }
}
@media print, screen and (min-width: 1025px) {
  .navContents {
    max-height: 100vh;
    padding: 64px 0 70px;
    overflow-y: scroll;
  }
}
@media print, screen and (min-width: 1201px) {
  .navContents {
    max-height: 100vh;
    padding: 64px 0 70px;
    overflow-y: hidden;
  }
}
@media print, screen and (max-width: 1024px) {
  .navheaderLogo {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
  }
}
@media print, screen and (max-width: 1024px) {
  .navheaderLogo-link {
    width: 60px;
    height: 60px;
  }

  .navheaderLogo-link img {
    width: 60px;
    height: 60px;
  }
}
.nav_buttonBurger {
  position: absolute;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (max-width: 1024px) {
  .nav_buttonBurger {
    top: 13px;
    right: 15px;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
  }
}
@media print, screen and (min-width: 1025px) {
  .nav_buttonBurger {
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    border: 2px solid #fff;
  }
}
@media print, screen and (min-width: 1201px) {
  .nav_buttonBurger {
    top: 20px;
    right: 30px;
    width: 44px;
    height: 44px;
    border: 2px solid #fff;
  }
}
@media (hover: hover) {
  .nav_buttonBurger:hover {
    background: #fff;
  }
}
@media all and (-ms-high-contrast: none) {
  .nav_buttonBurger:hover {
    background: #fff;
  }
}
.navContent {
  margin-top: 60px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

@media print, screen and (max-width: 1024px) {
  .navContent {
    max-width: 92vw;
    padding: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .navContent {
    padding: 0 20px;
  }
}
.navContent_top {
  position: relative;
  margin-bottom: 61px;
}

@media print, screen and (max-width: 1024px) {
  .navContent_top {
    display: block;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .navContent_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
.navContent_top_logo {
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media print, screen and (max-width: 1024px) {
  .navContent_top_logo {
    width: 145px;
    height: 28px;
  }
}
@media print, screen and (min-width: 1025px) {
  .navContent_top_logo {
    width: 228px;
    height: 44px;
  }
}
@media (hover: hover) {
  .navContent_top_logo:hover {
    opacity: 0.6;
  }
}
@media all and (-ms-high-contrast: none) {
  .navContent_top_logo:hover {
    opacity: 0.6;
  }
}
.navContentTopLogoSvg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.navContent_top_text {
  font-size: 1.8rem;
  font-weight: 300;
}

@media print, screen and (max-width: 1024px) {
  .navContent_top_text {
    margin: 10px 0 0 0;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .navContent_top_text {
    margin-left: 60px;
  }
}
@media print, screen and (max-width: 1024px) {
  .navList {
    display: block;
  }
}
@media print, screen and (min-width: 1025px) {
  .navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.navList_left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (max-width: 1024px) {
  .navList_left {
    width: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .navList_left {
    width: 33.3333333333%;
    padding: 0 60px 0 0;
  }
}
@media print, screen and (max-width: 1024px) {
  .navList_content {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .navList_content {
    margin-top: 40px;
  }
}
.navList_content:first-child {
  margin: 0;
}

.nav .navList_content_list-top {
  margin-top: 30px;
}

.nav .navList_content_list-bottom {
  margin-top: 40px;
}

.navList_content_list_item, .navList_content_list_item-blank {
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  margin-top: 20px;
}

@media print, screen and (max-width: 1024px) {
  .navList_content_list_item, .navList_content_list_item-blank {
    width: 100%;
  }

  .nav .navList_content_list-top .navList_content_list_item, .nav .navList_content_list-top .navList_content_list_item-blank {
    width: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .navList_content_list_item, .navList_content_list_item-blank {
    width: 100%;
  }
}
@media print, screen and (max-width: 1024px) {
  .navList_content_list_item-blank {
    width: 82.6%;
  }

  .nav .navList_content_list-top .navList_content_list_item-blank {
    width: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .navList_content_list_item-blank {
    width: 100%;
  }
}
@media (hover: hover) {
  .navList_content_link:hover:after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media all and (-ms-high-contrast: none) {
  .navList_content_link:hover:after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.navList_content_list_link {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: font-weight 0.2s ease;
  transition: font-weight 0.2s ease;
}

.navList_content_list_link:after {
  bottom: 3px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

@media (hover: hover) {
  .navList_content_list_link:hover {
    font-weight: bold;
  }

  .navList_content_list_link:hover:after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media all and (-ms-high-contrast: none) {
  .navList_content_list_link:hover {
    font-weight: bold;
  }

  .navList_content_list_link:hover:after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.navList_content_list_linkText {
  display: block;
  line-height: 1.2;
}

@media print, screen and (min-width: 1025px) {
  .navList_content_list_linkText {
    width: 90%;
  }
}
.navList_contentList_blankSvg {
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navList_content_list_blank {
  line-height: 1.2;
  -webkit-transition: font-weight 0.2s ease;
  transition: font-weight 0.2s ease;
}

.navList_content_list_blank:after {
  bottom: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

@media (hover: hover) {
  .navList_content_list_blank:hover {
    font-weight: bold;
  }

  .navList_content_list_blank:hover:after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media all and (-ms-high-contrast: none) {
  .navList_content_list_blank:hover {
    font-weight: bold;
  }

  .navList_content_list_blank:hover:after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.navList_content_blank {
  margin-top: 40px;
}

.navList_content_blank_item {
  font-size: 14px;
  line-height: 1em;
  margin-top: 30px;
}

.navList_content_blank_link {
  -webkit-transition: font-weight 0.2s ease;
  transition: font-weight 0.2s ease;
}

@media print, screen and (max-width: 1024px) {
  .navList_content_blank_link {
    width: 80%;
  }
}
@media print, screen and (min-width: 1025px) {
  .navList_content_blank_link {
    width: 86.5%;
  }
}
.navList_content_blank_link:after {
  bottom: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

@media (hover: hover) {
  .navList_content_blank_link:hover {
    font-weight: bold;
  }

  .navList_content_blank_link:hover:after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media all and (-ms-high-contrast: none) {
  .navList_content_blank_link:hover {
    font-weight: bold;
  }

  .navList_content_blank_link:hover:after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.navList_content_text-ja {
  font-weight: 500;
  line-height: 1em;
  -webkit-transition: font-weight 0.2s ease;
  transition: font-weight 0.2s ease;
  margin-bottom: 10px;
}

@media print, screen and (max-width: 1024px) {
  .navList_content_text-ja {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .navList_content_text-ja {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .navList_content_link:hover .navList_content_text-ja {
    font-weight: bold;
  }
}
@media all and (-ms-high-contrast: none) {
  .navList_content_link:hover .navList_content_text-ja {
    font-weight: bold;
  }
}
.navList_content_text-en {
  font-family: Verdana, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  color: #EFEFF0;
  line-height: 1em;
}

.navList_content_arrowSvg {
  top: 40%;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  .navList_content_link:hover .navList_content_arrowSvg {
    right: -5px;
  }

  .navList_content_list_link:hover .navList_content_arrowSvg {
    right: -5px;
  }
}
@media all and (-ms-high-contrast: none) {
  .navList_content_link:hover .navList_content_arrowSvg {
    right: -5px;
  }

  .navList_content_list_link:hover .navList_content_arrowSvg {
    right: -5px;
  }
}
.navList_center {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (max-width: 1024px) {
  .navList_center {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .navList_center {
    width: 38.3333333333%;
    padding: 0 60px;
  }
}
.navList_right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (max-width: 1024px) {
  .navList_right {
    width: 100%;
    margin-top: 30px;
    padding: 20px 0 0 0;
    border-top: 1px solid #808080;
  }
}
@media print, screen and (min-width: 1025px) {
  .navList_right {
    width: 33.3333333333%;
    padding: 0 0 0 60px;
  }
}
.navList_right_button {
  margin-top: 40px;
}

@media print, screen and (max-width: 1024px) {
  .navList_right_button {
    display: block;
  }
}
@media print, screen and (min-width: 1025px) {
  .navList_right_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.navList_right_download {
  margin-right: 10px;
  background-color: #fff;
}

@media print, screen and (max-width: 1024px) {
  .navList_right_download {
    margin: 0 0 20px 0;
    width: 100%;
    height: 106px;
  }
}
@media print, screen and (min-width: 1025px) {
  .navList_right_download {
    margin: 0 10px 10px 0;
    width: 154px;
    height: 138px;
  }
}
.navList_right_downloadButton {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #00BFB3;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media print, screen and (max-width: 1024px) {
  .navList_right_downloadButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    height: 106px;
  }
}
@media print, screen and (min-width: 1025px) {
  .navList_right_downloadButton {
    display: block;
    padding: 26px 5px;
    height: 138px;
  }
}
@media (hover: hover) {
  .navList_right_downloadButton:hover {
    opacity: 0.6;
  }
}
@media all and (-ms-high-contrast: none) {
  .navList_right_downloadButton:hover {
    opacity: 0.6;
  }
}
.navList_right_downloadIcon {
  position: relative;
}

@media print, screen and (max-width: 1024px) {
  .navList_right_downloadIcon {
    margin-right: 12px;
    width: 66px;
    height: 66px;
    background: #fff;
  }
}
@media print, screen and (min-width: 1025px) {
  .navList_right_downloadIcon {
    margin: 0 auto 10px;
    width: 32px;
    height: 32px;
  }
}
@media print, screen and (max-width: 1024px) {
  .navList_right_downloadIcon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 1025px) {
  .navList_right_downloadIcon img {
    width: 32px;
    height: 32px;
  }
}
.navList_right_downloadText {
  text-align: center;
  font-weight: 500;
  line-height: 2.4rem;
}

.navList_right_inquiry {
  background-color: #fff;
}

@media print, screen and (max-width: 1024px) {
  .navList_right_inquiry {
    margin: 0 0 20px 0;
    width: 100%;
    height: 106px;
  }
}
@media print, screen and (min-width: 1025px) {
  .navList_right_inquiry {
    margin: 0;
    width: 154px;
    margin-bottom: 10px;
  }
}
.navList_right_inquiryButton {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 138px;
  background: #808080;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media print, screen and (max-width: 1024px) {
  .navList_right_inquiryButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    height: 106px;
  }
}
@media print, screen and (min-width: 1025px) {
  .navList_right_inquiryButton {
    display: block;
    padding: 32px 5px 38px;
    height: 138px;
  }
}
@media (hover: hover) {
  .navList_right_inquiryButton:hover {
    opacity: 0.6;
  }
}
@media all and (-ms-high-contrast: none) {
  .navList_right_inquiryButton:hover {
    opacity: 0.6;
  }
}
.navList_right_inquiryIcon {
  position: relative;
}

@media print, screen and (max-width: 1024px) {
  .navList_right_inquiryIcon {
    margin-right: 15px;
    width: 66px;
    height: 66px;
    background: #fff;
  }
}
@media print, screen and (min-width: 1025px) {
  .navList_right_inquiryIcon {
    margin: 0 auto 27px;
    width: 34px;
    height: 25px;
  }
}
@media print, screen and (max-width: 1024px) {
  .navList_right_inquiryIcon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 41px;
    height: 30px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 1025px) {
  .navList_right_inquiryIcon img {
    width: 34px;
    height: 25px;
  }
}
.navList_right_inquiryText {
  text-align: center;
  font-weight: 500;
}

.navList_content_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: 1px solid #808080;
}

/* ==============================================
  スマホメニュー内ボタン
=============================================== */
.navListButton_list {
  display: none;
}

.nav .navListButton_list {
  display: block;
  margin-top: 30px;
}

.navListButton_list_item {
  margin: 0;
  background-color: #fff;
  border-radius: 43px;
  width: 100%;
  height: 76px;
}

.navListButton_list_item:first-child {
  margin-bottom: 20px;
}

.navListButton_list_link {
  width: 100% !important;
  height: 76px;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 43px;
}

.navListButton_list_linkArrow {
  right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  .navListButton_list_link:hover .navListButton_list_linkArrow {
    right: 10px;
  }
}
@media all and (-ms-high-contrast: none) {
  .navListButton_list_link:hover .navListButton_list_linkArrow {
    right: 10px;
  }
}
/* ==============================================
  ヘッダー色が変わった時
=============================================== */
.header.changeColor {
  background: #fff;
}

.header.changeColor .workSwitch_logo_svg {
  fill: #808080;
}

.header.changeColor .headerMenuList_item_link {
  color: #000;
}

.header.changeColor .headerMenuList_item_link:after {
  background: #00BFB3;
}

.header.changeColor .headerMenuList_item_link:hover {
  color: #00BFB3;
}

.header.changeColor .headerMenuList_item_link.is-active {
  color: #00BFB3;
}

@media print, screen and (max-width: 1024px) {
  .header.changeColor .drawerArea_contents_buttonBurger {
    border: 1px solid #00BFB3;
  }
}
@media print, screen and (min-width: 1025px) {
  .header.changeColor .drawerArea_contents_buttonBurger {
    border: 2px solid #00BFB3;
  }
}
.header.changeColor .drawerArea_contents_buttonBurger .buttonBurger_icon-top {
  background: #00BFB3;
}

.header.changeColor .drawerArea_contents_buttonBurger .buttonBurger_icon-top.cross {
  background: transparent;
}

.header.changeColor .drawerArea_contents_buttonBurger .buttonBurger_icon-middle {
  background: #00BFB3;
}

.header.changeColor .drawerArea_contents_buttonBurger .buttonBurger_icon-bottom {
  background: #00BFB3;
}

@media print, screen and (min-width: 1025px) {
  .header.changeColor .drawerArea_contents_buttonBurger:hover {
    background: #00BFB3;
  }
}
.header.changeColor .drawerArea_contents_buttonBurger:hover .buttonBurger_icon-top {
  background: #fff;
}

.header.changeColor .drawerArea_contents_buttonBurger:hover .buttonBurger_icon-middle {
  background: #fff;
}

.header.changeColor .drawerArea_contents_buttonBurger:hover .buttonBurger_icon-bottom {
  background: #fff;
}

.c-sectionWrap {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (max-width: 767px) {
  .c-sectionWrap {
    padding: 40px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-sectionWrap {
    padding: 60px 83px;
  }
}
.c-sectionTitle {
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #000;
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .c-sectionTitle {
    margin-bottom: 20px;
    font-size: 24px;
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-sectionTitle {
    margin-bottom: 40px;
    font-size: 30px;
    padding-bottom: 16px;
  }
}
.c-sectionTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0px;
  right: 0px;
  width: 40px;
  height: 2px;
  background-color: #FF8200;
}

@media print, screen and (max-width: 767px) {
  .c-title {
    margin-bottom: 20px;
    background: url(/wp-content/themes/icto/assets/images/title_bg_sp.png) center center/78px 88px no-repeat;
  }
}
@media print, screen and (min-width: 768px) {
  .c-title {
    margin-bottom: 40px;
    height: 132px;
    background: url(/wp-content/themes/icto/assets/images/title_bg.png) center center/116px 132px no-repeat;
  }
}
.c-titleTopPage {
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .c-titleTopPage {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-titleTopPage {
    font-size: 3.8rem;
  }
}
.c-subTitleTopPage {
  position: relative;
  font-family: "Alex Brush", cursive, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  color: #FFD8B1;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .c-subTitleTopPage {
    top: 10px;
    font-size: 4.6rem;
    line-height: 0.8em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-subTitleTopPage {
    top: 10px;
    font-size: 7rem;
    line-height: 0.8em;
  }
}
.c-titleSinglePageHead {
  border-bottom: 1px solid #EFEFF0;
  color: #002855;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
}

@media print, screen and (max-width: 767px) {
  .c-titleSinglePageHead {
    padding-bottom: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-titleSinglePageHead {
    padding-bottom: 30px;
  }
}
.c-titleSection {
  border-bottom: 2px solid #EFEFF0;
  color: #002855;
  font-weight: 500;
}

@media print, screen and (max-width: 767px) {
  .c-titleSection {
    padding-bottom: 24px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-titleSection {
    padding-bottom: 22px;
    font-size: 2.4rem;
  }
}
.c-labelSolidList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -4px;
}

.c-labelSolidList_node {
  padding: 4px;
}

.c-labelSolidList_node_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 155px;
  height: 100%;
  padding: 4px 4px 5px;
  background-color: #F0F3F7;
  font-size: 1.4rem;
  color: #002855;
  font-weight: 300;
  text-align: center;
}

.c-labelBorderList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

.c-labelBorderList_node {
  padding: 5px;
}

.c-labelBorderList_node_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 20px;
  border: 1px solid #000;
  font-size: 1.4rem;
  font-weight: 300;
}

.c-buttonBorderWht, .c-buttonBorderBlk {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 300px;
  height: 50px;
  border-radius: 35px;
  font-size: 1.6rem;
}

.c-buttonBorderBlk {
  border: 1px solid #000;
  color: #000;
  -webkit-transition: border 0.2s ease, color 0.2s ease, background 0.2s ease;
  transition: border 0.2s ease, color 0.2s ease, background 0.2s ease;
}

@media (hover: hover) {
  .c-buttonBorderBlk:hover {
    background-color: #EFEFF0;
    border: 1px solid #EFEFF0;
    color: #fff;
  }
}
@media all and (-ms-high-contrast: none) {
  .c-buttonBorderBlk:hover {
    background-color: #EFEFF0;
    border: 1px solid #EFEFF0;
    color: #fff;
  }
}
.c-buttonBorderWht {
  border: 1px solid #fff;
  color: #fff;
}

.c-buttonArrowBorderOrange, .c-buttonArrowBorderWht, .c-buttonArrowBorderNavy {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px;
  border-radius: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  .c-buttonArrowBorderOrange:hover, .c-buttonArrowBorderWht:hover, .c-buttonArrowBorderNavy:hover {
    opacity: 0.6;
  }
}
@media all and (-ms-high-contrast: none) {
  .c-buttonArrowBorderOrange:hover, .c-buttonArrowBorderWht:hover, .c-buttonArrowBorderNavy:hover {
    opacity: 0.6;
  }
}
.c-buttonArrowBorderOrange_text, .c-buttonArrowBorderWht_text, .c-buttonArrowBorderNavy_text {
  position: relative;
  margin-right: 30px;
  font-size: 1.6rem;
}

.c-buttonArrowBorderNavy {
  border: 1px solid #002855;
}

.c-buttonArrowBorderNavy_text {
  color: #002855;
}

.c-buttonArrowBorderWht {
  border: 1px solid #fff;
}

.c-buttonArrowBorderWht_text {
  color: #fff;
}

.c-buttonArrowBorderOrange {
  background: #fff;
  border: 2px solid #FF8200;
  padding: 12px 20px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.c-buttonArrowBorderOrange_text {
  color: #FF8200;
}

.headerMenuButton_list_linkOrange {
  font-size: 16px;
}

@media print, screen and (min-width: 1025px) and (max-width: 1310px) {
  .headerMenuButton_list_linkOrange {
    font-size: 14px;
  }
}
.c-buttonArrowBgOrange {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px;
  border-radius: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  .c-buttonArrowBgOrange:hover {
    opacity: 0.8;
  }
}
@media all and (-ms-high-contrast: none) {
  .c-buttonArrowBgOrange:hover {
    opacity: 0.8;
  }
}
.c-buttonArrowBgOrange {
  color: #fff;
  border: 2px solid #FF8200;
  background-color: #FF8200;
}

.c-buttonTextWht {
  color: #fff;
}

.c-buttonTextOrange {
  color: #FF8200;
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  color: #fff;
  margin: 50px auto;
  background: #000;
}

@media print, screen and (max-width: 767px) {
  .c-button {
    width: 315px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-button {
    width: 345px;
  }
}
.footer {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  [data-page=sitemap] .footer, [data-page=document] .footer {
    margin-top: 0;
  }
}
/*=============================================

	お問い合わせエリア

==============================================*/
.contact {
  background-color: #FFF1D1;
}

@media print, screen and (max-width: 767px) {
  .contact {
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .contact {
    padding: 60px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .contactContents {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .contactContents {
    padding: 0 83px;
  }
}
.contactContents_title_subTitle {
  font-family: "Alex Brush", cursive, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  color: #FF8200;
  font-weight: 700;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .contactContents_title_subTitle {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .contactContents_title_subTitle {
    font-size: 4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .contactContents_title_title {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .contactContents_title_title {
    margin-bottom: 40px;
  }
}
.contactContents_text {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .contactContents_text {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .contactContents_text {
    margin-bottom: 40px;
  }
}
.contactContents_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 767px) {
  .contactContents_button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .contactContents_button {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}
.contactContents_buttonDetail, .contactContents_buttonDetail-two, .contactContents_buttonDetail-one {
  background: #fff;
}

@media print, screen and (max-width: 767px) {
  .contactContents_buttonDetail, .contactContents_buttonDetail-two, .contactContents_buttonDetail-one {
    width: 100%;
    height: 60px;
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .contactContents_buttonDetail, .contactContents_buttonDetail-two, .contactContents_buttonDetail-one {
    width: 47.2%;
    height: 69px;
    border-radius: 35px;
  }
}
.contactContents_buttonDetail-one {
  margin-bottom: 15px;
}

.contactContents_buttonLink, .contactContents_buttonLink-two, .contactContents_buttonLink-one {
  font-weight: bold;
}

@media print, screen and (max-width: 767px) {
  .contactContents_buttonLink, .contactContents_buttonLink-two, .contactContents_buttonLink-one {
    width: 100%;
    height: 60px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .contactContents_buttonLink, .contactContents_buttonLink-two, .contactContents_buttonLink-one {
    width: 100%;
    height: 69px;
    font-size: 2rem;
  }
}
.contactContents_buttonLink-one {
  color: #fff;
}

.contactContents_buttonLink-two {
  color: #FF8200;
  border: 2px solid #FF8200;
}

.contactContents_buttonArrow {
  right: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  .contactContents_buttonLink:hover .contactContents_buttonArrow, .contactContents_buttonLink-one:hover .contactContents_buttonArrow, .contactContents_buttonLink-two:hover .contactContents_buttonArrow {
    right: 20px;
  }
}
@media all and (-ms-high-contrast: none) {
  .contactContents_buttonLink:hover .contactContents_buttonArrow, .contactContents_buttonLink-one:hover .contactContents_buttonArrow, .contactContents_buttonLink-two:hover .contactContents_buttonArrow {
    right: 20px;
  }
}
/*=============================================

	フッターナビエリア

==============================================*/
.footerNav_area {
  background: #53565A;
  color: #fff;
}

@media print, screen and (max-width: 767px) {
  .footerNav_area {
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .footerNav_area {
    padding: 60px 0;
  }
}
/*=============================================

	PPTロゴエリア

==============================================*/
.footerCompany {
  background: #002855;
}

@media print, screen and (max-width: 1024px) {
  .footerCompany {
    padding: 0 0 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerCompany {
    padding: 0 0 90px;
  }
}
@media print, screen and (max-width: 1024px) {
  .footerCompany_contents {
    display: block;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerCompany_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (max-width: 1024px) {
  .footerCompany_contents_logo {
    text-align: center;
  }
}
.footerCompany_contents_copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

@media print, screen and (max-width: 1024px) {
  .footerCompany_contents_copyright {
    margin-top: 15px;
    text-align: center;
    line-height: 20px;
  }
}
/*=============================================

	PHDロゴエリア

==============================================*/
.footerGroup {
  padding: 25px 0;
  background: #9F9F9F;
}

@media print, screen and (max-width: 1024px) {
  .footerGroup {
    padding: 5px 0 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerGroup {
    padding: 37.1px 0 19.4px;
  }
}
@media print, screen and (max-width: 1024px) {
  .single-document .footerGroup {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .footerGroup_contents {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .footerGroup_contents {
    padding: 0 83px;
  }
}
@media print, screen and (max-width: 767px) {
  .footerGroup_contents_list {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .footerGroup_contents_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 30px;
  }
}
.footerGroup_contents_listItemLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .footerGroup_contents_listItemLink {
    padding-right: 60px;
  }

  .footerGroup_contents_listItemLink:hover {
    font-weight: bold;
  }
}
@media print, screen and (min-width: 768px) {
  .footerGroup_contents_listBlank {
    right: 30px;
  }
}
.footerGroup_contentsLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (max-width: 1024px) {
  .footerGroup_contentsLogo_logo {
    width: 123px;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerGroup_contentsLogo_logo {
    width: 240px;
  }
}
@media print, screen and (max-width: 1024px) {
  .footerGroup_contentsLogo_logo svg {
    width: 123px;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerGroup_contentsLogo_logo svg {
    width: 240px;
  }
}
@media print, screen and (max-width: 1024px) {
  .footerGroup_contentsLogo_workLaugh {
    width: 148px;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerGroup_contentsLogo_workLaugh {
    width: 300px;
  }
}
@media print, screen and (max-width: 1024px) {
  .footerGroup_contentsLogo_workLaugh svg {
    width: 148px;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerGroup_contentsLogo_workLaugh svg {
    width: 300px;
  }
}
.footerGroup_copyright {
  font-family: "Montserrat", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}

@media print, screen and (max-width: 1024px) {
  .footerGroup_copyright {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerGroup_copyright {
    margin-top: 33.9px;
  }
}
@media print, screen and (max-width: 767px) {
  .wrapper {
    margin-top: 68px;
  }
}
@media print, screen and (min-width: 768px) {
  .wrapper {
    margin-top: 80px;
  }
}
/*=============================================

	大見出し

==============================================*/
/*-----------------------------------
	中見だし
------------------------------------*/




