@charset "UTF-8";
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    reset
===================================================================*/
html {
  overflow-x: hidden;
  background: #FFF;
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, menu {
  display: block;
}

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

[hidden] {
  display: none;
}

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

fieldset, img {
  border: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul, ol, menu {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a img, map a {
  border: none;
}

a:hover, a:active, a:focus {
  outline: 0;
}

embed {
  width: 100%;
}

audio, canvas, video {
  display: inline-block;
}

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

img, object, embed {
  max-width: 100%;
  height: auto;
}

object, embed {
  height: 100%;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

div {
  vertical-align: top;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

select, input, button, textarea, button {
  font: 99% arial, sans-serif;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 1;
}

/*  touch
---------------------------------------------*/
a, img, button, input[type="button"], input[type="submit"], .touch-hover {
  -webkit-tap-highlight-color: transparent;
}

/*  box-sizing
---------------------------------------------*/
* {
  box-sizing: border-box;
}

*::before, *::after {
  box-sizing: border-box;
}

/*  table
---------------------------------------------*/
table {
  empty-cells: show;
  font-size: inherit;
  font: 100%;
}

/*  main
---------------------------------------------*/
/* IE10,11対策 main要素の高さと幅を認識させる */
@media all and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}

/*  form
---------------------------------------------*/
input {
  line-height: 1;
}

form img, input, select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select {
  padding: 1px;
}

legend {
  display: none;
}

input,
select,
textarea,
button {
  font-size: 1.4rem;
  vertical-align: middle;
  color: #111;
  height: 35px;
}

textarea {
  height: auto;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
  -webkit-appearance: none;
  font-size: 1.2rem;
  width: 100%;
  padding: 1rem;
  border: none;
  background: #fff;
  font-weight: normal;
  border-radius: 4px;
}

/* ======= outline ======= */
input[type="email"],
input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select {
  outline: none;
}

/* ======= label ======= */
label {
  margin-right: 1em;
  line-height: 1;
}

/*==================================================================
    utility
===================================================================*/
/* ------------------------------------------------------------------
  Visual utility
-------------------------------------------------------------------*/
/*  display
---------------------------------------------*/
.noDisplay {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

/* ======= display none ======= */
@media screen and (min-width: 960px) {
  .pcNone {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .spNone {
    display: none !important;
  }
}

/*  position
---------------------------------------------*/
.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

/*  float
---------------------------------------------*/
.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

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

.clear {
  clear: both !important;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

/*  hover
---------------------------------------------*/
.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/*  .scrollWSp SP時に横幅からはみ出す要素(tableなど)に囲って使用
---------------------------------------------*/
@media screen and (max-width: 960px) {
  .scrollWSp {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

/* ------------------------------------------------------------------
  width utility
-------------------------------------------------------------------*/
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/* ------------------------------------------------------------------
  BoxModel utility
-------------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

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

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

/* ------------------------------------------------------------------
  border utility
-------------------------------------------------------------------*/
.btNone {
  border-top: none !important;
}

.brNone {
  border-right: none !important;
}

.bbNone {
  border-bottom: none !important;
}

.blNone {
  border-left: none !important;
}

/* ------------------------------------------------------------------
  Text utiity
-------------------------------------------------------------------*/
.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.note {
  color: #333;
  margin-left: 1.0em;
  text-indent: -1.0em;
}

.underline {
  text-decoration: underline !important;
}

.textNoLine {
  text-decoration: none !important;
}

/*  font-family
---------------------------------------------*/
.font1 {
  font-family: "Open Sans", sans-serif !important;
}

.font2 {
  font-family: "Muli", sans-serif !important;
}

/*  font-size+line-height
---------------------------------------------*/
.fzS {
  font-size: 1.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .fzS {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}

.fz {
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  .fz {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.fzM {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 960px) {
  .fzM {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

.fzL {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .fzL {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}

/*  color
---------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #111;
}

.g1 {
  color: #333;
}

.g2 {
  color: #444;
}

.g3 {
  color: #888;
}

.g4 {
  color: #aaa;
}

.g5 {
  color: #ccc;
}

.g6 {
  color: #ededed;
}

.c1 {
  color: #6C4E9C;
}

.c2 {
  color: #C9AA79;
}

.c3 {
  color: #FDFFC4;
}

.c4 {
  color: #9FADAF;
}

.c5 {
  color: #AFBCC6;
}

.c6 {
  color: #B4AC96;
}

.c--caution {
  color: #E20C0C;
}

/*  align
---------------------------------------------*/
.middle {
  vertical-align: middle !important;
}

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

.left {
  text-align: left !important;
}

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

/* font-size
---------------------------------------------*/
.fz {
  font-size: 1.4rem;
}

.fz--s {
  font-size: 1.2rem;
  line-height: 1.4;
}

.fz--l {
  font-size: 1.8rem;
  line-height: 2;
}

.fz8 {
  font-size: 0.8rem !important;
}

.fz9 {
  font-size: 0.9rem !important;
}

.fz10 {
  font-size: 1rem !important;
}

.fz11 {
  font-size: 1.1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz13 {
  font-size: 1.3rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz15 {
  font-size: 1.5rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz17 {
  font-size: 1.7rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz19 {
  font-size: 1.9rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz21 {
  font-size: 2.1rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz23 {
  font-size: 2.3rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz25 {
  font-size: 2.5rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz27 {
  font-size: 2.7rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz29 {
  font-size: 2.9rem !important;
}

.fz30 {
  font-size: 3rem !important;
}

/*==================================================================
    general
===================================================================*/
/* -----------------------------------------------
    font
------------------------------------------------*/
body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 1.4rem;
  color: #111;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 960px) {
  body {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

/* -----------------------------------------------
    p
------------------------------------------------*/
p {
  font-size: 1.4rem;
  margin-bottom: .8em;
}

@media screen and (max-width: 960px) {
  p {
    font-size: 1.3rem;
    margin-bottom: .6em;
  }
}

/* ======= hiwrite ======= */
::selection {
  background: #ededed;
}

/* ======= テキストの下線スタイル ======= */
.underHiwrite {
  position: relative;
  z-index: 1;
}

.underHiwrite::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20%;
  background-color: #ff0;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}

/* ======= 上付き文字、下付き文字 ======= */
.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.subText {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

/* ======= 注釈 ======= */
.annotation {
  color: #666;
  font-size: 1.2rem;
}

@media screen and (max-width: 960px) {
  .annotation {
    font-size: 1.1rem;
  }
}

/* -----------------------------------------------
    link
------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 200ms ease;
  color: #6C4E9C;
}

.pc a:hover {
  color: #C9AA79;
  text-decoration: none;
}

/*  a img
---------------------------------------------*/
a img {
  background-color: rgba(255, 255, 255, 0.01);
  transition: all 200ms ease;
}

a[href^="tel:"] {
  cursor: default;
}

/* ======= hover ======= */
.pc a:hover img {
  opacity: 0.5;
}

.pc a[href^="tel:"]:hover img {
  opacity: 1;
}

/*  .link - decoration underline
---------------------------------------------*/
a.link {
  color: #6C4E9C;
  text-decoration: underline;
}

.pc a.link:hover {
  text-decoration: none;
  color: #6C4E9C;
}

/* -----------------------------------------------
    list - ul,ol
------------------------------------------------*/
/* -----------------------------------------------
    fontawesome
https://fontawesome.com/how-to-use/on-the-web/referencing-icons/basic-use
------------------------------------------------*/
i.fa {
  font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
}

.iconFA {
  position: relative;
  padding-left: 1.6rem;
}

.iconFA::before {
  position: absolute;
  -webkit-font-smoothing: antialiased;
  content: "\f0da";
  font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #6C4E9C;
  top: 0;
  left: 0;
  font-weight: 900;
  transition: all 200ms ease;
}

.iconFA.iconFA--chevronRight::before {
  content: "\f054";
}

.iconFA.iconFA--chevronLeft::before {
  content: "\f053";
}

.iconFA.iconFA--chevronUp::before {
  content: "\f077";
}

.iconFA.iconFA--chevronDown::before {
  content: "\f078";
}

.iconFA.iconFA--facebook::before {
  content: "\f39e";
  font-weight: 400;
}

.iconFA.iconFA--twitter::before {
  content: "\f099";
  font-weight: 400;
}

.iconFA.iconFA--instagram::before {
  content: "\f16d";
  font-weight: 400;
}

.iconFA.iconFA--arrowUp::before {
  content: "\f062";
}

.iconFA.iconFA--phone::before {
  content: "\f095";
  left: -0.1em;
}

.iconFA.iconFA--faq::before {
  content: "\f059";
}

.iconFA.iconFA--mail::before {
  content: "\f0e0";
}

.iconFA.iconFA--place::before {
  content: "\f3c5";
}

.iconFA.iconFA--clock::before {
  content: "\f017";
}

.iconFA.iconFA--plane::before {
  content: "\f072";
}

.iconFA.iconFA--train::before {
  content: "\f238";
}

.iconFA.iconFA--map::before {
  content: "\f279";
}

/* ======= right ======= */
.iconFA.iconFA--right {
  padding-left: 0;
  padding-right: 1.8rem;
}

.iconFA.iconFA--right::before {
  left: auto;
  right: 0;
}

/* -----------------------------------------------
    .bg
------------------------------------------------*/
.bgc--c1 {
  background-color: #6C4E9C;
}

.bgc--c2 {
  background-color: #C9AA79;
}

.bgc--c3 {
  background-color: #FDFFC4;
}

/*  wrapper main
---------------------------------------------*/
.wrapper {
  overflow-x: hidden;
}

.main {
  overflow-x: hidden;
}

/*==================================================================
    bslayout - based on Bootstrap Grid v4.1.3 Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
===================================================================*/
/*  container
---------------------------------------------*/
.container {
  width: 100%;
  max-width: 1030px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .container {
    max-width: auto;
  }
}

.container--fluid {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

/*  row
---------------------------------------------*/
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

.row--gutter {
  margin-right: -10px;
  margin-left: -10px;
}

.container--fluid .row--gutter {
  margin-right: 10px;
  margin-left: 10px;
}

.container .row--gutter {
  margin-right: -10px;
  margin-left: -10px;
}

.row--gutter > .col,
.row--gutter > [class*="col"] {
  padding-right: 10px;
  padding-left: 10px;
}

/*  col
---------------------------------------------*/
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .col, .col--auto,
.colMd1, .colMd2, .colMd3, .colMd4, .colMd5, .colMd6, .colMd7, .colMd8, .colMd9, .colMd10, .colMd11, .colMd12, .colMd, .colMd--auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col--auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 960px) {
  .colMd {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .colMd--auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .colMd1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .colMd2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .colMd3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .colMd4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .colMd5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .colMd6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .colMd7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .colMd8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .colMd9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .colMd10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .colMd11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .colMd12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*  order
---------------------------------------------*/
.order--first {
  -ms-flex-order: -1;
  order: -1;
}

.order--last {
  -ms-flex-order: 13;
  order: 13;
}

.order0 {
  -ms-flex-order: 0;
  order: 0;
}

.order1 {
  -ms-flex-order: 1;
  order: 1;
}

.order2 {
  -ms-flex-order: 2;
  order: 2;
}

.order3 {
  -ms-flex-order: 3;
  order: 3;
}

.order4 {
  -ms-flex-order: 4;
  order: 4;
}

.order5 {
  -ms-flex-order: 5;
  order: 5;
}

.order6 {
  -ms-flex-order: 6;
  order: 6;
}

.order7 {
  -ms-flex-order: 7;
  order: 7;
}

.order8 {
  -ms-flex-order: 8;
  order: 8;
}

.order9 {
  -ms-flex-order: 9;
  order: 9;
}

.order10 {
  -ms-flex-order: 10;
  order: 10;
}

.order11 {
  -ms-flex-order: 11;
  order: 11;
}

.order12 {
  -ms-flex-order: 12;
  order: 12;
}

@media screen and (min-width: 960px) {
  .orderMd--first {
    -ms-flex-order: -1;
    order: -1;
  }
  .orderMd--last {
    -ms-flex-order: 13;
    order: 13;
  }
  .orderMd0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .orderMd1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .orderMd2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .orderMd3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .orderMd4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .orderMd5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .orderMd6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .orderMd7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .orderMd8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .orderMd9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .orderMd10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .orderMd11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .orderMd12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

/*  offset-1
---------------------------------------------*/
.offset0 {
  margin-left: 0;
}

.offset1 {
  margin-left: 8.333333%;
}

.offset2 {
  margin-left: 16.666667%;
}

.offset3 {
  margin-left: 25%;
}

.offset4 {
  margin-left: 33.333333%;
}

.offset5 {
  margin-left: 41.666667%;
}

.offset6 {
  margin-left: 50%;
}

.offset7 {
  margin-left: 58.333333%;
}

.offset8 {
  margin-left: 66.666667%;
}

.offset9 {
  margin-left: 75%;
}

.offset10 {
  margin-left: 83.333333%;
}

.offset11 {
  margin-left: 91.666667%;
}

@media screen and (min-width: 960px) {
  .offsetMd0 {
    margin-left: 0;
  }
  .offsetMd1 {
    margin-left: 8.333333%;
  }
  .offsetMd2 {
    margin-left: 16.666667%;
  }
  .offsetMd3 {
    margin-left: 25%;
  }
  .offsetMd4 {
    margin-left: 33.333333%;
  }
  .offsetMd5 {
    margin-left: 41.666667%;
  }
  .offsetMd6 {
    margin-left: 50%;
  }
  .offsetMd7 {
    margin-left: 58.333333%;
  }
  .offsetMd8 {
    margin-left: 66.666667%;
  }
  .offsetMd9 {
    margin-left: 75%;
  }
  .offsetMd10 {
    margin-left: 83.333333%;
  }
  .offsetMd11 {
    margin-left: 91.666667%;
  }
}

/*  display
---------------------------------------------*/
.d--none {
  display: none !important;
}

.d--inline {
  display: inline !important;
}

.d--inlineBlock {
  display: inline-block !important;
}

.d--block {
  display: block !important;
}

.d--table {
  display: table !important;
}

.d--tableRow {
  display: table-row !important;
}

.d--tableCell {
  display: table-cell !important;
}

.d--flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d--inlineFlex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (min-width: 960px) {
  .dMd--none {
    display: none !important;
  }
  .dMd--inline {
    display: inline !important;
  }
  .dMd--inlineBlock {
    display: inline-block !important;
  }
  .dMd--block {
    display: block !important;
  }
  .dMd--table {
    display: table !important;
  }
  .dMd--tableRow {
    display: table-row !important;
  }
  .dMd--tableCell {
    display: table-cell !important;
  }
  .dMd--flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .dMd--inlineFlex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/*  flex
---------------------------------------------*/
.flex--row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex--column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex--rowReverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex--columnReverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex--wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex--nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex--wrapReverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex--fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex--grow0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex--grow1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex--shrink0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex--shrink1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justifyContent--start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justifyContent--end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justifyContent--center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justifyContent--between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justifyContent--around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.alignItems--start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.alignItems--end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.alignItems--center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.alignItems--baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.alignItems--stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.alignContent--start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.alignContent--end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.alignContent--center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.alignContent--between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.alignContent--around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.alignContent--stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.alignSelf--auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.alignSelf--start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.alignSelf--end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.alignSelf--center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.alignSelf--baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.alignSelf--stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media screen and (min-width: 960px) {
  .flexMd--row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flexMd--column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flexMd--rowReverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flexMd--columnReverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flexMd--wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flexMd--nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flexMd--wrapReverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flexMd--fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flexMd--grow0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flexMd--grow1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flexMd--shrink0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flexMd--shrink1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justifyContentMd--start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justifyContentMd--end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justifyContentMd--center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justifyContentMd--between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justifyContentMd--around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .alignItemsMd--start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .alignItemsMd--end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .alignItemsMd--center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .alignItemsMd--baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .alignItemsMd--stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .alignContentMd--start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .alignContentMd--end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .alignContentMd--center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .alignContentMd--between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .alignContentMd--around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .alignContentMd--stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .alignSelfMd--auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .alignSelfMd--start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .alignSelfMd--end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .alignSelfMd--center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .alignSelfMd--baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .alignSelfMd--stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/*==================================================================
    form
===================================================================*/
/*  autofill
---------------------------------------------*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
}

/*  hover
---------------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
  transition: all 200ms ease;
}

.pc input[type="text"]:hover,
.pc input[type="tel"]:hover,
.pc input[type="email"]:hover,
.pc input[type="password"]:hover,
.pc select:hover,
.pc textarea:hover {
  background-color: #fff;
}

/*  focus
---------------------------------------------*/
input:focus,
select:focus,
textarea:focus {
  color: #000000;
}

input[type="button"]:focus,
input[type="submit"]:focus,
button[type="submit"]:focus,
input[type="file"],
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
button:focus {
  outline: none;
}

/*  input.short
---------------------------------------------*/
input.short,
select.short,
textarea.short {
  width: 40%;
}

@media screen and (max-width: 960px) {
  input.short,
  select.short,
  textarea.short {
    width: 100%;
  }
}

/*  must 必須項目の※
---------------------------------------------*/
.must {
  color: #E20C0C;
  font-size: 80%;
  vertical-align: top;
  position: relative;
  top: -0.4em;
  right: -0.2rem;
}

/*  button submit
---------------------------------------------*/
input[type="button"],
input[type="submit"],
button {
  width: 100%;
  -webkit-appearance: none;
  display: inline-block;
  color: #fff;
  background-color: #C9AA79;
  border: 0;
  padding: 0rem 3.0rem;
  margin-bottom: .5em;
  text-align: center;
  font-weight: bold;
  height: 50px;
  position: relative;
  transition: all 200ms ease;
}

input[type="button"].contact,
input[type="submit"].contact,
button.contact {
  background-color: #6C4E9C;
}

/* ======= hover ======= */
.pc input[type="button"]:hover,
.pc input[type="submit"]:hover,
.pc button:hover {
  opacity: 0.8;
  cursor: pointer;
}

/*  checkbox radio
---------------------------------------------*/
/* ======= common ======= */
input[type="checkbox"],
input[type="radio"] {
  -moz-transform-origin: right bottom;
  -moz-transform: scale(1, 1);
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale(1, 1);
  cursor: pointer;
}

label.checkbox,
label.radio {
  padding-left: .7em;
  margin-bottom: .5em;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

label.checkbox input,
label.radio input {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  height: inherit;
}

/* ======= checkbox ======= */
label.checkbox::before,
label.checkbox::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 200ms ease;
}

label.checkbox::before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

label.checkbox.checked::before {
  background: #C9AA79;
  border: 1px solid #C9AA79;
}

label.checkbox.checked::after {
  position: absolute;
  content: '';
  display: block;
  top: 4px;
  left: 3px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ======= radio ======= */
label.radio::before,
label.radio::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 200ms ease;
}

label.radio::before {
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #bcc2ba;
  border-radius: 100%;
}

label.radio::after {
  opacity: 0;
  transform: translateY(-50%) scale(0.7);
}

label.radio.checked::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  left: 3px;
  width: 12px;
  height: 12px;
  background: #C9AA79;
  border-radius: 100%;
}

/*  input file
---------------------------------------------*/
input[type="file"] {
  -webkit-appearance: none;
  display: none;
}

label.file {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  background-color: #6C4E9C;
  padding: 1.0rem 2.5rem;
  margin-bottom: .8rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 200ms ease;
}

/* ======= hover ======= */
.pc label.file:hover {
  background-color: #C9AA79;
}

/*  select
---------------------------------------------*/
select {
  -webkit-appearance: none;
  width: 100%;
  position: relative;
  height: 40px;
  padding-left: 1rem;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1;
}

label.select {
  position: relative;
  display: block;
}

label.select::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
  width: 38px;
  height: 38px;
}

label.select::after {
  position: absolute;
  content: '';
  display: block;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  border-top: 6px solid #111;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  font-size: 1.4rem;
}

/*
表示確認済みPC : chrome,safari,edge ※ IE11~9,firefoxはデフォルト表示
確認済みSP : 【ios12】 Safari/chrome 【android7】chrome
*/
/*firefoxはデフォルト*/
@-moz-document url-prefix() {
  label.select::after,
  label.select::before {
    display: none;
  }
}

/* IE9以下はデフォルト */
label.select::after,
label.select::before {
  display: none\9;
}

/* IE10,11はデフォルト */
@media all and (-ms-high-contrast: none) {
  label.select::after,
  label.select::before {
    display: none;
  }
}

/* ======= sp ======= */
@media screen and (max-width: 960px) {
  label.select::after {
    right: 10px;
    border-top: 5px solid #111;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    font-size: 1.4rem;
  }
}

/*==================================================================
    #entry .formBox
===================================================================*/
#entry .formBox th {
  width: 100%;
  display: block;
  padding: .6em 0;
  font-weight: bold;
}

#entry .formBox td {
  width: 100%;
  display: block;
  padding: 0 0 1em;
  position: relative;
}

#entry .formBox input[type="text"],
#entry .formBox input[type="tel"],
#entry .formBox input[type="email"],
#entry .formBox input[type="password"],
#entry .formBox select,
#entry .formBox textarea {
  background: #EFEFEF;
}

#entry .formBox .po-year,
#entry .formBox .po-month,
#entry .formBox .po-day {
  width: 23%;
}

#entry .formBox .po-year {
  margin-right: .5em;
}

#entry .formBox .po-month,
#entry .formBox .po-day {
  margin-left: .5em;
  margin-right: .5em;
}

#entry .formBox .po-checkbox-root {
  display: flex;
  flex-flow: row wrap;
}

#entry .formBox .po-checkbox-root div {
  margin-right: .8em;
}

#entry .formBox .po-checkbox-parent {
  vertical-align: middle;
  margin-bottom: .6em;
  margin-right: .4em;
}

#entry .formBox .po-radio-simple input[type="radio"] {
  vertical-align: middle;
  margin-bottom: .6em;
  margin-right: .4em;
}

#entry .formBox .po-radio-simple span {
  margin-right: .8em;
}

#entry .formBox .po-buttons {
  width: 320px;
  margin: 30px auto 0;
}

@media screen and (max-width: 619px) {
  #entry .formBox .po-buttons {
    width: 100%;
  }
}

#entry .formBox .po-buttons button {
  height: 70px;
  font-size: 1.5rem;
  cursor: pointer;
}

#entry .formBox .po-buttons button:hover {
  opacity: .6;
}

#entry .formBox .po-validation {
  color: #dd0000;
  font-size: 1.3rem;
  padding: .2em 0;
  position: absolute;
  top: -2em;
  right: .2em;
}

#entry .formBox .po-iframe iframe {
  border: solid 4px #efefef;
  width: 100%;
}

#entry .formBox #parentframe {
  width: 100%;
  height: 890px;
}

@media screen and (max-width: 960px) {
  #entry .formBox #parentframe {
    height: 1120px;
  }
}

@media screen and (max-width: 619px) {
  #entry .formBox {
    width: 260px;
  }
}

/*==================================================================
    .h01
===================================================================*/
.h01 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .h01 {
    font-size: 1.6rem;
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
  }
}

.h01 em {
  display: block;
  font-size: 5.2rem;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: .12em;
}

@media screen and (max-width: 960px) {
  .h01 em {
    font-size: 4.0rem;
  }
}

.h01--c1 {
  color: #6C4E9C;
}

.h01--w {
  color: #fff;
}

.h01--small {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .h01--small {
    font-size: 1.5rem;
  }
}

.h01--small em {
  font-size: 3.8rem;
}

@media screen and (max-width: 960px) {
  .h01--small em {
    font-size: 3.0rem;
  }
}

.h01--c {
  text-align: center;
}

.h01--nomb {
  margin-bottom: 0;
}

/*==================================================================
    .h02
===================================================================*/
.h02 {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}

.h02 em {
  display: block;
  font-size: 2.0rem;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: .12em;
  color: #fff;
}

/*==================================================================
    .h03
===================================================================*/
.h03 {
  font-size: 2.0rem;
  line-height: 1.1;
  color: #6C4E9C;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .h03 {
    font-size: 1.8rem;
  }
}

.h03 em {
  display: inline-block;
  font-weight: bold;
  padding: 0 .6em;
  border-left: solid 2px #6C4E9C;
  border-right: solid 2px #6C4E9C;
}

/*==================================================================
    .btn01
===================================================================*/
.btn01 {
  display: block;
  width: 100%;
  height: 105px;
  line-height: 1;
  text-align: center;
  padding-top: 17px;
  background: #6C4E9C;
  position: relative;
}

@media screen and (max-width: 960px) {
  .btn01 {
    height: 80px;
    padding-top: 10px;
  }
}

.btn01::before {
  display: block;
  content: "";
  width: 8px;
  height: 52px;
  background-image: url("../img/common/icon_arrow_down_01.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 8px 52px;
  position: absolute;
  top: 28px;
  right: 25px;
  transition: all 200ms ease;
}

@media screen and (max-width: 960px) {
  .btn01::before {
    top: 15px;
  }
}

.btn01:hover {
  opacity: .6;
}

.btn01:hover::before {
  top: 33px;
}

@media screen and (max-width: 960px) {
  .btn01:hover::before {
    top: 20px;
  }
}

.btn01 img {
  width: 118px;
}

.btn01--circle {
  width: 170px;
  height: 170px;
  border-radius: 85px;
  padding-top: 45px;
  background: #C9AA79;
}

.btn01--circle::before {
  width: 8px;
  height: 33px;
  background-image: url("../img/common/icon_arrow_down_02.svg");
  background-size: 8px 33px;
  top: auto;
  bottom: 15px;
  right: 80px;
}

.btn01--circle:hover::before {
  top: auto;
  bottom: 10px;
}

/*==================================================================
    .btn02
===================================================================*/
.readMore {
  width: 490px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .readMore {
    width: 100%;
  }
}

.btn02 {
  display: block;
  width: 100%;
  height: 100px;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  padding-top: 28px;
  background: #C9AA79;
  position: relative;
}

@media screen and (max-width: 960px) {
  .btn02 {
    height: 80px;
    padding-top: 18px;
  }
}

.btn02 em {
  display: block;
  font-size: 2.2rem;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 960px) {
  .btn02 em {
    font-size: 1.8rem;
  }
}

.btn02::before {
  display: block;
  content: "";
  width: 52px;
  height: 8px;
  background-image: url("../img/common/icon_arrow_right_01.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 52px 8px;
  position: absolute;
  top: 46px;
  right: 25px;
  transition: all 200ms ease;
}

@media screen and (max-width: 960px) {
  .btn02::before {
    top: 36px;
  }
}

.btn02:hover {
  opacity: .6;
  color: #fff !important;
}

.btn02:hover::before {
  right: 20px;
}

/*==================================================================
    .btn03
===================================================================*/
.btn03 {
  display: block;
  width: 100%;
  height: 50px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  background: #fff;
  position: relative;
}

.btn03::before {
  display: block;
  content: "";
  width: 8px;
  height: 27px;
  background-image: url("../img/common/icon_arrow_down_03.svg");
  background-size: 8px 27px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 11px;
  right: 20px;
  transition: all 200ms ease;
}

.btn03:hover {
  color: #6C4E9C !important;
  opacity: .6;
}

.btn03:hover::before {
  top: 16px;
}

/*==================================================================
    .tbl01
===================================================================*/
.tbl01 {
  width: 100%;
  border-collapse: collapse;
}

.tbl01 td {
  padding: 15px 0;
}

/*==================================================================
    .tbl02
===================================================================*/
.tbl02 {
  width: 100%;
  border-collapse: collapse;
}

.tbl02 th {
  width: 25%;
  padding: 30px 0;
  color: #6C4E9C;
  vertical-align: top;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

@media screen and (max-width: 960px) {
  .tbl02 th {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-weight: bold;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    background: #ededed;
    text-align: center;
  }
}

.tbl02 td {
  width: 75%;
  padding: 30px 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

@media screen and (max-width: 960px) {
  .tbl02 td {
    display: block;
    width: 100%;
    padding: 20px 0;
    border: none;
  }
}

.tbl02 a {
  text-decoration: underline;
}

/*==================================================================
    .li01 - ul.li01>li
===================================================================*/
.li01 li {
  position: relative;
  padding-left: 1.0em;
  margin-bottom: 0.5em;
}

.li01 li::before {
  content: "\f111";
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  top: 0;
  left: 0;
  font-weight: 900;
  font-size: 0.7rem;
  color: #6C4E9C;
}

/*==================================================================
    .li02 - ul.li02>li
===================================================================*/
.li02 li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-right: 1.2em;
  margin-bottom: 0em;
}

.li02 li::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #111;
  top: 0;
  right: 0.4rem;
}

.li02 li:last-child::after {
  display: none;
}

/*==================================================================
    .header
===================================================================*/
/* -----------------------------------------------
    .header
------------------------------------------------*/
.header {
  height: 80px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

@media screen and (max-width: 960px) {
  .header {
    height: 60px;
  }
}

.header__inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.header__inner .logo {
  padding: 10px 10px 0 20px;
}

@media screen and (max-width: 960px) {
  .header__inner .logo {
    padding: 10px;
  }
}

.header__inner .logo img {
  width: 148px;
}

@media screen and (max-width: 960px) {
  .header__inner .logo img {
    width: 100px;
  }
}

.header__inner .spMenu {
  display: none;
}

@media screen and (max-width: 960px) {
  .header__inner .spMenu {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.header__inner .navi {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}

@media screen and (max-width: 960px) {
  .header__inner .navi {
    display: block;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 30px 20px;
    background-color: #6C4E9C;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 900;
    transform: translate(100%);
    transition: all .5s;
  }
  .header__inner .navi.open {
    transform: translateZ(0);
  }
}

.header__inner .navi__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  padding: 25px 0;
}

@media screen and (max-width: 960px) {
  .header__inner .navi__list {
    display: block;
    padding: 0;
  }
}

.header__inner .navi__item {
  margin-right: 20px;
}

@media screen and (max-width: 960px) {
  .header__inner .navi__item {
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}

.header__inner .navi__item a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #111;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .header__inner .navi__item a {
    font-size: 1.4rem;
    color: #fff;
  }
}

.header__inner .navi__item a:hover {
  color: #6C4E9C;
}

.header__inner .navi__btn a {
  display: inline-block;
  width: auto;
  height: 80px;
  padding: 18px 20px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .header__inner .navi__btn a {
    display: block;
    width: 100%;
    padding: 15px;
    height: auto;
  }
}

.header__inner .navi__btn a em {
  display: block;
  font-size: 2.0rem;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 960px) {
  .header__inner .navi__btn a em {
    font-size: 1.8rem;
  }
}

.header__inner .navi__btn a:hover {
  opacity: .6;
}

@media screen and (max-width: 960px) {
  .header__inner .navi__btn--pick {
    margin-bottom: 10px;
  }
}

.header__inner .navi__btn--pick a {
  color: rgba(17, 17, 17, 0.4);
  background: #FAF2E8;
}

.header__inner .navi__btn--pick a em {
  color: #524229;
}

.header__inner .navi__btn--entry a {
  color: #fff;
  background: #6C4E9C;
}

@media screen and (max-width: 960px) {
  .header__inner .navi__btn--entry a {
    color: #6C4E9C;
    background: #fff;
  }
}

/* -----------------------------------------------
    hamburger
------------------------------------------------*/
@media screen and (max-width: 960px) {
  .menu-trigger {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #6C4E9C;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 10px;
    width: 40px;
    height: 4px;
    background-color: #fff;
    transition: all .5s;
  }
  .menu-trigger.active {
    background-color: #6C4E9C;
  }
  .menu-trigger.active span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 20px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 28px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 20px;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
}

/*==================================================================
    .footer
===================================================================*/
.footer {
  width: 100%;
  background-color: #111;
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
    z-index: 30;
  }
}

.footer__inner {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 70px;
}

@media screen and (max-width: 960px) {
  .footer__inner {
    flex-flow: column nowrap;
    justify-content: center;
    margin-bottom: 50px;
  }
}

.footer .sitemap {
  width: 560px;
  margin-right: 35px;
}

@media screen and (max-width: 960px) {
  .footer .sitemap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.footer .sitemap__ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .footer .sitemap__ttl {
    margin-bottom: 30px;
  }
}

.footer .sitemap__ttl img {
  width: 300px;
}

.footer .sitemap__list {
  display: flex;
  flex-flow: row nowrap;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .footer .sitemap__list {
    margin-bottom: 20px;
  }
}

.footer .sitemap__left {
  margin-right: 60px;
}

@media screen and (max-width: 960px) {
  .footer .sitemap__left {
    margin-right: 20px;
  }
}

.footer .sitemap__left .links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .footer .sitemap__left .links {
    flex-flow: column nowrap;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 960px) {
  .footer .sitemap__left .links .listLeft {
    width: 100%;
    margin-right: 10px;
  }
}

.footer .sitemap__left .links .listLeft:first-child {
  margin-right: 50px;
}

@media screen and (max-width: 960px) {
  .footer .sitemap__left .links .listLeft:first-child {
    margin-right: 0;
  }
}

.footer .sitemap__left .links .listLeft__item {
  margin-bottom: 1em;
}

.footer .sitemap__left .links .listLeft__item a {
  display: inline-block;
  color: #fff;
}

.footer .sitemap__left .links .listLeft__item a:hover {
  opacity: .6;
}

.footer .sitemap__left .links .listLeft__item a.blank {
  padding-right: 25px;
  background-image: url("../img/common/icon_blank.svg");
  background-size: 14px 11px;
  background-position: 99% 50%;
  background-repeat: no-repeat;
}

.footer .sitemap__left .links .listLeft__item span {
  display: inline-block;
  opacity: .3;
}

@media screen and (max-width: 960px) {
  .footer .sitemap__left .entry {
    display: none;
  }
}

.footer .sitemap__left .entry a {
  display: block;
  width: 100%;
  border: solid 1px #fff;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .footer .sitemap__right .listRight {
    width: 100%;
  }
}

.footer .sitemap__right .listRight__ttl {
  margin-bottom: 1em;
}

.footer .sitemap__right .listRight__item {
  margin-bottom: 1em;
}

.footer .sitemap__right .listRight__item a {
  display: inline-block;
  color: #fff;
  padding-left: 1.5em;
  padding-right: 25px;
  opacity: .7;
  background-image: url("../img/common/icon_blank.svg");
  background-size: 14px 11px;
  background-position: 99% 50%;
  background-repeat: no-repeat;
}

.footer .sitemap__right .listRight__item a:hover {
  opacity: 1;
}

.footer .sitemap .entrySp {
  display: none;
}

@media screen and (max-width: 960px) {
  .footer .sitemap .entrySp {
    display: block;
  }
  .footer .sitemap .entrySp a {
    display: block;
    width: 100%;
    border: solid 1px #fff;
    padding: 10px;
    text-align: center;
  }
}

.footer .form {
  width: 320px;
}

@media screen and (max-width: 960px) {
  .footer .form {
    width: 100%;
  }
}

.footer .form .contact-result {
  display: none;
  text-align: center;
  color: #fff;
  padding: .4em;
  border: solid 1px #fff;
}

.footer .form .contact-caution {
  font-size: 1.3rem;
  color: #fff;
}

.footer .form .contact-caution a {
  color: #fff;
  text-decoration: underline;
}

.footer .pagetop {
  position: absolute;
  top: 40px;
  right: 70px;
}

@media screen and (max-width: 960px) {
  .footer .pagetop {
    display: none;
  }
}

.footer .pagetop span {
  display: inline-block;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  padding-right: 30px;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.footer .pagetop span::before {
  display: block;
  content: "";
  width: 8px;
  height: 52px;
  background-image: url("../img/common/icon_arrow_up_01.svg");
  background-size: 8px 52px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 200ms ease;
}

.footer .pagetop span:hover {
  opacity: .6;
}

.footer .pagetop span:hover::before {
  top: -5px;
}

.footer .p-mark {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .footer .p-mark {
    flex-flow: column nowrap;
  }
}
.footer .p-mark dl {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .footer .p-mark dl {
    margin-bottom: 20px;
  }
}
.footer .p-mark dt {
  width: 60px;
  margin-right: 15px;
}
.footer .p-mark dd {
  font-size: 1rem;
  line-height: 1.7;
  color: #fff;
}
.footer small {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Muli", sans-serif;
}

@media screen and (max-width: 960px) {
  .footer small {
    font-size: 1.1rem;
  }
}

.entryFix {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 900;
}

@media screen and (max-width: 960px) {
  .entryFix a {
    display: none;
  }
}

.spFoot {
  display: none;
}

@media screen and (max-width: 960px) {
  .spFoot {
    display: block;
    width: 100%;
    height: calc(50px + env(safe-area-inset-bottom));
    background: #6C4E9C;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 800;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .spFoot__list {
    display: flex;
    flex-flow: row nowrap;
  }
  .spFoot__item {
    width: 50%;
  }
  .spFoot__item--top {
    width: 100%;
  }
  .spFoot__item span,
  .spFoot__item a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    position: relative;
  }
  .spFoot__item a {
    background: #C9AA79;
  }
  .spFoot__item a.top {
    background: #6C4E9C;
  }
}

/*==================================================================
    .mainView01
===================================================================*/
.mainView {
  width: 100%;
  height: 750px;
  position: relative;
  margin-top: 80px;
  background-image: url("../img/top/keyv_bg.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  .mainView {
    height: auto;
    margin-top: 60px;
    background: none;
  }
}

.mainView::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  z-index: 10;
}

.mainView::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
}

@media screen and (max-width: 960px) {
  .mainView::after {
    display: none;
  }
}

.mainView .visual {
  display: none;
}

@media screen and (max-width: 960px) {
  .mainView .visual {
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
    background-image: url("../img/top/keyv_bg.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mainView .visual::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 100vw;
    border-color: transparent transparent #fff transparent;
    bottom: 0;
  }
}

.mainView .box {
  width: 520px;
  background: #fff;
  position: absolute;
  top: 135px;
  left: 120px;
  text-align: center;
  padding: 50px 10px;
}

@media screen and (max-width: 960px) {
  .mainView .box {
    width: 100%;
    background: none;
    position: static;
    padding: 20px;
  }
}

.mainView .box__ttl {
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .mainView .box__ttl {
    margin-bottom: 20px;
    text-align: center;
  }
  .mainView .box__ttl img {
    max-width: 100%;
  }
}

.mainView .box__lead {
  font-size: 1.6rem;
  font-weight: bold;
  color: #888;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .mainView .box__lead {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

.mainView .box__btn {
  width: 360px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .mainView .box__btn {
    width: 100%;
  }
}

/*==================================================================
    .mainView02
===================================================================*/
.mainViewSub {
  width: 100%;
  height: 486px;
  position: relative;
  margin-top: 80px;
  padding-top: 180px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}

@media screen and (max-width: 960px) {
  .mainViewSub {
    height: 300px;
    margin-top: 60px;
    padding-top: 100px;
  }
}

.mainViewSub::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
}

@media screen and (max-width: 960px) {
  .mainViewSub::after {
    border-width: 0 0 50px 100vw;
  }
}

.mainViewSub--adviser {
  background-image: url("../img/adviser/adviser_bg.jpg");
}

@media screen and (max-width: 960px) {
  .mainViewSub--adviser {
    background-position: 20% 0;
  }
}

.mainViewSub--company {
  height: 312px;
  padding-top: 105px;
}

@media screen and (max-width: 960px) {
  .mainViewSub--company {
    height: 240px;
    padding-top: 70px;
  }
}

.mainViewSub--service {
  background-image: url("../img/service/service_keyv.jpg");
  background-position: 50% 50%;
}

@media screen and (max-width: 960px) {
  .mainViewSub--service {
    background-position: 70% 50%;
  }
}

.mainViewSub--service::after {
  border-color: transparent transparent #6C4E9C transparent;
}

.mainViewSub--careerfile {
  background-image: url("../img/careerfile/careerfile_keyv.jpg");
  background-position: 58% 50%;
}

/*==================================================================
    .mainViewMovie
===================================================================*/
#mainPlayer, #modalPlayer {
  width: 100%;
}

.mainViewMovie {
  margin-top: 80px;
  position: relative;
  z-index: 800;
}

.mainViewMovie .keyv {
  display: flex;
  flex-flow: column-reverse nowrap;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.mainViewMovie .keyv__catch {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}

.mainViewMovie .keyv__movie {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}

.mainViewMovie .keyv__movie video {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .mainViewMovie .keyv {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .mainViewMovie .keyv__catch {
    margin: 0 auto;
    padding: 0;
    width: 250px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 20;
  }
  .mainViewMovie .btn01 {
    padding-top: 12px;
    height: 70px;
  }
  .mainViewMovie .btn01::before {
    top: 8px;
  }
  .mainViewMovie .btn01 img {
    width: 90px;
  }
}

.js-modal-open {
  cursor: pointer;
}

.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.modal__bg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.modal__content {
  padding: 40px;
  width: 60%;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

/*==================================================================
    animation
===================================================================*/
/*  setting
---------------------------------------------*/
.animate {
  visibility: hidden;
  transition: all 200ms ease;
  animation-duration: 200ms;
  animation-fill-mode: both;
}

.animate.animated {
  visibility: visible;
}

.aInfinite {
  animation-iteration-count: infinite;
}

.aEx {
  transform: translate3d(0, 0, 0);
}

/*  duration
---------------------------------------------*/
.a0 {
  animation-duration: 0s;
  animation-fill-mode: both;
}

.a1 {
  animation-duration: 0.1s;
  animation-fill-mode: both;
}

.a2 {
  animation-duration: 0.2s;
  animation-fill-mode: both;
}

.a3 {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.a4 {
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.a5 {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.a6 {
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.a7 {
  animation-duration: 0.7s;
  animation-fill-mode: both;
}

.a8 {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

.a9 {
  animation-duration: 0.9s;
  animation-fill-mode: both;
}

.a10 {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.a11 {
  animation-duration: 1.1s;
  animation-fill-mode: both;
}

.a12 {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

.a13 {
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.a14 {
  animation-duration: 1.4s;
  animation-fill-mode: both;
}

.a15 {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.a16 {
  animation-duration: 1.6s;
  animation-fill-mode: both;
}

.a17 {
  animation-duration: 1.7s;
  animation-fill-mode: both;
}

.a18 {
  animation-duration: 1.8s;
  animation-fill-mode: both;
}

.a19 {
  animation-duration: 1.9s;
  animation-fill-mode: both;
}

.a20 {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.a21 {
  animation-duration: 2.1s;
  animation-fill-mode: both;
}

.a22 {
  animation-duration: 2.2s;
  animation-fill-mode: both;
}

.a23 {
  animation-duration: 2.3s;
  animation-fill-mode: both;
}

.a24 {
  animation-duration: 2.4s;
  animation-fill-mode: both;
}

.a25 {
  animation-duration: 2.5s;
  animation-fill-mode: both;
}

.a26 {
  animation-duration: 2.6s;
  animation-fill-mode: both;
}

.a27 {
  animation-duration: 2.7s;
  animation-fill-mode: both;
}

.a28 {
  animation-duration: 2.8s;
  animation-fill-mode: both;
}

.a29 {
  animation-duration: 2.9s;
  animation-fill-mode: both;
}

.a30 {
  animation-duration: 3s;
  animation-fill-mode: both;
}

.a31 {
  animation-duration: 3.1s;
  animation-fill-mode: both;
}

.a32 {
  animation-duration: 3.2s;
  animation-fill-mode: both;
}

.a33 {
  animation-duration: 3.3s;
  animation-fill-mode: both;
}

.a34 {
  animation-duration: 3.4s;
  animation-fill-mode: both;
}

.a35 {
  animation-duration: 3.5s;
  animation-fill-mode: both;
}

.a36 {
  animation-duration: 3.6s;
  animation-fill-mode: both;
}

.a37 {
  animation-duration: 3.7s;
  animation-fill-mode: both;
}

.a38 {
  animation-duration: 3.8s;
  animation-fill-mode: both;
}

.a39 {
  animation-duration: 3.9s;
  animation-fill-mode: both;
}

.a40 {
  animation-duration: 4s;
  animation-fill-mode: both;
}

.a41 {
  animation-duration: 4.1s;
  animation-fill-mode: both;
}

.a42 {
  animation-duration: 4.2s;
  animation-fill-mode: both;
}

.a43 {
  animation-duration: 4.3s;
  animation-fill-mode: both;
}

.a44 {
  animation-duration: 4.4s;
  animation-fill-mode: both;
}

.a45 {
  animation-duration: 4.5s;
  animation-fill-mode: both;
}

.a46 {
  animation-duration: 4.6s;
  animation-fill-mode: both;
}

.a47 {
  animation-duration: 4.7s;
  animation-fill-mode: both;
}

.a48 {
  animation-duration: 4.8s;
  animation-fill-mode: both;
}

.a49 {
  animation-duration: 4.9s;
  animation-fill-mode: both;
}

.a50 {
  animation-duration: 5s;
  animation-fill-mode: both;
}

/*  delay
---------------------------------------------*/
.aD0 {
  animation-delay: 0s;
}

.aD1 {
  animation-delay: 0.1s;
}

.aD2 {
  animation-delay: 0.2s;
}

.aD3 {
  animation-delay: 0.3s;
}

.aD4 {
  animation-delay: 0.4s;
}

.aD5 {
  animation-delay: 0.5s;
}

.aD6 {
  animation-delay: 0.6s;
}

.aD7 {
  animation-delay: 0.7s;
}

.aD8 {
  animation-delay: 0.8s;
}

.aD9 {
  animation-delay: 0.9s;
}

.aD10 {
  animation-delay: 1s;
}

.aD11 {
  animation-delay: 1.1s;
}

.aD12 {
  animation-delay: 1.2s;
}

.aD13 {
  animation-delay: 1.3s;
}

.aD14 {
  animation-delay: 1.4s;
}

.aD15 {
  animation-delay: 1.5s;
}

.aD16 {
  animation-delay: 1.6s;
}

.aD17 {
  animation-delay: 1.7s;
}

.aD18 {
  animation-delay: 1.8s;
}

.aD19 {
  animation-delay: 1.9s;
}

.aD20 {
  animation-delay: 2s;
}

.aD21 {
  animation-delay: 2.1s;
}

.aD22 {
  animation-delay: 2.2s;
}

.aD23 {
  animation-delay: 2.3s;
}

.aD24 {
  animation-delay: 2.4s;
}

.aD25 {
  animation-delay: 2.5s;
}

.aD26 {
  animation-delay: 2.6s;
}

.aD27 {
  animation-delay: 2.7s;
}

.aD28 {
  animation-delay: 2.8s;
}

.aD29 {
  animation-delay: 2.9s;
}

.aD30 {
  animation-delay: 3s;
}

.aD31 {
  animation-delay: 3.1s;
}

.aD32 {
  animation-delay: 3.2s;
}

.aD33 {
  animation-delay: 3.3s;
}

.aD34 {
  animation-delay: 3.4s;
}

.aD35 {
  animation-delay: 3.5s;
}

.aD36 {
  animation-delay: 3.6s;
}

.aD37 {
  animation-delay: 3.7s;
}

.aD38 {
  animation-delay: 3.8s;
}

.aD39 {
  animation-delay: 3.9s;
}

.aD40 {
  animation-delay: 4s;
}

.aD41 {
  animation-delay: 4.1s;
}

.aD42 {
  animation-delay: 4.2s;
}

.aD43 {
  animation-delay: 4.3s;
}

.aD44 {
  animation-delay: 4.4s;
}

.aD45 {
  animation-delay: 4.5s;
}

.aD46 {
  animation-delay: 4.6s;
}

.aD47 {
  animation-delay: 4.7s;
}

.aD48 {
  animation-delay: 4.8s;
}

.aD49 {
  animation-delay: 4.9s;
}

.aD50 {
  animation-delay: 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

/*==================================================================
    #top #pickup
===================================================================*/
#top #pickup {
  padding: 80px 0 160px;
}

@media screen and (max-width: 960px) {
  #top #pickup {
    padding: 50px 0;
  }
}

#top #pickup .pickup {
  position: relative;
}

#top #pickup .pickup__ttlBg {
  position: absolute;
  top: 0;
  right: -90px;
}

#top #pickup .pickup__ttlBg img {
  width: px;
}

@media screen and (max-width: 960px) {
  #top #pickup .pickup__ttlBg {
    right: 0;
    top: 0;
  }
}

#top #pickup .pickup__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 960px) {
  #top #pickup .pickup__list {
    flex-flow: row wrap;
    justify-content: center;
  }
}

#top #pickup .pickup__item {
  width: 235px;
}

@media screen and (max-width: 960px) {
  #top #pickup .pickup__item {
    width: 280px;
    margin: 0 auto 30px;
  }
}

#top #pickup .pickup__item a {
  display: block;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

#top #pickup .pickup__item a:hover {
  opacity: 1;
  background: #6C4E9C;
  box-shadow: none;
}

#top #pickup .pickup__item a:hover img {
  opacity: 1;
}

#top #pickup .pickup__item--coming {
  position: relative;
}

#top #pickup .pickup__item--coming::before {
  display: block;
  content: "";
  width: 137px;
  height: 63px;
  background-image: url("../img/top/pickup_icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 137px 63px;
  position: absolute;
  top: 114px;
  left: 49px;
  z-index: 10;
}

@media screen and (max-width: 960px) {
  #top #pickup .pickup__item--coming::before {
    top: 130px;
    left: 72px;
  }
}

#top #pickup .pickup__coming {
  display: block;
  opacity: .25;
}

#top #pickup .pickup .item__img {
  position: relative;
}

#top #pickup .pickup .item__img img {
  text-align: center;
  max-width: 100%;
}

#top #pickup .pickup .item__img::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 235px;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
  transition: all 200ms ease;
}

@media screen and (max-width: 960px) {
  #top #pickup .pickup .item__img::after {
    border-width: 0 0 15px 280px;
  }
}

#top #pickup .pickup .item__cell {
  padding: 20px 15px 10px;
}

