/*
Theme Name: iwatani
Theme URI: http://www.iwatani.com/
Author: iwatani
Author URI: http://www.iwatani.com/
Description: iwatani
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iwatani
Tags: iwatani
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/***
@font-face {
   font-family: impact;
   src: url('/wp-content/themes/iwatani/images/impact.eot') format("embedded-opentype");
   src: url('/wp-content/themes/iwatani/images/impact.ttf') format("truetype");
   src: url('/wp-content/themes/iwatani/images/impact.woff') format("woff");
    font-style: oblique;
}
**/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, sans-serif,
    "ヒラギノ角ゴ Pro W3", "メイリオ", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック",
    "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333 !important;
  background: url("/recruit/wp/wp-content/themes/iwatani/images/bk_back.png")
    repeat top left;
}
.wrapper {
  background-color: #fff;
  max-width: 100%;
  margin: 0 auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none !important;
  color: #333;
}

a:active,
a:hover,
a:focus,
*:focus {
  outline: none;
  color: #bc0a0a;
}
a img {
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 25px;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -webkit-backface-visibility: hidden;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
@media only screen and (max-width: 757px) {
  h2 {
    font-size: 20px;
  }
  .wrapper {
    border: none;
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
input,
select,
textarea {
  color: #222 !important;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0;
  font-style: normal;
  text-decoration: none !important;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

li {
  list-style-type: none;
}
p {
  font-size: 15px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/**
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

**/
/*--------------------------------------------------------------
# 基本
--------------------------------------------------------------*/

.impact {
  font-family: impact, "Anton", sans-serif;
  font-style: italic;
  font-weight: normal;
}

.RobotoCondensed {
  font-family: "Roboto Condensed", sans-serif, "游ゴシック", YuGothic,
    "メイリオ";
  font-weight: normal;
}
.julius {
  font-family: "Julius Sans One", sans-serif;
}
.times {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
}

.inner {
  max-width: 762px;
  margin: 0 auto !important;
}

.inner_l {
  max-width: 1400px;
  margin: 0 auto !important;
}
.inner_m {
  max-width: 1100px;
  margin: 0 auto !important;
}
.inner_s {
  max-width: 1000px;
  margin: 0 auto !important;
}
.inner_xs {
  max-width: 900px;
  margin: 0 auto !important;
}
.br_span {
  display: block;
}
.pc_show {
  display: block;
}
.sp_show {
  display: none;
}
@media only screen and (min-width: 2000px) {
}

@media only screen and (max-width: 1024px) {
  .pc_show {
    display: none;
  }
  .sp_show {
    display: block;
  }
  .inner {
    padding: 0 15px;
  }

  nav.sp {
    display: block;
  }
}
@media only screen and (max-width: 758px) {
  .inner {
    padding: 0 10px;
  }
  .br_span {
    display: inline;
  }
}

/* -------------------------------- 

フッター

-------------------------------- */
footer {
  padding-top: 50px;
  clear: both;
}
footer p {
  padding: 0;
  margin: 0;
}
.footer_1 .inner {
  overflow: hidden;
  padding: 25px 0;
}
.footer_1 .footer_col1,
.footer_1 .footer_col2,
.footer_1 .footer_col3,
.footer_1 .footer_col4,
.footer_1 .footer_col5,
.footer_1 .footer_col6,
.footer_1 .footer_col7 {
  float: left;
  padding-right: 70px;
}
.footer_1 .footer_col1:last-child {
  padding-right: 0;
}
.footer_1 a {
  font-size: 12px;
  color: #333;
}
.footer_1 a:hover {
  color: #3489be;
  text-decoration: underline !important;
}
.footer_1 dl dd {
  padding-left: 3px;
}
.footer_1 dl dd {
  padding-top: 2px;
  padding-bottom: 2px;
}
dl.page_top_btn {
  display: table;
  color: #3489be;
}
dl.page_top_btn dt,
dl.page_top_btn dd {
  display: table-cell;
  vertical-align: middle;
}
.footer_2 {
  border-bottom: 1px solid #ff9a0a;
}
.footer_2 a {
  color: #c17509;
}
.footer_3 {
  padding-top: 10px;
}
.footer_3 .inner div {
  display: table-cell;
  vertical-align: middle;
}
.footer_3 .inner div:first-child {
  width: 200px;
}
.footer_3 ul {
  overflow: hidden;
}
.footer_3 li {
  float: left;
}
.footer_3 li a {
  font-size: 12px;
  color: #333;
}
.footer_3 li a:hover {
  text-decoration: underline;
  color: #3489be;
}
.footer_4 p {
  text-align: right;
  font-size: 11px;
  padding: 6px 0;
}
@media only screen and (max-width: 1100px) {
  .inner {
    padding: 0px 10px;
  }
  .footer_2 .inner {
    padding: 20px 10px 40px;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 758px) {
  .footer_1 .inner {
    overflow: hidden;
    padding: 25px 10px 0;
  }
  .footer_1,
  .footer_2 {
    background-color: #3489be;
    padding-bottom: 20px;
  }
  .footer_1 .footer_col1 {
    float: none;
    width: 100%;
    padding: 0;
  }
  .footer_1 .footer_col1 li {
    padding-bottom: 2px;
  }
  .footer_1 a {
    display: block;
    background-color: #fff;
    color: #3489be;
    padding: 15px;
    font-size: 13px;
    position: relative;
  }
  .footer_1 a:hover,
  .footer_2 a:active {
    text-decoration: none !important;
  }
  a.footer_ac:after {
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    font-weight: normal;
    content: "\f196";
  }
  a.footer_ac.active:after {
    content: "\f147";
  }
  .footer_ac_cont {
    display: none;
  }
  .footer_ac_cont a {
    border-top: 1px solid #3489be;
    font-size: 12px;
  }
  .footer_2 div {
    display: table;
    width: 100%;
    margin-bottom: 5px;
    height: 50px;
  }
  .footer_2 div a {
    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 5px;
    padding-left: 10px;
  }
  .footer_3 li {
    float: none;
    font-size: 13px;
    display: inline;
  }
  .footer_3 .inner div {
    display: block;
  }
  .sp_footer_info {
    color: #fff;
  }
  .sp_footer_info p {
    padding: 10px 0 20px;
  }
  .footer_exlink li {
    padding: 0 10px;
  }
  .footer_exlink li {
    padding-bottom: 15px;
    float: none;
  }
  .copy_right {
    text-align: center;
  }
  .footer_phone_sp ul {
    border-style: solid;
    border-width: 3px;
    border-image: url("/wp-content/themes/iwatani/images/footer/border_footer.png")
      5 5 round;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
  }
  .footer_phone_sp address a {
    padding-top: 10px;
    font-size: 40px;
    font-family: "Istok Web", sans-serif;
    background-color: transparent;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
    letter-spacing: -2px;
  }
  .footer_4 p {
    margin: 0;
  }
}

@media only screen and (max-width: 450px) {
}
/* -------------------------------- 

ヘッダー

-------------------------------- */
/**
.header_inner {
    background-color: #fff;
    width: 900px;
    margin: 0 auto;
}
**/
.logo ul {
  display: table;
}
.logo ul li {
  display: table-cell;
  vertical-align: top;
}
.logo ul li:last-child {
  padding-left: 10px;
}
.logo h1 {
  font-size: 13px;
  color: #999;
  font-weight: normal;
}
.logo h1 span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.logo {
  float: left;
}
.header_info {
  float: right;
  width: 180px;
}
.header_info ul {
  display: table;
  width: 100%;
}
.header_info ul li {
  display: table-cell;
  width: 50%;
  border-left: 1px solid #ccc;
}
.header_info ul li:last-child {
  border-right: 1px solid #ccc;
}
.header_info li a {
  background-position: center bottom;
  background-repeat: no-repeat;
  display: block;
  height: 39px;
  padding: 0 5px;
  font-size: 12px;
}
.header_info_outer {
  overflow: hidden;
  padding: 20px 0 50px;
}
.header_open_campus a {
  -webkit-border-radius: 0 0 20px 20px / 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px / 0 0 20px 20px;
  border-radius: 0 0 15px 15px / 0 0 15px 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9a0a+0,ffa72a+50,ff9a0a+50,ffa72a+100 */
  background: #ff9a0a; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ff9a0a 0%,
    #ffa72a 50%,
    #ff9a0a 50%,
    #ffa72a 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ff9a0a 0%,
    #ffa72a 50%,
    #ff9a0a 50%,
    #ffa72a 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ff9a0a 0%,
    #ffa72a 50%,
    #ff9a0a 50%,
    #ffa72a 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a0a', endColorstr='#ffa72a',GradientType=0 ); /* IE6-9 */
  text-align: center;
  display: block;
  padding: 5px 0;
  font-size: 16px;
  color: #fff;
}
.header_open_campus a:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa72a+1,ffa72a+51,ff9a0a+52,ff9a0a+100 */
  background: #ffa72a; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ff9a0a 1%,
    #ff9a0a 51%,
    #ffa72a 52%,
    #ffa72a 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ff9a0a 1%,
    #ff9a0a 51%,
    #ffa72a 52%,
    #ffa72a 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ff9a0a 1%,
    #ff9a0a 51%,
    #ffa72a 52%,
    #ffa72a 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a0a', endColorstr='#ffa72a',GradientType=0 ); /* IE6-9 */
  color: #fff;
}
.header_contact ul {
  display: table;
  width: 100%;
  height: 30px;
  padding-top: 5px;
}
.header_contact ul li {
  display: table-cell;
  width: 33.3333%;
  vertical-align: middle;
  height: 30px;
  text-align: center;
}
.header_contact a {
  height: 30px;
  font-size: 12px;
  display: block;
  padding-top: 5px;
  border: 1px solid #ff9a0a;
  color: #777;
}
.header_contact a i {
  color: #fe990b;
}
.header_contact a:hover {
  background-color: #ff9a0a;
  color: #fff;
}
.header_contact a:hover i {
  color: #fff;
}
.header_contact .left_btn a {
  -webkit-border-radius: 15px 0 0 15px / 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px / 15px 0 0 15px;
  border-radius: 15px 0 0 15px / 15px 0 0 15px;
  border-right: none;
}
.header_contact .right_btn a {
  -webkit-border-radius: 0 15px 15px 0 / 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0 / 0 15px 15px 0;
  border-radius: 0 15px 15px 0 / 0 15px 15px 0;
  border-left: none;
}
.header_phone_outer ul {
  display: table;
  width: 320px;
}
.header_phone_outer ul li {
  display: table-cell;
  vertical-align: top;
}
.header_phone {
  width: 200px;
}
.header_phone address {
  font-size: 26px;
  font-style: normal;
  font-family: "Istok Web", sans-serif;
  font-weight: bold;
  color: #ff9a0a !important;
  text-decoration: none;
}
.header_phone address i {
  font-size: 23px;
}
.header_fax {
  padding-top: 5px;
  padding-left: 3px;
  width: 115px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  color: #888;
}

@media only screen and (max-width: 900px) {
  .header_inner.inner {
    padding: 0;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

グローバルメニューPC

–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav.pc {
  padding: 20px 0;
}
.menu-mobile {
  display: none;
  padding: 5px;
  position: relative;
}

.menu-mobile:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 2.5rem;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #d2850a;
  /**-webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);**/
}
.show-on-mobile.menu-mobile:after {
  content: "\f00d";
  font-family: "FontAwesome";
}
.menu-dropdown-icon:before {
  content: "\f196";
  font-family: "FontAwesome";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.menu-dropdown-icon.close:before {
  content: "\f147";
}
.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
  display: table;
}

.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}

.menu > ul:after {
  clear: both;
}

.menu > ul > li {
  display: table-cell;
  width: 20%;
  background: #fff;
  margin: 0;
}

.menu > ul > li a {
  color: #3489be;
  text-decoration: none;
  text-align: center;
  padding: 8px 5px;
  display: block;
  border-left: 1px solid #ccc;
}
.menu > ul > li:last-child a {
  border-right: 1px solid #ccc;
}
/**
.menu > ul > li:hover a{
    background: #fe990b;
    color: #fff;
}
**/
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #fe990b;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}

.menu > ul > li > ul > li a {
  color: #fff;
  padding: 0.2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em;
}

.menu > ul > li > ul > li > ul > li a {
  border: 0;
}

.menu > ul > li > ul.normal-sub {
  width: 220px;
  left: auto;
  padding: 10px 15px;
}

.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}
.menu > ul > li a.current {
  background-color: #fe990b;
  color: #fff;
}

/***********スティッキーヘッダー************/

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  background-color: #fff;
}
.is-show {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
nav.pc.is-show {
  padding: 10px 0;
}
@media only screen and (max-width: 1024px) {
  .clone-nav .nav_btn_header {
    display: none;
  }
  .clone-nav.is-show .nav_btn_header {
    display: block;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 13rem;
  }
}
@media only screen and (max-width: 768px) {
  .drawer--right.drawer-open .drawer-hamburger {
    right: 19rem;
  }
  .sp_nav_btn.menu_btn {
    background-color: #3489be;
  }
}
@media all and (-ms-high-contrast: none) {
  /***********IE用游ゴシックline-height効かないため************/
}

/* -------------------------------- 

ヘッダー・グローバルメニューSP

-------------------------------- */

.drawer-hamburger:before {
  content: "\f0c9";
  display: table-cell;
  font-family: FontAwesome;
  font-size: 25px;
  color: #fff;
  background-color: #3489be;
  width: 40px;
  vertical-align: middle;
}
/**
.drawer-open .drawer-hamburger:before{
    content: '\f112';
    display: table-cell;
    font-family: FontAwesome;
}
**/
.drawer-open .is-show .drawer-hamburger:before {
  padding: 3px 8px;
}
nav.sp {
  background-color: #fff;
}
.nav_sp_top {
  display: table;
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 4;
}
.logo_sp {
  display: table-cell;
  width: 90%;
  vertical-align: middle;
}
.sp_nav_btn {
  display: table-cell;
  width: 10%;
  vertical-align: middle;
}

.drawer-open .sp_sticky_nav li:first-child,
.drawer-open .sp_sticky_nav li:nth-child(2),
.drawer-open .sp_sticky_nav li:nth-child(3) {
  opacity: 0.3;
}

.is-show .logo_sp {
  display: none;
}
.sp_sticky_nav {
  display: none;
}
.is-show .sp_sticky_nav {
  display: table;
  float: left;
  width: 100%;
  height: 40px;
  border-collapse: separate;
  border-spacing: 5px 5px;
}
.sp_sticky_nav li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  background-color: #3489be;
}
.sp_sticky_nav li.home_btn,
.sp_sticky_nav li.nav_stiky_btn {
  width: 12%;
}
.sp_sticky_nav li.nav_doc_btn,
.sp_sticky_nav li.nav_open_btn,
.sp_sticky_nav li.nav_access_btn {
  width: 38%;
}
.sp_sticky_nav li span {
  display: table;
  width: 100%;
  line-height: 1;
}
.sp_sticky_nav li a {
  display: table-cell;
  height: 30px;
  vertical-align: middle;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
}

.is-show .sp_nav_btn {
  display: none !important;
}
/**
.drawer-open .nav_btn_header {
    opacity: 0.5;
}
**/
.is-show .drawer-hamburger {
  width: inherit !important;
  padding: 0 !important;
}
.drawer_info_top {
  color: #fff;
  padding: 10px 0;
}
.drawer_info_top address a {
  font-size: 25px;
  font-family: "Istok Web", sans-serif;
  font-weight: bold;
}
.drawer_info_top a {
  color: #fff;
}
.drawer_color_bg {
  background-color: #3489be;
  padding: 0 8px 0;
}
.drawer_white_btn li {
  padding-bottom: 8px;
}
.drawer_white_btn li a {
  display: block;
  text-align: left;
  background-color: #fff;
  line-height: 45px;
  position: relative;
  color: #3489be;
  font-weight: bold;
  padding-left: 10px;
}
.drawer_white_btn li a:after {
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  font-weight: normal;
}
.drawer_toppage:after {
  content: "\f015";
  font-size: 18px;
}
.drawer_opencampus:after {
  content: "\f1ad";
  font-size: 17px;
}
.drawer_document:after {
  content: "\f07c";
  font-size: 15px;
}
.drawer_contact:after {
  content: "\f0e0";
  font-size: 15px;
}
.drawer_white_btn li a.drawer_access:after {
  content: "\f041";
  font-size: 18px;
  right: 13px;
}
.drawer_white_bg {
  padding: 8px;
}
li.drawer-dropdown {
  padding-bottom: 8px;
}
.drawer_info_bottom {
  padding: 8px;
  color: #3489be;
}
.drawer_info_bottom a {
  color: #3489be;
}
a.drawer-dropdown {
  text-align: left;
  display: block;
  background-color: #3489be;
  color: #fff;
  line-height: 45px;
  padding-left: 10px;
  font-weight: bold;
}
a.drawer-dropdown:focus,
a.drawer-dropdown:active,
a.drawer-dropdown:visited {
  color: #fff;
}
.drawer-dropdown .drawer-dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  display: block;
  overflow: hidden;
}
.drawer-dropdown.open .drawer-dropdown-menu {
  max-height: 300px;
  opacity: 1;
}
a.drawer-dropdown-menu-item {
  color: #3489be;
  border-bottom: 1px dotted #3489be;
}
@media only screen and (min-width: 700px) {
  .drawer-hamburger:before {
    position: relative;
    left: 15px;
  }
}

/**---------------------------------------

サイド

---------------------------------------**/
.phone_side address {
  color: #3489be;
  font-size: 30px;
  font-family: "Istok Web", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.fax_number_side span:last-child {
  padding-left: 5px;
}
.fax_number_side {
  padding-bottom: 6px;
}

.phone_side .side_btn a {
  max-width: 253px;
  display: block;
  color: #ff9a0a;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ff9a0a;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
.phone_side .side_btn a:hover {
  color: #fff;
  background-color: #ff9a0a;
}
.side_banner {
  padding: 15px 0 10px;
}
.side_school_link img {
  border-bottom: 2px solid #ccc;
}
.side_school_link a:hover img {
  opacity: 0.7;
}
.school_link_title {
  background-color: #3489be;
  color: #fff;
  font-size: 11px;
  padding: 3px 2px;
}
@media only screen and (max-width: 468px) {
  .side_school_link img {
    border: 1px solid #ccc;
  }
  .side_school_link .col-xs-6 {
    padding: 5px;
  }
}
/**---------------------------------------

アコーディオン

---------------------------------------**/

/***
ul.accordion {
    padding: 5px;
    overflow: scroll;
}
ul.accordion a.toggle{ 
    display:block;
}
ul.accordion a.toggle span{ 
    display:block;
    text-align: left;
    line-height: 45px;
    position: relative;
    background-color: #fe990b;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
}
ul.accordion a.toggle span:after { 
    content: '\f196';
    position: absolute;
    right: 10px;
    font-family: FontAwesome;
    font-weight: normal;
}
ul.accordion a.toggle span.open:after { 
    content: '\f147';
}
ul.accordion li{
    margin-bottom: 5px;
}
ul.accordion > li > ul > li{ 
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
}
ul.accordion > li > ul > li > a { 
    display: block;
    line-height: 45px;
    text-align: left;
    font-weight: bold;
    background-color: #ffc042 !important;
    color: #fff;
    padding-left: 10px;
    height: 45px;
}
ul.accordion ul { 
    display:none;
    height: auto;
    overflow: scroll;
}
ul.accordion > li > ul > li > a { 
    background:url(../img/go.png) no-repeat 98% center;
}
**/

/* -------------------------------- 

トップ

-------------------------------- */
.top_information {
  padding-bottom: 50px;
}
.top_information .col-sm-7 {
  padding-right: 40px;
}
.top_information h2 {
  letter-spacing: 2px;
  font-size: 15px;
  border-bottom: 2px dotted #ccc;
  color: #3489be;
  margin-bottom: 10px;
}
.top_information h2 span {
  color: #666;
  font-size: 13px;
  display: inline-block;
  padding-left: 10px;
  font-weight: normal;
}
.top_news_outer {
  overflow-y: scroll;
  height: 300px;
}
.top_news {
  padding-bottom: 20px;
}
.top_news ul li:first-child {
  color: #3489be;
  font-size: 12px;
  padding-bottom: 5px;
}
.top_news ul li:last-child a {
  color: #333;
  font-size: 13px;
}
.top_news ul li:last-child a:hover {
  text-decoration: underline;
}
.top_contact_btn a {
  display: block;
  background-color: #aaa;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  font-weight: bold;
}
.top_contact_btn a:hover {
  display: block;
  background-color: #3489be;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  font-weight: bold;
}
.top_introduce h2 {
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 18px;
  padding-left: 100px;
  font-weight: normal;
  color: #666;
}
.top_introduce h2 span {
  background-color: #fff;
  display: inline-block;
  padding-right: 5px;
}
.top_introduce .col-sm-4 {
  padding: 5px 3px;
}
@media only screen and (min-width: 1400px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 959px) {
}
@media only screen and (max-width: 767px) {
  .inner.pc_slider {
    padding: 0;
  }
  .top_information .col-sm-7 {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 420px) {
}
/****---------------------------------------------

オープンキャンパス

-----------------------------------------*******/
.btn_orientation {
  background-color: #3489be;
  color: #fff;
  padding: 10px;
  display: inline-block;
  margin: 20px 0;
}
.btn_orientation:hover {
  background-color: #5ca3d0;
  color: #fff;
}
/****---------------------------------------------

ボーダーセンターノーマル

-----------------------------------------*******/
.border_center_normal {
  display: flex;
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: -ms-flex; /*--- IE10用 ---*/
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
  color: #0c3575;
  font-size: 26px;
  line-height: 0.7;
  overflow: hidden;
}
.border_center_normal:before,
.border_center_normal:after {
  border-top: 1px solid #0c3575;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
  -webkit-flex-grow: 1; /*--- safari（PC）用 ---*/
  -ms-flex-grow: 1; /*--- IE10用 ---*/
  margin-top: 60px;
}
/*Firefoxだけに適用されるCSSハック*/
@-moz-document url-prefix() {
  .border_center_normal:before,
  .border_center_normal:after {
    margin-top: 0px;
  }
}
@media all and (-ms-high-contrast: none) {
  .border_center_normal:before,
  .border_center_normal:after {
    margin-top: 0px;
  }
}
/*ChromeとOperaのみだけに適用されるCSSハック*/
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .border_center_normal:before,
  .border_center_normal:after {
    margin-top: 0px;
  }
}

.border_center_normal {
  padding: 65px 0 40px;
  line-height: 1.6;
}
.border_center_normal:before {
  margin-right: 0.5em;
}

.border_center_normal:after {
  margin-left: 0.5em;
}

.border_center_normal span {
  line-height: 0.7;
}
.border_center_normal .title_jp {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .border_center_normal {
    padding: 35px 0 20px;
    line-height: 1.6;
  }
}

/**---------------------------------------

スクロールダウン

---------------------------------------**/
a.scroll_down {
  position: absolute;
  left: 50%;
  display: inline-block;
  z-index: 100;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
  padding: 0;
  bottom: 0px;
  margin-left: -41px;
}
a.scroll_down span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 28px;
  height: 50px;
  margin-left: -14px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
a.scroll_down span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#top_anchor {
  position: relative;
  top: -30px;
}
@media only screen and (max-width: 768px) {
  #top_anchor {
    position: relative;
    top: 0px;
  }
}

/*--------------------------------------------------------------
# ニュース一覧
--------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
}

/*--------------------------------------------------------------
# ニュース
--------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
}

/*--------------------------------------------------------------
# ペジネーション
--------------------------------------------------------------*/
.pagenation {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pagenation a,
.pagenation span {
  padding: 0 5px 5px;
  margin: 0 5px;
  display: inline-block;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  color: #fff;
  font-family: impact;
}
.pagenation .current {
  border-bottom: 1px solid #fff;
}
/*--------------------------------------------------------------
# ペジネーション白背景用
--------------------------------------------------------------*/
.pagenation2 {
  margin-top: 50px;
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #333;
}
.pagenation2 a,
.pagenation2 span {
  padding: 0 5px 5px;
  margin: 0 5px;
  display: inline-block;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  color: #fff;
  font-family: impact;
}
.pagenation2 .current {
  border-bottom: 1px solid #fff;
}

/*--------------------------------------------------------------
# ペジネーション wp pagenavi
--------------------------------------------------------------*/
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 3px 5px;
  margin: 2px;
}
.wp-pagenavi span.current {
  border-color: #fff;
}

.previous_item_wrapper {
  position: fixed;
  top: 50%;
  left: 0;
  height: 100px;
  margin-top: -50px;
  z-index: 10000;
}
.next_item_wrapper {
  position: fixed;
  top: 50%;
  right: 0;

  margin-top: -50px;
  height: 100px;
  z-index: 10000;
}

.next_item {
  display: table-cell;
  vertical-align: middle;
  height: 100px;

  text-align: right;
}
.previous_item {
  display: table-cell;
  vertical-align: middle;
  height: 100px;

  text-align: left;
}

.previous_item .mask {
  position: fixed;
  top: 50%;
  left: 0;
  opacity: 0; /* マスクを表示しない */
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #6396c8;
  margin-top: -55px;
  max-width: 200px;
}
.next_item .mask {
  position: fixed;
  top: 50%;
  right: 0;
  opacity: 0; /* マスクを表示しない */
  background-color: #6396c8;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-top: -55px;
  max-width: 200px;
}
.previous_item_wrapper:hover .mask {
  opacity: 1; /* マスクを表示する */
  padding-left: 30px; /* 右にずらす */
}
.next_item_wrapper:hover .mask {
  opacity: 1; /* マスクを表示する */
  padding-right: 30px; /* 右にずらす */
}
.next_item .mask a,
.previous_item .mask a {
  text-align: center;
  display: block;
  font-size: 12px;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
}

/***********fancybox***********/

.fancybox-lock .fancybox-overlay:hover {
  cursor: url("/wp-content/themes/iwatani/images/close_cross.png"),
    url("/wp-content/themes/iwatani/images/close_cross.cur"), pointer !important;
}
.fancybox-inner:hover {
  cursor: default;
}
.fancybox-prev:hover {
  cursor: url("/wp-content/themes/iwatani/images/arrow_left.png"),
    url("/wp-content/themes/iwatani/images/arrow_left.cur"), pointer !important;
}
.fancybox-next:hover {
  cursor: url("/wp-content/themes/iwatani/images/arrow_right.png"),
    url("/wp-content/themes/iwatani/images/arrow_right.cur"), pointer !important;
}
.spritespin-canvas {
  cursor: url("/wp-content/themes/iwatani/images/cursor360.png"),
    url("/wp-content/themes/iwatani/images/cursor360.cur"), e-resize !important;
}

/*--------------------------------------------------------------
# ページ基本
--------------------------------------------------------------*/
.page_basic .col-sm-3,
.single-interview .col-sm-3 {
  padding-left: 15px;
}
.page_basic .col-sm-9,
.single-interview .col-sm-9 {
  padding-right: 5px;
}
.page_basic h1 {
  color: #777;
  font-weight: 300;
  font-size: 25px;
}
.page_basic h1 span {
  font-size: 17px;
  display: inline-block;
  padding-left: 10px;
  color: #999;
  letter-spacing: 3px;
}
.page_main_img {
  padding: 20px 0;
}
h2.page_title2 {
  color: #3489be;
  font-weight: normal;
  font-size: 18px;
}
h2.page_title3 {
  color: #666;
  border-bottom: 1px dotted #666;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 5px;
}
h2.page_title3 span {
  border-left: 4px solid #3489be;
  display: inline-block;
  padding-left: 5px;
  line-height: 1;
}
h3.page_title5 {
  background-color: #efefef;
  color: #3489be;
  font-weight: 500;
  font-size: 15px;
  padding: 5px 0 5px 10px;
}
h3.page_title5 span {
  display: inline-block;
  padding-left: 20px;
  color: #555;
  font-size: 13px;
}
.page_basic p {
  font-size: 14px;
  line-height: 1.6;
}
.anchor_basic {
  position: relative;
  top: -90px;
  display: inline-block;
  height: 0;
}
@media only screen and (max-width: 768px) {
  .page_basic .col-sm-3,
  .single-interview .col-sm-3 {
    padding-left: 0;
  }
  .page_basic .col-sm-9,
  .single-interview .col-sm-9 {
    padding-right: 0;
  }
  .page_basic h1 {
    padding-top: 20px;
    font-size: 18px;
  }
  .page_basic h1 span {
    font-size: 13px;
  }
}
/*--------------------------------------------------------------
# 採用コンセプト、岩谷学園を知ろう、スタッフの育成
--------------------------------------------------------------*/
.concept_row h3 {
  font-size: 18px;
  color: #3489be;
  font-weight: 300;
}
.concept_row h3 span {
  font-size: 30px;
  display: inline-block;
  padding-right: 8px;
}
.concept_row {
  overflow: hidden;
  width: 100%;
}
.concept_row .concept_main_left {
  float: left;
  width: 70%;
}
.concept_row .concept_main_right {
  padding-top: 40px;
  float: right;
  width: 30%;
  text-align: right;
}
.about_content h3 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #3489be;
  padding-top: 5px;
}
.iwatani_philosophy dt {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #666;
  padding-bottom: 10px;
}
.iwatani_philosophy dd {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #3489be;
  padding-bottom: 20px;
}
.pj_map p {
  font-size: 12px;
  text-align: right;
}
.career_content h3 {
  color: #3489be;
  font-weight: 400;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 5px;
}
.career_content p {
}
.career_content h3 span {
  padding-right: 8px;
}
.banner_page {
  padding: 20px 0;
  text-align: center;
}
.banner_page .col-sm-6 {
  padding-bottom: 10px;
}
div.sitemap {
  padding-top: 20px;
  padding-left: 10px;
}
div.sitemap ul {
  padding-left: 20px;
}
div.sitemap ul li {
  line-height: 2;
}
@media only screen and (max-width: 1000px) {
  .pj_maping {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .concept_row .concept_main_left {
    float: none;
    width: 100%;
  }
  .concept_row .concept_main_right {
    display: none;
  }
}
/*--------------------------------------------------------------
# 採用情報
--------------------------------------------------------------*/
.recruitinfo .page_title4 {
  background-color: #3489be;
  margin: 30px 0;
}
.recruitinfo .page_title4 span {
  border-color: #a8c4d4;
}
.recruit_step dl {
  display: table;
  width: 100%;
  margin: 0 0 5px 0;
  padding-bottom: 2px;
  border-bottom: 1px dotted #999;
}
.recruit_step dl dd,
.recruit_step dl dt {
  display: table-cell;
  vertical-align: middle;
}
.recruit_step dl dt {
  width: 15%;
  background-color: #efefef;
  text-align: center;
  padding: 15px 0;
}
.recruit_step dl dd {
  width: 85%;

  padding: 15px 0 15px 10px;
}
.recruit_pdf .col-xs-6 {
  text-align: center;
  border: 1px solid #333;
}
.recruit_pdf .col-xs-6:last-child {
  border-left: none;
}
.recruit_pdf .col-xs-6 a {
  display: block;
  padding: 15px;
}
.recruit_pdf .col-xs-6 a:hover {
  background-color: #a8c4d4;
  color: #fff;
}
.recruit_pdf .col-xs-6 a:hover span {
  color: #fff;
}
.pdf_btn_inner {
  display: table;
  width: 170px;
  margin: 0 auto;
}
.pdf_btn_inner span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  line-height: 1.3;
}
.pdf_btn_inner span:last-child {
  padding-left: 10px;
  color: #333;
}
.pdf_btn_inner span i {
  font-size: 28px;
}
.reruit_list ul {
  display: table;
  border-bottom: 1px dotted #999;
  width: 100%;
}
.reruit_list ul li {
  display: table-cell;
  vertical-align: top;
}
.reruit_list ul li:first-child {
  width: 26%;
  padding: 30px 5px;
}
.reruit_list ul li:last-child {
  width: 74%;
  padding: 30px 5px;
}
.reruit_list dl {
  margin: 0;
}
section.recruit_info h1 {
  padding-bottom: 20px;
}
section.recruit_info dl {
  display: table;
  width: 100%;
  border-bottom: 3px solid #ccc;
  margin: 0;
}
section.recruit_info dl:first-child {
  border-top: 3px solid #ccc;
}
section.recruit_info dl dt,
section.recruit_info dl dd {
  display: table-cell;
  vertical-align: middle;
}
section.recruit_info dl dt {
  width: 25%;
  background-color: #f4f4f4;
  padding: 10px;
  color: #555;
}
section.recruit_info .recruit_info2 dl dt {
  background-color: #f0f8fc;
}
section.recruit_info dl dd {
  display: table-cell;
  width: 75%;
  padding: 10px 5px;
}
.recruit_info2 {
  margin-top: 20px;
}
.col-sm-9.recruit_info,
.col-sm-9.reruit_list {
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .pdf_btn_inner {
    width: 150px;
  }
  .pdf_btn_inner span i {
    font-size: 15px;
  }
  .col-sm-9.recruit_info,
  .col-sm-9.reruit_list {
    padding-right: 0px;
  }
}
/*--------------------------------------------------------------
# インタビュー
--------------------------------------------------------------*/
.page_title4 {
  padding: 5px;
  max-width: 563px;
}
.page_title4 span {
  font-size: 13px;
  border-left: 4px solid;
  display: block;
  color: #fff;
  padding-left: 5px;
}
.interview_page ul.interview {
  padding: 20px 0;
  display: table;
  border-bottom: 1px dotted;
}
.interview_page ul.interview4 {
  border-bottom: none;
}
.interview_page ul li {
  display: table-cell;
  vertical-align: middle;
}
.interview_page h2 {
  font-size: 15px;
  padding-left: 20px;
  padding-top: 5px;
}
.interview_page h2 i {
  font-size: 23px;
}
.interview_page ul p {
  display: table;
}
.interview_page ul p span {
  display: table-cell;
}
.interview_page ul p span:first-child {
  width: 23px;
}
.interview_page ul p span:last-child {
  font-size: 14px;
  line-height: 1.7;
}
.interview_page div {
  padding: 15px 0;
}
.interview_page ul.interview1 li:first-child,
.interview_page ul.interview3 li:first-child {
  width: 434px;
}
.interview_page ul.interview2 li:first-child,
.interview_page ul.interview4 li:first-child {
  width: 350px;
}
.interview_page ul.interview li:last-child {
  padding-left: 10px;
}
.to_interview_list {
  display: block;
  background: #fafafa
    url(https://www.iwatani.ac.jp/recruit/wp/wp-content/themes/iwatani/images/page/logo_interview.png)
    no-repeat right center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px 10px;
}
/******色変更*******/

/**青**/
.interview_page.blue h1 {
  background-color: #a8c4d4;
}
.interview_page.blue h1 span,
.interview_page.blue ul.interview {
  border-color: #4999ca;
}
.interview_page.blue h2 {
  color: #4999ca;
  background: url(https://www.iwatani.ac.jp/recruit/wp/wp-content/themes/iwatani/images/page/mike_blue.png)
    no-repeat left center;
}

/**紺**/
.interview_page.dark_blue h1 {
  background-color: #004096;
}
.interview_page.dark_blue h1 span {
  border-color: #ef9500;
}
.interview_page.dark_blue ul.interview {
  border-color: #004096;
}
.interview_page.dark_blue h2 {
  color: #004096;
  background: url(https://www.iwatani.ac.jp/recruit/wp/wp-content/themes/iwatani/images/page/mike_dark_blue.png)
    no-repeat left center;
}

/**赤**/
.interview_page.red h1 {
  background-color: #e30038;
}
.interview_page.red h1 span {
  border-color: #ea7063;
}
.interview_page.red ul.interview {
  border-color: #e30038;
}
.interview_page.red h2 {
  color: #e30038;
  background: url(https://www.iwatani.ac.jp/recruit/wp/wp-content/themes/iwatani/images/page/mike_red.png)
    no-repeat left center;
}

/**水色**/
.interview_page.light_blue h1 {
  background-color: #00a4d9;
}
.interview_page.light_blue h1 span {
  border-color: #ef9500;
}
.interview_page.light_blue ul.interview {
  border-color: #00a4d9;
}
.interview_page.light_blue h2 {
  color: #00a4d9;
  background: url(https://www.iwatani.ac.jp/recruit/wp/wp-content/themes/iwatani/images/page/mike_light_blue.png)
    no-repeat left center;
}

/**黄緑**/
.interview_page.light_green h1 {
  background-color: #7cbf67;
}
.interview_page.light_green h1 span {
  border-color: #fffcca;
}
.interview_page.light_green ul.interview {
  border-color: #a0d390;
}
.interview_page.light_green h2 {
  color: #7cbf67;
  background: url(https://www.iwatani.ac.jp/recruit/wp/wp-content/themes/iwatani/images/page/mike_light_green.png)
    no-repeat left center;
}

/**ピンク**/
.interview_page.pink h1 {
  background-color: #ef96a0;
}
.interview_page.pink h1 span {
  border-color: #fffcca;
}
.interview_page.pink ul.interview {
  border-color: #ef96a0;
}
.interview_page.pink h2 {
  color: #ef96a0;
  background: url(https://www.iwatani.ac.jp/recruit/wp/wp-content/themes/iwatani/images/page/mike_pink.png)
    no-repeat left center;
}

/**オレンジ**/
.interview_page.orange h1 {
  background-color: #ffb662;
}
.interview_page.orange h1 span {
  border-color: #fffcca;
}
.interview_page.orange ul.interview {
  border-color: #ffb662;
}
.interview_page.orange h2 {
  color: #ffb662;
  background: url(https://www.iwatani.ac.jp/recruit/wp/wp-content/themes/iwatani/images/page/mike_orange.png)
    no-repeat left center;
}
/******色変更ここまで*******/

@media only screen and (max-width: 768px) {
  .interview_page ul.interview1 li:first-child {
    width: 100%;
  }
  .interview_page ul li:last-child {
    display: none;
  }
}
/*--------------------------------------------------------------
# ぱんくずりすと
--------------------------------------------------------------*/

.home .breadcrumb {
  display: none;
}
.breadcrumb {
  font-size: 12px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    padding-bottom: 0;
    padding-top: 5px;
    text-align: right;
  }
}

/*--------------------------------------------------------------
# お問い合わせ
--------------------------------------------------------------*/

.mw_wp_form_confirm .contact_example {
  display: none;
}
.form dl {
  display: table;
}
.form dl dd,
.form dl dt {
  display: table-cell;
  vertical-align: top;
}
.form dl {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 10px 0;
}
.form dl dt {
  width: 30%;
  font-weight: normal;
}
.form dt span {
  color: red;
}
.form dl dd {
  width: 70%;
}
.form input {
  width: 250px;
  border: 1px solid #ccc;
  padding: 5px;
}
.form textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
}
.form_check_box input {
  width: inherit;
}
.mw_wp_form .error {
  display: inline-block !important;
  padding-left: 5px;
}
input.age {
  width: 20px;
}
input.phone {
  width: 150px;
}
input.input_address {
  width: 100%;
}
.form_btn {
  padding-top: 30px;
  display: table;
  border-collapse: separate;
  border-spacing: 8px 0;
}
.form_btn li {
  display: table-cell;
  text-align: center;
}
.mw_wp_form_input .form_btn {
  max-width: 340px;
  margin: 0 auto;
}
.form_btn li {
  position: relative;
}
.form_btn li:after {
  content: "\f138";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  font-size: 14px;
  color: #3489be !important;
}
.form_btn input {
  border: 2px solid #3489be;
  color: #3489be !important;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 0;
  font-weight: bold;
}
.form_btn li:hover input {
  color: #fff !important;
  background-color: #3489be;
}
.form_btn li:hover:after {
  color: #fff !important;
}
.mw_wp_form_input li.btn_back {
  display: none;
}
.mw_wp_form_confirm .form_btn {
  max-width: 680px;
  margin: 0 auto;
}
.mw_wp_form_input li.btn_back {
  display: none;
}
.form_birthday input {
  width: 60px !important;
}
.form_birthday select {
  width: 50px !important;
}
@media only screen and (max-width: 767px) {
  .contact_example {
    display: block;
    padding-left: 0;
  }
  input.age {
    width: 50px;
  }
  .form_btn {
    display: block;
    border-collapse: inherit;
    border-spacing: 0;
  }
  .form_btn li {
    display: block;
    margin-bottom: 20px;
  }
  .form_btn input {
    width: 100%;
  }
}
@media only screen and (max-width: 458px) {
  .form dl dt {
    width: 100%;
  }
  .form dl dd {
    width: 100%;
  }
  .form dl dd,
  .form dl dt {
    display: block;
  }
  .form input {
    width: 100%;
    font-size: 16px;
  }
  .form textarea {
    font-size: 16px;
  }
  .form_check_box input {
    width: inherit;
  }
  input.age {
    width: 20px;
  }
}

/**---------------------------------------

swiper

---------------------------------------**/
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  width: 100%;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d0d0d0;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #e39a26;
  opacity: 1;
}

.swiper-button-next {
  background-image: url("/recruit/wp/wp-content/themes/iwatani/images/arrow-next.png");
  right: 0px;
}
.swiper-button-prev {
  background-image: url("/recruit/wp/wp-content/themes/iwatani/images/arrow-prev.png");
  left: 0px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 42px;
  margin-top: -42px;
  z-index: 10;
  cursor: pointer;
  background-size: 15px 42px;
  background-position: center;
  background-repeat: no-repeat;
}
