@charset "UTF-8";
/*
Theme Name: テクノナガイ採用
Description: テクノナガイ採用サイト用子テーマ
Author: （有）アド・ファクトリー
Author URI: http://able-pro.com
Version: 0.0.1
*/
/*--------------------------------------------------
リセット用CSS
--------------------------------------------------*/
/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 2 */
  background-repeat: no-repeat; /* 1 */
}
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}
/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  -moz-tab-size: 4; /* 4 */
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  font-family:
    system-ui,
    /* macOS 10.11-10.12 */ -apple-system,
    /* Windows 6+ */ Segoe UI,
    /* Android 4+ */ Roboto,
    /* Ubuntu 10.10+ */ Ubuntu,
    /* Gnome 3+ */ Cantarell,
    /* KDE Plasma 5+ */ Noto Sans,
    /* fallback */ sans-serif,
    /* macOS emoji */ "Apple Color Emoji",
    /* Windows emoji */ "Segoe UI Emoji",
    /* Windows emoji */ "Segoe UI Symbol",
    /* Linux emoji */ "Noto Color Emoji"; /* 2 */

  line-height: 1.15; /* 3 */
  word-break: break-word; /* 6 */
  cursor: default; /* 1 */
  -o-tab-size: 4;
     tab-size: 4; /* 4 */
}
/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}
/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family:
    /* macOS 10.10+ */ Menlo,
    /* Windows 6+ */ Consolas,
    /* Android 4+ */ Roboto Mono,
    /* Ubuntu 10.10+ */ Ubuntu Monospace,
    /* KDE Plasma 5+ */ Noto Mono,
    /* KDE Plasma 4+ */ Oxygen Mono,
    /* Linux/OpenOffice fallback */ Liberation Mono,
    /* fallback */ monospace; /* 1 */

  font-size: 1em; /* 2 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family:
    /* macOS 10.10+ */ Menlo,
    /* Windows 6+ */ Consolas,
    /* Android 4+ */ Roboto Mono,
    /* Ubuntu 10.10+ */ Ubuntu Monospace,
    /* KDE Plasma 5+ */ Noto Mono,
    /* KDE Plasma 4+ */ Oxygen Mono,
    /* Linux/OpenOffice fallback */ Liberation Mono,
    /* fallback */ monospace; /* 1 */

  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}
/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}
/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}
/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  padding: 1em;
  border: solid;
  background-color: white;
  color: black;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}