@media screen and (max-width: 960px) {
  #top #pickup .pickup .item__cell {
    padding: 15px 10px 10px;
  }
}

#top #pickup .pickup .item__ttl {
  font-size: 1.8rem;
  color: #111;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 25px;
  transition: all 200ms ease;
}

#top #pickup .pickup .item__btn {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #6C4E9C;
  line-height: 1.2;
  font-family: "Muli", sans-serif;
  transition: all 200ms ease;
}

#top #pickup .pickup .item__btn span {
  display: inline-block;
  position: relative;
}

#top #pickup .pickup .item__btn span::before {
  display: block;
  content: "";
  width: 52px;
  height: 8px;
  background-image: url(../img/common/icon_arrow_right_02.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 52px 8px;
  position: absolute;
  top: 3px;
  right: -70px;
  transition: all 200ms ease;
}

#top #pickup .pickup .item a:hover .item__img::after {
  border-color: transparent transparent #6C4E9C transparent;
}

#top #pickup .pickup .item a:hover .item__ttl {
  color: #fff;
}

#top #pickup .pickup .item a:hover .item__btn {
  color: #fff;
}

#top #pickup .pickup .item a:hover .item__btn span::before {
  background-image: url(../img/common/icon_arrow_right_01.svg);
  right: -75px;
}

