@charset "UTF-8";
@-webkit-keyframes gotop {
  from {
    margin-top: 25px;
  }
  to {
    margin-top: 15px;
  }
}
@keyframes gotop {
  from {
    margin-top: 25px;
  }
  to {
    margin-top: 15px;
  }
}

@-webkit-keyframes grbtn1 {
  from {
    bottom: 90%;
  }
  to {
    bottom: 10px;
  }
}

@keyframes grbtn1 {
  from {
    bottom: 90%;
  }
  to {
    bottom: 10px;
  }
}

@-webkit-keyframes grbtn2 {
  from {
    bottom: -90%;
  }
  to {
    bottom: 5px;
  }
}

@keyframes grbtn2 {
  from {
    bottom: -90%;
  }
  to {
    bottom: 5px;
  }
}

/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
}

/*------------------------------------------------------------
	Text Format
------------------------------------------------------------*/
/* text position */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

/* font weight */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	adjustment class ※ no use frequently
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	for tracking tag
------------------------------------------------------------*/
.trackTags {
  display: none;
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
  /* ウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
  line-height: 1.5;
  text-align: center;
  color: #252525;
}

#container {
  margin: 0 auto;
  text-align: left;
  min-width: 960px;
}

.l-main {
  width: 960px;
  margin: 0 auto;
  font-size: 1.4rem;
}

.l-main:after {
  display: block;
  clear: both;
  content: "";
}

.sp {
  display: none;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header {
  padding: 30px 0;
}

#header .h-logo {
  text-align: center;
}

/*------------------------------------------------------------
	Navi
------------------------------------------------------------*/
.c-gnav {
  padding: 30px 0;
}

.c-gnav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99;
}

.c-gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-gnav ul a {
  font-size: 1.6rem;
  color: #252525;
  text-decoration: none;
  padding-bottom: 5px;
  font-family: YuMincho, 'Yu Mincho', serif;
  font-weight: 900;
}

.c-gnav ul a.active, .c-gnav ul a:hover {
  border-bottom: 3px solid #f4b9b6;
}

/*------------------------------------------------------------
	Breadcrumbs
------------------------------------------------------------*/
.c-breadcrumb {
  padding: 15px 0;
}

.c-breadcrumb a {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 30px;
  text-decoration: none;
  position: relative;
  color: #5f5e5e;
}

.c-breadcrumb a:first-child {
  color: #f58883;
  padding-left: 0;
}

.c-breadcrumb a:last-child {
  padding-right: 0;
}

.c-breadcrumb a:last-child:after {
  content: "";
}

.c-breadcrumb a:after {
  content: "|";
  color: #5f5e5e;
  position: absolute;
  top: 0;
  right: -6px;
}

/*------------------------------------------------------------
	banner
------------------------------------------------------------*/
.c-banner {
  height: 200px;
  background: url("../img/staff_interview/banner.png") top left no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-banner h2 {
  font-size: 4rem;
  color: #fff;
  padding: 30px 65px;
  font-weight: 500;
  background: rgba(244, 185, 182, 0.7);
  font-family: 'Century Gothic', SomeFont, sans-serif;
}

/*------------------------------------------------------------
	side
------------------------------------------------------------*/
#sideBar {
  padding: 50px 0;
  width: 200px;
  background-color: #efefef;
  float: right;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer .c-footer1 {
  text-align: center;
  padding: 40px 0 20px;
}

#footer .c-footer1 .gotop {
  text-align: center;
}

#footer .c-footer1 .gotop .top_circle {
  width: 80px;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 22px;
  margin: 0 auto;
  border-radius: 50%;
  background: #f4b9b6;
}

#footer .c-footer1 .gotop .top_circle:hover {
  opacity: 0.8;
}

#footer .c-footer1 .gotop .top_circle span {
  display: block;
  margin: 0 auto;
  width: 25px;
  height: 25px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#footer .c-footer1 .gotop .top_circle img {
  margin-top: 22px;
}

#footer .c-footer1 .gotop .top_circle p {
  font-size: 1.4rem;
  margin-top: 5px;
  text-align: center;
  margin-top: -10px;
}

#footer .c-footer2 {
  text-align: center;
  padding: 70px 0;
  background: #535252;
}

#footer .c-footer2 .flogo {
  margin-bottom: 30px;
}

