/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/style.scss ***!
  \**********************************************************************************************************************************************************************/
@charset "UTF-8";
/*============================================================================
  top page loading
============================================================================*/
.topPage-loading {
  width: 100%;
  height: 100%;
  background: #F16D1A;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}
.topPage-loading__inr {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.topPage-loading .tpl-wait {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: white;
  letter-spacing: 4px;
  text-indent: 4px;
  font-size: 10px;
}

#svgWrapper {
  display: inline-block;
  width: 18%;
}
@media all and (-ms-high-contrast: none) {
  #svgWrapper {
    opacity: 0;
    transition: 1s all;
  }
}
@media screen and (max-width: 640px) {
  #svgWrapper {
    width: 60%;
  }
}
#svgWrapper svg {
  display: none;
  stroke-width: 17;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
@media all and (-ms-high-contrast: none) {
  #svgWrapper svg path {
    stroke-dashoffset: 1 !important;
  }
}

@media all and (-ms-high-contrast: none) {
  .comp {
    opacity: 1 !important;
  }
}
.comp svg {
  display: block !important;
}

/*============================================================================
  other page loading
============================================================================*/
.page-loading {
  width: 100%;
  height: 100%;
  background: #F16D1A;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}
.page-loading .page-loading {
  width: 100%;
  height: 100%;
  background: #F16D1A;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}
.page-loading .page-loading__inr {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3%;
  min-width: 46px;
}
.page-loading .page-loading__inr svg {
  display: none;
}
.page-loading .page-loading__inr .loader {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border: 3px solid #ff8645;
  border-top: 3px solid #ddd;
  border-radius: 50%;
  width: 100%;
  padding-top: calc(100% - 6px);
}
.page-loading__inr {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-loading .pLcomp {
  border: 3px solid #ddd !important;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ==========================================================
	common & reset
========================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

*::before, *::after {
  display: block;
}

[class^=icon-]::before, [class*=" icon-"]::before {
  display: inline;
}

html {
  width: 100%;
  height: 100%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  font-size: 16px;
  color: #333333;
  font-family: "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: normal;
  word-break: break-all;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 2px;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media screen and (max-width: 959px) {
  main {
    overflow-x: hidden;
  }
}

a {
  transition: all 0.2s;
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  display: block;
}

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

hr {
  border-top: 1px solid #dfdfdf;
  margin: 3rem auto;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, p, ul, ol {
  font-size: 1rem;
}
@media screen and (max-width: 959px) {
  h1, h2, h3, h4, h5, p, ul, ol {
    font-size: 0.95rem;
  }
}

iframe {
  display: block;
}

i {
  color: #444444;
  font-size: 1rem;
  margin-right: 0.25rem;
  position: relative;
  top: 1px;
}
i::before {
  transition: all 0.4s;
}

/* # =================================================================
   #  reset Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/**
* 1. Firefox 36+

* 1. Firefox 36+
*/
[type=number] {
  width: auto; /* 1 */
}

/**
* 1. Safari 8+

* 1. Safari 8+
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
}

input[type=text], input[type=search], input[type=button], input[type=email], input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=button]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=submit]::-webkit-input-placeholder {
  line-height: normal;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea::-webkit-input-placeholder {
  line-height: normal;
}

/**
* 1. Safari 8

* 1. Safari 8
*/
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Internet Explorer 11+
 * 2. Specify textarea resizability

 * 1. Internet Explorer 11+
 * 2. textarea要素に、垂直方向のリサイズを指定。
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Specify font inheritance of form elements

 * 1. フォーム要素に、フォントの継承を指定。
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

/**
 * 1. Restore the font weight unset by the previous rule.

 * 1. 前の指定により、フォントのウェイトを再定義。
 */
optgroup {
  font-weight: bold;
}

/**
* 1. Address `overflow` set to `hidden` in IE 8/9/10/11

* 1. IE8/9/10/11に、overflow時にhiddenを設定。
*/
button {
  overflow: visible;
}

/**
* Remove inner padding and border in Firefox 4+

* Firefox4+に、内側のpaddingとborderを削除。
*/
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

* 1. フォーカス時のスタイルを定義。
*/
button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4
* 2. Correct the inability to style clickable types in iOS

* 1. Android4に、ネイティブのaudio要素とvideo要素のコントロールのバグを防ぐ。
* 2. iOSに、クリッカブルなbutton要素のtypeのスタイルを修正。
 */
button,
html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Firefox 40+, Internet Explorer 11-

 * 1. Firefox 40+, Internet Explorer 11-
 */
button,
select {
  text-transform: none;
}

/**
 * Remove the default button styling in all browsers

 * すべてのブラウザにおいて、デフォルトのボタンのスタイルを削除。
 */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 16px;
}

/**
* Style select like a standard input
* 1. Firefox 36+
* 2. Chrome 41+

* 標準的なinput要素のスタイルを選択。
* 1. Firefox 36+
* 2. Chrome 41+
*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/**
* 1. Internet Explorer 11+

* 1. Internet Explorer 11+
*/
select::-ms-expand {
  display: none;
}

/**
* 1. Internet Explorer 11+

* 1. Internet Explorer 11+
 */
select::-ms-value {
  color: currentColor;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11
 * 2. Correct the color inheritance from `fieldset` elements in IE
 * 3. Correct the text wrapping in Edge and IE
 * 4. Correct the text wrapping in Edge and IE
 * 5. Correct the text wrapping in Edge and IE

 * 1. IE 8/9/10/11に、カラーの継承を定義。
 * 2. IEに、fieldset要素からカラーを継承するように定義。
 * 3. EdgeとIEに、テキストのラッピングを修正。
 * 4. EdgeとIEに、テキストのラッピングを修正。
 * 5. EdgeとIEに、テキストのラッピングを修正。
 */
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

	* 1. iOSとSafariに、クリッカブルなtypeのスタイルを修正。
	* 2. ChromeとSafariに、フォントプロパティの継承を変更。
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/**
* Correct the text style of placeholders in Chrome, Edge, and Safari

* Chrome, Edge, Safariに、テキストのスタイルを修正。
*/
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

* 1. ChromeとSafariに、アピアランスを修正。
* 2. Safariに、アウトラインを修正。
*/
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-input-placeholder {
  padding-top: 0.1em;
}

input, button, label {
  appearance: none;
  cursor: pointer;
}

input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #edf1f3;
  padding: 1rem;
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #9e9e9e;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #9e9e9e;
}
input::placeholder, textarea::placeholder, select::placeholder {
  color: #9e9e9e;
}

input[type=text],
input[type=email] {
  background-color: #fff;
  border-radius: 5px;
  line-height: 1.2;
  cursor: text;
  font-size: 16px;
}

::-webkit-input-placeholder {
  font-size: 13px;
}

::-ms-input-placeholder {
  font-size: 13px;
}

::placeholder {
  font-size: 13px;
}

.relative {
  position: relative;
}

.br8 {
  border-radius: 8px;
}

.dn {
  display: none;
}

.mb-visible {
  display: none;
}

figure {
  margin: 0;
}

/* ==========================================================
	wrapper
========================================================== */
.wrapper {
  margin: 0 auto;
  padding: 1rem;
}

/* ==========================================================
	セクション枠（背景）
========================================================== */
.section-frame {
  border-top: 3px solid #F16D1A;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem 3% !important;
  margin-bottom: 1rem;
  overflow: hidden;
}
.section-frame.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

/* ==========================================================
	slider plugin 調整
========================================================== */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 1rem !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 58px !important;
  height: 3px !important;
  background: #dcdcdc !important;
  transition: opacity 0.6s ease !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #F16D1A !important;
}

.owl-dots {
  text-align: left !important;
}
@media screen and (max-width: 640px) {
  .owl-dots {
    text-align: center !important;
  }
}

.is-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
}

/*
==========================================================
	メディアクエリ
==========================================================
*/
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  .article-frame .thumb {
    height: 302px;
    position: relative;
    overflow: hidden;
  }
}
@media all and (max-width: 1400px) {
  .wrapper {
    padding: 0 3%;
  }
}
@media screen and (min-width: 1400px) {
  .wrapper {
    width: 1400px;
    padding: 0 3%;
  }
}
@media screen and (max-width: 959px) {
  .wrapper {
    width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 959px) {
  .mb-hidden {
    display: none;
  }
  .mb-visible {
    display: block;
  }
  body {
    letter-spacing: 1px;
  }
  hr {
    margin: 2rem auto;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 25px !important;
    margin-right: 0 !important;
  }
}
.centering, .mb-menu .line.center, .cnt-header--company .ch-thumb .thumb span .icon-wrap i, .modal-content, .gallery-layout > .item .thumb figure img, .article-list-wide .item > .inner .thumb a, .cardlayout .icon-wrap .inner, .thumb-overflow .thumb, .contact-form input[type=checkbox]:checked + .checkbox-btn::after, .formgroup input[type=radio]:checked + .radio-btn::after, .company-box3 .info-icon .inner .img, .centering_fix {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.centeringY, .g-nav-serch .icon-search, .modal-about .about-cnt .tutorial::after, .modal-talk .talk-step::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.centeringX, .navigation1 .item.active::after, .modal-about .about-title::after, .col-3_1 .item .name::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.centering_fix {
  position: fixed;
}

.centering_fix {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-follow,
.btn-talk,
.btn-for-company,
.modal-follow .wrap .grad-btn-green {
  transition: 0.2s all;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn-follow:active,
.btn-talk:active,
.btn-for-company:active,
.modal-follow .wrap .grad-btn-green:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-box {
  display: flex;
}

.flex-bt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-bt .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0.8rem;
}

.col-10 {
  flex-basis: 10%;
}

.col-25 {
  flex-basis: 25%;
}

.col-28 {
  flex-basis: 28%;
}

.col-30 {
  flex-basis: 30%;
}

.col-33 {
  flex-basis: 33%;
}

.col-40 {
  flex-basis: 40%;
}

.col-45 {
  flex-basis: 45%;
}

.col-55 {
  flex-basis: 55%;
}

.col-60 {
  flex-basis: 60%;
}

.col-68572 {
  flex-basis: 65.8%;
}

.col-70 {
  flex-basis: 70%;
}

.company-box1 {
  display: flex;
  align-items: center;
}
.company-box1 .item-l {
  flex-basis: 35px;
  margin-right: 1rem;
}
.company-box1 .item-l .img img {
  border: 1px solid #edf1f3;
  border-radius: 4px;
}
.company-box1 .item-r {
  width: 100%;
}
.company-box1 .item-r .cp-cat {
  font-size: 10px;
  color: #bbb;
  line-height: 1.2;
  margin: 0;
}
.company-box1 .item-r .cp-name {
  font-size: 11px;
  font-weight: bold;
  margin: 0;
}

.company-box2 .w-cat {
  font-size: 0.7rem;
  color: #bbb;
  line-height: 1.4;
  letter-spacing: 0;
}
.company-box2 .name {
  font-size: 0.7rem;
  color: #333333;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .company-box2 .name {
    font-size: 0.7rem;
    font-weight: bold;
    margin: 3px 0 0;
  }
}

.company-box3 {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 999999;
}
.company-box3 .info-icon {
  flex-basis: 15%;
  position: relative;
}
.company-box3 .info-icon p {
  margin: 0;
}
.company-box3 .info-icon .inner {
  overflow: hidden;
  border-radius: 8px;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  box-shadow: 1px 1px 8px -2px rgba(0, 0, 0, 0.18);
}
.company-box3 .info-icon .inner .img {
  width: 100%;
  background: white;
}
.company-box3 .info-txt {
  flex-basis: 85%;
  display: flex;
  overflow: hidden;
}
.company-box3 .info-txt .left {
  flex-basis: 77.5%;
  padding-left: 1rem;
  padding-right: 0.5rem;
  overflow: hidden;
}
.company-box3 .info-txt .left .company-cat {
  width: 100%;
  margin: 0;
  font-size: 10px;
  color: #bbb;
  letter-spacing: 1px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.company-box3 .info-txt .left .company-name {
  width: 100%;
  font-size: 12px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.company-box3 .info-txt .right {
  flex-basis: 22.5%;
  text-align: center;
}
.company-box3 .info-txt .right p {
  margin: 0;
  background-color: #fff;
  border: 1px solid #F16D1A;
  border-radius: 2rem;
  color: #F16D1A;
  font-size: 0.7rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-indent: 1px;
  line-height: 2.4;
}
.company-box3 .info-txt .right p.active {
  background-color: #F16D1A;
  color: #fff;
}

.company-box3_2 {
  display: flex;
  justify-content: space-between;
  z-index: 20;
}
.company-box3_2 .info-icon {
  position: absolute;
  top: -32%;
  left: 5%;
  z-index: 10;
  width: 10%;
  max-width: 75px;
}
@media screen and (max-width: 959px) {
  .company-box3_2 .info-icon {
    width: 15%;
    left: 3%;
  }
}
@media screen and (max-width: 640px) {
  .company-box3_2 .info-icon {
    top: -30%;
  }
}
.company-box3_2 .info-icon p {
  margin: 0;
}
.company-box3_2 .info-icon .img {
  overflow: hidden;
  border-radius: 6px;
  width: 100%;
  padding-top: 100%;
  box-shadow: 1px 1px 8px -2px rgba(0, 0, 0, 0.18);
  position: relative;
}
.company-box3_2 .info-icon .img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.company-box3_2 .info-txt {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  margin-left: 14%;
}
@media screen and (max-width: 640px) {
  .company-box3_2 .info-txt {
    margin-left: 18%;
  }
}
.company-box3_2 .info-txt .left {
  flex-basis: 100%;
  margin-right: 1rem;
}
.company-box3_2 .info-txt .left .company-cat {
  margin: 0;
  font-size: 10px;
  color: #bbb;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 2px;
}
.company-box3_2 .info-txt .left .company-name {
  font-size: 12px;
  margin: 0;
}
.company-box3_2 .info-txt .right {
  flex-basis: 100px;
  text-align: center;
}
.company-box3_2 .info-txt .right p {
  margin: 0;
  background-color: #fff;
  border: 1px solid #F16D1A;
  border-radius: 2rem;
  color: #F16D1A;
  line-height: 1;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-indent: 1px;
  font-weight: bold;
  padding: 0.7rem 0;
}
.company-box3_2 .info-txt .right p.active {
  background-color: #F16D1A;
  color: #fff;
}

.company-box4 p {
  margin: 0;
}
.company-box4 h1 {
  margin: 0;
}
.company-box4 .cat {
  color: #bbb;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-indent: 1px;
}
.company-box4 .title {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 3px;
}
.company-box4 .site {
  margin-bottom: 0.75rem;
}
.company-box4 .site a {
  display: inline-block;
  text-decoration: underline;
  font-size: 0.85rem;
}

.company-box5 {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.company-box5 .thumb {
  width: 5rem;
  margin-right: 1rem;
}
.company-box5 .name {
  margin: 0 !important;
  font-weight: bold;
}

.company-box6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company-box6 p {
  margin: 0;
}
.company-box6 .company {
  display: flex;
  align-items: center;
}
.company-box6 .company .img {
  width: 13%;
  border: 1px solid #edf1f3;
  border-radius: 2px;
  margin-right: 0.5rem;
}
.company-box6 .company .name {
  font-size: 0.75rem;
  letter-spacing: 1px;
  padding-right: 0.5rem;
}
.company-box6 .article-update {
  font-size: 0.8rem;
  letter-spacing: 0;
  white-space: nowrap;
}

.company-box7 .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.company-box7 .box .img {
  width: 10%;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.09);
  margin-right: 3%;
  border-radius: 3px;
  border-radius: 4px;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .company-box7 .box .img {
    display: none;
  }
}
.company-box7 .box .name {
  flex-grow: 1;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .company-box7 .box .name {
    width: 76%;
  }
}
.company-box7 .box .name span {
  color: #bbb;
  font-size: 0.7rem;
  font-weight: normal;
  display: block;
}
.company-box7 .box .follow {
  letter-spacing: 0;
}

.omp2 .human-box {
  flex-basis: 60%;
}
@media screen and (max-width: 959px) {
  .omp2 .human-box {
    flex-basis: 100%;
    border-top: 1px dotted #fff;
    margin: 1.5rem 0 0;
    padding: 1.5rem 0 0;
  }
}
.omp3 .human-box {
  flex-basis: 100%;
  border-top: 1px dotted #fff;
  margin: 1.5rem 0 0;
  padding: 1.5rem 0 0;
}
.human-box__inr {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.omp2 .human-box__inr {
  justify-content: flex-start;
}
.omp3 .human-box__inr {
  justify-content: space-between;
}
.human-item {
  display: flex;
  align-items: center;
  position: relative;
}
.omp2 .human-item {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .omp2 .human-item {
    width: 100%;
    margin: 0 0 1rem;
  }
}
.omp3 .human-item {
  width: 33.333%;
  margin: 0 0 1rem;
}
@media screen and (max-width: 850px) {
  .omp3 .human-item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .omp3 .human-item {
    width: 100%;
  }
}
.card-wide1 .human-item {
  padding: 0 13% 0 0;
}
.human-item[data-nop]::before {
  content: "...他" attr(data-nop) "名";
  position: absolute;
  right: 0;
  bottom: 2px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #bbb;
}
.human-item[data-nop="1"]::before, .human-item[data-nop="0"]::before {
  content: "";
}
.human-item-l {
  width: 3rem;
  margin-right: 1rem;
}
.human-item-l img {
  border: 3px solid #F16D1A;
  border-radius: 50%;
}
.human-item-r {
  line-height: normal;
}
.human-item-r .human-position {
  font-size: 10px;
  margin: 0;
}
.human-item-r .human-name {
  font-size: 11px;
  font-weight: bold;
  margin: 0;
}
.human-item-r .human-name span {
  display: inline-block;
}

.omp2 .interview-meta {
  flex-basis: 40%;
}
@media screen and (max-width: 959px) {
  .omp2 .interview-meta {
    flex-basis: 100%;
  }
}

.omp3 .interview-meta {
  flex-basis: 100%;
}

.company-card {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 3rem 4%;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media screen and (max-width: 959px) {
  .company-card {
    padding: 1.5rem;
    flex-wrap: wrap;
  }
}
.company-card .item-r {
  padding-left: 5%;
  flex-basis: 45%;
}
@media screen and (max-width: 959px) {
  .company-card .item-r {
    padding-left: 0;
  }
}
.company-card .item-r a {
  display: block;
  width: 100%;
  border-radius: 40px;
}
.company-card .item-l {
  flex-basis: 55%;
}
.company-card .item-l .desc {
  font-size: 0.8rem;
}
@media screen and (max-width: 959px) {
  .company-card .card-item {
    flex-basis: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 959px) {
  .company-box6 .article-update {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 959px) {
  .company-box3 .info-txt .right {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .company-box3 .info-txt .left {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 959px) {
  .company-box3 .info-icon .inner {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 959px) {
  .company-box7 .box {
    flex-wrap: wrap;
  }
}

.mb-box1r {
  margin-bottom: 1rem;
}

.submit-green {
  display: inline-block;
  background-color: #F16D1A;
  color: #fff;
  line-height: 1;
  letter-spacing: 1.3em;
  text-indent: 1.3em;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 1.6rem 0;
  width: 50%;
  min-width: 320px;
  border: none;
  border-radius: 5px;
  transition: 0.2s all;
}
@media screen and (max-width: 640px) {
  .submit-green {
    min-width: 80%;
  }
}
.submit-green:hover {
  background-color: #ff8645;
}
.submit-green:active {
  position: relative;
  top: 1px;
  left: 1px;
}
.submit-green.disabled {
  background: #f2f2f2;
  color: #999;
  cursor: no-drop;
}

.btn-follow, .btn-talk, .btn-for-company {
  display: inline-block;
  width: 11rem;
  padding: 0;
  height: 4rem;
  line-height: 4rem;
  margin: 1rem auto;
  border: 1px solid #F16D1A;
  border-radius: 5rem;
  text-align: center;
  color: #F16D1A;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 1240px) {
  .btn-follow, .btn-talk, .btn-for-company {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .btn-follow, .btn-talk, .btn-for-company {
    display: block;
    width: 100%;
    margin: 1rem auto;
  }
}
.btn-follow:hover, .btn-talk:hover, .btn-for-company:hover {
  background-color: #F16D1A;
  color: white;
}
.btn-talk {
  width: 15em;
  color: #fff;
  border: none;
  text-shadow: 0 0 20px #F16D1A;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1240px) {
  .btn-talk {
    width: 100%;
  }
}
.btn-talk:after, .btn-talk:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.btn-talk:after {
  background: linear-gradient(45deg, #Ff8645 1%, #Ffceb3 100%);
  z-index: -1;
  transition: 0.3s all;
}
.btn-talk:before {
  background: linear-gradient(45deg, #Ffceb3 1%, #Ff8645 100%);
  z-index: -2;
}
.btn-talk:hover {
  background-color: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.btn-talk:hover:after {
  opacity: 0;
}
.btn-for-company {
  margin: 1rem auto;
  color: #F16D1A;
  border: 1px solid #F16D1A;
}
.btn-col2 {
  margin: 0;
}
.btn-col2 .item {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .btn-col2 .item:first-child {
    margin-bottom: 1rem;
  }
}

.read-more {
  text-align: right;
  margin: 0 0;
}
@media screen and (max-width: 640px) {
  .read-more {
    text-align: center;
  }
}
.read-more a {
  display: inline-block;
  font-size: 10px;
  padding: 0.8rem 2rem 0.8rem 1.5rem;
  transition-delay: 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid;
  border-radius: 3px;
  font-weight: bold;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .read-more a {
    width: 65%;
    max-width: 200px;
  }
}
.read-more a:hover {
  color: #fff;
  border-color: #F16D1A;
}
.read-more a:hover::after {
  width: 200%;
}
.read-more a:hover::before {
  right: 9px;
}
.read-more a::after {
  content: "";
  width: 0%;
  height: 400px;
  background-color: #F16D1A;
  transition: all 0.5s;
  transition-delay: 0.1s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -16rem;
  left: -8rem;
  z-index: -1;
}
.read-more a::before {
  content: ">";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  transition: all 0.1s;
}
.read-more2 {
  position: relative;
  margin: 1rem auto;
  float: right;
}
.read-more2::before {
  content: "";
  width: 1rem;
  height: 1px;
  position: absolute;
  right: -1px;
  bottom: 5px;
  z-index: 2;
  background-color: #555555;
  transition: all 0.2s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.read-more2::after {
  content: "";
  width: 4rem;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #555555;
  transition: all 0.2s;
  transition-delay: 0.1s;
}
.read-more2 a {
  font-size: 14px;
  padding: 0.5rem 1.5rem;
  transition-delay: 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.read-more2 a::after {
  content: "";
  width: 0%;
  height: 400px;
  background-color: #F16D1A;
  transition: all 1s;
  transition-delay: 0.1s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -16rem;
  left: -8rem;
  z-index: -1;
}
.read-more2:hover:before {
  background-color: #fff;
}
.read-more2:hover::after {
  background-color: #fff;
}
.read-more2:hover a {
  color: #fff;
}
.read-more2:hover a::after {
  width: 200%;
}
.read-more3 {
  margin-top: 2rem !important;
}
.read-more3 a {
  background-color: #fff;
  border-radius: 24px;
  border: 1px solid #F16D1A;
  padding: 1rem;
  text-align: center;
  color: #F16D1A;
  font-size: 0.9rem;
}
.read-more3 a:hover {
  background: #F16D1A;
  color: white;
}
.read-more3 a:hover i {
  color: white;
}
.read-more3 a i {
  color: #F16D1A;
  top: 0;
}

.grad-btn-green {
  background: linear-gradient(45deg, #Ff8645 1%, #Ffceb3 100%);
  color: #fff;
}
.grad-btn-green2 {
  background: #F16D1A;
  color: #fff;
  border-radius: 2.5rem;
  display: inline-block;
  transition: 0.3s all;
}
@media screen and (max-width: 959px) {
  .grad-btn-green2 {
    padding: 1.25rem 1rem;
  }
}
.grad-btn-green2:hover {
  background: #ff8645;
}
.grad-btn-green2 a {
  padding: 1.25rem 7rem;
}

.btn-wrap {
  margin: 4rem auto 0;
}

.submit-green {
  letter-spacing: inherit;
  text-indent: inherit;
  padding: 1.1rem 0;
  font-weight: normal;
  width: 30%;
  min-width: 200px;
  border-radius: 2.5rem;
}

.formgroup {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.formgroup .item {
  margin-right: 2rem;
}
.formgroup .item label {
  display: flex;
  align-items: center;
}
.formgroup .item label .txt a {
  display: inline;
}
.formgroup .item:last-of-type .txt a {
  text-decoration: underline;
}
.formgroup .item:last-of-type .txt a:hover {
  text-decoration: none;
}
.formgroup .item-other {
  position: relative;
}
.formgroup .item-other > textarea {
  width: 100%;
  position: absolute;
  left: 0;
  top: 35px;
  min-width: 290px;
  min-height: 120px;
  border: 1px solid #999;
}
.formgroup .item-other > textarea.disabled {
  border: 1px solid #ccc;
  color: #ccc;
}
.formgroup input[type=radio] {
  display: none;
}
.formgroup input[type=radio]:checked {
  color: #000;
  border: 1px solid #000;
}
.formgroup input[type=radio]:checked + .radio-btn::after {
  display: block;
}
.formgroup input[type=radio]:checked + .radio-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #F16D1A;
  border: none;
  margin-right: 0;
  top: 50%;
  display: none;
  display: inline-block;
  border-radius: 50%;
}
.formgroup input[type=radio] + .radio-btn {
  width: 20px;
  height: 20px;
  border: 1px solid #dedede;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 8px;
  background-color: #fff;
}
.formgroup-col2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formgroup-col2 .item {
  flex-basis: 49%;
}

.postal-code {
  display: flex;
  align-items: center;
  width: 16rem;
}
.postal-code .item1 {
  margin-right: 0.5rem;
}
.postal-code .item3 {
  margin: 0 0.5rem;
}
.postal-code span input {
  display: inline-block;
}

.error-box {
  margin: 0 0 2rem;
  display: none;
}
@media screen and (max-width: 959px) {
  .error-box {
    margin: 1.5rem 0;
  }
}
.error-box.show {
  display: block;
}
@media screen and (max-width: 959px) {
  .error-box p {
    font-size: 10px;
  }
}
.error-box .error-txt {
  background-color: #fff;
  border: 3px solid #dc8989;
  border-radius: 5px;
  padding: 1rem 2rem;
  color: #dc8989;
  text-align: left;
  font-weight: bold;
}
.error-box .error-txt i {
  color: #dc8989;
}
.error-message {
  margin: 0;
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  display: none;
  position: relative;
}
@media screen and (max-width: 959px) {
  .error-message {
    margin: 0 0 2rem 0;
  }
}
.error-message.show {
  display: block;
}
.error-message::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #dc8989 transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 8%;
}
.error-message .error-txt {
  background-color: #dc8989;
  border-radius: 5px;
  padding: 1rem 2rem;
  color: #fff;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .error-message .error-txt {
    padding: 1rem;
  }
}
.error-message .error-txt i {
  color: #fff;
}
@media screen and (max-width: 959px) {
  .error-message .error-txt > p {
    line-height: 1;
  }
}

.modal-talk .question-wrap .question .contact .item-r.tel-flex-area, .contact-form .question-wrap .question .contact .item-r.tel-flex-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}

.modal-talk .question-wrap .question .contact .item-r.tel-flex-area span, .contact-form .question-wrap .question .contact .item-r.tel-flex-area span {
  width: 33.3333333333%;
}

.contact-form p {
  margin: 0;
}
.contact-form .question-wrap {
  margin: 3rem 0;
}
@media screen and (max-width: 959px) {
  .contact-form .question-wrap {
    margin: 3rem auto;
  }
}
.contact-form .question-wrap .question {
  margin-bottom: 4rem;
}
.contact-form .question-wrap .question .title {
  padding-left: 3rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #555;
}
@media screen and (max-width: 959px) {
  .contact-form .question-wrap .question .title {
    padding-left: 0;
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}
.contact-form .question-wrap .question .formgroup {
  padding-left: 7rem;
}
.contact-form .question-wrap .question .contact {
  display: table;
  padding: 1.5rem 3%;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .contact-form .question-wrap .question .contact {
    display: block;
    padding: 1rem 3%;
    margin: 0px -3%;
    width: 106%;
  }
}
.contact-form .question-wrap .question .contact.odd {
  background-color: #f2f2f2;
}
.contact-form .question-wrap .question .contact input.error,
.contact-form .question-wrap .question .contact textarea.error {
  border: 1px solid #dc8989;
  background-color: #f3c0c0;
}
.contact-form .question-wrap .question .contact input.error::-webkit-input-placeholder,
.contact-form .question-wrap .question .contact textarea.error::-webkit-input-placeholder {
  color: #dc8989;
}
.contact-form .question-wrap .question .contact input.error::-ms-input-placeholder,
.contact-form .question-wrap .question .contact textarea.error::-ms-input-placeholder {
  color: #dc8989;
}
.contact-form .question-wrap .question .contact input.error::placeholder,
.contact-form .question-wrap .question .contact textarea.error::placeholder {
  color: #dc8989;
}
.contact-form .question-wrap .question .contact textarea {
  line-height: 1.4;
  border: 1px solid #edf1f3;
}
.contact-form .question-wrap .question .contact .item-l {
  display: table-cell;
  vertical-align: middle;
  width: 12rem;
}
@media screen and (max-width: 959px) {
  .contact-form .question-wrap .question .contact .item-l {
    padding: 0.5rem 3%;
    display: block;
    width: 100%;
  }
}
.contact-form .question-wrap .question .contact .item-r {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 9rem);
}
@media screen and (max-width: 959px) {
  .contact-form .question-wrap .question .contact .item-r {
    margin-left: 0;
    margin-top: 0.5rem;
    display: block;
    width: 100%;
  }
}
.contact-form .question-wrap .question .contact .item-r textarea {
  min-height: 20rem;
}
.contact-form .question-wrap .question .contact .item-r .formgroup {
  padding-left: 0;
}
.contact-form .question-wrap .question .agreement a {
  display: inline-block;
  color: #F16D1A;
  margin-right: 2px;
}
.contact-form .question-wrap .question .selectric {
  border-radius: 5px;
  display: inline-flex;
  width: 16rem;
}
.contact-form .question-wrap .question .selectric.error {
  border: 1px solid #dc8989;
  background-color: #f3c0c0;
}
.contact-form .question-wrap .question .selectric.error .label {
  color: #dc8989;
}
.contact-form .question-wrap .question .selectric::before {
  content: "";
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
}
.contact-form .question-wrap .question .selectric i {
  display: none;
}
.contact-form .question-wrap .question .error-m {
  margin: 0 0;
}
@media screen and (max-width: 959px) {
  .contact-form .question-wrap .question .error-m {
    margin: 0;
  }
}
@media screen and (max-width: 959px) {
  .contact-form .question-wrap .error-box {
    margin: 1.5rem auto;
  }
}
.contact-form .thanks {
  padding: 3rem 3rem 5rem;
  text-align: center;
}
.contact-form .inner > .submit {
  margin: 0 auto 0;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .contact-form .inner > .submit {
    padding: 0 0;
    margin: 0 auto 3rem;
    text-align: center;
  }
}
.contact-form .inner > .submit button {
  display: inline-block;
  outline: none;
  font-size: 1.2rem;
}
.contact-form .inner > .submit a span {
  margin-right: 1rem;
}
.contact-form .checkbox-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #edf1f3;
  border-radius: 2px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.contact-form input[type=checkbox] {
  display: none;
}
.contact-form input[type=checkbox]:checked + .checkbox-btn::after {
  content: "\f00c";
  color: #F16D1A;
  left: 57%;
  top: 46%;
}
@media screen and (max-width: 959px) {
  .contact-form input[type=submit] {
    padding: 1.5rem 0;
    width: 100%;
  }
}

.add-form .question-wrap .question .title {
  text-align: center !important;
}
.modal-talk .add-form .question-wrap .question .contact .item-ra {
  display: flex;
  width: auto;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .modal-talk .add-form .question-wrap .question .contact .item-ra {
    flex-direction: column;
  }
}
.modal-talk .add-form .question-wrap .question .contact .item-ra > div {
  display: flex;
  align-items: center;
  margin: 0 2rem 0 0;
}
@media screen and (max-width: 959px) {
  .modal-talk .add-form .question-wrap .question .contact .item-ra > div {
    align-items: flex-start;
  }
}
.modal-talk .add-form .question-wrap .question .contact .item-ra > div br {
  display: none;
}
.add-form .wpcf7-radio {
  display: flex;
}
.add-form .wpcf7-radio > span {
  display: flex;
  align-items: center;
  margin: 0 2rem 0 0;
}
.add-form input[type=radio] {
  margin: 0 5px 0 0;
  width: auto;
}
.add-form .checkbox-btn {
  border: 1px solid #ccc;
}

.border-1l-a-green {
  width: 100%;
  height: 2px;
  background-color: #edf1f3;
  position: relative;
  z-index: 1;
  margin: 1.5rem auto;
}
.border-1l-a-green::after {
  content: "";
  width: 20%;
  height: 2px;
  background-color: #F16D1A;
}

.link {
  display: inline;
  text-decoration: underline;
}

.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}

.clTxt {
  text-align: center;
}
.clTxt-inr {
  display: inline-block;
  text-align: left;
}
.clTxt-inr2 {
  color: #ff0000;
  display: block;
}
.clTxt-inr2 > a {
  color: #ff0000;
  display: inline-block;
  text-decoration: underline;
}
.clTxt-inr2 > a:hover {
  text-decoration: none;
}

.webfont {
  font-family: "Montserrat";
  font-weight: normal;
}
.webfont.italic {
  font-style: italic;
}
.webfont.bold {
  font-weight: bold;
}

.btn-b-green {
  display: inline-block;
  border: 1px solid #F16D1A;
  color: #F16D1A;
  line-height: 1;
  font-weight: bold;
  padding: 1.5rem 7rem;
  border-radius: 2.5rem;
}
.btn-b-green i {
  color: #F16D1A;
}

.cat-radius-green4px, .cat-radius-green {
  color: #F16D1A;
  border: 1px solid #F16D1A;
  border-radius: 14px;
  line-height: 1;
  font-size: 10px;
  font-weight: bold;
  height: 2.6em;
  line-height: 2.5em;
  padding: 0 1em;
  letter-spacing: 1px;
  text-indent: 1px;
  display: inline-block;
}

.follow .cat-radius-green4px:hover, .cat-radius-green.follow:hover {
  background-color: #F16D1A;
  color: #fff;
}

.cat-radius-green4px {
  border-radius: 4px;
  padding: 0.5rem 0.5rem 0.25rem;
}

.radius-green {
  color: #F16D1A;
  border: 1px solid #F16D1A;
  border-radius: 14px;
  line-height: 1;
  font-size: 10px;
  padding: 0.5rem;
  display: inline-block;
}

.tag-bg-green {
  background-color: #F16D1A;
  color: #fff;
  font-size: 0.7rem;
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 4px;
}

.article-update {
  color: #999;
  font-size: 12px;
}

.top-about {
  font-size: 0.95rem;
  color: #fff;
  font-weight: bold;
  padding: 0.4rem 1.2rem;
  border-radius: 3rem;
}
@media screen and (max-width: 1240px) {
  .top-about {
    padding: 0.4rem 0 0.4rem 1.2rem;
  }
}
@media screen and (max-width: 959px) {
  .top-about {
    margin-top: 1rem;
  }
}
.top-about:hover {
  opacity: 0.8;
}
.top-about:active {
  position: relative;
  top: 1px;
  left: 1px;
}
.top-about i {
  font-size: 20px;
  position: relative;
  top: 2px;
  color: #fff;
}
@media screen and (max-width: 1240px) {
  .top-about span {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .top-about span {
    display: inline-block;
    font-size: 1.1rem;
  }
}

.label-new::before {
  content: "NEW";
  position: absolute;
  top: 1.5rem;
  left: -6px;
  z-index: 12;
  background-color: #dedf3e;
  padding: 0.3rem 1rem;
  font-size: 10px;
  letter-spacing: 2px;
  text-indent: 2px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
.label-new::after {
  content: "";
  position: absolute;
  top: calc(1.5rem - 6px);
  left: -6px;
  z-index: 12;
  width: 6px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20211.8%20211.8%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23c0bc32%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A-1%3C%2Ftitle%3E%3Cpolygon%20class%3D%22a%22%20points%3D%22211.8%200%20211.8%20211.8%200%20211.8%20211.8%200%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hover-blue:hover {
  color: #32B9F5;
}

.interview-cat {
  margin-top: 0;
  font-size: 0.7rem;
  font-weight: bold;
  color: #F16D1A;
  line-height: 1;
  display: inline;
}
@media screen and (max-width: 959px) {
  .interview-cat {
    font-size: 10px;
  }
}
.interview-cat span {
  display: inline-block;
  height: 2.6em;
  line-height: 2.5em;
  padding: 0 1em;
  border: 1px solid #F16D1A;
  border-radius: 4px;
  letter-spacing: 1px;
  text-indent: 1px;
  margin-right: 10px;
}
@media screen and (max-width: 959px) {
  .interview-cat span {
    letter-spacing: 0px;
  }
}

.desc-box .title {
  font-size: 1.2rem;
  color: #444444;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .desc-box .title {
    font-size: 0.875rem;
  }
}
.desc-box .excerpt {
  font-size: 0.8rem;
  color: #aaaaaa;
  line-height: 1.4;
  padding: 0 0 0 1.25rem;
  margin: 0 0 1.25rem 1.25rem;
  border-left: 1px solid #eee;
}
@media screen and (max-width: 640px) {
  .desc-box .excerpt {
    margin: 0 0 1.25rem 0;
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 959px) {
  .desc-box .txt {
    display: none;
  }
}

.section-side-title, .section-title {
  text-align: center;
  color: #444444;
  font-size: 1.3rem;
  line-height: 1;
  margin: 3rem 0;
}
@media screen and (max-width: 640px) {
  .section-side-title, .section-title {
    font-size: 1.1rem;
    margin: 1rem 0 3rem;
  }
}

.section-side-title .jp, .section-title .jp {
  display: inline-block;
  letter-spacing: 4px;
  text-indent: 4px;
  margin-bottom: 0.8rem;
}

.section-side-title .en, .section-title .en {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 2px;
  text-indent: 2px;
  font-size: 0.7rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .section-side-title .en, .section-title .en {
    font-size: 0.6rem;
    color: #F16D1A;
  }
}
.section-side-title .en::before, .section-title .en::before, .section-side-title .en::after, .section-title .en::after {
  content: "";
  width: 1.5rem;
  height: 1px;
  background-color: #bbb;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 640px) {
  .section-side-title .en::before, .section-title .en::before, .section-side-title .en::after, .section-title .en::after {
    width: 1rem;
  }
}
.section-side-title .en::before, .section-title .en::before {
  left: -3.4rem;
}
@media screen and (max-width: 640px) {
  .section-side-title .en::before, .section-title .en::before {
    left: -1.5rem;
  }
}
.section-side-title .en::after, .section-title .en::after {
  right: -3.4rem;
}
@media screen and (max-width: 640px) {
  .section-side-title .en::after, .section-title .en::after {
    right: -1.5rem;
  }
}

.section-side-title {
  margin: 0rem auto 2rem;
  font-size: 1.25rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 959px) {
  .section-side-title {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
.section-side-title span {
  margin-bottom: 0.5rem;
}

.post-next, .post-prev {
  color: #F16D1A;
  margin: 0 0 1.5rem;
}
.post-next i, .post-prev i {
  color: inherit;
  font-size: 0.8rem;
}

.thumb-overflow {
  overflow: hidden;
  position: relative;
}
.thumb-overflow::before {
  content: "";
  padding-top: 50%;
}
.thumb-overflow .thumb {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  transition: all 1s;
}
.thumb-overflow-bg {
  overflow: hidden;
}
.thumb-overflow-bg:hover .thumb {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.thumb-overflow-bg .thumb {
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  transition: all 1s;
}

.breadcrumbs {
  background-color: rgba(248, 248, 248, 0.95);
}
.breadcrumbs.p-bread {
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  z-index: 2;
}
.breadcrumbs-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs-wrap li::after {
  content: ">";
  display: inline-block;
  margin: -2px 0.6rem 0;
  color: #F16D1A;
  vertical-align: middle;
  font-weight: normal;
}
@media screen and (max-width: 959px) {
  .breadcrumbs-wrap li::after {
    margin: -3px 0.4rem 0;
  }
}
.breadcrumbs-wrap li:last-child::after {
  display: none;
}
.breadcrumbs-wrap li a {
  font-size: 0.75rem;
  display: inline;
  vertical-align: middle;
  font-weight: normal;
}
.breadcrumbs-wrap li span {
  font-size: 0.75rem;
  display: inline;
  vertical-align: middle;
}

/* ==========================================================
	article frame
========================================================== */
.cardlayout {
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  bottom: 0;
  transition: 0.3s;
}
.cardlayout:hover {
  opacity: 0.9;
  bottom: 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.cardlayout:hover .thumb {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.cardlayout .thumbnail {
  border-bottom: 3px solid #F16D1A;
  background-color: #F16D1A;
}
.cardlayout .cnt1 {
  padding: 1rem;
}
.cardlayout .cnt2 {
  padding: 0 5% 1rem;
  border-bottom: 1px solid #edf1f3;
  position: relative;
}
.cardlayout .cnt2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.8em;
  background: #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 20%, #ffffff 60%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255,255,255,0)", endColorstr="#ffffff",GradientType=0 );
}
.cardlayout .cnt2 p {
  margin: 0;
  line-height: 1.6;
  font-weight: bold;
  height: 4.5em;
  overflow: hidden;
}
.cardlayout .cnt3 {
  padding: 1rem;
}
.cardlayout .icon-wrap {
  position: absolute;
  z-index: 999;
  top: 1rem;
  right: 1rem;
  font-size: 1rem;
  color: #ddd;
  background: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  text-align: center;
}
.cardlayout .icon-wrap .inner {
  display: block;
}
.cardlayout .icon-wrap .inner i {
  margin-right: -1px;
  color: #d5d5d5;
}
.cardlayout .icon-wrap.active .inner i {
  color: #c25d58;
}
.cardlayout2 {
  position: relative;
  z-index: 1;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  bottom: 0;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .cardlayout2 {
    margin-bottom: 1rem;
  }
}
.cardlayout2:hover {
  opacity: 0.9;
  bottom: 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.cardlayout2:hover::before, .cardlayout2:hover::after {
  opacity: 1;
}
.cardlayout2:hover .thumb-overflow .thumb {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.lca-carousel__item .cardlayout2 {
  padding: 0 0 7rem;
}
.lca-carousel__item .cardlayout2 article > .cnt-wrap .cnt1 {
  max-height: 7em;
  min-height: 7em;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .lca-carousel__item .cardlayout2 article > .cnt-wrap .cnt1 {
    max-height: 5em;
    min-height: 5em;
  }
}
@media screen and (max-width: 640px) {
  .lca-carousel__item .cardlayout2 article > .cnt-wrap .cnt1 {
    max-height: 5em;
    min-height: 5em;
  }
}
.lca-carousel__item .cardlayout2 article > .cnt-wrap .cnt1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.8em;
  background: #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255,255,255,0)", endColorstr="#ffffff",GradientType=0 );
}
.cardlayout2 article > .cnt-wrap {
  padding: 1rem 5%;
}
.cardlayout2 article > .cnt-wrap .cnt:last-child {
  margin-bottom: 0;
}
.cardlayout2 article > .cnt-wrap .cnt1 {
  position: relative;
}
.cardlayout2 article > .cnt-wrap .cnt1 .title {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .cardlayout2 article > .cnt-wrap .cnt1 .title {
    line-height: 1.4;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
}
.cardlayout2 article > .cnt-wrap .cnt1 .desc {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
  margin: 0 0 0;
}
@media screen and (max-width: 959px) {
  .cardlayout2 article > .cnt-wrap .cnt1 .desc {
    display: none;
  }
}
.cardlayout2 article > .cnt-wrap .cnt2 {
  margin: 0 auto 1rem;
}
.cardlayout2 .icon-wrap {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10000000;
}
.cardlayout2 .icon-wrap.selected i::before {
  color: #dbda98;
}
.cardlayout2 .icon-wrap:hover i::before {
  color: #dbda98;
}
.cardlayout2 .icon-wrap i {
  font-size: 1.5em;
  cursor: pointer;
}
.cardlayout4 {
  height: 100%;
  background-color: #fff;
  position: relative;
}
.cardlayout4 .cnt2 {
  padding: 1rem 5%;
  margin: 0 0 15%;
}
@media screen and (max-width: 959px) {
  .cardlayout4 .cnt2 {
    margin: 0 0 0;
  }
}
.cardlayout4 .cnt2 .title {
  overflow: hidden;
}
.cardlayout4 .cnt3 {
  width: 100%;
  border-top: 1px solid #edf1f3;
  padding: 0.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 959px) {
  .cardlayout4 .cnt3 {
    position: static;
  }
}

.lca-carousel .owl-item {
  padding: 0 6px;
}
@media screen and (max-width: 640px) {
  .lca-carousel .owl-item {
    padding: 0 2px;
  }
}
.lca-carousel .owl-item .label-new::before {
  left: 0;
}
@media screen and (max-width: 640px) {
  .lca-carousel .owl-item .label-new::before {
    left: -4px;
  }
}
.lca-carousel .owl-item .label-new::after {
  left: 0;
}
@media screen and (max-width: 640px) {
  .lca-carousel .owl-item .label-new::after {
    left: -4px;
  }
}

.interview-arc-item {
  margin-bottom: 1rem;
}

.acc-listItem__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 1rem 4%;
  background-color: white;
  gap: 10px;
}
.acc-cat {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4px;
}
.acc-cat__item {
  font-size: 0.6rem;
  border-radius: 5px;
}
.acc-date {
  margin: 0 0;
}

.articleCard {
  margin: 0 0 1rem;
}
.articleCard-cont {
  padding: 2rem 3% 1.5rem 3%;
}
@media screen and (max-width: 640px) {
  .articleCard-cont {
    padding: 2rem 5%;
  }
}
.articleCard-cont__ttl {
  font-size: 1.4rem;
  margin: 0 0 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .articleCard-cont__ttl {
    font-size: 1.2rem;
  }
}
.articleCard-cont__desc {
  margin: 0 0 1rem;
  padding: 0 0 1.5rem;
  font-size: 0.9rem;
  border-bottom: 1px solid #edf1f3;
  color: #777;
}
@media screen and (max-width: 640px) {
  .articleCard-cont__desc {
    font-size: 0.8rem;
  }
}

.blogPost-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blogPost-card__item {
  position: relative;
}
.blogPost-related .blogPost-card__item, .page-blog-archive .blogPost-card__item {
  flex-basis: 48.5%;
  margin: 0 0 3%;
  display: flex;
}
@media screen and (max-width: 640px) {
  .blogPost-related .blogPost-card__item, .page-blog-archive .blogPost-card__item {
    flex-basis: 100%;
  }
}
.blogPost-related .blogPost-card__item a, .page-blog-archive .blogPost-card__item a {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
}
.sbNewPost-box .blogPost-card__item {
  margin: 0 0 1.5rem;
}
.sbNewPost-box .blogPost-card__item a {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
}
.blogPost-card__item--inr {
  display: flex;
  flex: 1;
}
.blogPost-card__ttl {
  margin: 0 0 0;
  font-size: 1rem;
  line-height: 1.3;
}
.page-blog-archive .blogPost-card__ttl {
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 959px) {
  .page-blog-archive .blogPost-card__ttl {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .page-blog-archive .blogPost-card__ttl {
    font-size: 0.875rem;
  }
}
.blogPost-card__txt {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #bbb;
  padding-top: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .page-blog-archive .blogPost-card__txt {
    font-size: 0.875rem;
  }
}
.blogPost-card__cnt {
  padding: 1rem 5% 3rem;
  flex: 1;
}
@media screen and (max-width: 640px) {
  .page-blog-archive .blogPost-card__cnt {
    font-size: 0.875rem;
    padding-bottom: 1rem;
  }
}
.blogPost-card__footer {
  width: 100%;
  padding: 1rem 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #edf1f3;
  gap: 15px;
}
@media screen and (max-width: 640px) {
  .page-blog-archive .blogPost-card__footer {
    padding: 0.625rem 5% 0.875rem;
  }
}
.blogPost-card__footer--content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blogPost-card__footer--update {
  font-size: 0.9rem;
  font-weight: bold;
  color: #bbb;
  white-space: nowrap;
  text-align: right;
}
.blogPost-card__footer p {
  margin: 0 0;
  border-radius: 5px;
}
.blogPost-card__link {
  position: relative;
  border-radius: 0.5rem;
  background-color: white;
  overflow: hidden;
  position: relative;
  z-index: 1;
  bottom: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blogPost-card__link:hover {
  opacity: 0.9;
  bottom: 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.blogPost-card__link:hover::before, .blogPost-card__link:hover::after {
  opacity: 1;
}
.blogPost-card__thumb {
  padding-top: 56%;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
.blogPost-card__cat {
  margin: 0 0 1rem;
}
.blogPost-card__update {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0;
  text-align: right;
  padding: 0.3rem 1rem;
  font-size: 0.9rem;
  font-weight: bold;
  color: #bbb;
  border-top: 1px solid #edf1f3;
}

.sbNewPost-box {
  background-color: white;
  border-radius: 8px;
  border: 2px solid #ededed;
  padding: 0 0 2rem;
}
@media screen and (max-width: 959px) {
  .sbNewPost-box {
    display: none;
  }
}
.sbNewPost-box__ttl {
  text-align: center;
  color: #F16D1A;
  padding: 1rem;
  border-bottom: 3px solid #ededed;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 2rem;
}
.sbNewPost-box__list {
  padding: 0 8%;
}

.card-wide1 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 1rem;
  bottom: 0;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .card-wide1 {
    order: 2;
    flex-wrap: wrap;
  }
}
.card-wide1:last-child {
  margin-bottom: 0;
}
.card-wide1:hover {
  opacity: 0.9;
  bottom: 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.card-wide1:hover .thumb {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card-wide1:hover .item-l::before, .card-wide1:hover .item-l::after {
  opacity: 1;
}
.card-wide1 > .item-l {
  flex-basis: 43%;
  position: relative;
}
.card-wide1 > .item-r {
  flex-basis: 57%;
}
.card-wide1 > .item-r .cnt1 {
  padding: 1.5rem 5%;
  border-bottom: 1px solid #edf1f3;
}
@media screen and (max-width: 640px) {
  .card-wide1 > .item-r .cnt1 {
    padding: 1rem 5% 1rem;
  }
}
.card-wide1 > .item-r .cnt2 {
  padding: 1rem 5%;
}
@media screen and (max-width: 640px) {
  .card-wide1 > .item-r .cnt2 {
    padding: 0.5rem 5% 0.5rem;
  }
}
.card-wide1 .icon-wrap {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.card-wide1 .icon-wrap:hover i::before {
  color: #dbda98;
}
.card-wide1 .icon-wrap.selected i::before {
  color: #dbda98;
}
.card-wide1 .icon-wrap i {
  font-size: 1.5em;
  cursor: pointer;
}
.card-wide1 .thumb::before {
  content: "";
  padding-top: 63%;
}
@media screen and (max-width: 959px) {
  .card-wide1 .item-l {
    order: 1;
  }
}
@media screen and (max-width: 959px) {
  .card-wide1 .item-r {
    flex-basis: 100% !important;
    order: 2;
  }
}
.card-wide2 {
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  transition: 0.3s;
  bottom: 0;
}
.card-wide2:hover {
  opacity: 0.9;
  bottom: 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.card-wide2:hover .thumb {
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.card-wide2:hover .item-l {
  flex-basis: 40%;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  z-index: 1;
}
.card-wide2:hover .item-l::before, .card-wide2:hover .item-l::after {
  opacity: 1;
}
.card-wide2 .item-r {
  flex-basis: 60%;
  padding: 1rem 3%;
  position: relative;
}
@media screen and (max-width: 959px) {
  .card-wide2 .item-r .date {
    line-height: 1;
  }
}
.card-wide2 .item-r::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 3.2rem;
  width: 100%;
  height: 2.8em;
  background: #fff;
  /*  */
  /*  */
  /*  */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255,255,255,0)", endColorstr="#ffffff",GradientType=0 );
}
@media screen and (max-width: 959px) {
  .card-wide2 .item-r::before {
    padding: 1rem;
  }
}
.card-wide2 .item-r .cnt {
  margin: 0 0 1rem;
  height: 8em;
  padding-bottom: 11rem;
  overflow: hidden;
}
.card-wide2 .item-r .title {
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0.5rem auto;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #edf1f3;
}
@media screen and (max-width: 640px) {
  .card-wide2 .item-r .title {
    font-size: 1rem;
  }
}
.card-wide2 .item-r .desc {
  font-size: 12px;
  margin: 1rem auto 0;
  overflow: hidden;
  line-height: 1.4;
  color: #999;
}
@media screen and (max-width: 959px) {
  .card-wide2 .item-r .desc {
    margin-bottom: 0;
  }
}
.card-wide2_2 {
  position: relative;
  z-index: 1;
}
.card-wide2_2:hover .item-l .thumb {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card-wide2_2 p,
.card-wide2_2 h4 {
  margin: 0;
}
.card-wide2_2 .inner-wrap {
  display: flex;
  align-items: strech;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.card-wide2_2 .inner-wrap .item-l {
  flex-basis: 40%;
  overflow: hidden;
}
.card-wide2_2 .inner-wrap .item-l .thumb {
  background-size: cover;
  background-position: center;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}
.card-wide2_2 .inner-wrap .item-r {
  flex-basis: 60%;
  padding: 1rem;
}
.card-wide2_2 .inner-wrap .item-r .cat {
  font-size: 0.75rem;
  color: #F16D1A;
  border: 1px solid #F16D1A;
  display: inline-block;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.3rem 0.5rem 0.2rem;
  border-radius: 1rem;
}
.card-wide2_2 .inner-wrap .item-r .title {
  padding: 0.5rem 0 0.5rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #edf1f3;
  line-height: 1.4;
  overflow: hidden;
}
.card-wide2_2 .inner-wrap .item-r .update {
  font-size: 0.8rem;
  text-align: right;
  letter-spacing: 0;
  color: #555;
}
.card-wide3 {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  height: 100%;
}
.card-wide3:hover .thumb {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card-wide3 .item-l {
  flex-basis: 35%;
}
@media screen and (max-width: 640px) {
  .card-wide3 .item-l {
    flex-basis: 30%;
  }
}
.card-wide3 .item-r {
  flex-basis: 65%;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 959px) {
  .card-wide3 .item-r {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .card-wide3 .item-r {
    flex-basis: 70%;
    padding-bottom: 0;
  }
}
.card-wide3 .item-r .top {
  padding: 0.75rem 5%;
}
.card-wide3 .item-r .bottom {
  border-top: 1px solid #edf1f3;
  padding: 0.6rem 0.5rem 0.6rem 1rem;
}
@media screen and (max-width: 959px) {
  .card-wide3 .item-r .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .card-wide3 .item-r .bottom {
    position: static;
  }
}
.card-wide3 .item-r .bottom p {
  margin: 0;
}
.card-wide3 .item-r .title {
  margin: 0;
  font-size: 0.9rem;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .card-wide3 .item-r .title {
    font-size: 0.8rem;
  }
}
.card-wide4 {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  bottom: 0;
  height: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .card-wide4 {
    flex-wrap: wrap;
  }
}
.card-wide4:hover {
  opacity: 0.9;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  bottom: 3px;
}
.card-wide4:hover > .item-l .thumb {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card-wide4 p {
  margin: 0;
}
.card-wide4 > .item-l {
  width: 35%;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .card-wide4 > .item-l {
    width: 100%;
  }
}
.card-wide4 > .item-l .thumb {
  background-size: cover !important;
  background-position: center !important;
  transition: all 0.6s;
  height: 100%;
}
.card-wide4 > .item-l .thumb::before {
  content: "";
}
@media screen and (max-width: 959px) {
  .card-wide4 > .item-l .thumb::before {
    padding-top: 55%;
  }
}
.card-wide4 > .item-r {
  width: 65%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 959px) {
  .card-wide4 > .item-r {
    width: 100%;
  }
}
.card-wide4 > .item-r .cnt1 {
  padding: 1rem;
}
@media screen and (max-width: 959px) {
  .card-wide4 > .item-r .cnt1 {
    margin: 0 0 0;
  }
}
.card-wide4 > .item-r .cnt1 .label {
  display: inline-block;
  border: 1px solid #F16D1A;
  color: #F16D1A;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.4rem 0.7rem 0.4rem;
  border-radius: 3px;
  letter-spacing: 1px;
}
.card-wide4 > .item-r .cnt1 .title {
  margin: 1rem auto 0;
  line-height: 1.4;
  font-size: 1rem;
  letter-spacing: 1px;
}
.card-wide4 > .item-r .cnt2 {
  border-top: 1px solid #edf1f3;
  padding: 1rem;
  /*width: 65%;
  position: absolute;
  right: 0;
  bottom: 0;
  */
}
@media screen and (max-width: 959px) {
  .card-wide4 > .item-r .cnt2 {
    width: 100%;
  }
}
.card-wide4 > .item-r .cnt2 > .txt {
  line-height: 120%;
}
.card-wide4 > .item-r .cnt2 .info1 {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 1px;
  color: #bbb;
}
@media screen and (max-width: 959px) {
  .card-wide4 > .item-r .cnt2 .info1 {
    font-size: 10px;
  }
}
.card-wide4 > .item-r .cnt2 .info2 {
  font-weight: bold;
  font-size: 0.8rem;
}

.article-list-wide .item {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.article-list-wide .item:last-child {
  margin-bottom: 0;
}
.article-list-wide .item > .inner .thumb {
  position: relative;
  overflow: hidden;
}
.article-list-wide .item > .inner .thumb a {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
}
.article-list-wide .item > .inner .thumb a img {
  width: 100%;
}
.article-list-wide .item > .inner .info {
  padding: 1.5rem 1rem 1.5rem 2rem;
  border-bottom: 1px solid #edf1f3;
}
.article-list-wide .item > .inner .info .company-box1 {
  margin: 0;
}
.article-list-wide .item > .inner .info .interview-cat {
  margin-top: 0;
}
.article-list-wide .item > .inner .info .interview-cat a {
  font-size: 11px;
  color: #F16D1A;
  line-height: 1;
  display: inline;
}
.article-list-wide .item > .inner .info .interview-cat a span {
  padding: 0.5rem;
  border: 1px solid #F16D1A;
  border-radius: 4px;
  letter-spacing: 1px;
}
.article-list-wide .item > .inner .info .desc .title {
  font-size: 18px;
  color: #444444;
  line-height: 1.4;
}
.article-list-wide .item > .inner .info .desc .txt {
  font-size: 11px;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}
.article-list-wide .item > .inner .info .desc .txt .line {
  width: 5px;
  margin: 0 1rem;
  background-color: #F16D1A;
}
.article-list-wide .item > .inner .info .desc .txt .excerpt {
  font-size: 11px;
  margin: 0;
}
.article-list-wide .item > .inner .info .flex-box {
  align-items: center;
}
.article-list-wide .item > .inner .info .flex-box > div {
  margin-right: 0.5rem;
}
.article-list-wide .item > .inner .info .icon {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin: 0;
}
.article-list-wide .item > .inner .info .w-cat {
  font-size: 10px;
  color: #bbb;
  margin: 0;
}
.article-list-wide .item > .inner .info .name {
  font-size: 11px;
  font-weight: bold;
  margin: 0;
}
.article-list-wide .item > .inner .work-cat {
  padding: 1.2rem 1rem 1rem 2rem;
}
.article-list-wide .item > .inner .work-cat .work-cnt {
  display: flex;
  flex-wrap: wrap;
}
.article-list-wide .item > .inner .work-cat .work-cnt .label {
  margin-right: 1rem;
}
.article-list-wide .item > .inner .work-cat .work-cnt .label a {
  font-size: 10px;
  color: #F16D1A;
}
.article-list-wide .item > .inner .work-cat .work-cnt .label a::before {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/iwate-company/assets/images/icon/label.png);
  background-size: cover;
  width: 16px;
  height: 9px;
  margin-right: 0.25rem;
}

.card-col-2 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 2.5rem;
}
@media screen and (max-width: 959px) {
  .card-col-2 {
    display: block;
    margin: 0 0 0;
  }
}
.card-col-2 > .item {
  flex-basis: 48%;
  margin: 0.8rem 1%;
  position: relative;
}
@media screen and (max-width: 959px) {
  .card-col-2 > .item {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 959px) {
  .card-col-2 .item {
    flex-basis: 100%;
    margin-right: 0;
    padding: 0 6px;
  }
}
@media screen and (max-width: 959px) {
  .card-col-2 .label-new::before {
    left: 0;
  }
}
@media screen and (max-width: 959px) {
  .card-col-2 .label-new::after {
    left: 0;
  }
}

.col-2--1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.col-2--1 > .item-l {
  background-color: rgba(255, 255, 255, 0.9);
  width: 22%;
  flex-shrink: 0;
  margin-right: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 7rem;
}
@media screen and (max-width: 1400px) {
  .col-2--1 > .item-l {
    width: 22%;
  }
}
.col-2--1 > .item-r {
  flex-shrink: 2;
  padding: 3rem;
}
.col-2--2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.col-2--2 > .item-l {
  flex-basis: 60%;
  margin-right: 1rem;
}
@media screen and (max-width: 959px) {
  .col-2--2 > .item-l {
    margin: 0 3%;
  }
}
.col-2--2 > .item-r {
  flex-basis: 40%;
}
.col-2--3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.col-2--3 > .item-l {
  flex-basis: 70%;
  padding-right: 1rem;
}
@media screen and (max-width: 959px) {
  .col-2--3 > .item-l {
    padding-right: 0;
    margin: 0 3%;
  }
}
.col-2--3 > .item-r {
  flex-basis: 30%;
}
.col-2--4 {
  display: flex;
  justify-content: space-between;
}
.col-2--4 > .item-l {
  flex-basis: 67%;
}
.col-2--4 > .item-l .inner {
  margin-right: 1.5rem;
}
.col-2--4 > .item-r {
  flex-basis: 33%;
}
@media screen and (max-width: 959px) {
  .col-2--4 > .item-r {
    margin: 0 3%;
  }
}
.col-2--50 {
  display: flex;
  align-items: stretch;
}
.col-2--50 > .item {
  flex-basis: 50%;
}
.col-2--50_2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2%;
}
.col-2--50_2 > .item {
  flex-basis: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.col-2--50_2 > .item:nth-child(2n) {
  margin-right: 0;
}
.col-2-50 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col-2-50 > .item {
  position: relative;
  flex-basis: 49%;
  margin-bottom: 2%;
}

.col2-65 {
  display: flex;
  align-items: flex-start;
}
.col2-65.reverse {
  order: 2;
}
.col2-65.reverse > .item-l {
  order: 2;
}
.col2-65.reverse > .item-l .inner {
  margin-left: 3.5%;
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .col2-65.reverse > .item-l .inner {
    margin-left: 0;
  }
}
.col2-65.reverse > .item-r {
  order: 1;
}
.col2-65 > .item-l {
  width: 65%;
}
@media screen and (max-width: 959px) {
  .col2-65 > .item-l {
    width: 94%;
    margin: 0 3%;
  }
}
.col2-65 > .item-l .inner {
  margin-right: 3.5%;
}
.col2-65 > .item-r {
  width: 35%;
}
@media screen and (max-width: 959px) {
  .col2-65 > .item-r {
    width: 100%;
    margin: 0 0 55px;
  }
}

.company-content.recruit-content .col-2--4 > .item-l .inner {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 959px) {
  .company-content.recruit-content .col-2--4 > .item-l .inner {
    margin: 0;
    border-top: 0;
  }
}
.company-content.recruit-content .flex-wrapper-cnt1 {
  display: none;
}
@media screen and (max-width: 959px) {
  .company-content.recruit-content .flex-wrapper-cnt1 {
    display: flex;
    order: -1200;
    background-color: #ffffff;
  }
}
.company-content.recruit-content .card-col-3--1 .item-c {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .company-content.recruit-content .card-col-3--1 .item-l {
    position: unset;
    transform: unset;
  }
}
.company-content.recruit-content .post-time--recruit {
  order: -1100;
  background-color: #ffffff;
  padding: 1rem 3% 0.5rem;
  margin: 0;
}
.company-content.recruit-content .post-meta--recruit__d-column {
  order: -1000;
  width: 100%;
  background-color: #ffffff;
  padding: 0 3% 0;
}
.company-content.recruit-content .post-header--recruit {
  order: -900;
}
@media screen and (max-width: 959px) {
  .company-content.recruit-content .post-header--recruit {
    padding: 1rem 3% 0;
  }
}
@media screen and (max-width: 959px) {
  .company-content.recruit-content .post-header--recruit .post-title--recruit {
    margin-top: 0;
  }
}
.company-content.recruit-content .flex-wrapper-feature-tag {
  order: -800;
  background-color: #fff;
}
.company-content.recruit-content .post-feature-tag__wrap {
  margin: 0 3% 3rem;
}
@media screen and (max-width: 959px) {
  .company-content.recruit-content .post-feature-tag__wrap {
    margin: 0 3% 1.5rem;
  }
}
@media screen and (max-width: 959px) {
  .company-content.recruit-content .cnt.cnt1 {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .company-content.recruit-content .cnt-header--company {
    padding-top: 2rem !important;
  }
}
@media screen and (max-width: 959px) {
  .company-content.recruit-content .cnt-header--company .ch-box {
    display: flex;
    justify-content: center;
    margin-top: 0;
  }
}
@media screen and (max-width: 959px) {
  .company-content.recruit-content .cnt-header--company .ch-box .item-c .company-box4 {
    width: auto;
    margin-left: 2rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .company-content.recruit-content .cnt-header--company .ch-box .item-c .company-box4 .title a {
    transition: all 0.3s;
  }
}
@media screen and (max-width: 959px) {
  .company-content.recruit-content .cnt-header--company .ch-box .item-c .company-box4 .title a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 959px) {
  .company-content.recruit-content .cnt-header--company .ch-thumb {
    width: 100%;
    position: unset;
    transform: unset;
  }
}
@media screen and (max-width: 959px) {
  .company-content.recruit-content .cnt-header--company .ch-thumb a {
    transition: all 0.3s;
  }
}
@media screen and (max-width: 959px) {
  .company-content.recruit-content .cnt-header--company .ch-thumb a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 959px) {
  .company-content.recruit-content .cnt-header--company .ch-thumb a img {
    border-radius: 8px;
  }
}

#toc_container.no_bullets {
  margin: 0 auto 3em;
  padding: 21px;
}
#toc_container.no_bullets ul li:before {
  content: unset;
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.step-title__inr {
  display: inline-block;
  text-align: left;
}

.card-col-3 {
  display: flex;
}
.card-col-3 > .item {
  flex-basis: 32%;
  margin-right: 2%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.card-col-3 > .item:last-child {
  margin-right: 0;
}
.card-col-3 > .item a {
  display: block;
  height: 100%;
  padding-bottom: 7rem;
}
.card-col-3 > .item .middle-box {
  padding: 1rem;
}
.card-col-3 > .item .bottom-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-col-3 .item__footer {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.8rem 3% 0.8rem;
  background-color: white;
  border-top: 1px solid #edf1f3;
}
.card-col-3--1 {
  display: flex;
  align-items: stretch;
}
.card-col-3--1 .item-l {
  width: 20%;
}
.card-col-3--1 .item-r {
  flex-shrink: 0;
}
@media screen and (max-width: 1240px) {
  .card-col-3--1 .item-r {
    width: 22%;
  }
}
.card-col-3--1 .item-c {
  padding: 0 1rem 0 2rem;
  width: calc(80% - 391px);
}
@media screen and (max-width: 1240px) {
  .card-col-3--1 .item-c {
    padding: 0 2% 0 4%;
    width: 78%;
  }
}

.col-3_1 {
  display: flex;
  flex-wrap: wrap;
}
.col-3_1 .item {
  padding: 1.5rem;
  text-align: center;
  width: 33.33%;
}
.col-3_1 .item img {
  border-radius: 50%;
  border: 4px solid #F16D1A;
  margin-bottom: 1rem;
}
.col-3_1 .item .position {
  font-size: 10px;
  color: #999;
  margin: 0;
  text-align: center;
}
.col-3_1 .item .name {
  font-weight: bold;
  font-size: 1.3rem;
  position: relative;
  z-index: 1;
  margin: 0.5rem auto 1rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .col-3_1 .item .name {
    margin: 0 auto 1rem;
  }
}
.col-3_1 .item .name::after {
  content: "";
  width: 1.2rem;
  height: 3px;
  background: linear-gradient(45deg, #Ff8645 1%, #Ffceb3 100%);
  bottom: -0.5rem;
}
.col-3_1 .item .ruby {
  text-align: center;
  font-size: 0.75rem;
  margin: 0;
}
.col-3_2 {
  display: flex;
  flex-wrap: wrap;
}
.col-3_2 .item {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .col-3_2 .item {
    width: 100%;
  }
}

.gallery-layout {
  display: flex;
  flex-wrap: wrap;
}
.gallery-layout > .item {
  width: 24.5%;
  height: 100%;
  margin: 0.25%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .gallery-layout > .item {
    width: 32.5%;
    margin: 0.5% 0.25%;
  }
}
@media screen and (max-width: 820px) {
  .gallery-layout > .item {
    width: 49.5%;
    margin: 0.5% 0.25%;
  }
}
.gallery-layout > .item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.gallery-layout > .item .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery-layout > .item .thumb figure {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery-layout > .item .thumb figure:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.gallery-layout > .item .thumb figure figcaption {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 1rem;
  color: #fff;
  background-color: rgba(255, 135, 69, 0.8);
}
.gallery-layout > .item .thumb figure figcaption span {
  display: inline-block;
  text-align: left;
  line-height: 1.4;
  font-weight: bold;
  text-shadow: 0 0 10px #F16D1A;
  position: relative;
  z-index: 11;
}
.gallery-layout > .item .thumb figure img {
  width: 100%;
  transition: all 0.6s;
}
.gallery-content {
  background-color: rgba(247, 249, 249, 0.95);
  padding: 2.5rem 3%;
}
@media screen and (max-width: 959px) {
  .gallery-content {
    padding: 1.5rem 3%;
  }
}

.lum-lightbox {
  z-index: 99;
}
.lum-lightbox-inner img {
  display: inline;
}
@media screen and (max-width: 959px) {
  .lum-lightbox-inner img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .lum-gallery-button:after {
    height: 18px !important;
    width: 18px !important;
  }
}

.list-local-employees {
  display: flex;
}
.list-local-employees li {
  font-size: 10px;
  vertical-align: middle;
  letter-spacing: 0;
  margin-right: 1rem;
}
.list-local-employees li::before {
  content: "";
  display: inline-block;
  height: 15px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5rem;
  position: relative;
  top: -1px;
}
.list-local-employees .local i {
  color: #c25d58;
}

.work-cat-list {
  display: flex;
  flex-wrap: wrap;
}
.work-cat-list .item {
  margin-right: 0.8rem;
  font-size: 0.7rem;
  font-weight: bold;
  color: #F16D1A;
  letter-spacing: 1px;
  text-indent: 1px;
}
.work-cat-list .item:last-child {
  margin-right: 0;
}
.work-cat-list .item i {
  color: #F16D1A;
  font-size: 0.7rem;
  position: relative;
  top: 0;
  letter-spacing: 0;
}

.list-bt-2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .list-bt-2 .item {
    flex-basis: auto;
  }
}

.body-noscroll {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 10000000;
  width: 100%;
  max-width: 1100px;
}
.modal-content .grad-btn-green2 {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .modal-content .grad-btn-green2 {
    width: 100%;
  }
}
.modal-content p {
  margin: 0;
}
.modal-content .wrap {
  opacity: 0;
  position: relative;
  top: -3rem;
  background-color: rgba(243, 243, 243, 0.95);
  border-radius: 8px;
  transition: all 0.6s;
  padding: 2em 0;
}
.modal-content .wrap.open {
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 959px) {
  .modal-content .wrap.open {
    top: 1vh;
  }
}
.modal-content .wrap > .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .modal-content .wrap > .close {
    top: 0.5rem;
    right: 0.5rem;
  }
}
.modal-content .wrap > .close i {
  font-size: 1.6rem;
  color: #cccccc;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 959px) {
  .modal-content .wrap > .close i {
    font-size: 1.3rem;
  }
}
.modal-content .wrap > .close:hover i {
  color: #c25d58;
}
.modal-content .wrap > .close:active i {
  color: #c25d58;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
@media screen and (max-width: 959px) {
  .modal-content .wrap .follow-cnt {
    padding: 2rem 0;
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .modal-content .wrap .follow-cnt .txt {
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 959px) {
  .modal-content .wrap .label-wrap {
    width: 100%;
    display: block;
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 959px) {
  .modal-content .wrap .label-wrap .label-title {
    margin-bottom: 0.5rem;
    display: block;
    width: auto;
  }
}
.modal-content .inner {
  transition: all 0.4s;
  max-height: 86vh;
  overflow: auto;
  padding: 2rem 5%;
}
.modal-follow .inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .modal-follow .inner {
    max-width: 96%;
  }
}
.modal-follow .follow2 {
  padding: 10rem 0;
}
@media screen and (max-width: 959px) {
  .modal-follow .follow2 {
    padding: 2rem 0;
  }
}
.modal-follow .follow2 p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 959px) {
  .modal-follow .follow2 p {
    margin-bottom: 1.5rem;
  }
}
.modal-follow .follow2 p:last-child {
  margin-bottom: 0;
}
.modal-follow .wrap .follow-title {
  text-align: center;
  padding: 2rem 3% 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 2px solid #e2e2e2;
}
@media screen and (max-width: 640px) {
  .modal-follow .wrap .follow-title {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.modal-follow .wrap .follow-cnt {
  padding: 3rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .modal-follow .wrap .follow-cnt {
    padding: 2rem 0;
  }
}
.modal-follow .wrap .follow-cnt .txt {
  margin-bottom: 3rem;
}
@media screen and (max-width: 959px) {
  .modal-follow .wrap .follow-cnt .txt {
    margin-bottom: 1.5rem;
  }
}
.modal-follow .wrap .follow-cnt .grad-btn-green {
  font-weight: bold;
}
.modal-follow .wrap .label-wrap {
  background-color: #f2f2f2;
  width: 90%;
  margin: auto;
  display: table;
  border-radius: 2px;
  padding: 2rem;
}
@media screen and (max-width: 959px) {
  .modal-follow .wrap .label-wrap {
    width: 100%;
    display: block;
    padding: 1rem 1.5rem;
  }
}
.modal-follow .wrap .label-wrap label,
.modal-follow .wrap .label-wrap input {
  display: table-cell;
}
.modal-follow .wrap .label-wrap .label-title {
  width: 18rem;
  color: #555;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .modal-follow .wrap .label-wrap .label-title {
    width: auto;
  }
}
.modal-follow .wrap .label-wrap .label-txt {
  width: 100%;
  padding: 0.75rem;
  line-height: 1;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.modal-follow .wrap .label-wrap .label-txt::-webkit-input-placeholder {
  color: #ddd;
}
.modal-follow .wrap .label-wrap .label-txt::-ms-input-placeholder {
  color: #ddd;
}
.modal-follow .wrap .label-wrap .label-txt::placeholder {
  color: #ddd;
}
.modal-follow .wrap .grad-btn-green {
  width: 23rem;
  border-radius: 2rem;
  padding: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 959px) {
  .modal-follow .wrap .grad-btn-green {
    width: 100%;
  }
}
.modal-follow .wrap .submit {
  padding: 4rem 0 2rem;
}
@media screen and (max-width: 959px) {
  .modal-follow .wrap .submit {
    padding: 2rem 0 2rem;
  }
}
.modal-follow .wrap .success {
  text-align: center;
  color: #F16D1A;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .modal-follow .wrap .success {
    padding: 0;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 959px) {
  .modal-follow .wrap .success-txt {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 959px) {
  .modal-follow .wrap .inner {
    position: relative;
    margin: 0 auto;
    max-width: calc(100% - 3rem);
  }
}
.modal-follow .wrap .inner .close {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .modal-follow .wrap .inner .close {
    padding: 0;
  }
}
.modal-follow .wrap .inner .close span {
  font-weight: bold;
  border-radius: 2rem;
  border: 1px solid #F16D1A;
  color: #F16D1A;
  padding: 1rem;
  width: 24rem;
  display: block;
  margin: 0 auto;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .modal-follow .wrap .inner .close span {
    width: 100%;
  }
}
.modal-follow .wrap .inner .close span i {
  color: #F16D1A;
}
.modal-talk .inner {
  padding: 0 8%;
}
@media screen and (max-width: 959px) {
  .modal-talk .inner {
    padding: 0 4%;
  }
}
@media screen and (max-width: 959px) {
  .modal-talk .inner > .submit {
    padding: 0 1.5rem 0;
    margin-bottom: 3rem;
    text-align: center;
  }
}
.modal-talk .inner > .submit button {
  display: inline-block;
  width: auto;
  outline: none;
}
.modal-talk .inner > .submit a span {
  margin-right: 1rem;
}
.modal-talk .wrap {
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .modal-talk .wrap {
    width: calc(100% - 1rem);
    margin: 0 auto;
  }
}
.modal-talk .talk-title {
  padding: 1rem 3% 1.5rem;
  margin: 0 -9.5%;
  border-bottom: 2px solid #e2e2e2;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .modal-talk .talk-title {
    font-size: 1.5rem;
    margin: 0 -3.5%;
  }
}
@media screen and (max-width: 640px) {
  .modal-talk .talk-title {
    font-size: 1.1rem;
    margin: 0 -1.5%;
  }
}
.modal-talk .talk-title.end {
  text-align: center;
  color: #F16D1A;
  font-size: 2rem;
}
.modal-talk .step-title {
  display: block;
  text-align: center;
  color: #F16D1A;
  margin-bottom: 1rem;
}
.modal-talk .talk-step {
  margin: 3rem -4%;
  position: relative;
}
@media screen and (max-width: 959px) {
  .modal-talk .talk-step {
    margin: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .modal-talk .talk-step {
    display: none;
  }
}
.modal-talk .talk-step::after {
  content: "";
  height: 2px;
  width: 100%;
  z-index: 0;
  background-color: #b5b5b5;
}
.modal-talk .step-flow {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .modal-talk .step-flow {
    font-size: 10px;
    line-height: 1.4;
  }
}
.modal-talk .step-flow .item {
  width: 23%;
  text-align: center;
  background-color: #fff;
  color: #F16D1A;
  border-radius: 8px;
  padding: 1.5rem 0.5rem;
}
.modal-talk .step-flow .item.active {
  background-color: #F16D1A;
  color: #fff;
}
.modal-talk .step-flow .item span {
  display: block;
  font-weight: bold;
}
.modal-talk .step-flow .item span:last-child {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .modal-talk .step-flow span {
    margin-bottom: 0.5rem;
  }
}
.modal-talk .step1 .question-wrap {
  margin: 3rem 0 9rem;
}
.modal-talk .question-wrap {
  margin: 3rem 0;
}
@media screen and (max-width: 959px) {
  .modal-talk .question-wrap .question {
    margin-bottom: 2rem;
  }
}
.modal-talk .question-wrap .question .title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #555;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .modal-talk .question-wrap .question .title {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 1rem;
  }
}
.modal-talk .question-wrap .question .formgroup {
  padding: 1.5rem 0%;
}
@media screen and (max-width: 959px) {
  .modal-talk .question-wrap .question .formgroup {
    padding-left: 1.5rem;
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 959px) {
  .modal-talk .question-wrap .question .formgroup .item {
    margin-bottom: 0.5rem;
    font-size: 12px;
  }
}
.modal-talk .question-wrap .question .contact {
  display: table;
  padding: 1.5rem 0;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .modal-talk .question-wrap .question .contact {
    display: table;
    padding: 1rem 0;
    margin: 0 auto;
    width: 100%;
    display: block;
  }
}
.modal-talk .question-wrap .question .contact.odd {
  background-color: #f2f2f2;
}
.modal-talk .question-wrap .question .contact input.error,
.modal-talk .question-wrap .question .contact textarea.error {
  border: 1px solid #dc8989;
  background-color: #f3c0c0;
}
.modal-talk .question-wrap .question .contact input.error::-webkit-input-placeholder,
.modal-talk .question-wrap .question .contact textarea.error::-webkit-input-placeholder {
  color: #dc8989;
}
.modal-talk .question-wrap .question .contact input.error::-ms-input-placeholder,
.modal-talk .question-wrap .question .contact textarea.error::-ms-input-placeholder {
  color: #dc8989;
}
.modal-talk .question-wrap .question .contact input.error::placeholder,
.modal-talk .question-wrap .question .contact textarea.error::placeholder {
  color: #dc8989;
}
.modal-talk .question-wrap .question .contact textarea {
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .modal-talk .question-wrap .question .contact .item-l,
  .modal-talk .question-wrap .question .contact .item-r {
    display: block;
    margin: 0;
    width: 100%;
  }
}
.modal-talk .question-wrap .question .contact .item-l {
  display: table-cell;
  vertical-align: middle;
  width: 12rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .modal-talk .question-wrap .question .contact .item-l {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 0.5rem;
  }
}
.modal-talk .question-wrap .question .contact .item-r {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 9rem);
}
@media screen and (max-width: 959px) {
  .modal-talk .question-wrap .question .contact .item-r {
    display: block;
    width: 100%;
  }
}
.modal-talk .question-wrap .question .contact .item-r textarea {
  min-height: 20rem;
}
.modal-talk .question-wrap .question .contact .item-r .formgroup {
  padding-left: 0;
}
.modal-talk .question-wrap .question .contact .item-r h3 {
  margin: 0 0 13px;
  text-align: left;
  font-weight: normal;
}
.modal-talk .question-wrap .question .contact .item-r p.des {
  text-align: left;
  margin: 0 0 13px;
  font-size: 0.875rem;
}
.modal-talk .question-wrap .question .contact .item-r div.box {
  text-align: left;
  background-color: #fff;
  padding: 13px;
  max-height: 340px;
  overflow-y: scroll;
  margin: 0 0 55px;
  font-size: 0.875rem;
}
.modal-talk .question-wrap .question .contact .item-r div.check label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-talk .question-wrap .question .contact .item-r div.check label p {
  font-size: 0.875rem;
}
.modal-talk .question-wrap .question .selectric {
  border-radius: 5px;
  display: inline-flex;
  width: 16rem;
}
@media screen and (max-width: 959px) {
  .modal-talk .question-wrap .question .selectric {
    width: 100%;
  }
}
.modal-talk .question-wrap .question .selectric.error {
  border: 1px solid #dc8989;
  background-color: #f3c0c0;
}
.modal-talk .question-wrap .question .selectric.error .label {
  color: #dc8989;
}
.modal-talk .question-wrap .question .selectric::before {
  content: "";
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
}
.modal-talk .question-wrap .question .selectric i {
  display: none;
}
@media screen and (max-width: 959px) {
  .modal-talk .question-wrap .question .selectric .label {
    height: 4em;
    line-height: 4em;
  }
}
@media screen and (max-width: 959px) {
  .modal-talk .question-wrap .question .error-m {
    margin: 0 auto;
  }
}
.modal-talk .thanks {
  padding: 3rem 3rem 5rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .modal-talk .thanks {
    padding: 1rem 3rem 2rem;
    text-align: center;
  }
}
.modal-about .wrap {
  background-color: rgba(255, 135, 69, 0.8);
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .modal-about .wrap {
    background-color: rgba(255, 135, 69, 0.8);
    color: #fff;
    max-height: 90vh;
    width: 94%;
    margin: 0 auto;
  }
}
.modal-about .about-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 4rem;
  position: relative;
}
.modal-about .about-title::after {
  content: "";
  width: 2.5rem;
  height: 6px;
  background: #F16D1A;
  bottom: -2rem;
}
.modal-about .about-cnt .txt {
  text-align: center;
  font-size: 1.2rem;
  margin: 3rem auto;
}
.modal-about .about-cnt .tutorial {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin: 2rem auto;
}
.modal-about .about-cnt .tutorial::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: -1;
}
.modal-about .about-cnt .tutorial span {
  color: #fff;
  border: 2px solid;
  padding: 0.5rem 1rem;
  background-color: #ff8645;
  position: relative;
  z-index: 1;
}
.modal-about .about-cnt .step {
  text-align: center;
  font-size: 1.45rem;
}
@media screen and (max-width: 640px) {
  .modal-about .about-cnt .step {
    font-size: 4.6vw;
    font-weight: bold;
  }
}
.modal-about .about-cnt .step b {
  display: inline-block;
  margin-right: 1rem;
}
.modal-about .about-cnt .slider {
  width: 46rem;
  margin: 0rem auto;
}
@media screen and (max-width: 959px) {
  .modal-about .about-cnt .slider {
    width: 100%;
    margin: 0rem auto;
  }
}
.modal-about .about-cnt .slider img {
  width: 100%;
  margin: 1rem auto;
}
.modal-about .about-cnt .owl-theme .owl-dots {
  text-align: center !important;
}
.modal-about .about-cnt .owl-theme .owl-dots button {
  outline: none;
}
.modal-about .about-cnt .owl-theme .owl-dots .owl-dot.active span {
  background-color: #f36214 !important;
}
.modal-about .about-cnt .owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
}
.modal-about .about-cnt .title {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
@media screen and (max-width: 959px) {
  .modal-about .about-cnt .title {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: bold;
  }
}
.modal-about .about-cnt p {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .modal-about .owl-theme .owl-nav {
    display: none;
  }
}
.modal-about .owl-theme .owl-nav .owl-prev,
.modal-about .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 37%;
  margin: 0;
  padding: 0 20px;
}
.modal-about .owl-theme .owl-nav .owl-prev span,
.modal-about .owl-theme .owl-nav .owl-next span {
  font-size: 4rem;
  font-family: メイリオ;
  padding: 0 10px;
  height: 80px;
  display: flex;
  align-items: center;
}
.modal-about .owl-theme .owl-nav .owl-prev {
  left: -60px;
}
.modal-about .owl-theme .owl-nav .owl-next {
  right: -60px;
}
.modal-about .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
.modal-about .owl-theme .owl-nav [class*=owl-]:hover span {
  color: #869791;
}
.modal-writer .wrap {
  background-color: rgba(255, 135, 69, 0.8);
  color: white;
  padding: 2em 0;
}
@media screen and (max-width: 959px) {
  .modal-writer .wrap {
    margin: 0 1.5%;
  }
}
@media screen and (max-width: 959px) {
  .modal-writer .wrap .inner {
    max-height: 72vh;
    padding: 1rem 6% 6rem;
  }
}
.modal-writer p {
  text-align: left;
  margin-bottom: 1.5rem;
}
.modal-writer .title {
  font-size: 1.75rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 640px) {
  .modal-writer .title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.modal-writer .about-cnt {
  padding: 2% 11%;
}
@media screen and (max-width: 959px) {
  .modal-writer .about-cnt {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .modal-writer .about-cnt .step {
    font-size: 4.6vw;
    font-weight: bold;
  }
}
.modal-writer .contact-btn {
  width: 17em;
  margin: 3rem auto 0;
  text-align: center;
}
.modal-writer .contact-btn a {
  color: #F16D1A;
  font-weight: bold;
  background-color: #fff;
  border-radius: 4rem;
  padding: 1rem 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s all;
}
.modal-writer .contact-btn a:hover {
  opacity: 0.8;
}
.modal-writer .contact-btn a:active {
  position: relative;
  top: 1px;
}

.navigation1 {
  display: flex;
}
@media screen and (max-width: 1090px) {
  .navigation1 {
    margin-left: 1%;
  }
}
@media screen and (max-width: 959px) {
  .navigation1 {
    display: block;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .company-nav-wrap .navigation1 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 1.5rem 0.625rem;
    margin-left: 0;
  }
}
.navigation1 .item {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.navigation1 .item.active::after {
  content: "";
  width: 1.5rem;
  height: 4px;
  background-color: #F16D1A;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 959px) {
  .navigation1 .item.active::after {
    content: "";
    height: 4px;
  }
}
@media screen and (max-width: 959px) {
  #company .navigation1 .item.active::after {
    display: none;
  }
}
.navigation1 .item.active a {
  color: #F16D1A;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #company .navigation1 .item.active a {
    color: white;
  }
}
.navigation1 .item a {
  padding: 2rem 1.5rem;
  font-size: 0.9rem;
}
@media screen and (max-width: 640px) {
  .navigation1 .item a {
    padding: 1rem 2rem;
  }
}
.navigation1 .item a:hover {
  color: #F16D1A;
  background-color: #f5f5f5;
}
.company-nav-wrap .navigation1 li.pc-only {
  display: block;
}
@media screen and (max-width: 959px) {
  .company-nav-wrap .navigation1 li.pc-only {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .company-nav-wrap .navigation1 li a {
    text-align: center;
    padding: 1rem;
    transition: 0.2s all;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: block;
    width: 100%;
    margin: 0 auto 0.625rem;
    color: #fff;
    border: none;
    text-shadow: 0 0 20px #F16D1A;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 0;
    height: 4rem;
    line-height: 4rem;
    border-radius: 5rem;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
  }
}
@media screen and (max-width: 959px) {
  .company-nav-wrap .navigation1 li a::before {
    background: linear-gradient(45deg, #Ffceb3 1%, #Ff8645 100%);
    z-index: -2;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 959px) {
  .company-nav-wrap .navigation1 li a::after {
    background: linear-gradient(45deg, #Ff8645 1%, #Ffceb3 100%);
    z-index: -1;
    transition: 0.3s all;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 959px) {
  .company-nav-wrap .navigation1 li a:hover {
    color: white;
  }
}
@media screen and (max-width: 959px) {
  .company-nav-wrap .navigation1 li a:hover::after {
    opacity: 0;
  }
}

.side-navigation {
  border-top: 4px solid #F16D1A;
}
.side-navigation .item {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #eee;
}
.side-navigation .item:last-child {
  border: none;
}
.side-navigation .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #F16D1A;
  transition: all 0.2s;
}
.side-navigation .item:hover::before {
  width: 5px;
}
.side-navigation .item:hover a {
  color: #F16D1A;
}
.side-navigation .item a {
  position: relative;
}
.side-navigation .item a.active {
  color: white;
  background-color: #F16D1A;
}
.side-navigation .item a.active:hover {
  background-color: #ff8645;
  color: white !important;
}
.side-navigation .item a,
.side-navigation .item span {
  padding: 1.5rem 2rem;
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  #company .company-nav {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 959px) {
  .company-content > .cnt .inner .cnt-header--company {
    padding-bottom: 0.625rem;
  }
}
@media screen and (max-width: 959px) {
  #company .company-content > .cnt1 {
    margin-bottom: 0;
  }
}

.g-nav-serch {
  position: relative;
  width: 30%;
}
@media screen and (max-width: 959px) {
  .g-nav-serch {
    width: 100%;
    text-align: center;
  }
}
.g-nav-serch input {
  width: 80%;
  text-align: left;
  border: 1px solid #f3a5a5;
  border-radius: 3rem;
  padding: 0.5rem 0.7rem 0.5rem 2.5rem;
  background: #fff;
  font-size: 14px;
  line-height: normal;
  position: relative;
  z-index: 0;
  transition: all 0.4s;
  outline: none;
  vertical-align: bottom;
}
@media screen and (max-width: 959px) {
  .g-nav-serch input {
    width: 100%;
    padding: 1rem 1rem 1rem 2.5rem;
    font-size: 16px;
  }
}
.g-nav-serch input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}
.g-nav-serch input::-ms-input-placeholder {
  font-size: 12px;
  color: #999;
}
.g-nav-serch input::placeholder {
  font-size: 12px;
  color: #999;
}
.g-nav-serch input:focus {
  width: 100%;
  background: #fff;
  z-index: 2;
}
.g-nav-serch input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.g-nav-serch input:focus::-ms-input-placeholder {
  opacity: 0;
}
.g-nav-serch input:focus::placeholder {
  opacity: 0;
}
.g-nav-serch input:focus + .icon-search i {
  color: #F16D1A;
}
.g-nav-serch input:focus + .placeholder {
  display: none;
}
.g-nav-serch .icon-search {
  left: 1rem;
  z-index: 2;
  line-height: 1;
}
.g-nav-serch .icon-search i {
  transition: 0.1s all;
  color: #bbb;
}

.sm-btn-search {
  display: none;
}
@media screen and (max-width: 959px) {
  .sm-btn-search {
    display: block;
    width: 100%;
    background-color: #F16D1A;
    color: white;
    text-align: center;
    letter-spacing: 2rem;
    text-indent: 2rem;
    font-weight: bold;
    padding: 1rem 0;
    border-radius: 3rem;
  }
}
@media screen and (max-width: 959px) {
  .sm-btn-search:active {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
}

@media screen and (max-width: 959px) {
  .open-wrap {
    position: relative;
  }
}

@media screen and (max-width: 959px) {
  .fixed {
    overflow: hidden;
  }
}

@media screen and (max-width: 959px) {
  .slideout-menu-toggle {
    display: none;
    transition: all 0.3s;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 959px) {
  .side-open .slideout-menu {
    right: 0%;
  }
}
@media screen and (max-width: 959px) {
  .side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    z-index: 997;
  }
}

@media screen and (max-width: 959px) {
  .slideout-menu-toggle {
    display: inline-block;
    z-index: 999;
    -webkit-transform: scale(1);
    transform: scale(1);
    font-size: 1rem;
  }
}
@media screen and (max-width: 959px) {
  .slideout-menu-toggle__open, .slideout-menu-toggle__close {
    border-radius: 50%;
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.2);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ff8645;
    transition: 1ms all;
  }
}
@media screen and (max-width: 959px) {
  .slideout-menu-toggle__open:active, .slideout-menu-toggle__close:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-width: 959px) {
  .slideout-menu-toggle__open {
    height: 48px;
    width: 48px;
    background-size: 20px;
    position: fixed;
    z-index: 2;
    right: 1.4rem;
    bottom: 2rem;
    background-image: url(/wp-content/themes/iwate-company/assets/images/search_icon_white.png);
  }
}
@media screen and (max-width: 959px) {
  .slideout-menu-toggle__close {
    height: 40px;
    width: 40px;
    background-size: 16px;
    position: fixed;
    right: -60px;
    top: 9px;
    background-image: url(/wp-content/themes/iwate-company/assets/images/close_icon.svg);
    background-color: #fff;
  }
}

@media screen and (max-width: 959px) {
  .toggle-fix {
    right: 8px;
  }
}

@media screen and (max-width: 959px) {
  .smto_stop_fix {
    bottom: 7rem;
  }
}

.page-top {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 6rem 0 2rem;
  background-color: #ffffff;
  opacity: 1;
  background-image: radial-gradient(#E1E1E1 0.8px, transparent 0.8px), radial-gradient(#E1E1E1 0.8px, #ffffff 0.8px);
  background-size: 18px 18px;
  background-position: 0 0, 9px 9px;
}
.page-top img {
  display: inline;
  width: 6%;
  min-width: 70px;
  max-width: 70px;
  position: relative;
  top: 0;
  transition: all 0.5s ease;
}
.page-top:hover img {
  top: -6px;
}

footer {
  position: relative;
  transition: 0.3s all;
  border-top: 1px solid #eee;
}

.footer {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 3rem 0 0.3rem;
}
@media screen and (max-width: 959px) {
  .footer {
    padding: 1rem;
  }
}
.footer .sns {
  text-align: right;
  margin: 0.5rem auto;
}
.footer .sns li {
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .footer .sns li {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 959px) {
  .footer .sns li:last-child {
    margin-right: 0;
  }
}
.footer .sns li a i {
  font-size: 2rem;
  color: #797979;
}
@media screen and (max-width: 959px) {
  .footer .sns li a i {
    font-size: 2rem;
    color: #797979;
  }
}
.footer .sns li a .fa-facebook-square {
  margin-right: 0.6rem;
}
.footer .sns li a .fa-twitter {
  margin-right: 0;
}
.footer .sns li a:hover .fa-facebook-square {
  color: #365899;
}
.footer .sns li a:hover .fa-twitter {
  color: #55acee;
}
.footer-logo {
  width: 18%;
}
@media screen and (max-width: 959px) {
  .footer-logo {
    width: 50%;
    max-width: 200px;
    margin: 3rem 0;
  }
}
.footer-logo a {
  display: inline-block;
  width: 100%;
}
.footer-nav {
  display: flex;
  margin-top: 3rem;
}
@media screen and (max-width: 959px) {
  .footer-nav {
    margin-top: 1rem;
  }
}
.footer-nav .item {
  margin-right: 3rem;
}
.footer-nav .item ul li {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.footer-nav .item ul li:last-child {
  margin-bottom: 0;
}
.footer-nav .item ul li a {
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0 0 0;
  position: relative;
  left: 1rem;
}
@media screen and (max-width: 640px) {
  .footer-nav .item ul li a {
    font-size: 0.8rem;
  }
}
.footer-nav .item ul li a:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 1px;
  background-color: #797979;
  position: absolute;
  left: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-nav .item ul li a:hover {
  color: #F16D1A;
  left: 1.2rem;
}
.footer-nav .item ul li a:hover:before {
  background-color: #F16D1A;
  width: 0.7rem;
}

.copyright {
  margin: 0;
  text-align: right;
  color: #797979;
  letter-spacing: 1px;
}
@media screen and (max-width: 959px) {
  .copyright {
    font-size: 10px;
    line-height: 1.4;
  }
}
.copyright br {
  display: none;
}
@media screen and (max-width: 959px) {
  .copyright br {
    display: block;
  }
}

.sticy-fill::before, .sticy-fill::after {
  content: "";
  display: table;
}

.header {
  padding: 1.75rem;
}
@media screen and (max-width: 959px) {
  .header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: auto;
    padding: 1rem;
  }
}
@media screen and (max-width: 959px) {
  .header .inner-l {
    flex-grow: 0;
  }
}
.header-logo {
  width: 14%;
  max-width: 250px;
}
@media screen and (max-width: 959px) {
  .header-logo {
    width: 46px;
  }
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-inner .inner-c {
  flex-grow: 2;
  margin: 0 3%;
}
@media screen and (max-width: 959px) {
  .header-inner .inner-c {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100vw;
    background-color: rgba(241, 96, 26, 0.95);
    z-index: 9999;
    transition: all 0.3s;
    margin: 0;
  }
}
@media screen and (max-width: 959px) {
  .header-inner .inner-c.open {
    left: 0;
  }
}

.nav-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .nav-wrap {
    width: 80%;
    min-width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    flex-direction: column;
  }
}
@media screen and (max-width: 959px) {
  .nav-wrap .g-nav {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 959px) {
  .nav-wrap .g-nav .item {
    text-align: center;
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .nav-wrap .g-nav .item a {
    padding: 1rem;
    letter-spacing: 2px;
    text-indent: 2px;
    color: #fff;
    font-size: 1.1rem;
  }
}

.g-nav {
  display: flex;
  align-items: center;
}
.g-nav .item {
  margin-right: 2rem;
  font-weight: bold;
}
.g-nav .item a {
  font-size: 0.95rem;
  display: block;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  text-indent: 1px;
  position: relative;
  transition: 0.3s all;
}
.g-nav .item a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  z-index: 3;
  transition: 0.3s all;
}
@media screen and (max-width: 959px) {
  .g-nav .item a::before {
    display: none;
  }
}
.g-nav .item a:hover::before {
  left: 0;
  width: 100%;
}

.cnt-header--company {
  background-color: rgba(247, 249, 249, 0.95);
  padding: 2rem;
  border-top: 3px solid #F16D1A;
  position: relative;
  z-index: 1;
}
.cnt-header--company .ch-thumb {
  position: absolute;
  top: 0;
  left: 4%;
  width: 14%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}
@media screen and (max-width: 959px) {
  .cnt-header--company .ch-thumb {
    left: 4%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20%;
  }
}
@media screen and (max-width: 959px) and (max-width: 640px) {
  .cnt-header--company .ch-thumb {
    left: 6%;
  }
}
.cnt-header--company .ch-thumb .thumb {
  text-align: center;
}
.cnt-header--company .ch-thumb .thumb span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding-top: 100%;
}
.cnt-header--company .ch-thumb .thumb span img {
  display: inline-block;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.17);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cnt-header--company .ch-thumb .thumb span .icon-wrap {
  position: absolute;
  bottom: -7%;
  right: -10%;
  background: #fff;
  width: 30%;
  height: 30%;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .cnt-header--company .ch-thumb .thumb span .icon-wrap {
    width: 40%;
    height: 40%;
    bottom: -10%;
    right: -14%;
  }
}
.cnt-header--company .ch-thumb .thumb span .icon-wrap i {
  font-size: 1.8rem;
  color: #ddd;
  margin: 0;
  line-height: 1;
  left: 52%;
  top: 53%;
}
@media screen and (max-width: 1240px) {
  .cnt-header--company .ch-thumb .thumb span .icon-wrap i {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .cnt-header--company .ch-thumb .thumb span .icon-wrap i {
    font-size: 1.2rem;
    top: 55%;
  }
}

.mb-menu {
  width: 26px;
  height: 20px;
  position: absolute;
  overflow: hidden;
  z-index: 99999;
  top: 16px;
  right: 15px;
}
.mb-menu.open .top {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
  left: 2px;
}
.mb-menu.open .center {
  left: -50px;
}
.mb-menu.open .bottom {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
  left: 2px;
}
.mb-menu .line {
  background-color: #fff;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  position: absolute;
  transition: all 0.4s;
}
.mb-menu .line.bottom {
  position: absolute;
  bottom: 0;
}
.mb-menu .line .center {
  top: 0;
}

/* ==========================================================
	top page custom
========================================================== */
.key.height-custom {
  height: 55vh;
}

.grad-btn-green2 {
  background: #F16D1A;
  color: #fff;
  border-radius: 2.5rem;
  display: inline-block;
  transition: 0.3s all;
}
.grad-btn-green2:hover {
  background: #ff8645;
}
.grad-btn-green2 a {
  padding: 1.25rem 7rem;
}

.company-search {
  border-top: 3px solid #F16D1A;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 1399px) {
  .company-search {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 959px) {
  .company-search {
    margin-right: auto;
    margin-left: auto;
  }
}
.company-search__inr {
  padding: 0 3%;
}
.company-search__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .company-search__list {
    flex-direction: column;
  }
}
.company-search__list__column {
  width: 50%;
  padding: 0 2%;
}
@media screen and (max-width: 959px) {
  .company-search__list__column {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .company-search__list__column:first-of-type {
    margin-bottom: 2rem;
  }
}
.company-search__list section[class^=company-search__list__item--] {
  margin-bottom: 2rem;
}
.company-search__list section[class^=company-search__list__item--]:last-of-type {
  margin-bottom: 0;
}
.company-search__list section[class^=company-search__list__item--] h2 {
  font-size: 1.15rem;
  border-left: 4px solid #F16D1A;
  padding-left: 1rem;
}
@media screen and (max-width: 640px) {
  .company-search__list section[class^=company-search__list__item--] h2 {
    font-size: 1rem;
  }
}
.company-search__list section[class^=company-search__list__item--] ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
}
@media screen and (max-width: 640px) {
  .company-search__list section[class^=company-search__list__item--] ul {
    padding: 0;
  }
}
.company-search__list section[class^=company-search__list__item--] ul li a {
  font-weight: bold;
}
.company-search__list__item--area ul li.region_ttl {
  width: 100%;
}
.company-search__list__item--area ul li.region_ttl h3 {
  margin-bottom: 0;
}
.company-search__list__item--area ul li a {
  padding: 0.5rem;
  color: #F16D1A;
  text-decoration: underline;
}
@media screen and (max-width: 959px) {
  .company-search__list__item--area ul li a {
    padding: 0.5rem 0.7rem;
  }
}
.company-search__list__item--area ul li a:hover {
  color: #ff8645;
  text-decoration: none;
}
.company-search__list__item--feature ul li {
  margin: 0 3px 6px;
}
@media screen and (max-width: 640px) {
  .company-search__list__item--feature ul li {
    margin: 0 3px 12px;
  }
}
.company-search__list__item--feature ul li a {
  padding: 0.2em 1.5rem;
  color: #FFF;
  background: #F16D1A;
  border-radius: 30px;
}
@media screen and (max-width: 959px) {
  .company-search__list__item--feature ul li a {
    padding: 0.5em 2rem;
  }
}
@media screen and (max-width: 640px) {
  .company-search__list__item--feature ul li a {
    padding: 0.2rem 1rem;
    font-size: 0.875rem;
  }
}
.company-search__list__item--feature ul li a:hover {
  background: #ff8645;
}
.company-search__list__item--industry ul li, .company-search__list__item--occupation ul li {
  margin: 0 3px 6px;
}
.company-search__list__item--industry ul li a, .company-search__list__item--occupation ul li a {
  padding: 0.2em 1.5rem;
  color: #F16D1A;
  background: #FFF;
  border-radius: 3px;
}
@media screen and (max-width: 959px) {
  .company-search__list__item--industry ul li a, .company-search__list__item--occupation ul li a {
    padding: 0.5em 2rem;
  }
}
.company-search__list__item--industry ul li a:hover, .company-search__list__item--occupation ul li a:hover {
  background: #ff8645;
  color: #FFF;
}
.company-search .grad-btn-green2 {
  display: block;
  background: none;
  text-align: center;
  border-radius: 0;
  border-top: 2px solid #d1d1d1;
  padding-top: 3rem;
  margin-top: 4rem;
}
.company-search .grad-btn-green2 a {
  display: inline-block;
  background-color: #F16D1A;
  color: #FFF;
  border-radius: 5px;
  width: 40%;
  min-width: 320px;
  padding: 1.25rem 0;
}
@media screen and (max-width: 640px) {
  .company-search .grad-btn-green2 a {
    width: 90%;
  }
}
.company-search .grad-btn-green2 a:hover {
  background: #ff8645;
}

.fukidasi {
  margin: 0 0 34px;
  padding: 0 7%;
}
.fukidasi div {
  display: flex;
  justify-content: space-between;
  margin: 0 0 21px;
  align-items: center;
}
.fukidasi div img {
  margin: 0 34px 0 0;
  width: 25%;
}
.fukidasi div p {
  position: relative;
  width: 70%;
  border-radius: 20px;
  padding: 13px;
  border: 3px solid #F16D1A;
  margin: 0;
}
.fukidasi div p:after, .fukidasi div p:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 50%;
}
.fukidasi div p:after {
  border-color: rgba(238, 238, 238, 0);
  border-top-width: 10px;
  border-bottom-width: 11px;
  border-left-width: 12px;
  border-right-width: 15px;
  margin-top: -10px;
  border-right-color: #F0F2F2;
}
.fukidasi div p:before {
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 18px;
  border-right-width: 18px;
  margin-top: -12px;
  margin-right: 2px;
  border-right-color: #F16D1A;
}
.fukidasi div p.yellow {
  border: 3px solid #EDD473;
}
.fukidasi div p.yellow:before {
  border-right-color: #EDD473;
}
.fukidasi div p.blue {
  border: 3px solid #0097b2;
}
.fukidasi div p.blue:before {
  border-right-color: #0097b2;
}
.fukidasi div p.gray {
  border: 3px solid #a0afb9;
}
.fukidasi div p.gray:before {
  border-right-color: #a0afb9;
}
.fukidasi div p.red {
  border: 3px solid #cd4f4f;
}
.fukidasi div p.red:before {
  border-right-color: #cd4f4f;
}

.featuredslider {
  display: none;
  margin: 0px 0 4rem;
}
.featuredslider.slick-initialized {
  display: block;
}
.featuredslider li a {
  display: block;
  margin: 0 20px;
  transition: all 0.3s ease;
}
.featuredslider li a:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=style.css.map*/