/*==================================================================
    #top #service
===================================================================*/
#top #service {
  padding-bottom: 120px;
  background: #6C4E9C;
}

@media screen and (max-width: 960px) {
  #top #service {
    padding-bottom: 60px;
  }
}

#top #service .service .ttlArea {
  width: 100%;
  height: 680px;
  background-image: url("../img/top/service_bg_pc.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 405px;
  position: relative;
}

@media screen and (max-width: 960px) {
  #top #service .service .ttlArea {
    height: 400px;
    padding-top: 200px;
    background-position: 80% 0;
  }
}

#top #service .service .ttlArea::before, #top #service .service .ttlArea::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  z-index: 10;
}

#top #service .service .ttlArea::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100vw 0 0;
  border-color: #fff transparent transparent transparent;
  top: 0;
}

@media screen and (max-width: 960px) {
  #top #service .service .ttlArea::before {
    border-width: 50px 100vw 0 0;
  }
}

#top #service .service .ttlArea::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #6C4E9C transparent;
  bottom: 0;
}

@media screen and (max-width: 960px) {
  #top #service .service .ttlArea::after {
    border-width: 0 0 50px 100vw;
  }
}

#top #service .service .ttlArea__inner {
  position: relative;
  z-index: 20;
}

#top #service .service .ttlArea__ttlBg {
  display: block;
  width: 74px;
  height: 486px;
  position: absolute;
  top: -90px;
  left: -45px;
}