#footer .c-footer2 a {
  margin: 0 auto;
}

#footer .c-footer2 a:after {
  display: none;
}

/*------------------------------------------------------------
	Headline
------------------------------------------------------------*/
.c-title1 {
  font-size: 3.6rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  font-family: YuMincho, 'Yu Mincho', serif;
}

.c-title2 {
  font-size: 4rem;
  color: #252525;
  text-align: center;
  font-weight: 500;
}

.c-title2 small {
  display: block;
  font-size: 2rem;
  margin-top: 15px;
  font-family: YuMincho, 'Yu Mincho', serif;
}

.c-title2 img {
  margin: 0 auto;
}

.c-title3 {
  font-size: 3rem;
  padding-bottom: 20px;
  border-bottom: 5px solid #ccc9c9;
  position: relative;
}

.c-title3:after {
  content: "";
  width: 150px;
  border-bottom: 5px solid #f5908b;
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.c-title4 {
  font-size: 2.4rem;
  color: #f5908b;
  border: 1px solid #ccc;
  padding: 21px 0;
  text-align: center;
  font-family: YuMincho, 'Yu Mincho', serif;
}

.c-title5 {
  text-align: center;
  font-size: 3.639rem;
  color: #f5908b;
  padding-top: 35px;
}

.c-title5:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #f5908b;
  margin-bottom: -35px;
}

.c-title5 span {
  display: inline-block;
  width: 60%;
  border: 1px solid #f5908b;
  border-radius: 30px;
  padding: 7px 0;
  background: #fff;
}

/*------------------------------------------------------------
	Button
------------------------------------------------------------*/
.c-button1 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  justify-content: center;
  width: 400px;
  background: #f4b9b6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-size: 2rem;
  color: #252525;
  font-weight: bold;
  padding: 20px 0;
  border-radius: 5px;
  font-family: YuMincho, 'Yu Mincho', serif;
}

.c-button1:hover {
  font-weight: 600;
}

.c-button1 img {
  position: absolute;
  top: 50%;
  left: 18%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.hvr-curl-top-right {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: -webkit-linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}

.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}

.c-button2 {
  display: block;
  width: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 20px 40px;
  border: 1px solid #f59995;
  border-radius: 50px;
  font-size: 2.4rem;
  text-decoration: none;
  font-weight: 500;
  color: #f59995;
  background: #fff;
  font-family: YuMincho, 'Yu Mincho', serif;
}

.c-button2:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  float: right;
  margin-top: 10px;
  border-top: 2px solid #f59995;
  border-right: 2px solid #f59995;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-button2:hover, .c-button2.active {
  background: #f59995;
  color: #fff;
}

.c-button2:hover:after, .c-button2.active:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c-button2_1 {
  display: block;
  width: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 20px 40px;
  border: 1px solid #f59995;
  border-radius: 50px;
  font-size: 2.4rem;
  text-decoration: none;
  font-weight: 500;
  font-family: YuMincho, 'Yu Mincho', serif;
  background: #f59995;
  color: #fff;
}

.c-button2_1:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  float: right;
  margin-top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c-button2_1:hover, .c-button2_1.active {
  color: #f59995;
  background: #fff;
}

.c-button2_1:hover:after, .c-button2_1.active:after {
  border-top: 2px solid #f59995;
  border-right: 2px solid #f59995;
}

.c-button3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fde5e4;
  padding: 30px 0;
  cursor: pointer;
}

.c-button3:hover {
  opacity: 0.7;
}

.c-button3.close {
  display: none;
}

.c-button3 .icon {
  width: 20px;
  height: 20px;
  padding: 5px;
  background: #f4b9b6;
  border-radius: 50%;
}

.c-button3 .icon span {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.c-button3 .icon span:before, .c-button3 .icon span:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0px;
  margin-top: -1px;
  background: #fff;
}

.c-button3 .icon span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-button3 .icon span::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.c-button3 p {
  font-size: 1.8rem;
  padding-left: 15px;
}

.c-button4 {
  font-size: 2.4rem;
  color: #f8655e;
  font-weight: 500;
  background: #fff;
  width: 468px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: block;
  padding: 21px 0;
  -webkit-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}

.c-button4:hover {
  background-color: #f4b9b6;
  color: #fff;
}