/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}
/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
/*--------------------------------------------------
各種初期設定
--------------------------------------------------*/
@font-face {
  src: local("Yu Gothic Medium");
  font-family: YuGothicM;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 2.0rem;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a.mobileLink {
  color: #000;
  text-decoration: none;
}
ul,
ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.disc {
  padding-left: 1em;
}
ul.disc,
ul.disc li {
  list-style-position: inside;
  list-style-type: disc;
}
p {
  margin: 0;
  line-height: 1.6;
}
p + * {
  margin-top: 1em;
}
/*--------------------------------------------------
汎用クラス
--------------------------------------------------*/
.tab-visible {
  display: none;
}
.tabyoko-visible {
  display: none;
}
.pc-visible {
  display: none;
}
.pcbig-visible {
  display: none;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.inline-block {
  *zoom: 1;
  display: inline-block;
  *display: inline;
}
.hantoumei {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hantoumei:hover {
  -moz-opacity: 0.60;
  filter: alpha(opacity=60);
  opacity: 0.60;
}
.fz10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}
.fz11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}
.fz12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}
.fz13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}
.fz14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}
.fz15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}
.fz16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}
.fz17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}
.fz18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}
.fz19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}
.fz20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}
.fz21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}
.fz22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}
.fz23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}
.fz24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}
.fz25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}
.fz26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}
.fz27 {
  font-size: 27px !important;
  font-size: 2.7rem !important;
}
.fz28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}
.fz29 {
  font-size: 29px !important;
  font-size: 2.9rem !important;
}
.fz30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}
.fw100 {
  font-weight: 100 !important;
}
.fw200 {
  font-weight: 200 !important;
}
.fw300 {
  font-weight: 300 !important;
}
.fw400 {
  font-weight: 400 !important;
}
.fw500 {
  font-weight: 500 !important;
}
.fw600 {
  font-weight: 600 !important;
}
.fw700 {
  font-weight: 700 !important;
}
.bold {
  font-weight: bold;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.sp-text-center {
  text-align: center !important;
}
.tab-text-center {
  text-align: left !important;
}
.tabyoko-text-center {
  text-align: left !important;
}
.pc-text-center {
  text-align: left !important;
}
.pcbig-text-center {
  text-align: left !important;
}
.tabless-text-center {
  text-align: center !important;
}
.tabyokoless-text-center {
  text-align: center !important;
}
.pcless-text-center {
  text-align: center !important;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.note {
  font-size: 1.2rem;
}
.important {
  color: #f00;
}
.caution {
  color: #ff0;
}
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.ml85 {
  margin-left: 85px !important;
}
.mr85 {
  margin-right: 85px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.pl85 {
  padding-left: 85px !important;
}
.pr85 {
  padding-right: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.pl95 {
  padding-left: 95px !important;
}
.pr95 {
  padding-right: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml100 {
  margin-left: 100px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pl100 {
  padding-left: 100px !important;
}
.pr100 {
  padding-right: 100px !important;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.col > * {
  width: 100%;
}
.col > .sp-1 {
  width: 8.33333%;
}
.col > .offset-sp-1 {
  margin-left: 8.33333%;
}
.col > .sp-2 {
  width: 16.66667%;
}
.col > .offset-sp-2 {
  margin-left: 16.66667%;
}
.col > .sp-3 {
  width: 25%;
}
.col > .offset-sp-3 {
  margin-left: 25%;
}
.col > .sp-4 {
  width: 33.33333%;
}
.col > .offset-sp-4 {
  margin-left: 33.33333%;
}
.col > .sp-5 {
  width: 41.66667%;
}
.col > .offset-sp-5 {
  margin-left: 41.66667%;
}
.col > .sp-6 {
  width: 50%;
}
.col > .offset-sp-6 {
  margin-left: 50%;
}
.col > .sp-7 {
  width: 58.33333%;
}
.col > .offset-sp-7 {
  margin-left: 58.33333%;
}
.col > .sp-8 {
  width: 66.66667%;
}
.col > .offset-sp-8 {
  margin-left: 66.66667%;
}
.col > .sp-9 {
  width: 75%;
}
.col > .offset-sp-9 {
  margin-left: 75%;
}
.col > .sp-10 {
  width: 83.33333%;
}
.col > .offset-sp-10 {
  margin-left: 83.33333%;
}
.col > .sp-11 {
  width: 91.66667%;
}
.col > .offset-sp-11 {
  margin-left: 91.66667%;
}
.col > .sp-12 {
  width: 100%;
}
.col > .offset-sp-12 {
  margin-left: 100%;
}
.col.gutter-5 {
  width: calc(100% + 5px);
  margin-right: -5px;
}
.col.gutter-5 > * {
  margin-right: 5px;
  margin-bottom: 5px;
}
.col.gutter-5 > .sp-1 {
  width: calc(8.33333% - 5px);
}
.col.gutter-5 > .sp-2 {
  width: calc(16.66667% - 5px);
}
.col.gutter-5 > .sp-3 {
  width: calc(25% - 5px);
}
.col.gutter-5 > .sp-4 {
  width: calc(33.33333% - 5px);
}
.col.gutter-5 > .sp-5 {
  width: calc(41.66667% - 5px);
}
.col.gutter-5 > .sp-6 {
  width: calc(50% - 5px);
}
.col.gutter-5 > .sp-7 {
  width: calc(58.33333% - 5px);
}
.col.gutter-5 > .sp-8 {
  width: calc(66.66667% - 5px);
}
.col.gutter-5 > .sp-9 {
  width: calc(75% - 5px);
}
.col.gutter-5 > .sp-10 {
  width: calc(83.33333% - 5px);
}
.col.gutter-5 > .sp-11 {
  width: calc(91.66667% - 5px);
}
.col.gutter-5 > .sp-12 {
  width: calc(100% - 5px);
}
.col.gutter-10 {
  width: calc(100% + 10px);
  margin-right: -10px;
}
.col.gutter-10 > * {
  margin-right: 10px;
  margin-bottom: 10px;
}
.col.gutter-10 > .sp-1 {
  width: calc(8.33333% - 10px);
}
.col.gutter-10 > .sp-2 {
  width: calc(16.66667% - 10px);
}
.col.gutter-10 > .sp-3 {
  width: calc(25% - 10px);
}
.col.gutter-10 > .sp-4 {
  width: calc(33.33333% - 10px);
}
.col.gutter-10 > .sp-5 {
  width: calc(41.66667% - 10px);
}
.col.gutter-10 > .sp-6 {
  width: calc(50% - 10px);
}
.col.gutter-10 > .sp-7 {
  width: calc(58.33333% - 10px);
}
.col.gutter-10 > .sp-8 {
  width: calc(66.66667% - 10px);
}
.col.gutter-10 > .sp-9 {
  width: calc(75% - 10px);
}
.col.gutter-10 > .sp-10 {
  width: calc(83.33333% - 10px);
}
.col.gutter-10 > .sp-11 {
  width: calc(91.66667% - 10px);
}
.col.gutter-10 > .sp-12 {
  width: calc(100% - 10px);
}
.col.gutter-15 {
  width: calc(100% + 15px);
  margin-right: -15px;
}
.col.gutter-15 > * {
  margin-right: 15px;
  margin-bottom: 15px;
}
.col.gutter-15 > .sp-1 {
  width: calc(8.33333% - 15px);
}
.col.gutter-15 > .sp-2 {
  width: calc(16.66667% - 15px);
}
.col.gutter-15 > .sp-3 {
  width: calc(25% - 15px);
}
.col.gutter-15 > .sp-4 {
  width: calc(33.33333% - 15px);
}
.col.gutter-15 > .sp-5 {
  width: calc(41.66667% - 15px);
}
.col.gutter-15 > .sp-6 {
  width: calc(50% - 15px);
}
.col.gutter-15 > .sp-7 {
  width: calc(58.33333% - 15px);
}
.col.gutter-15 > .sp-8 {
  width: calc(66.66667% - 15px);
}
.col.gutter-15 > .sp-9 {
  width: calc(75% - 15px);
}
.col.gutter-15 > .sp-10 {
  width: calc(83.33333% - 15px);
}
.col.gutter-15 > .sp-11 {
  width: calc(91.66667% - 15px);
}
.col.gutter-15 > .sp-12 {
  width: calc(100% - 15px);
}
.col.gutter-20 {
  width: calc(100% + 20px);
  margin-right: -20px;
}
.col.gutter-20 > * {
  margin-right: 20px;
  margin-bottom: 20px;
}
.col.gutter-20 > .sp-1 {
  width: calc(8.33333% - 20px);
}
.col.gutter-20 > .sp-2 {
  width: calc(16.66667% - 20px);
}
.col.gutter-20 > .sp-3 {
  width: calc(25% - 20px);
}
.col.gutter-20 > .sp-4 {
  width: calc(33.33333% - 20px);
}
.col.gutter-20 > .sp-5 {
  width: calc(41.66667% - 20px);
}
.col.gutter-20 > .sp-6 {
  width: calc(50% - 20px);
}
.col.gutter-20 > .sp-7 {
  width: calc(58.33333% - 20px);
}
.col.gutter-20 > .sp-8 {
  width: calc(66.66667% - 20px);
}
.col.gutter-20 > .sp-9 {
  width: calc(75% - 20px);
}
.col.gutter-20 > .sp-10 {
  width: calc(83.33333% - 20px);
}
.col.gutter-20 > .sp-11 {
  width: calc(91.66667% - 20px);
}
.col.gutter-20 > .sp-12 {
  width: calc(100% - 20px);
}
.col.gutter-25 {
  width: calc(100% + 25px);
  margin-right: -25px;
}
.col.gutter-25 > * {
  margin-right: 25px;
  margin-bottom: 25px;
}
.col.gutter-25 > .sp-1 {
  width: calc(8.33333% - 25px);
}
.col.gutter-25 > .sp-2 {
  width: calc(16.66667% - 25px);
}
.col.gutter-25 > .sp-3 {
  width: calc(25% - 25px);
}
.col.gutter-25 > .sp-4 {
  width: calc(33.33333% - 25px);
}
.col.gutter-25 > .sp-5 {
  width: calc(41.66667% - 25px);
}
.col.gutter-25 > .sp-6 {
  width: calc(50% - 25px);
}
.col.gutter-25 > .sp-7 {
  width: calc(58.33333% - 25px);
}
.col.gutter-25 > .sp-8 {
  width: calc(66.66667% - 25px);
}
.col.gutter-25 > .sp-9 {
  width: calc(75% - 25px);
}
.col.gutter-25 > .sp-10 {
  width: calc(83.33333% - 25px);
}
.col.gutter-25 > .sp-11 {
  width: calc(91.66667% - 25px);
}
.col.gutter-25 > .sp-12 {
  width: calc(100% - 25px);
}
.col.gutter-30 {
  width: calc(100% + 30px);
  margin-right: -30px;
}
.col.gutter-30 > * {
  margin-right: 30px;
  margin-bottom: 30px;
}
.col.gutter-30 > .sp-1 {
  width: calc(8.33333% - 30px);
}
.col.gutter-30 > .sp-2 {
  width: calc(16.66667% - 30px);
}
.col.gutter-30 > .sp-3 {
  width: calc(25% - 30px);
}
.col.gutter-30 > .sp-4 {
  width: calc(33.33333% - 30px);
}
.col.gutter-30 > .sp-5 {
  width: calc(41.66667% - 30px);
}
.col.gutter-30 > .sp-6 {
  width: calc(50% - 30px);
}
.col.gutter-30 > .sp-7 {
  width: calc(58.33333% - 30px);
}
.col.gutter-30 > .sp-8 {
  width: calc(66.66667% - 30px);
}
.col.gutter-30 > .sp-9 {
  width: calc(75% - 30px);
}
.col.gutter-30 > .sp-10 {
  width: calc(83.33333% - 30px);
}
.col.gutter-30 > .sp-11 {
  width: calc(91.66667% - 30px);
}
.col.gutter-30 > .sp-12 {
  width: calc(100% - 30px);
}
.col.gutter-35 {
  width: calc(100% + 35px);
  margin-right: -35px;
}
.col.gutter-35 > * {
  margin-right: 35px;
  margin-bottom: 35px;
}
.col.gutter-35 > .sp-1 {
  width: calc(8.33333% - 35px);
}
.col.gutter-35 > .sp-2 {
  width: calc(16.66667% - 35px);
}
.col.gutter-35 > .sp-3 {
  width: calc(25% - 35px);
}
.col.gutter-35 > .sp-4 {
  width: calc(33.33333% - 35px);
}
.col.gutter-35 > .sp-5 {
  width: calc(41.66667% - 35px);
}
.col.gutter-35 > .sp-6 {
  width: calc(50% - 35px);
}
.col.gutter-35 > .sp-7 {
  width: calc(58.33333% - 35px);
}
.col.gutter-35 > .sp-8 {
  width: calc(66.66667% - 35px);
}
.col.gutter-35 > .sp-9 {
  width: calc(75% - 35px);
}
.col.gutter-35 > .sp-10 {
  width: calc(83.33333% - 35px);
}
.col.gutter-35 > .sp-11 {
  width: calc(91.66667% - 35px);
}
.col.gutter-35 > .sp-12 {
  width: calc(100% - 35px);
}
.col.gutter-40 {
  width: calc(100% + 40px);
  margin-right: -40px;
}
.col.gutter-40 > * {
  margin-right: 40px;
  margin-bottom: 40px;
}
.col.gutter-40 > .sp-1 {
  width: calc(8.33333% - 40px);
}
.col.gutter-40 > .sp-2 {
  width: calc(16.66667% - 40px);
}
.col.gutter-40 > .sp-3 {
  width: calc(25% - 40px);
}
.col.gutter-40 > .sp-4 {
  width: calc(33.33333% - 40px);
}
.col.gutter-40 > .sp-5 {
  width: calc(41.66667% - 40px);
}
.col.gutter-40 > .sp-6 {
  width: calc(50% - 40px);
}
.col.gutter-40 > .sp-7 {
  width: calc(58.33333% - 40px);
}
.col.gutter-40 > .sp-8 {
  width: calc(66.66667% - 40px);
}
.col.gutter-40 > .sp-9 {
  width: calc(75% - 40px);
}
.col.gutter-40 > .sp-10 {
  width: calc(83.33333% - 40px);
}
.col.gutter-40 > .sp-11 {
  width: calc(91.66667% - 40px);
}
.col.gutter-40 > .sp-12 {
  width: calc(100% - 40px);
}
.col.gutter-45 {
  width: calc(100% + 45px);
  margin-right: -45px;
}
.col.gutter-45 > * {
  margin-right: 45px;
  margin-bottom: 45px;
}
.col.gutter-45 > .sp-1 {
  width: calc(8.33333% - 45px);
}
.col.gutter-45 > .sp-2 {
  width: calc(16.66667% - 45px);
}
.col.gutter-45 > .sp-3 {
  width: calc(25% - 45px);
}
.col.gutter-45 > .sp-4 {
  width: calc(33.33333% - 45px);
}
.col.gutter-45 > .sp-5 {
  width: calc(41.66667% - 45px);
}
.col.gutter-45 > .sp-6 {
  width: calc(50% - 45px);
}
.col.gutter-45 > .sp-7 {
  width: calc(58.33333% - 45px);
}
.col.gutter-45 > .sp-8 {
  width: calc(66.66667% - 45px);
}
.col.gutter-45 > .sp-9 {
  width: calc(75% - 45px);
}
.col.gutter-45 > .sp-10 {
  width: calc(83.33333% - 45px);
}
.col.gutter-45 > .sp-11 {
  width: calc(91.66667% - 45px);
}
.col.gutter-45 > .sp-12 {
  width: calc(100% - 45px);
}
.col.gutter-50 {
  width: calc(100% + 50px);
  margin-right: -50px;
}
.col.gutter-50 > * {
  margin-right: 50px;
  margin-bottom: 50px;
}
.col.gutter-50 > .sp-1 {
  width: calc(8.33333% - 50px);
}
.col.gutter-50 > .sp-2 {
  width: calc(16.66667% - 50px);
}
.col.gutter-50 > .sp-3 {
  width: calc(25% - 50px);
}
.col.gutter-50 > .sp-4 {
  width: calc(33.33333% - 50px);
}
.col.gutter-50 > .sp-5 {
  width: calc(41.66667% - 50px);
}
.col.gutter-50 > .sp-6 {
  width: calc(50% - 50px);
}
.col.gutter-50 > .sp-7 {
  width: calc(58.33333% - 50px);
}
.col.gutter-50 > .sp-8 {
  width: calc(66.66667% - 50px);
}
.col.gutter-50 > .sp-9 {
  width: calc(75% - 50px);
}
.col.gutter-50 > .sp-10 {
  width: calc(83.33333% - 50px);
}
.col.gutter-50 > .sp-11 {
  width: calc(91.66667% - 50px);
}
.col.gutter-50 > .sp-12 {
  width: calc(100% - 50px);
}
.col {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sort-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse wrap-reverse;
      -ms-flex-flow: row-reverse wrap-reverse;
          flex-flow: row-reverse wrap-reverse;
}
.sort-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sort-vertical-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.content-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.content-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.content-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/*--------------------------------------------------
レイアウト
--------------------------------------------------*/
.wrap {
  overflow: hidden;
}
.site-body {
  min-height: 80vh;
}
.fullwidth {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding-right: calc((100vw - 100%) / 2);
  padding-left: calc((100vw - 100%) / 2);
}
.position-base {
  position: relative;
  width: 100%;
}
.container, .container-middle, .container-small, .container-big {
  padding-right: 10px;
  padding-left: 10px;
}
.container.padding-none,
.container .container-middle,
.container .container-small {
  padding-right: 0;
  padding-left: 0;
}
.block {
  position: relative;
  padding-top: 30px;
  padding-bottom: calc(9.16667vw + 30px);
}
.block:before {
  z-index: 2;
  position: absolute;
  top: -8.76667vw;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 4.58333vw solid transparent;
  border-left: 55vw solid transparent;
  content: '';
}
.block-gray {
  background: #fafafa;
}
.block-gray:before {
  border-right: 55vw solid #fafafa;
  border-bottom: 4.58333vw solid #fafafa;
}
.cross-gray:after {
  z-index: 1;
  position: absolute;
  top: -8.96667vw;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 4.58333vw solid transparent;
  border-right: 55vw solid transparent;
  border-bottom: 4.58333vw solid #fafafa;
  border-left: 55vw solid #fafafa;
  content: '';
}
.horizon-gray:after {
  z-index: 1;
  position: absolute;
  top: -8.86667vw;
  left: 50%;
  width: 100%;
  height: 8.86667vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fafafa;
  content: '';
}
.block-white {
  background: white;
}
.block-white:before {
  border-right: 55vw solid white;
  border-bottom: 4.58333vw solid white;
}
.cross-white:after {
  z-index: 1;
  position: absolute;
  top: -8.96667vw;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 4.58333vw solid transparent;
  border-right: 55vw solid transparent;
  border-bottom: 4.58333vw solid white;
  border-left: 55vw solid white;
  content: '';
}
.horizon-white:after {
  z-index: 1;
  position: absolute;
  top: -8.86667vw;
  left: 50%;
  width: 100%;
  height: 8.86667vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  content: '';
}
.block-blue {
  background: #0067b4;
}
.block-blue:before {
  border-right: 55vw solid #0067b4;
  border-bottom: 4.58333vw solid #0067b4;
}
.cross-blue:after {
  z-index: 1;
  position: absolute;
  top: -8.96667vw;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 4.58333vw solid transparent;
  border-right: 55vw solid transparent;
  border-bottom: 4.58333vw solid #0067b4;
  border-left: 55vw solid #0067b4;
  content: '';
}
.horizon-blue:after {
  z-index: 1;
  position: absolute;
  top: -8.86667vw;
  left: 50%;
  width: 100%;
  height: 8.86667vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #0067b4;
  content: '';
}
.block-black {
  background: black;
  color: #fff !important;
}
.block-black:before {
  border-right: 55vw solid black;
  border-bottom: 4.58333vw solid black;
}
.cross-black:after {
  z-index: 1;
  position: absolute;
  top: -8.96667vw;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 4.58333vw solid transparent;
  border-right: 55vw solid transparent;
  border-bottom: 4.58333vw solid black;
  border-left: 55vw solid black;
  content: '';
}
.horizon-black:after {
  z-index: 1;
  position: absolute;
  top: -8.86667vw;
  left: 50%;
  width: 100%;
  height: 8.86667vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: black;
  content: '';
}
/* ヘッダー
-------------------------------------------------- */
.index-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - (9.16667vw * 2.5));
}
.index-head-logo {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
  font-size: inherit;
  text-align: center;
  width: 100%;
  max-height: 30px;
}
.index-head-title {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: -3.05556vw;
  -webkit-transform: skewY(175.23636deg);
          transform: skewY(175.23636deg);
  color: #fff;
  font-size: 1em;
}
.index-head-title span {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 10px;
  background: #000;
  line-height: 1;
}
.index-head-title span:last-child {
  margin-bottom: 0;
}
.page-head {
  position: relative;
  padding-bottom: 9.16667vw;
  background: #edf458;
  color: #000;
  /*&:before {
    content: '';
    width: 0;
    height: 0;
    border-right: (110vw / 2) solid transparent;
    border-bottom: ($naname-h / 2) solid transparent;
    border-top: ($naname-h / 2) solid $color-main;
    border-left: (110vw / 2) solid $color-main;
    @include box-center(x);
    bottom: -($naname-h - 0.3);
    z-index: -1;
  }*/
}
.head-logo-page {
  padding-left: 10px;
}
.page-head-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.page-title-area {
  padding-top: calc(9.16667vw + 50px);
}
.head-nav ul {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: 60px 10px 10px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.head-nav ul li {
  border-bottom: 1px solid #aaa;
}
.head-nav ul li:first-child {
  border-top: 1px solid #aaa;
}
.head-nav ul li a {
  display: block;
  padding: 35px 0;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.head-nav ul .entry a {
  background: #000;
  color: #fff;
}
.head-nav.show ul {
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
  pointer-events: auto;
}
.head-nav-toggle {
  display: block;
  z-index: 10;
  position: relative;
  width: 38px;
  height: 38px;
  background: url(images/common/toggle.svg) no-repeat center center;
  background-size: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.show .head-nav-toggle {
  background-image: url(images/common/toggle_close.svg);
}
.page-title {
  margin: 0 0 20px;
  -webkit-transform: skewY(175.23636deg);
          transform: skewY(175.23636deg);
  font-size: 2.4rem;
  text-align: center;
}
.page-title span {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 10px;
  background: #000;
  color: #fff;
  line-height: 1;
}
.page-title span:last-child {
  margin-bottom: 0;
}
.page-subtle {
  text-align: center;
}
/* フッター
-------------------------------------------------- */
.site-foot .block {
  padding-bottom: 50px;
}
.site-foot-bottom {
  padding: 20px;
  background: #464646;
}
.copyright {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
/*--------------------------------------------------
コンポーネント
--------------------------------------------------*/
figure {
  margin: 0;
  padding: 0;
}
figure figcaption {
  margin-top: 5px;
  font-size: 1.4rem;
  text-align: center;
}
.link-underline {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  color: #000;
  text-decoration: none;
}
.link-underline::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% + 3em);
  height: 1px;
  background: #000;
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-underline:hover {
  color: #000;
}
.link-underline:hover::before {
  width: 100%;
}
.ribbon-blue {
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.ribbon-blue::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: #0067b4;
  content: '';
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ribbon-blue:hover {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ribbon-blue:hover::before {
  width: 100%;
}
.button {
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  background: #dedede;
  color: #000;
  text-decoration: none;
}
.button-push-old {
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
}
.button-push-old:hover {
  margin: 5px 0 0 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
}
.button-naname {
  display: inline-block;
  z-index: 5;
  position: relative;
  right: 0;
  bottom: -2.29167vw;
  margin-right: 7px;
  margin-bottom: 7px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-transform: skewY(175.23636deg);
          transform: skewY(175.23636deg);
  background: #000;
  color: #fff;
  font-size: 33px;
  font-size: 3.3rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-naname:hover {
  margin-top: 7px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 7px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-push {
  display: inline-block;
  z-index: 3;
  position: relative;
  padding: 10px 47px 17px 40px;
  color: #fff;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-push-right {
  right: 0;
  bottom: -2.29167vw;
}
.button-push-nanameY {
  -webkit-transform: skewY(175.23636deg);
          transform: skewY(175.23636deg);
}
.button-push-nanameX {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.button-push:before, .button-push:after {
  display: block;
  z-index: -1;
  position: absolute;
  width: calc(100% - 7px);
  height: calc(100% - 7px);
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-push:before {
  top: 7px;
  left: 7px;
  background: url(images/common/button_shadow.png) repeat 0 0;
  background-size: 7.5px 11px;
}
.button-push-whiteshadow:before {
  background-image: url(images/common/button_shadow_white.png);
}
.button-push:after {
  top: 0;
  left: 0;
  background: #000;
}
.button-push:hover {
  padding: 17px 40px 10px 47px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-push:hover:before, .button-push:hover:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-push:hover:after {
  top: 7px;
  left: 7px;
}
.chara {
  margin-bottom: 100px;
  font-size: 2.0rem;
  line-height: 2.0;
}
.chara th,
.chara td {
  display: block;
  padding: 10px;
}
.chara th {
  z-index: 1;
  position: relative;
  width: 155px;
  padding-right: 10px;
  background-color: #edf458;
}
.chara th span {
  z-index: 1;
  position: relative;
}

/*
.chara th::before {
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  width: 15px;
  height: 100%;
  background: url(images/common/th_naname.svg) no-repeat center center;
  background-size: 100% 100%;
  content: '';
}
*/


.chara td {
  padding-left: 25px;
}
.shinsotsu-flow li {
  font-size: 2rem;
}
.shinsotsu-flow li + li {
  position: relative;
  margin-top: 2em;
}
.shinsotsu-flow li + li::before {
  position: absolute;
  top: -1.6em;
  left: 0;
  color: #0067b4;
  content: '▼';
}
.faq dt {
  position: relative;
  padding-left: 25px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.faq dt::before {
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 0;
  margin-right: 5px;
  color: #0067b4;
  font-size: 2.4rem;
  content: 'Q';
}
.faq dd {
  position: relative;
  margin-top: 1em;
  margin-left: 0;
  padding: 0;
  padding-left: 25px;
  line-height: 1.6;
}
.faq dd::before {
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 0;
  margin-right: 5px;
  color: #edf458;
  font-size: 2.4rem;
  font-weight: bold;
  content: 'A';
}
.faq dd + dt {
  margin-top: 2em;
}
/*--------------------------------------------------
レスポンシブページネーション
--------------------------------------------------*/
.screen-reader-text{ display: none; }
.pagination {
  margin: 30px auto;
  padding-left: 0;
  list-style-type: none;
}
.nav-links{
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.page-numbers{
  min-width: 36px;
  min-height: 36px;
  border: 1px solid #ddd;
  border-left-width: 0;
  color: #333;
  font-weight: 300;
  line-height: 34px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}
.page-numbers:hover{
  color: #333;
  background-color: #eee;
}
.page-numbers.current{
  pointer-events: none;
  background-color: #ddd;
  cursor: default;
}
.prev.page-numbers, .next.page-numbers{
  position: relative;
}
.prev.page-numbers{
  -webkit-border-radius: 5px 0px 0px 5px / 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px / 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px / 5px 0px 0px 5px;
  border: 1px solid #ddd;
}
.next.page-numbers{
  -webkit-border-radius: 0px 5px 5px 0px / 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px / 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px / 0px 5px 5px 0px;
}
.prev.page-numbers:before, .next.page-numbers:before{
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  position: absolute;
    top: 50%;
    right: 0px;
    left: 0px;
  margin: 0 auto;
  transition: 0.3s;
}
.prev.page-numbers:before{
  border-left: 1px solid #333;
  -webkit-transform: translate(2px,-50%) rotate(-45deg);
  -moz-transform: translate(2px,-50%) rotate(-45deg);
  -ms-transform: translate(2px,-50%) rotate(-45deg);
  -o-transform: translate(2px,-50%) rotate(-45deg);
  transform: translate(2px,-50%) rotate(-45deg);
}
.next.page-numbers:before{
  border-right: 1px solid #333;
  -webkit-transform: translate(-2px,-50%) rotate(45deg);
  -moz-transform: translate(-2px,-50%) rotate(45deg);
  -ms-transform: translate(-2px,-50%) rotate(45deg);
  -o-transform: translate(-2px,-50%) rotate(45deg);
  transform: translate(-2px,-50%) rotate(45deg);
}
/*--------------------------------------------------
Wordpress
--------------------------------------------------*/
.aligncenter {
  display: block;
  margin: 20px auto;
}
.alignright {
  margin: 20px 0;
  text-align: center;
}
.alignleft {
  margin: 20px 0;
  text-align: center;
}
img[class*="wp-image-"], img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}
/*--------------------------------------------------
ページ別
--------------------------------------------------*/
.index-description {
  padding-top: 50px;
}
.index-news-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 1em;
  line-height: 1;
}
.index-news-sepalate {
  display: none;
}
.index-news-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding: 10px 0;
}
.index-news-list a {
  display: block;
  color: #0067b4;
  text-decoration: none;
}
.index-news-list a:hover {
  text-decoration: underline;
}
.index-news-list li + li {
  margin-top: 1em;
}
.index-news-date {
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
}
.index-interview-title {
  z-index: 1;
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  text-align: right;
}
.index-interview-title:before {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 80vw;
  height: 10px;
  background: #70BBE0;
  content: '';
}
.index-itv-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*-webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;*/
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: distribute;
          justify-content: space-evenly;
  margin-top: 50px;
  padding: 0 10px;
}
.index-itv-box {
  display: block;
  position: relative;
  width: 300px;
  height: 300px;
  margin-bottom: 50px;
  color: #000;
}
.index-itv-box p + p {
  margin-top: 0;
}
.index-itv-bg {
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 285px;
  height: 285px;
  background-color: #0067b4;
}
.index-itv-img {
  z-index: 1;
  position: relative;
  width: 285px;
  height: 285px;
}
.index-itv-name {
  z-index: 2;
  position: absolute;
  top: -15px;
  left: 0;
  color: #0067b4;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  text-shadow: 2px 2px 0 white;
}
.index-itv-post {
  z-index: 2;
  position: absolute;
  top: -15px;
  right: 15px;
  font-size: 1.2rem;
  line-height: 1;
}
.index-itv-comment {
  z-index: 2;
  position: absolute;
  right: -10px;
  bottom: 30px;
  -webkit-transform: skewY(170deg);
          transform: skewY(170deg);
  text-align: center;
}
.index-itv-comment span {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 10px;
  background: #000;
  color: #fff;
  line-height: 1;
}
.index-itv-comment span:last-child {
  margin-bottom: 0;
}
.index-works {
  z-index: 1;
  position: relative;
  padding-bottom: 1em;
}
.index-works::before {
  display: block;
  z-index: -1;
  position: absolute;
  right: 100px;
  bottom: 0;
  width: 100vw;
  height: calc(100% - 25px);
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  background: #edf458;
  content: '';
}
.index-works-title {
  margin: 0 0 1em;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}
.index-works-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}
.index-works-img div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding: 0 2px;
}
.index-faq-text {
  padding: 1em 0.5em;
  border: 1px solid #000;
  border-width: 1px 0;
  font-size: 20px;
  font-size: 2rem;
}
.index-bosyu {
  margin: 100px 0;
  padding-bottom: 100%;
  background: url(images/index/bosyu_bg_2025.jpg) no-repeat right bottom;
  background-size: contain;
}
.index-bosyu-title {
  font-size: 30px;
  font-size: 3rem;
}
.index-blog-img {
  display: block;
  width: 100%;
  height: 230px;
}
.index-blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.index-blog-text {
  margin-top: 10px;
  padding-left: 10px;
  border-left: 6px solid #0067b4;
}
.index-blog-date {
  display: block;
  font-weight: bold;
  letter-spacing: 2px;
}
.index-blog-title {
  color: #000;
  text-decoration: none;
}
/*--------------------------------------------------
レスポンシブ
--------------------------------------------------*/
@media (min-width: 600px) {
  a.mobileLink {
    pointer-events: none;
  }
  .sp-visible {
    display: none;
  }
  .tab-visible {
    display: block;
  }
  .tab-none {
    display: none;
  }
  .sp-text-center {
    text-align: left !important;
  }
  .tab-text-center {
    text-align: center !important;
  }
  .col > .tab-1 {
    width: 8.33333%;
  }
  .col > .offset-tab-1 {
    margin-left: 8.33333%;
  }
  .col > .tab-2 {
    width: 16.66667%;
  }
  .col > .offset-tab-2 {
    margin-left: 16.66667%;
  }
  .col > .tab-3 {
    width: 25%;
  }
  .col > .offset-tab-3 {
    margin-left: 25%;
  }
  .col > .tab-4 {
    width: 33.33333%;
  }
  .col > .offset-tab-4 {
    margin-left: 33.33333%;
  }
  .col > .tab-5 {
    width: 41.66667%;
  }
  .col > .offset-tab-5 {
    margin-left: 41.66667%;
  }
  .col > .tab-6 {
    width: 50%;
  }
  .col > .offset-tab-6 {
    margin-left: 50%;
  }
  .col > .tab-7 {
    width: 58.33333%;
  }
  .col > .offset-tab-7 {
    margin-left: 58.33333%;
  }
  .col > .tab-8 {
    width: 66.66667%;
  }
  .col > .offset-tab-8 {
    margin-left: 66.66667%;
  }
  .col > .tab-9 {
    width: 75%;
  }
  .col > .offset-tab-9 {
    margin-left: 75%;
  }
  .col > .tab-10 {
    width: 83.33333%;
  }
  .col > .offset-tab-10 {
    margin-left: 83.33333%;
  }
  .col > .tab-11 {
    width: 91.66667%;
  }
  .col > .offset-tab-11 {
    margin-left: 91.66667%;
  }
  .col > .tab-12 {
    width: 100%;
  }
  .col > .offset-tab-12 {
    margin-left: 100%;
  }
  .col.gutter-5 > .tab-1 {
    width: calc(8.33333% - 5px);
  }
  .col.gutter-5 > .tab-2 {
    width: calc(16.66667% - 5px);
  }
  .col.gutter-5 > .tab-3 {
    width: calc(25% - 5px);
  }
  .col.gutter-5 > .tab-4 {
    width: calc(33.33333% - 5px);
  }
  .col.gutter-5 > .tab-5 {
    width: calc(41.66667% - 5px);
  }
  .col.gutter-5 > .tab-6 {
    width: calc(50% - 5px);
  }
  .col.gutter-5 > .tab-7 {
    width: calc(58.33333% - 5px);
  }
  .col.gutter-5 > .tab-8 {
    width: calc(66.66667% - 5px);
  }
  .col.gutter-5 > .tab-9 {
    width: calc(75% - 5px);
  }
  .col.gutter-5 > .tab-10 {
    width: calc(83.33333% - 5px);
  }
  .col.gutter-5 > .tab-11 {
    width: calc(91.66667% - 5px);
  }
  .col.gutter-5 > .tab-12 {
    width: calc(100% - 5px);
  }
  .col.gutter-10 > .tab-1 {
    width: calc(8.33333% - 10px);
  }
  .col.gutter-10 > .tab-2 {
    width: calc(16.66667% - 10px);
  }
  .col.gutter-10 > .tab-3 {
    width: calc(25% - 10px);
  }
  .col.gutter-10 > .tab-4 {
    width: calc(33.33333% - 10px);
  }
  .col.gutter-10 > .tab-5 {
    width: calc(41.66667% - 10px);
  }
  .col.gutter-10 > .tab-6 {
    width: calc(50% - 10px);
  }
  .col.gutter-10 > .tab-7 {
    width: calc(58.33333% - 10px);
  }
  .col.gutter-10 > .tab-8 {
    width: calc(66.66667% - 10px);
  }
  .col.gutter-10 > .tab-9 {
    width: calc(75% - 10px);
  }
  .col.gutter-10 > .tab-10 {
    width: calc(83.33333% - 10px);
  }
  .col.gutter-10 > .tab-11 {
    width: calc(91.66667% - 10px);
  }
  .col.gutter-10 > .tab-12 {
    width: calc(100% - 10px);
  }
  .col.gutter-15 > .tab-1 {
    width: calc(8.33333% - 15px);
  }
  .col.gutter-15 > .tab-2 {
    width: calc(16.66667% - 15px);
  }
  .col.gutter-15 > .tab-3 {
    width: calc(25% - 15px);
  }
  .col.gutter-15 > .tab-4 {
    width: calc(33.33333% - 15px);
  }
  .col.gutter-15 > .tab-5 {
    width: calc(41.66667% - 15px);
  }
  .col.gutter-15 > .tab-6 {
    width: calc(50% - 15px);
  }
  .col.gutter-15 > .tab-7 {
    width: calc(58.33333% - 15px);
  }
  .col.gutter-15 > .tab-8 {
    width: calc(66.66667% - 15px);
  }
  .col.gutter-15 > .tab-9 {
    width: calc(75% - 15px);
  }
  .col.gutter-15 > .tab-10 {
    width: calc(83.33333% - 15px);
  }
  .col.gutter-15 > .tab-11 {
    width: calc(91.66667% - 15px);
  }
  .col.gutter-15 > .tab-12 {
    width: calc(100% - 15px);
  }
  .col.gutter-20 > .tab-1 {
    width: calc(8.33333% - 20px);
  }
  .col.gutter-20 > .tab-2 {
    width: calc(16.66667% - 20px);
  }
  .col.gutter-20 > .tab-3 {
    width: calc(25% - 20px);
  }
  .col.gutter-20 > .tab-4 {
    width: calc(33.33333% - 20px);
  }
  .col.gutter-20 > .tab-5 {
    width: calc(41.66667% - 20px);
  }
  .col.gutter-20 > .tab-6 {
    width: calc(50% - 20px);
  }
  .col.gutter-20 > .tab-7 {
    width: calc(58.33333% - 20px);
  }
  .col.gutter-20 > .tab-8 {
    width: calc(66.66667% - 20px);
  }
  .col.gutter-20 > .tab-9 {
    width: calc(75% - 20px);
  }
  .col.gutter-20 > .tab-10 {
    width: calc(83.33333% - 20px);
  }
  .col.gutter-20 > .tab-11 {
    width: calc(91.66667% - 20px);
  }
  .col.gutter-20 > .tab-12 {
    width: calc(100% - 20px);
  }
  .col.gutter-25 > .tab-1 {
    width: calc(8.33333% - 25px);
  }
  .col.gutter-25 > .tab-2 {
    width: calc(16.66667% - 25px);
  }
  .col.gutter-25 > .tab-3 {
    width: calc(25% - 25px);
  }
  .col.gutter-25 > .tab-4 {
    width: calc(33.33333% - 25px);
  }
  .col.gutter-25 > .tab-5 {
    width: calc(41.66667% - 25px);
  }
  .col.gutter-25 > .tab-6 {
    width: calc(50% - 25px);
  }
  .col.gutter-25 > .tab-7 {
    width: calc(58.33333% - 25px);
  }
  .col.gutter-25 > .tab-8 {
    width: calc(66.66667% - 25px);
  }
  .col.gutter-25 > .tab-9 {
    width: calc(75% - 25px);
  }
  .col.gutter-25 > .tab-10 {
    width: calc(83.33333% - 25px);
  }
  .col.gutter-25 > .tab-11 {
    width: calc(91.66667% - 25px);
  }
  .col.gutter-25 > .tab-12 {
    width: calc(100% - 25px);
  }
  .col.gutter-30 > .tab-1 {
    width: calc(8.33333% - 30px);
  }
  .col.gutter-30 > .tab-2 {
    width: calc(16.66667% - 30px);
  }
  .col.gutter-30 > .tab-3 {
    width: calc(25% - 30px);
  }
  .col.gutter-30 > .tab-4 {
    width: calc(33.33333% - 30px);
  }
  .col.gutter-30 > .tab-5 {
    width: calc(41.66667% - 30px);
  }
  .col.gutter-30 > .tab-6 {
    width: calc(50% - 30px);
  }
  .col.gutter-30 > .tab-7 {
    width: calc(58.33333% - 30px);
  }
  .col.gutter-30 > .tab-8 {
    width: calc(66.66667% - 30px);
  }
  .col.gutter-30 > .tab-9 {
    width: calc(75% - 30px);
  }
  .col.gutter-30 > .tab-10 {
    width: calc(83.33333% - 30px);
  }
  .col.gutter-30 > .tab-11 {
    width: calc(91.66667% - 30px);
  }
  .col.gutter-30 > .tab-12 {
    width: calc(100% - 30px);
  }
  .col.gutter-35 > .tab-1 {
    width: calc(8.33333% - 35px);
  }
  .col.gutter-35 > .tab-2 {
    width: calc(16.66667% - 35px);
  }
  .col.gutter-35 > .tab-3 {
    width: calc(25% - 35px);
  }
  .col.gutter-35 > .tab-4 {
    width: calc(33.33333% - 35px);
  }
  .col.gutter-35 > .tab-5 {
    width: calc(41.66667% - 35px);
  }
  .col.gutter-35 > .tab-6 {
    width: calc(50% - 35px);
  }
  .col.gutter-35 > .tab-7 {
    width: calc(58.33333% - 35px);
  }
  .col.gutter-35 > .tab-8 {
    width: calc(66.66667% - 35px);
  }
  .col.gutter-35 > .tab-9 {
    width: calc(75% - 35px);
  }
  .col.gutter-35 > .tab-10 {
    width: calc(83.33333% - 35px);
  }
  .col.gutter-35 > .tab-11 {
    width: calc(91.66667% - 35px);
  }
  .col.gutter-35 > .tab-12 {
    width: calc(100% - 35px);
  }
  .col.gutter-40 > .tab-1 {
    width: calc(8.33333% - 40px);
  }
  .col.gutter-40 > .tab-2 {
    width: calc(16.66667% - 40px);
  }
  .col.gutter-40 > .tab-3 {
    width: calc(25% - 40px);
  }
  .col.gutter-40 > .tab-4 {
    width: calc(33.33333% - 40px);
  }
  .col.gutter-40 > .tab-5 {
    width: calc(41.66667% - 40px);
  }
  .col.gutter-40 > .tab-6 {
    width: calc(50% - 40px);
  }
  .col.gutter-40 > .tab-7 {
    width: calc(58.33333% - 40px);
  }
  .col.gutter-40 > .tab-8 {
    width: calc(66.66667% - 40px);
  }
  .col.gutter-40 > .tab-9 {
    width: calc(75% - 40px);
  }
  .col.gutter-40 > .tab-10 {
    width: calc(83.33333% - 40px);
  }
  .col.gutter-40 > .tab-11 {
    width: calc(91.66667% - 40px);
  }
  .col.gutter-40 > .tab-12 {
    width: calc(100% - 40px);
  }
  .col.gutter-45 > .tab-1 {
    width: calc(8.33333% - 45px);
  }
  .col.gutter-45 > .tab-2 {
    width: calc(16.66667% - 45px);
  }
  .col.gutter-45 > .tab-3 {
    width: calc(25% - 45px);
  }
  .col.gutter-45 > .tab-4 {
    width: calc(33.33333% - 45px);
  }
  .col.gutter-45 > .tab-5 {
    width: calc(41.66667% - 45px);
  }
  .col.gutter-45 > .tab-6 {
    width: calc(50% - 45px);
  }
  .col.gutter-45 > .tab-7 {
    width: calc(58.33333% - 45px);
  }
  .col.gutter-45 > .tab-8 {
    width: calc(66.66667% - 45px);
  }
  .col.gutter-45 > .tab-9 {
    width: calc(75% - 45px);
  }
  .col.gutter-45 > .tab-10 {
    width: calc(83.33333% - 45px);
  }
  .col.gutter-45 > .tab-11 {
    width: calc(91.66667% - 45px);
  }
  .col.gutter-45 > .tab-12 {
    width: calc(100% - 45px);
  }
  .col.gutter-50 > .tab-1 {
    width: calc(8.33333% - 50px);
  }
  .col.gutter-50 > .tab-2 {
    width: calc(16.66667% - 50px);
  }
  .col.gutter-50 > .tab-3 {
    width: calc(25% - 50px);
  }
  .col.gutter-50 > .tab-4 {
    width: calc(33.33333% - 50px);
  }
  .col.gutter-50 > .tab-5 {
    width: calc(41.66667% - 50px);
  }
  .col.gutter-50 > .tab-6 {
    width: calc(50% - 50px);
  }
  .col.gutter-50 > .tab-7 {
    width: calc(58.33333% - 50px);
  }
  .col.gutter-50 > .tab-8 {
    width: calc(66.66667% - 50px);
  }
  .col.gutter-50 > .tab-9 {
    width: calc(75% - 50px);
  }
  .col.gutter-50 > .tab-10 {
    width: calc(83.33333% - 50px);
  }
  .col.gutter-50 > .tab-11 {
    width: calc(91.66667% - 50px);
  }
  .col.gutter-50 > .tab-12 {
    width: calc(100% - 50px);
  }
  .container .container-middle {
    max-width: 880px;
  }
  .container .container-small {
    max-width: 720px;
  }
  .container-middle {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  .container-small {
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
  }
  .container-big {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
  }
  .index-head-title {
    font-size: 2em;
  }
  .page-title-area {
    padding-top: 9.16667vw;
  }
  .page-title {
    font-size: 3.6rem;
  }
  .chara th,
  .chara td {
    display: table-cell;
    padding: 15px;
    border: 2px solid transparent;
  }
  .chara td {
    padding-left: 25px;
  }
  .common-title {
    font-size: 3.6rem;
  }
  .title-size {
    font-size: 50px;
    font-size: 5rem;
  }
  .sub-title {
    font-size: 2.8rem;
  }
  .business-title-name {
    font-size: 3.6rem;
  }
  .business-title-catch {
    font-size: 1.8rem;
  }
  .interview-title-img {
    height: 52.08333vw;
  }
  .interview-title-name {
    font-size: 5rem;
  }
  .interview-title-catch {
    font-size: 1.8rem;
  }
  .alignright {
    margin-left: 20px;
    float: right;
  }
  .alignleft {
    margin-right: 20px;
    float: left;
  }
  .index-description p + * {
    margin-top: 2em;
  }
  .index-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index-news-title {
    margin-bottom: 0;
  }
  .index-news-sepalate {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1px;
        -ms-flex: 0 0 1px;
            flex: 0 0 1px;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    width: 1px;
    min-height: 5em;
    margin: 0 30px;
    background: #0067b4;
  }
  .index-news-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
  .index-news-list a {
    display: inline-block;
  }
  .index-interview-title {
    font-size: 50px;
    font-size: 5rem;
  }
  .index-interview-title:before {
    left: 50%;
    width: 50vw;
  }
  .index-itv-list {
    padding: 0;
  }
  .index-itv-comment {
    right: -30px;
  }
  .index-works-title {
    font-size: 50px;
    font-size: 5rem;
  }
  .index-faq-text {
    padding: 2em 1em;
    font-size: 30px;
    font-size: 3rem;
  }
  .index-bosyu-title {
    font-size: 50px;
    font-size: 5rem;
  }
  .index-bosyu {
    min-height: 480px;
    padding-bottom: 0;
    background-position: right bottom;
    /*background-size: 50% auto;*/
  }
}
@media (max-width: 599px) {
  .sp-none {
    display: none;
  }
}
@media (min-width: 900px) {
  .tabyoko-visible {
    display: block;
  }
  .tabyoko-none {
    display: none;
  }
  .tabyoko-text-center {
    text-align: center !important;
  }
  .tabless-text-center {
    text-align: left !important;
  }
  .container {
    width: 100%;
    max-width: 1044px;
    margin: 0 auto;
  }
  .container.padding-none {
    max-width: 1024px;
  }
  .index-head {
    height: 70vh;
  }
  .page-head-top {
    padding: 0;
  }
  .head-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: first baseline;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    opacity: 1;
  }
  .head-nav ul li {
    border: none !important;
    font-size: 16px;
  }
  .head-nav ul li a {
    display: inline-block;
    padding: 35px;
    pointer-events: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .head-nav ul li a:hover {
    color: #b3b3b3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .head-nav-toggle {
    display: none;
  }
  .ribbon-blue::before {
    width: 50vw;
  }
  .index-itv-box {
    margin: 0 40px 50px;
  }
  /*.index-bosyu {
    background-size: 60% auto;
  }*/
}
@media (min-width: 1200px) {
  .pc-visible {
    display: block;
  }
  .pc-none {
    display: none;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .tabyokoless-text-center {
    text-align: left !important;
  }
  .col > .pc-1 {
    width: 8.33333%;
  }
  .col > .offset-pc-1 {
    margin-left: 8.33333%;
  }
  .col > .pc-2 {
    width: 16.66667%;
  }
  .col > .offset-pc-2 {
    margin-left: 16.66667%;
  }
  .col > .pc-3 {
    width: 25%;
  }
  .col > .offset-pc-3 {
    margin-left: 25%;
  }
  .col > .pc-4 {
    width: 33.33333%;
  }
  .col > .offset-pc-4 {
    margin-left: 33.33333%;
  }
  .col > .pc-5 {
    width: 41.66667%;
  }
  .col > .offset-pc-5 {
    margin-left: 41.66667%;
  }
  .col > .pc-6 {
    width: 50%;
  }
  .col > .offset-pc-6 {
    margin-left: 50%;
  }
  .col > .pc-7 {
    width: 58.33333%;
  }
  .col > .offset-pc-7 {
    margin-left: 58.33333%;
  }
  .col > .pc-8 {
    width: 66.66667%;
  }
  .col > .offset-pc-8 {
    margin-left: 66.66667%;
  }
  .col > .pc-9 {
    width: 75%;
  }
  .col > .offset-pc-9 {
    margin-left: 75%;
  }
  .col > .pc-10 {
    width: 83.33333%;
  }
  .col > .offset-pc-10 {
    margin-left: 83.33333%;
  }
  .col > .pc-11 {
    width: 91.66667%;
  }
  .col > .offset-pc-11 {
    margin-left: 91.66667%;
  }
  .col > .pc-12 {
    width: 100%;
  }
  .col > .offset-pc-12 {
    margin-left: 100%;
  }
  .col.gutter-5 > .pc-1 {
    width: calc(8.33333% - 5px);
  }
  .col.gutter-5 > .pc-2 {
    width: calc(16.66667% - 5px);
  }
  .col.gutter-5 > .pc-3 {
    width: calc(25% - 5px);
  }
  .col.gutter-5 > .pc-4 {
    width: calc(33.33333% - 5px);
  }
  .col.gutter-5 > .pc-5 {
    width: calc(41.66667% - 5px);
  }
  .col.gutter-5 > .pc-6 {
    width: calc(50% - 5px);
  }
  .col.gutter-5 > .pc-7 {
    width: calc(58.33333% - 5px);
  }
  .col.gutter-5 > .pc-8 {
    width: calc(66.66667% - 5px);
  }
  .col.gutter-5 > .pc-9 {
    width: calc(75% - 5px);
  }
  .col.gutter-5 > .pc-10 {
    width: calc(83.33333% - 5px);
  }
  .col.gutter-5 > .pc-11 {
    width: calc(91.66667% - 5px);
  }
  .col.gutter-5 > .pc-12 {
    width: calc(100% - 5px);
  }
  .col.gutter-10 > .pc-1 {
    width: calc(8.33333% - 10px);
  }
  .col.gutter-10 > .pc-2 {
    width: calc(16.66667% - 10px);
  }
  .col.gutter-10 > .pc-3 {
    width: calc(25% - 10px);
  }
  .col.gutter-10 > .pc-4 {
    width: calc(33.33333% - 10px);
  }
  .col.gutter-10 > .pc-5 {
    width: calc(41.66667% - 10px);
  }
  .col.gutter-10 > .pc-6 {
    width: calc(50% - 10px);
  }
  .col.gutter-10 > .pc-7 {
    width: calc(58.33333% - 10px);
  }
  .col.gutter-10 > .pc-8 {
    width: calc(66.66667% - 10px);
  }
  .col.gutter-10 > .pc-9 {
    width: calc(75% - 10px);
  }
  .col.gutter-10 > .pc-10 {
    width: calc(83.33333% - 10px);
  }
  .col.gutter-10 > .pc-11 {
    width: calc(91.66667% - 10px);
  }
  .col.gutter-10 > .pc-12 {
    width: calc(100% - 10px);
  }
  .col.gutter-15 > .pc-1 {
    width: calc(8.33333% - 15px);
  }
  .col.gutter-15 > .pc-2 {
    width: calc(16.66667% - 15px);
  }
  .col.gutter-15 > .pc-3 {
    width: calc(25% - 15px);
  }
  .col.gutter-15 > .pc-4 {
    width: calc(33.33333% - 15px);
  }
  .col.gutter-15 > .pc-5 {
    width: calc(41.66667% - 15px);
  }
  .col.gutter-15 > .pc-6 {
    width: calc(50% - 15px);
  }
  .col.gutter-15 > .pc-7 {
    width: calc(58.33333% - 15px);
  }
  .col.gutter-15 > .pc-8 {
    width: calc(66.66667% - 15px);
  }
  .col.gutter-15 > .pc-9 {
    width: calc(75% - 15px);
  }
  .col.gutter-15 > .pc-10 {
    width: calc(83.33333% - 15px);
  }
  .col.gutter-15 > .pc-11 {
    width: calc(91.66667% - 15px);
  }
  .col.gutter-15 > .pc-12 {
    width: calc(100% - 15px);
  }
  .col.gutter-20 > .pc-1 {
    width: calc(8.33333% - 20px);
  }
  .col.gutter-20 > .pc-2 {
    width: calc(16.66667% - 20px);
  }
  .col.gutter-20 > .pc-3 {
    width: calc(25% - 20px);
  }
  .col.gutter-20 > .pc-4 {
    width: calc(33.33333% - 20px);
  }
  .col.gutter-20 > .pc-5 {
    width: calc(41.66667% - 20px);
  }
  .col.gutter-20 > .pc-6 {
    width: calc(50% - 20px);
  }
  .col.gutter-20 > .pc-7 {
    width: calc(58.33333% - 20px);
  }
  .col.gutter-20 > .pc-8 {
    width: calc(66.66667% - 20px);
  }
  .col.gutter-20 > .pc-9 {
    width: calc(75% - 20px);
  }
  .col.gutter-20 > .pc-10 {
    width: calc(83.33333% - 20px);
  }
  .col.gutter-20 > .pc-11 {
    width: calc(91.66667% - 20px);
  }
  .col.gutter-20 > .pc-12 {
    width: calc(100% - 20px);
  }
  .col.gutter-25 > .pc-1 {
    width: calc(8.33333% - 25px);
  }
  .col.gutter-25 > .pc-2 {
    width: calc(16.66667% - 25px);
  }
  .col.gutter-25 > .pc-3 {
    width: calc(25% - 25px);
  }
  .col.gutter-25 > .pc-4 {
    width: calc(33.33333% - 25px);
  }
  .col.gutter-25 > .pc-5 {
    width: calc(41.66667% - 25px);
  }
  .col.gutter-25 > .pc-6 {
    width: calc(50% - 25px);
  }
  .col.gutter-25 > .pc-7 {
    width: calc(58.33333% - 25px);
  }
  .col.gutter-25 > .pc-8 {
    width: calc(66.66667% - 25px);
  }
  .col.gutter-25 > .pc-9 {
    width: calc(75% - 25px);
  }
  .col.gutter-25 > .pc-10 {
    width: calc(83.33333% - 25px);
  }
  .col.gutter-25 > .pc-11 {
    width: calc(91.66667% - 25px);
  }
  .col.gutter-25 > .pc-12 {
    width: calc(100% - 25px);
  }
  .col.gutter-30 > .pc-1 {
    width: calc(8.33333% - 30px);
  }
  .col.gutter-30 > .pc-2 {
    width: calc(16.66667% - 30px);
  }
  .col.gutter-30 > .pc-3 {
    width: calc(25% - 30px);
  }
  .col.gutter-30 > .pc-4 {
    width: calc(33.33333% - 30px);
  }
  .col.gutter-30 > .pc-5 {
    width: calc(41.66667% - 30px);
  }
  .col.gutter-30 > .pc-6 {
    width: calc(50% - 30px);
  }
  .col.gutter-30 > .pc-7 {
    width: calc(58.33333% - 30px);
  }
  .col.gutter-30 > .pc-8 {
    width: calc(66.66667% - 30px);
  }
  .col.gutter-30 > .pc-9 {
    width: calc(75% - 30px);
  }
  .col.gutter-30 > .pc-10 {
    width: calc(83.33333% - 30px);
  }
  .col.gutter-30 > .pc-11 {
    width: calc(91.66667% - 30px);
  }
  .col.gutter-30 > .pc-12 {
    width: calc(100% - 30px);
  }
  .col.gutter-35 > .pc-1 {
    width: calc(8.33333% - 35px);
  }
  .col.gutter-35 > .pc-2 {
    width: calc(16.66667% - 35px);
  }
  .col.gutter-35 > .pc-3 {
    width: calc(25% - 35px);
  }
  .col.gutter-35 > .pc-4 {
    width: calc(33.33333% - 35px);
  }
  .col.gutter-35 > .pc-5 {
    width: calc(41.66667% - 35px);
  }
  .col.gutter-35 > .pc-6 {
    width: calc(50% - 35px);
  }
  .col.gutter-35 > .pc-7 {
    width: calc(58.33333% - 35px);
  }
  .col.gutter-35 > .pc-8 {
    width: calc(66.66667% - 35px);
  }
  .col.gutter-35 > .pc-9 {
    width: calc(75% - 35px);
  }
  .col.gutter-35 > .pc-10 {
    width: calc(83.33333% - 35px);
  }
  .col.gutter-35 > .pc-11 {
    width: calc(91.66667% - 35px);
  }
  .col.gutter-35 > .pc-12 {
    width: calc(100% - 35px);
  }
  .col.gutter-40 > .pc-1 {
    width: calc(8.33333% - 40px);
  }
  .col.gutter-40 > .pc-2 {
    width: calc(16.66667% - 40px);
  }
  .col.gutter-40 > .pc-3 {
    width: calc(25% - 40px);
  }
  .col.gutter-40 > .pc-4 {
    width: calc(33.33333% - 40px);
  }
  .col.gutter-40 > .pc-5 {
    width: calc(41.66667% - 40px);
  }
  .col.gutter-40 > .pc-6 {
    width: calc(50% - 40px);
  }
  .col.gutter-40 > .pc-7 {
    width: calc(58.33333% - 40px);
  }
  .col.gutter-40 > .pc-8 {
    width: calc(66.66667% - 40px);
  }
  .col.gutter-40 > .pc-9 {
    width: calc(75% - 40px);
  }
  .col.gutter-40 > .pc-10 {
    width: calc(83.33333% - 40px);
  }
  .col.gutter-40 > .pc-11 {
    width: calc(91.66667% - 40px);
  }
  .col.gutter-40 > .pc-12 {
    width: calc(100% - 40px);
  }
  .col.gutter-45 > .pc-1 {
    width: calc(8.33333% - 45px);
  }
  .col.gutter-45 > .pc-2 {
    width: calc(16.66667% - 45px);
  }
  .col.gutter-45 > .pc-3 {
    width: calc(25% - 45px);
  }
  .col.gutter-45 > .pc-4 {
    width: calc(33.33333% - 45px);
  }
  .col.gutter-45 > .pc-5 {
    width: calc(41.66667% - 45px);
  }
  .col.gutter-45 > .pc-6 {
    width: calc(50% - 45px);
  }
  .col.gutter-45 > .pc-7 {
    width: calc(58.33333% - 45px);
  }
  .col.gutter-45 > .pc-8 {
    width: calc(66.66667% - 45px);
  }
  .col.gutter-45 > .pc-9 {
    width: calc(75% - 45px);
  }
  .col.gutter-45 > .pc-10 {
    width: calc(83.33333% - 45px);
  }
  .col.gutter-45 > .pc-11 {
    width: calc(91.66667% - 45px);
  }
  .col.gutter-45 > .pc-12 {
    width: calc(100% - 45px);
  }
  .col.gutter-50 > .pc-1 {
    width: calc(8.33333% - 50px);
  }
  .col.gutter-50 > .pc-2 {
    width: calc(16.66667% - 50px);
  }
  .col.gutter-50 > .pc-3 {
    width: calc(25% - 50px);
  }
  .col.gutter-50 > .pc-4 {
    width: calc(33.33333% - 50px);
  }
  .col.gutter-50 > .pc-5 {
    width: calc(41.66667% - 50px);
  }
  .col.gutter-50 > .pc-6 {
    width: calc(50% - 50px);
  }
  .col.gutter-50 > .pc-7 {
    width: calc(58.33333% - 50px);
  }
  .col.gutter-50 > .pc-8 {
    width: calc(66.66667% - 50px);
  }
  .col.gutter-50 > .pc-9 {
    width: calc(75% - 50px);
  }
  .col.gutter-50 > .pc-10 {
    width: calc(83.33333% - 50px);
  }
  .col.gutter-50 > .pc-11 {
    width: calc(91.66667% - 50px);
  }
  .col.gutter-50 > .pc-12 {
    width: calc(100% - 50px);
  }
  .index-head-title {
    font-size: 2.5em;
  }
}
@media (min-width: 1800px) {
  .pcbig-visible {
    display: block;
  }
  .pcbig-none {
    display: none;
  }
  .pcbig-text-center {
    text-align: center !important;
  }
  .pcless-text-center {
    text-align: left !important;
  }
}
@media only screen and (max-width: 899px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
  /*トップページ*/
  .index-bosyu {
    background-size: 50% auto;
  }

}
@media only screen and (max-width: 599px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }

  /*トップページ*/
  .index-bosyu {
    background-size: contain;
  }
}
@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media (min-width: 600px) and (min-width: 900px) {
  .interview-title-img {
    height: 520.83333px;
  }
  .index-itv-list {
    max-width: 1024px;
    margin: 50px auto 0;
  }
}
@media (min-width: 600px) and (min-width: 900px) and (min-width: 1200px) {
  .index-itv-list {
    max-width: 1440px;
  }
}
@media (min-width: 900px) and (min-width: 1200px) {
  .index-itv-box {
    margin: 0 0 50px;
  }
}