@media screen and (max-width: 960px) {
  #top #service .service .ttlArea__ttlBg {
    left: 0;
  }
}

#top #service .service .listArea {
  margin-top: -120px;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 960px) {
  #top #service .service .listArea {
    margin-top: -80px;
  }
}

#top #service .service .listArea .point {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  #top #service .service .listArea .point {
    flex-flow: column nowrap;
    justify-content: center;
    margin-bottom: 30px;
  }
}

#top #service .service .listArea .point__item {
  width: 320px;
  background: #fff;
  padding: 60px 0 35px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}

@media screen and (max-width: 960px) {
  #top #service .service .listArea .point__item {
    width: auto;
    max-width: 320px;
    padding: 40px 0 30px;
    margin: 0 auto 20px;
  }
}

#top #service .service .listArea .point__item::before {
  display: block;
  content: "";
  width: 58px;
  height: 82px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 58px 82px;
  position: absolute;
  top: 20px;
  left: 0;
}

#top #service .service .listArea .point__item:nth-child(1)::before {
  background-image: url("../img/top/service_icon_01.svg");
}

#top #service .service .listArea .point__item:nth-child(2)::before {
  background-image: url("../img/top/service_icon_02.svg");
}

#top #service .service .listArea .point__item:nth-child(3)::before {
  background-image: url("../img/top/service_icon_03.svg");
}

#top #service .service .listArea .point .content__img {
  min-height: 150px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #top #service .service .listArea .point .content__img {
    min-height: 100%;
    margin-bottom: 20px;
  }
}

#top #service .service .listArea .point .content:nth-child(1) .content__img img {
  width: 75px;
}

#top #service .service .listArea .point .content:nth-child(2) .content__img img {
  width: 125px;
}

#top #service .service .listArea .point .content:nth-child(3) .content__img img {
  width: 115px;
}

#top #service .service .listArea .point .content__ttl {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  #top #service .service .listArea .point .content__ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

#top #service .service .listArea .point .content__txt {
  padding: 0 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  #top #service .service .listArea .point .content__txt {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

#top #service .service .listArea .point .content__btn {
  text-align: center;
}

#top #service .service .listArea .point .content__btn a {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Muli", sans-serif;
  line-height: 1;
  position: relative;
}

#top #service .service .listArea .point .content__btn a::before {
  display: block;
  content: "";
  width: 52px;
  height: 8px;
  background-image: url("../img/common/icon_arrow_right_02.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 52px 8px;
  position: absolute;
  top: 7px;
  right: -70px;
  transition: all 200ms ease;
}

#top #service .service .listArea .point .content__btn a:hover {
  color: #6C4E9C;
}

#top #service .service .listArea .point .content__btn a:hover::before {
  right: -75px;
}

#top #service .career {
  padding: 165px 0 0;
}

@media screen and (max-width: 960px) {
  #top #service .career {
    padding: 100px 0 0;
  }
}

#top #service .career__inner {
  position: relative;
}

#top #service .career__ttlBg {
  display: block;
  width: 173px;
  height: 454px;
  position: absolute;
  top: -165px;
  right: -110px;
}

@media screen and (max-width: 960px) {
  #top #service .career__ttlBg {
    top: -100px;
    right: 0;
  }
}

#top #service .career__box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 90px;
}

@media screen and (max-width: 960px) {
  #top #service .career__box {
    flex-flow: column nowrap;
    justify-content: center;
    margin-bottom: 40px;
  }
}

#top #service .career__lead {
  width: 400px;
  color: #fff;
}

@media screen and (max-width: 960px) {
  #top #service .career__lead {
    width: 100%;
    margin-bottom: 20px;
  }
}

#top #service .career__img {
  width: 550px;
}

@media screen and (max-width: 960px) {
  #top #service .career__img {
    width: 100%;
    text-align: center;
  }
}

#top #service .career__img img {
  width: 550px;
}

@media screen and (max-width: 960px) {
  #top #service .career__img img {
    width: 100%;
    max-width: 550px;
  }
}

#top #service .career__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  #top #service .career__ttl {
    font-size: 1.8rem;
  }
}

#top #service .career__txt {
  line-height: 2.2;
}

/*==================================================================
    #top #flow
===================================================================*/
#top #flow {
  padding-bottom: 175px;
}

@media screen and (max-width: 960px) {
  #top #flow {
    padding-bottom: 80px;
  }
}

#top #flow .ttlArea {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/top/flow_bg_01.jpg");
  position: relative;
}

#top #flow .ttlArea::before, #top #flow .ttlArea::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  z-index: 10;
}

#top #flow .ttlArea::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 100px 0;
  border-color: transparent #6C4E9C transparent transparent;
  top: 0;
}

@media screen and (max-width: 960px) {
  #top #flow .ttlArea::before {
    border-width: 0 100vw 50px 0;
  }
}

#top #flow .ttlArea::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
}

@media screen and (max-width: 960px) {
  #top #flow .ttlArea::after {
    border-width: 0 0 50px 100vw;
  }
}

#top #flow .ttlArea__inner {
  height: 580px;
  padding-top: 260px;
  position: relative;
}

@media screen and (max-width: 960px) {
  #top #flow .ttlArea__inner {
    height: 400px;
    padding-top: 160px;
  }
}

#top #flow .ttlArea__ttlBg {
  position: absolute;
  top: 170px;
  left: -30px;
  z-index: 20;
}

@media screen and (max-width: 960px) {
  #top #flow .ttlArea__ttlBg {
    top: 100px;
    left: auto;
    right: 0;
  }
}

#top #flow .ttlArea .h01 {
  position: relative;
  z-index: 30;
}

#top #flow .listArea {
  margin-top: -135px;
  position: relative;
  z-index: 40;
}

@media screen and (max-width: 960px) {
  #top #flow .listArea {
    margin-top: -100px;
  }
}

#top #flow .listArea__list {
  width: 830px;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  position: relative;
  z-index: 50;
}

@media screen and (max-width: 960px) {
  #top #flow .listArea__list {
    width: 100%;
  }
}

#top #flow .listArea__item {
  padding: 30px 50px 30px 170px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  #top #flow .listArea__item {
    padding: 20px 20px 20px 90px;
  }
}

#top #flow .listArea__item::after {
  display: block;
  content: "";
  width: 7px;
  height: 45px;
  background-image: url("../img/top/flow_icon_08.svg");
  background-size: 7px 45px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: 3px;
}

#top #flow .listArea__item:last-child::after {
  display: none;
}

#top #flow .listArea__item:nth-child(1)::before {
  display: block;
  content: "";
  width: 110px;
  height: 140px;
  background-image: url("../img/top/flow_icon_01.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 110px 140px;
  position: absolute;
  top: -10px;
  left: 30px;
}

@media screen and (max-width: 960px) {
  #top #flow .listArea__item:nth-child(1)::before {
    width: 66px;
    height: 84px;
    background-size: 66px 84px;
    top: -6px;
    left: 10px;
  }
}

#top #flow .listArea__item:nth-child(2)::before {
  display: block;
  content: "";
  width: 110px;
  height: 140px;
  background-image: url("../img/top/flow_icon_02.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 110px 140px;
  position: absolute;
  top: -10px;
  left: 30px;
}

@media screen and (max-width: 960px) {
  #top #flow .listArea__item:nth-child(2)::before {
    width: 66px;
    height: 84px;
    background-size: 66px 84px;
    top: -6px;
    left: 10px;
  }
}

#top #flow .listArea__item:nth-child(3)::before {
  display: block;
  content: "";
  width: 110px;
  height: 140px;
  background-image: url("../img/top/flow_icon_03.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 110px 140px;
  position: absolute;
  top: -10px;
  left: 30px;
}

@media screen and (max-width: 960px) {
  #top #flow .listArea__item:nth-child(3)::before {
    width: 66px;
    height: 84px;
    background-size: 66px 84px;
    top: -6px;
    left: 10px;
  }
}

#top #flow .listArea__item:nth-child(4)::before {
  display: block;
  content: "";
  width: 110px;
  height: 140px;
  background-image: url("../img/top/flow_icon_04.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 110px 140px;
  position: absolute;
  top: -10px;
  left: 30px;
}

@media screen and (max-width: 960px) {
  #top #flow .listArea__item:nth-child(4)::before {
    width: 66px;
    height: 84px;
    background-size: 66px 84px;
    top: -6px;
    left: 10px;
  }
}

#top #flow .listArea__item:nth-child(5)::before {
  display: block;
  content: "";
  width: 110px;
  height: 140px;
  background-image: url("../img/top/flow_icon_05.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 110px 140px;
  position: absolute;
  top: -10px;
  left: 30px;
}

@media screen and (max-width: 960px) {
  #top #flow .listArea__item:nth-child(5)::before {
    width: 66px;
    height: 84px;
    background-size: 66px 84px;
    top: -6px;
    left: 10px;
  }
}

#top #flow .listArea__item:nth-child(6)::before {
  display: block;
  content: "";
  width: 110px;
  height: 140px;
  background-image: url("../img/top/flow_icon_06.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 110px 140px;
  position: absolute;
  top: -10px;
  left: 30px;
}

@media screen and (max-width: 960px) {
  #top #flow .listArea__item:nth-child(6)::before {
    width: 66px;
    height: 84px;
    background-size: 66px 84px;
    top: -6px;
    left: 10px;
  }
}

#top #flow .listArea .content__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #6C4E9C;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  #top #flow .listArea .content__ttl {
    font-size: 1.8rem;
  }
}

#top #flow .listArea .content__lead {
  color: #444;
}

#top #flow .listArea .content__lead--caution {
  font-size: 1.2rem;
  color: #888;
}

#top #flow .listArea .content__icons {
  position: absolute;
  top: -35px;
  right: 20px;
}

@media screen and (max-width: 960px) {
  #top #flow .listArea .content__icons {
    right: -10px;
    top: -55px;
  }
}

#top #flow .listArea__bg {
  width: 100%;
  height: 100%;
  background-image: url("../img/top/flow_bg_02.png");
  background-repeat: no-repeat;
  background-position: 50% 60%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 960px) {
  #top #flow .listArea__bg {
    background-size: 100% 15%;
  }
}

/*==================================================================
    #top #entry
===================================================================*/
#top #entry {
  padding-bottom: 60px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  #top #entry {
    padding-bottom: 40px;
  }
}

#top #entry .ttlArea {
  width: 100%;
  height: 760px;
  background-image: url("../img/top/entry_bg.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 960px) {
  #top #entry .ttlArea {
    height: 500px;
    background-position: 100% 0;
  }
}

#top #entry .ttlArea::before, #top #entry .ttlArea::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  z-index: 10;
}

#top #entry .ttlArea::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 100px 0;
  border-color: transparent #fff transparent transparent;
  top: 0;
}

@media screen and (max-width: 960px) {
  #top #entry .ttlArea::before {
    border-width: 0 100vw 50px 0;
  }
}

#top #entry .ttlArea::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
  z-index: 30;
}

@media screen and (max-width: 960px) {
  #top #entry .ttlArea::after {
    border-width: 0 0 50px 100vw;
  }
}

#top #entry .ttlArea__inner {
  padding-top: 130px;
}

@media screen and (max-width: 960px) {
  #top #entry .ttlArea__inner {
    padding-top: 80px;
  }
}

#top #entry .ttlArea__ttl {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  #top #entry .ttlArea__ttl {
    margin-bottom: 20px;
  }
}

#top #entry .ttlArea__ttl img {
  width: 180px;
}

#top #entry .ttlArea__catch {
  text-align: center;
  margin-bottom: 20px;
}

#top #entry .ttlArea__catch img {
  width: 300px;
}

#top #entry .ttlArea__lead {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #top #entry .ttlArea__lead {
    font-size: 1.4rem;
  }
}

#top #entry .formArea {
  margin-top: -300px;
}

@media screen and (max-width: 960px) {
  #top #entry .formArea {
    margin-top: -100px;
  }
}

#top #entry .formArea__inner {
  width: 860px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 960px) {
  #top #entry .formArea__inner {
    width: 100%;
    max-width: 860px;
  }
}

#top #entry .formArea__ttlBg {
  display: block;
  width: 72px;
  height: 385px;
  position: absolute;
  top: -30px;
  right: -45px;
  z-index: 30;
}

@media screen and (max-width: 960px) {
  #top #entry .formArea__ttlBg {
    top: -210px;
    right: 0;
  }
}

#top #entry .formArea .formBox {
  width: 100%;
  padding: 50px 105px 40px 104px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 40;
}

@media screen and (max-width: 960px) {
  #top #entry .formArea .formBox {
    padding: 30px 15px;
  }
}

#top #entry .formArea .formBox__lead {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  #top #entry .formArea .formBox__lead {
    margin-bottom: 20px;
  }
}

#top #entry .formArea .formBox__caution {
  padding-top: 30px;
}

/*==================================================================
    #top #contact
===================================================================*/
#contact {
  padding-top: 180px;
}

@media screen and (max-width: 960px) {
  #contact {
    padding-top: 100px;
  }
}

#contact .visualArea {
  width: 100%;
  height: 720px;
  background-image: url("../img/common/contact_bg.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 960px) {
  #contact .visualArea {
    height: 480px;
  }
}

#contact .visualArea::before, #contact .visualArea::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  z-index: 10;
}

#contact .visualArea::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100vw 0 0;
  border-color: #fff transparent transparent transparent;
  top: 0;
}

@media screen and (max-width: 960px) {
  #contact .visualArea::before {
    border-width: 50px 100vw 0 0;
  }
}

#contact .visualArea::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 100vw;
  border-color: transparent transparent transparent #111;
  bottom: 0;
  z-index: 30;
}

@media screen and (max-width: 960px) {
  #contact .visualArea::after {
    border-width: 50px 0 0 100vw;
  }
}

#contact .visualArea__inner {
  position: relative;
}

#contact .visualArea__ttlBg {
  display: block;
  width: 74px;
  height: 556px;
  position: absolute;
  top: -180px;
  right: -85px;
  z-index: 30;
}

@media screen and (max-width: 960px) {
  #contact .visualArea__ttlBg {
    top: -100px;
    right: auto;
    left: 0;
  }
}

#contact .visualArea .contactBox {
  width: 445px;
  padding: 60px 80px;
  background: #6C4E9C;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: -75px;
  right: -30px;
  z-index: 40;
}

@media screen and (max-width: 960px) {
  #contact .visualArea .contactBox {
    width: 70%;
    right: 15px;
    padding: 30px 20px;
  }
}

#contact .visualArea .contactBox__lead {
  color: #fff;
  margin-bottom: 20px;
}

/*==================================================================
    #service #point
===================================================================*/
#service #point {
  background: #6C4E9C;
}

#service #point .point {
  position: relative;
}

#service #point .point::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 100px 0;
  border-color: transparent #6C4E9C transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 960px) {
  #service #point .point::before {
    border-width: 0 100vw 50px 0;
  }
}

#service #point .point--01 {
  padding: 100px 0 30px;
}

@media screen and (max-width: 960px) {
  #service #point .point--01 {
    padding: 50px 0 20px;
  }
}

#service #point .point--01::before {
  display: none;
}

#service #point .point--02 {
  padding: 190px 0 75px;
  background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 960px) {
  #service #point .point--02 {
    padding: 100px 0 50px;
  }
}

#service #point .point--03 {
  padding: 190px 0 150px;
}

@media screen and (max-width: 960px) {
  #service #point .point--03 {
    padding: 100px 0 50px;
  }
}

#service #point .point--03::before {
  border-width: 100px 100vw 0 0;
  border-color: rgba(255, 255, 255, 0.1) transparent transparent transparent;
}

@media screen and (max-width: 960px) {
  #service #point .point--03::before {
    border-width: 50px 100vw 0 0;
  }
}

#service #point .point__ttl {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-left: 84px;
  margin-bottom: 80px;
}

@media screen and (max-width: 960px) {
  #service #point .point__ttl {
    font-size: 1.8rem;
    padding-left: 50px;
    margin-bottom: 40px;
  }
}

#service #point .point__ttl em {
  font-weight: bold;
  color: #FDFFC4;
}

#service #point .point__ttl::before {
  display: block;
  content: "";
  width: 58px;
  height: 80px;
  background-size: 58px 80px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 960px) {
  #service #point .point__ttl::before {
    width: 39px;
    height: 54px;
    background-size: 39px 54px;
  }
}

#service #point .point__ttl--01::before {
  background-image: url("../img/service/service_icon_01.svg");
}

#service #point .point__ttl--02::before {
  background-image: url("../img/service/service_icon_02.svg");
}

#service #point .point__ttl--03::before {
  background-image: url("../img/service/service_icon_03.svg");
}

#service #point .point__box {
  width: 1100px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  #service #point .point__box {
    width: 100%;
    flex-flow: column nowrap;
    justify-content: center;
  }
}

#service #point .point__box--odd {
  flex-flow: row-reverse nowrap;
}

@media screen and (max-width: 960px) {
  #service #point .point__box--odd {
    flex-flow: column nowrap;
  }
}

#service #point .point__img {
  width: 520px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #service #point .point__img {
    width: 100%;
    margin-bottom: 20px;
  }
}

#service #point .point__img img {
  max-width: 520px;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 960px) {
  #service #point .point__img img {
    width: 100%;
  }
}

#service #point .point__txt {
  width: 490px;
  color: #fff;
}

@media screen and (max-width: 960px) {
  #service #point .point__txt {
    width: 100%;
  }
}

#service #point .point__txt p {
  line-height: 2;
  margin-bottom: 1.5em;
}

/*==================================================================
    #service #data
===================================================================*/
#service #data {
  padding: 220px 0 80px;
  position: relative;
}

@media screen and (max-width: 960px) {
  #service #data {
    padding: 100px 0 50px;
  }
}

#service #data::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 100px 0;
  border-color: transparent #6C4E9C transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 960px) {
  #service #data::before {
    border-width: 0 100vw 50px 0;
  }
}

#service #data .data {
  position: relative;
  margin-bottom: 90px;
}

@media screen and (max-width: 960px) {
  #service #data .data {
    margin-bottom: 50px;
  }
}

#service #data .data__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  #service #data .data__ttl {
    font-size: 1.8rem;
  }
}

#service #data .data__ttlBg {
  position: absolute;
  bottom: 250px;
  right: -45px;
}

@media screen and (max-width: 960px) {
  #service #data .data__ttlBg {
    right: 0;
    bottom: auto;
    top: 0;
  }
}

#service #data .lead {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  #service #data .lead {
    flex-flow: column nowrap;
    position: relative;
    z-index: 10;
  }
}

#service #data .lead__txt {
  width: 560px;
  margin-right: 80px;
  line-height: 2.3;
}

@media screen and (max-width: 960px) {
  #service #data .lead__txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

#service #data .lead__img {
  width: 280px;
}

@media screen and (max-width: 960px) {
  #service #data .lead__img {
    width: 100%;
    text-align: center;
  }
}

#service #data .lead__img img {
  width: 280px;
}

@media screen and (max-width: 960px) {
  #service #data .lead__img img {
    width: 250px;
  }
}

#service #data .box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 960px) {
  #service #data .box {
    flex-flow: column nowrap;
    justify-content: center;
  }
}

#service #data .box__item {
  width: 490px;
  padding: 30px;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16);
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  #service #data .box__item {
    width: 100%;
    padding: 30px 20px;
    text-align: center;
  }
  #service #data .box__item img {
    max-width: 100%;
  }
}

#service #data .contents {
  padding-top: 80px;
  position: relative;
}

#service #data .contents__ttlBg {
  position: absolute;
  top: 0;
  left: -45px;
}

@media screen and (max-width: 960px) {
  #service #data .contents__ttlBg {
    left: 0;
  }
}

#service #data .contents .h01 {
  position: relative;
  z-index: 10;
}

#service #data .contents__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 960px) {
  #service #data .contents__list {
    flex-flow: row wrap;
    justify-content: center;
  }
}

#service #data .contents__item {
  width: 320px;
}

@media screen and (max-width: 960px) {
  #service #data .contents__item {
    width: 280px;
    margin: 0 auto 30px;
  }
}

#service #data .contents__item a {
  display: block;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

#service #data .contents__item a:hover {
  opacity: 1;
  background: #6C4E9C;
  box-shadow: none;
}

#service #data .contents__item a:hover img {
  opacity: 1;
}

#service #data .contents .item__img {
  position: relative;
}

#service #data .contents .item__img img {
  text-align: center;
  max-width: 100%;
}

#service #data .contents .item__img::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 320px;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
  transition: all 200ms ease;
}

@media screen and (max-width: 960px) {
  #service #data .contents .item__img::after {
    border-width: 0 0 15px 280px;
  }
}

#service #data .contents .item__cell {
  padding: 20px 15px 10px;
}

@media screen and (max-width: 960px) {
  #service #data .contents .item__cell {
    padding: 15px 10px 10px;
  }
}

#service #data .contents .item__ttl {
  font-size: 1.8rem;
  color: #111;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 25px;
  transition: all 200ms ease;
}

#service #data .contents .item__btn {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #6C4E9C;
  line-height: 1.2;
  font-family: "Muli", sans-serif;
  transition: all 200ms ease;
}

#service #data .contents .item__btn span {
  display: inline-block;
  position: relative;
}

#service #data .contents .item__btn span::before {
  display: block;
  content: "";
  width: 52px;
  height: 8px;
  background-image: url(../img/common/icon_arrow_right_02.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 52px 8px;
  position: absolute;
  top: 3px;
  right: -70px;
  transition: all 200ms ease;
}

#service #data .contents .item__btn span.blank::before {
  width: 14px;
  height: 11px;
  background-image: url("../img/common/icon_blank_01.svg");
  background-size: 14px 11px;
  top: 2px;
  right: -25px;
}

#service #data .contents .item a:hover .item__img::after {
  border-color: transparent transparent #6C4E9C transparent;
}

#service #data .contents .item a:hover .item__ttl {
  color: #fff;
}

#service #data .contents .item a:hover .item__btn {
  color: #fff;
}

#service #data .contents .item a:hover .item__btn span::before {
  background-image: url(../img/common/icon_arrow_right_01.svg);
  right: -75px;
}

#service #data .contents .item a:hover .item__btn span.blank::before {
  background-image: url("../img/common/icon_blank.svg");
  top: 0;
  right: -28px;
}

#careerfile #contact {
  background: #FAFAFA;
}

#careerfile #contact .visualArea::before {
  border-color: #FAFAFA transparent transparent transparent;
}

/*==================================================================
    #careerfile #lead
===================================================================*/
#careerfile #lead {
  padding: 100px 0 150px;
}

@media screen and (max-width: 960px) {
  #careerfile #lead {
    padding: 50px 0 70px;
  }
}

#careerfile #lead .lead {
  width: 810px;
}

@media screen and (max-width: 960px) {
  #careerfile #lead .lead {
    width: 100%;
  }
}

#careerfile #lead .lead__ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  #careerfile #lead .lead__ttl {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

#careerfile #lead .lead__ttl em {
  font-weight: bold;
  color: #C9AA79;
}

#careerfile #lead .lead__txt {
  line-height: 2;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  #careerfile #lead .lead__txt {
    margin-bottom: 30px;
  }
}

#careerfile #lead .lead__img {
  position: relative;
}

#careerfile #lead .lead__img .main {
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16);
}

#careerfile #lead .lead__icons {
  position: absolute;
}

@media screen and (max-width: 960px) {
  #careerfile #lead .lead__icons img {
    width: 120px;
    height: auto;
  }
}

#careerfile #lead .lead__icons--01 {
  top: 50px;
  left: -110px;
}

@media screen and (max-width: 960px) {
  #careerfile #lead .lead__icons--01 {
    top: 20%;
    left: -10px;
  }
}

#careerfile #lead .lead__icons--02 {
  top: -60px;
  right: -110px;
}

@media screen and (max-width: 960px) {
  #careerfile #lead .lead__icons--02 {
    top: 0;
    right: -10px;
  }
}

#careerfile #lead .lead__icons--03 {
  bottom: -110px;
  left: -110px;
}

@media screen and (max-width: 960px) {
  #careerfile #lead .lead__icons--03 {
    bottom: -20%;
    left: -10px;
  }
}

/*==================================================================
    #careerfile #feature
===================================================================*/
#careerfile #feature {
  padding: 130px 0 60px;
  background: #FAFAFA;
  position: relative;
}

@media screen and (max-width: 960px) {
  #careerfile #feature {
    padding: 60px 0 40px;
  }
}

#careerfile #feature::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 100px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 960px) {
  #careerfile #feature::before {
    border-width: 0 100vw 50px 0;
  }
}

#careerfile #feature .feature__box {
  display: flex;
  margin-bottom: 80px;
}

@media screen and (max-width: 960px) {
  #careerfile #feature .feature__box {
    margin-bottom: 50px;
  }
}

#careerfile #feature .feature__box--01 {
  flex-flow: row nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  #careerfile #feature .feature__box--01 {
    flex-flow: column nowrap;
    justify-content: center;
  }
}

#careerfile #feature .feature__box--02 {
  flex-flow: row-reverse nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  #careerfile #feature .feature__box--02 {
    flex-flow: column nowrap;
    justify-content: center;
  }
}

#careerfile #feature .feature__box--03 {
  flex-flow: column nowrap;
  justify-content: center;
  margin-bottom: 0;
}

#careerfile #feature .feature__box--03 .feature__txtArea {
  width: 100%;
}

#careerfile #feature .feature__box--03 .feature__imgArea {
  width: 100%;
}

#careerfile #feature .feature__txtArea {
  width: 575px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  #careerfile #feature .feature__txtArea {
    width: 100%;
  }
}

#careerfile #feature .feature__txtArea p {
  line-height: 2;
  margin-bottom: 1.5em;
}

#careerfile #feature .feature__ttl {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  #careerfile #feature .feature__ttl {
    font-size: 1.8rem;
  }
}

#careerfile #feature .feature__ttl em {
  font-weight: bold;
  color: #C9AA79;
}

#careerfile #feature .feature__icon {
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  color: #6C4E9C;
  margin-bottom: 10px;
}

#careerfile #feature .feature__icon .icon {
  display: inline-block;
  padding: 0 .8em;
  border-left: solid 2px #6C4E9C;
  border-right: solid 2px #6C4E9C;
}

#careerfile #feature .feature__icon .icon__num {
  font-size: 2.4rem;
}

@media screen and (max-width: 960px) {
  #careerfile #feature .feature__icon .icon__num {
    font-size: 1.8rem;
  }
}

#careerfile #feature .feature__imgArea {
  width: 380px;
}

@media screen and (max-width: 960px) {
  #careerfile #feature .feature__imgArea {
    width: 100%;
    text-align: center;
  }
}

#careerfile #feature .feature__imgArea img {
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 960px) {
  #careerfile #feature .feature__imgArea img {
    max-width: 100%;
  }
}

/*==================================================================
    #company #profile
===================================================================*/
#adviser #profile {
  padding: 80px 0 50px;
}

@media screen and (max-width: 960px) {
  #adviser #profile {
    padding: 40px 0 70px;
  }
}

#adviser #profile .lead {
  padding-bottom: 20px;
}

#adviser #profile .lead__txt {
  line-height: 2.0;
}

#adviser #profile .profile {
  background: rgba(0, 0, 0, 0.02);
  position: relative;
  padding: 60px 0 150px;
}

@media screen and (max-width: 960px) {
  #adviser #profile .profile {
    padding: 40px 0 80px;
  }
}

#adviser #profile .profile::before, #adviser #profile .profile::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  z-index: 10;
}

#adviser #profile .profile::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 100px 0;
  border-color: transparent #fff transparent transparent;
  top: 0;
}

@media screen and (max-width: 960px) {
  #adviser #profile .profile::before {
    border-width: 0 100vw 50px 0;
  }
}

#adviser #profile .profile::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
}

@media screen and (max-width: 960px) {
  #adviser #profile .profile::after {
    border-width: 0 0 50px 100vw;
  }
}

#adviser #profile .profile__inner {
  position: relative;
  z-index: 20;
}

#adviser #profile .profile__box {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 960px) {
  #adviser #profile .profile__box {
    flex-flow: column nowrap;
    justify-content: center;
  }
}

#adviser #profile .profile .outline__left {
  width: 450px;
  margin-right: 60px;
  padding-top: 35px;
}

@media screen and (max-width: 960px) {
  #adviser #profile .profile .outline__left {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
  }
}

#adviser #profile .profile .outline__right {
  width: 490px;
}

@media screen and (max-width: 960px) {
  #adviser #profile .profile .outline__right {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

#adviser #profile .profile .outline__right img {
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 960px) {
  #adviser #profile .profile .outline__right img {
    max-width: 100%;
  }
}

#adviser #profile .profile .outline__ttl {
  margin-bottom: 15px;
}

#adviser #profile .profile .outline__ttl .name {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 5px;
}

@media screen and (max-width: 960px) {
  #adviser #profile .profile .outline__ttl .name {
    font-size: 2.2rem;
  }
}

#adviser #profile .profile .outline__ttl .name em {
  display: inline-block;
  margin-left: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #6C4E9C;
}

@media screen and (max-width: 960px) {
  #adviser #profile .profile .outline__ttl .name em {
    font-size: 1.5rem;
  }
}

#adviser #profile .profile .outline__ttl .kind {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  line-height: 26px;
  background: #C9AA79;
  padding: 0 1em;
}

@media screen and (max-width: 960px) {
  #adviser #profile .profile .outline__ttl .kind {
    font-size: 1.2rem;
  }
}

#adviser #profile .profile .outline__subTtl {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}

#adviser #profile .profile .outline__detail {
  font-size: 1.3rem;
  background: #fff;
  padding: 10px 15px;
  margin-bottom: 10px;
}

#adviser #profile .profile__copy {
  font-size: 2.0rem;
  font-weight: bold;
  color: #6C4E9C;
  text-align: center;
  padding: 25px;
  border: solid 3px #6C4E9C;
  background: #fff;
  position: relative;
  z-index: 30;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  #adviser #profile .profile__copy {
    font-size: 1.8rem;
    border: solid 2px #6C4E9C;
    margin-bottom: 20px;
  }
}

#adviser #profile .profile__copy .copy {
  width: 180px;
  height: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: #6C4E9C;
  position: absolute;
  top: -20px;
  left: -20px;
}

@media screen and (max-width: 960px) {
  #adviser #profile .profile__copy .copy {
    width: auto;
    height: auto;
    font-size: 1.6rem;
    line-height: 1.1;
    padding: .6em;
    left: -10px;
  }
}

#adviser #profile .profile__ttlBg {
  position: absolute;
  top: 0;
  right: -45px;
}

@media screen and (max-width: 960px) {
  #adviser #profile .profile__ttlBg {
    right: 0;
  }
}

/*==================================================================
    #company #message
===================================================================*/
#adviser #message {
  padding: 0 0 110px;
}

@media screen and (max-width: 960px) {
  #adviser #message {
    padding: 0 0 50px;
  }
}

#adviser #message .message__box {
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  #adviser #message .message__box {
    margin-bottom: 40px;
  }
}

#adviser #message .message .h03 {
  margin-bottom: 20px;
}

#adviser #message .message__cell {
  padding: 40px 85px;
  background: #fff;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 960px) {
  #adviser #message .message__cell {
    padding: 20px;
  }
}

#adviser #message .message__cell p {
  line-height: 2;
}

#adviser #message .message__cell p em {
  color: #C9AA79;
  font-weight: bold;
}

/*==================================================================
    #privacy #outline
===================================================================*/
#privacy #outline {
  padding: 0 0 120px;
}

@media screen and (max-width: 960px) {
  #privacy #outline {
    padding: 0 0 60px;
  }
}

#privacy #outline .outline {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  #privacy #outline .outline {
    width: 100%;
  }
}

#privacy #outline .outline__lead {
  margin-bottom: 30px;
}

#privacy #outline .outline .list__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin: .5em;
}

@media screen and (max-width: 960px) {
  #privacy #outline .outline .list__ttl {
    font-size: 1.5rem;
  }
}

#privacy #outline .outline .list__item {
  margin-bottom: 2.5em;
}

/*==================================================================
    #terms #outline
===================================================================*/
#terms #outline {
  padding: 0 0 120px;
}

@media screen and (max-width: 960px) {
  #terms #outline {
    padding: 0 0 60px;
  }
}

#terms #outline .outline {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  #terms #outline .outline {
    width: 100%;
  }
}

#terms #outline .outline__lead {
  margin-bottom: 30px;
}

#terms #outline .outline .list__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin: .5em;
}

@media screen and (max-width: 960px) {
  #terms #outline .outline .list__ttl {
    font-size: 1.5rem;
  }
}

#terms #outline .outline .list__item {
  margin-bottom: 2.5em;
}
