@charset "UTF-8"; /* common */
.hv {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hv:hover {
  opacity: 0.6;
}

/* Commonness CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

html {
  height: 100%;
}

body {
  width: 100%;
  font-family: 'SourceHanSansJP',"Helvetica Neue",Helvetica,Arial,sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  line-height: 130%;
  letter-spacing: 0px;
}

/* * html body { font-family: 'ＭＳ Ｐゴシック',sans-serif;  }  IE6 */
img {
  line-height: 1.0;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*\*/
* html #container {
  overflow: visible;
}

/**/
input, select, textarea {
  font-size: 12px;
  color: #333;
}

/* - ClearFix ------------------------------------------------------ */
* html .clearfix {
  zoom: 1; }

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

/* IE7 */
.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
* {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

/* Hides from IE5-Mac \*/
* html .foo {
  height: 1%;
}

/****************************************************/
/* for html5. from html5doctor.com Reset Stylesheet */
/****************************************************/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

img {
  vertical-align: bottom;
}

/* for placeholder color */
:-ms-input-placeholder {
  color: #999 !important;
}

::-webkit-input-placeholder {
  color: #999 !important;
}

::-moz-placeholder {
  color: #999 !important;
}

:-moz-placeholder {
  color: #999 !important;
}

::-input-placeholder {
  color: #999 !important;
}

:-input-placeholder {
  color: #999 !important;
}

::-placeholder {
  color: #999 !important;
}

:-placeholder {
  color: #999 !important;
}

html {
  background-color: #FFF;
  margin: 0 !important;
}

sup, sub {
  font-size: 0.8em;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  color: #000;
  font-family: 'SourceHanSansJP',"Helvetica Neue",Helvetica,Arial,sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 15px;
  line-height: 1.6;
  background: #FFF;
  /* min-width: 980px; */
}

/* body#news {
    background: url(../img/news/news_bg01.png) right bottom no-repeat;
} */
p {
  word-wrap: normal;
  font-size: 15px;
  line-height: 1.4;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}

a, a:hover {
  text-decoration: none;
  color: #000000;
}

.left, .fl {
  float: left;
}

.right, .fr {
  float: right;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1; }

.inner {
  max-width: 1650px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 100%;
}

.ud:hover {
  text-decoration: underline;
}

.ud2 {
  text-decoration: underline;
}

.ud3 {
  text-decoration: underline;
}

.ud3:hover {
  text-decoration: none;
}

.hv:hover {
  opacity: 0.6;
}

.font-yu {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: space-between;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack:justify; */
  -ms-flex-pack: justify;
  /* justify-content:space-between; */
  flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*スクロールバー表示させる*/
.scroll::-webkit-scrollbar {
  width: 8px;
}

.scroll::-webkit-scrollbar-thumb {
  background: #f8c384;
  border-radius: 10px;
}

.scroll::-webkit-scrollbar-track-piece:start {
  background: #ffead2;
}

.scroll::-webkit-scrollbar-track-piece:end {
  background: #fff;
}

.none-display {
  display: none;
}

/*============================
COMMON
============================*/
img {
  max-width: 100%;
  height: auto;
}

.hide {
  display: none;
}

.fadein {
  opacity: 0;
  transform: translate(0, 60px);
  transition: all 1s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.linerin {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.linerin img {
  transform: translateX(-100%);
}

.img-wrap img {
  animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) both;
}

.linerin-rev {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.linerin-rev img {
  transform: translateX(100%);
}

.img-wrap-rev img {
  animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) both;
}

@keyframes img-wrap {
  100% {
    transform: translateX(0);
  }
}

/*--- header ---*/
header {
  background: #f3fbff!important;
  !importan;!importa;!import;!impor;!impo;!imp;!im;!i;!; padding: 57px 0 49px;
  position: relative;
  z-index: 99;
}

#column header,#about header,#contact header,#policy_lo header,#privacy header,#about-detail header,#sitemap header,#news header {
  background: #FFF;
}

header div.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header div.header_inner div.logo_box {
  padding-left: 85px;
}

header div.header_inner div.logo_box h1 {
}

header div.header_inner div.logo_box h1 a {
  width: 245px;
  display: block;
}

header div.header_inner div.logo_box h1 a img {
}

header div.header_inner div.menu_box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 81px;
}

header div.header_inner div.menu_box ul {
  display: flex;
  align-items: center;
}

header div.header_inner div.menu_box ul li {
  line-height: 1;
  margin: 0 58px 0 0;
}

header div.header_inner div.menu_box ul li:last-child {
  margin: 0 0 0 0;
}

header div.header_inner div.menu_box ul li a {
  line-height: 1;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
}

header div.header_inner div.menu_box ul li.icon_box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

header div.header_inner div.menu_box ul li.icon_box a.icon_link {
  display: block;
}

header div.header_inner div.menu_box ul li.icon_box a.icon_link:nth-child(1) {
  display: none;
}

header div.header_inner div.menu_box ul li.icon_box a.icon_link:nth-child(3) {
  display: none;
}

header div.header_inner div.menu_box ul li.icon_box a.icon_link:nth-child(2) {
  margin: 0 0 2px;
}

header div.header_inner div.menu_box ul li.icon_box a.icon_link:nth-child(3) {
  margin: 0px 0 0;
}

header div.header_inner div.menu_box ul li.icon_box a.icon_link img {
}

header div.header_inner div.sp_btn {
}

header div.header_inner div.sp_btn span {
}

/*--- go_top ---*/
div.gotop {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.gotop a.gotoplink {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  width: 100%;
  height: 100%;
}

div.gotop a.gotoplink img {
  width: 10px;
}

/*--- footer ---*/
footer {
  padding: 46px 0 118px;
  position: relative;
  z-index: 99;
  background: #f3fbff;
  .hv {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .hv: hover {
    opacity: 0.6;
  }

  @font-face {
    font-family: 'SourceHanSansJP';
    src: url(../common/fonts/SourceHanSansJP-Regular.woff) format("woff"), url(../common/fonts/SourceHanSansJP-Regular.woff2) format("woff2"), url(../common/fonts/SourceHanSansJP-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
  }

  /* Commonness CSS */
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
  }

  html {
    height: 100%;
  }

  body {
    width: 100%;
    font-family: 'SourceHanSansJP',"Helvetica Neue",Helvetica,Arial,sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    line-height: 130%;
    letter-spacing: 0px;
  }

  /* * html body { font-family: 'ＭＳ Ｐゴシック',sans-serif;  }  IE6 */
  img {
    line-height: 1.0;
  }

  ul {
    list-style: none;
  }

  blockquote, q {
    quotes: none;
  }

  /* remember to define focus styles! */
  : focus {
    outline: 0;
  }

  /* remember to highlight inserts somehow! */
  ins {
    text-decoration: none;
  }

  del {
    text-decoration: line-through;
  }

  /* tables still need 'cellspacing="0"' in the markup */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  /*\*/
  * html #container {
    overflow: visible;
  }

  /**/
  input, select, textarea {
    font-size: 12px;
    color: #333;
  }

  /* - ClearFix ------------------------------------------------------ */
  * html .clearfix {
    zoom: 1;
  }

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

  /* IE7 */
  .clearfix {
    display: inline-table;
  }

  /* Hides from IE-mac \*/
  * html .clearfix {
    height: 1%;
  }

  .clearfix {
    display: block;
  }

  /* End hide from IE-mac */
  * {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
  }

  /* Hides from IE5-Mac \*/
  * html .foo {
    height: 1%;
  }

  /****************************************************/
  /* for html5. from html5doctor.com Reset Stylesheet */
  /****************************************************/
  article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }

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

  nav ul {
    list-style: none;
  }

  /* change colours to suit your needs */
  mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
  }

  del {
    text-decoration: line-through;
  }

  abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
  }

  img {
    vertical-align: bottom;
  }

  /* for placeholder color */
  : -ms-input-placeholder {
    color: #999 !important;
  }

  :: -webkit-input-placeholder {
    color: #999 !important;
  }

  :: -moz-placeholder {
    color: #999 !important;
  }

  : -moz-placeholder {
    color: #999 !important;
  }

  :: -input-placeholder {
    color: #999 !important;
  }

  : -input-placeholder {
    color: #999 !important;
  }

  ::- placeholder {
    color: #999 !important;
  }

  :- placeholder {
    color: #999 !important;
  }

  html {
    background-color: #FFF;
    margin: 0 !important;
  }

  sup, sub {
    font-size: 0.8em;
  }

  *, *: before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  body {
    position: relative;
    color: #000;
    font-family: 'SourceHanSansJP',"Helvetica Neue",Helvetica,Arial,sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 15px;
    line-height: 1.6;
    background: #FFF;
    min-width: 980px;
  }

  /* body#news {    background: url(../img/news/news_bg01.png) right bottom no-repeat;} */
  p {
    word-wrap: normal;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
  }

  a, a: hover {
    text-decoration: none;
    color: #000000;
  }

  .left, .fl {
    float: left;
  }

  .right, .fr {
    float: right;
  }

  .clearfix: before, .clearfix:after {
    content: " ";
    display: table;
  }

  .clearfix: after {
    clear: both;
  }

  .clearfix {
    * zoom: 1; }

  .inner {
    max-width: 1650px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }

  .ud: hover {
    text-decoration: underline;
  }

  .ud2 {
    text-decoration: underline;
  }

  .ud3 {
    text-decoration: underline;
  }

  .ud3: hover {
    text-decoration: none;
  }

  .hv: hover {
    opacity: 0.6;
  }

  .font-yu {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: bold;
  }

  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    justify-content: space-between;
  }

  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack:justify; */
    -ms-flex-pack: justify;
    /* justify-content:space-between; */
    flex-wrap: wrap;
  }

  .flex3 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .flex4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .align-center {
    align-items: center;
  }

  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  /*スクロールバー表示させる*/
  .scroll:: -webkit-scrollbar {
    width: 8px;
  }

  .scroll:: -webkit-scrollbar-thumb {
    background: #f8c384;
    border-radius: 10px;
  }

  .scroll:: -webkit-scrollbar-track-piece:start {
    background: #ffead2;
  }

  .scroll:: -webkit-scrollbar-track-piece:end {
    background: #fff;
  }

  .none-display {
    display: none;
  }

  /*============================COMMON============================*/
  img {
    max-width: 100%;
    height: auto;
  }

  .hide {
    display: none;
  }

  .fadein {
    opacity: 0;
    transform: translate(0, 60px);
    transition: all 1s;
  }

  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }

  .linerin {
    overflow: hidden;
    position: relative;
    display: inline-block;
  }

  .linerin img {
    transform: translateX(-100%);
  }

  .img-wrap img {
    animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) both;
  }

  .linerin-rev {
    overflow: hidden;
    position: relative;
    display: inline-block;
  }

  .linerin-rev img {
    transform: translateX(100%);
  }

  .img-wrap-rev img {
    animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) both;
  }

  @keyframes img-wrap {
    100% {
      transform: translateX(0);
    }
  }

  /*--- header ---*/
  header {
    background: #f3fbff;
    padding: 57px 0 49px;
    position: relative;
    z-index: 99;
  }

  #column header,#about header,#contact header,#policy_lo header,#privacy header,#about-detail header,#sitemap header,#news header {
    background: #FFF;
  }

  header div.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header div.header_inner div.logo_box {
    padding-left: 85px;
  }

  header div.header_inner div.logo_box h1 {
  }

  header div.header_inner div.logo_box h1 a {
    width: 245px;
    display: block;
  }

  header div.header_inner div.logo_box h1 a img {
  }

  header div.header_inner div.menu_box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 81px;
  }

  header div.header_inner div.menu_box ul {
    display: flex;
    align-items: center;
  }

  header div.header_inner div.menu_box ul li {
    line-height: 1;
    margin: 0 58px 0 0;
  }

  header div.header_inner div.menu_box ul li: last-child {
    margin: 0 0 0 0;
  }

  header div.header_inner div.menu_box ul li a {
    line-height: 1;
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
  }

  header div.header_inner div.menu_box ul li.icon_box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  header div.header_inner div.menu_box ul li.icon_box a.icon_link {
    display: block;
  }

  header div.header_inner div.menu_box ul li.icon_box a.icon_link: nth-child(1) {
    display: none;
  }

  header div.header_inner div.menu_box ul li.icon_box a.icon_link: nth-child(3) {
    display: none;
  }

  header div.header_inner div.menu_box ul li.icon_box a.icon_link: nth-child(2) {
    margin: 0 0 2px;
  }

  header div.header_inner div.menu_box ul li.icon_box a.icon_link: nth-child(3) {
    margin: 0px 0 0;
  }

  header div.header_inner div.menu_box ul li.icon_box a.icon_link img {
  }

  header div.header_inner div.sp_btn {
  }

  header div.header_inner div.sp_btn span {
  }

  /*--- go_top ---*/ div.gotop {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  div.gotop a.gotoplink {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f6f6;
    width: 100%;
    height: 100%;
  }

  div.gotop a.gotoplink img {
    width: 10px;
  }

  /*--- footer ---*/
  footer {
    padding: 46px 0 118px;
    position: relative;
    z-index: 99;
  }

  footer div.inner {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  footer div.inner div.lbox {
    display: flex;
    align-items: center;
    padding-left: 85px;
  }

  footer div.inner div.lbox a.f_logo.hv {
    display: block;
    width: 245px;
  }

  footer div.inner div.lbox a.f_logo.hv img {
    display: block;
  }

  footer div.inner div.lbox ul.pc {
    display: flex;
    margin-left: 42px;
  }

  footer div.inner div.lbox ul.pc li {
    margin-right: 46px;
    line-height: 1;
  }

  footer div.inner div.lbox ul.pc li: last-child {
    margin-right: 0;
  }

  footer div.inner div.lbox ul.pc li a.hv {
    line-height: 1;
    color: #000;
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
  }

  footer div.inner div.rbox {
    padding-right: 190px;
  }

  footer div.inner div.rbox div.linkbox {
    line-height: 1;
    margin: 6px 0 27px;
  }

  footer div.inner div.rbox div.linkbox a.hv {
    line-height: 1;
    font-family: 'Amiri', serif;
    font-size: 15px;
    color: #888888;
  }

  footer div.inner div.rbox div.linkbox a.hv: first-child {
    margin: 0 24px 0 0;
    font-size: 16px;
    color: #000;
  }

  footer div.inner div.rbox ul {
  }

  footer div.inner div.rbox ul li {
    line-height: 1;
    margin: 0 0 15px;
  }

  footer div.inner div.rbox ul li: last-child {
    margin: 0 0 0;
  }

  footer div.inner div.rbox ul li a.hv {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    font-size: 12px;
    color: #888888;
  }

  footer div.inner p.copy {
    width: 100%;
    margin: 50px 0 0;
    line-height: 1;
    padding: 0 0 0 85px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #888888;
  }

  /*--- loader ---*/
  #loader-bg {
    position: fixed;
    width: 100%;
    height: 100% !important;
    top: 0px;
    left: 0px;
    background-color: #fff;
    z-index: 1000;
  }

  #loader {
    position: relative;
    width: 100%;
    top: calc(50% - 65px);
    height: 30px;
    text-align: center;
    color: #fff;
    z-index: 2000;
    display: none;
  }

  #loader img {
    height: auto;
    max-width: 200px;
  }

  .loader_ani {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #191919 10%, rgba(0, 132, 154, 0) 42%);
    background: -webkit-linear-gradient(left, #191919 10%, rgba(0, 132, 154, 0) 42%);
    background: -o-linear-gradient(left, #191919 10%, rgba(0, 132, 154, 0) 42%);
    background: -ms-linear-gradient(left, #191919 10%, rgba(0, 132, 154, 0) 42%);
    background: linear-gradient(to right, #191919 10%, rgba(0, 132, 154, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }

  .loader_ani: before {
    width: 50%;
    height: 50%;
    background: #191919;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
  }

  .loader_ani: after {
    background: #FFF;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  /*-- loading bar --*/
  #loadingBar {
    width: 100%;
    height: 1px;
    margin: 30px 0 0;
  }

  @-webkit-keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @media screen and (max-width: 1440px) {
    /*--- header ---*/ header div.header_inner div.logo_box {
      padding-left: 45px;
    }

    header {
      padding: 30px 0;
    }

    header div.header_inner div.menu_box {
      padding-right: 45px;
    }

    /*--- footer ---*/
    footer div.inner div.lbox {
      padding-left: 45px;
    }

    footer div.inner div.rbox {
      padding-right: 45px;
    }

    footer div.inner p.copy {
      padding: 0 0 0 45px;
    }
  }

  @media screen and (max-width: 1280px) {
    /*--- footer ---*/ footer div.inner div.lbox ul.pc {
      display: flex;
      margin-left: 37px;
    }

    footer div.inner div.lbox ul.pc li {
      margin-right: 30px;
      line-height: 1;
    }
  }

  @media screen and (max-width: 1210px) {
    /*--- footer ---*/ footer div.inner div.lbox {
      flex-wrap: wrap;
      width: 580px;
    }

    footer div.inner div.lbox ul.pc {
      margin-left: 0;
      margin-top: 24px;
    }

    footer div.inner div.lbox ul.pc li {
      margin-right: 18px;
    }
  }

  @media screen and (max-width: 1180px) {
    header div.header_inner div.logo_box {
      padding-left: 25px;
    }

    header div.header_inner div.menu_box {
      padding-right: 25px;
    }

    header div.header_inner div.menu_box ul li {
      line-height: 1;
      margin: 0 20px 0 0;
    }
  }

  ; }

footer div.inner {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

footer div.inner div.lbox {
  display: flex;
  align-items: center;
  padding-left: 85px;
}

footer div.inner div.lbox a.f_logo.hv {
  display: block;
  width: 245px;
}

footer div.inner div.lbox a.f_logo.hv img {
  display: block;
}

footer div.inner div.lbox ul.pc {
  display: flex;
  margin-left: 42px;
}

footer div.inner div.lbox ul.pc li {
  margin-right: 46px;
  line-height: 1;
}

footer div.inner div.lbox ul.pc li:last-child {
  margin-right: 0;
}

footer div.inner div.lbox ul.pc li a.hv {
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
}

footer div.inner div.rbox {
  padding-right: 190px;
}

footer div.inner div.rbox div.linkbox {
  line-height: 1;
  margin: 6px 0 27px;
}

footer div.inner div.rbox div.linkbox a.hv {
  line-height: 1;
  font-family: 'Amiri', serif;
  font-size: 15px;
  color: #888888;
}

footer div.inner div.rbox div.linkbox a.hv:first-child {
  margin: 0 24px 0 0;
  font-size: 16px;
  color: #000;
}

footer div.inner div.rbox ul {
}

footer div.inner div.rbox ul li {
  line-height: 1;
  margin: 0 0 15px;
}

footer div.inner div.rbox ul li:last-child {
  margin: 0 0 0;
}

footer div.inner div.rbox ul li a.hv {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  font-size: 12px;
  color: #888888;
}

footer div.inner p.copy {
  width: 100%;
  margin: 50px 0 0;
  line-height: 1;
  padding: 0 0 0 85px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #888888;
}

/*--- loader ---*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100% !important;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 1000;
}

#loader {
  position: relative;
  width: 100%;
  top: calc(50% - 65px);
  height: 30px;
  text-align: center;
  color: #fff;
  z-index: 2000;
  display: none;
}

#loader img {
  height: auto;
  max-width: 200px;
}

.loader_ani {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #191919 10%, rgba(0, 132, 154, 0) 42%);
  background: -webkit-linear-gradient(left, #191919 10%, rgba(0, 132, 154, 0) 42%);
  background: -o-linear-gradient(left, #191919 10%, rgba(0, 132, 154, 0) 42%);
  background: -ms-linear-gradient(left, #191919 10%, rgba(0, 132, 154, 0) 42%);
  background: linear-gradient(to right, #191919 10%, rgba(0, 132, 154, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader_ani:before {
  width: 50%;
  height: 50%;
  background: #191919;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loader_ani:after {
  background: #FFF;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*-- loading bar --*/
#loadingBar {
  width: 100%;
  height: 1px;
  margin: 30px 0 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--- single-recruit ---*/
.recruitment .mv3 {
  background: #efeeee;
}

.recruitpost__sec01 .inner {
  max-width: 740px;
}

.recruitpost__sec01 {
  padding: 92px 0 166px;
}

.recruitpost__sec01 .ttls {
  text-align: center;
  font-size: 34px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
  margin: 0 0 84px;
  position: relative;
  padding: 0 3% 18px;
}

.recruitpost__sec01 .ttls:before {
  content: '';
  width: 60px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}

.recruitpost__sec01 p {
  line-height: 2;
}

.recruitpost__sec01 .rec_info {
  margin: 0 0 64px;
}

.recruitpost__sec01 .rec_info dl {
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 2;
  margin: 0 0 30px;
}

.recruitpost__sec01 .rec_info dl:last-child {
  margin: 0 0 0px;
}

.recruitpost__sec01 .rec_info dt {
  width: 193px;
  position: relative;
  padding: 0 110px 0 0;
}

.recruitpost__sec01 .rec_info dt:after {
  content: '';
  width: 92px;
  height: 1px;
  background: #bcbcbc;
  position: absolute;
  right: 0;
  top: 14px;
}

.recruitpost__sec01 .rec_info dd {
  width: calc(100% - 193px);
  padding-left: 17px;
}

.recruitpost__sec01 .itembox {
  margin: 0 0 62px;
}

.recruitpost__sec01 .itembox:last-child {
  margin: 0 0 0;
}

.recruitpost__sec01 .itembox .subttl {
  font-size: 26px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
  line-height: 40px;
  border-left: 2px solid;
  padding: 0 0 5px 28px;
  margin: 0 0 36px;
}

.recruitpost__sec01 .itembox .t1 {
  margin: 0 0 28px;
}

.recruitpost__sec01 .itembox .childbox {
  background: #f3fbff;
  padding: 46px 50px;
  margin: 0 0 40px;
}

.recruitpost__sec01 .itembox .childbox .childttl {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 6px;
}

a.submitbtn.hv {
  border: none;
  width: 332px;
  line-height: 59px;
  height: 60px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  background: #009FE8;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  /*--- header ---*/ header div.header_inner div.logo_box {
    padding-left: 45px;
  }

  header {
    padding: 30px 0;
  }

  header div.header_inner div.menu_box {
    padding-right: 45px;
  }

  /*--- footer ---*/
  footer div.inner div.lbox {
    padding-left: 45px;
  }

  footer div.inner div.rbox {
    padding-right: 45px;
  }

  footer div.inner p.copy {
    ;padding: 0 0 0 45px;
  }
}

@media screen and (max-width: 1280px) {
  /*--- footer ---*/ footer div.inner div.lbox ul.pc {
    display: flex;
    margin-left: 37px;
  }

  footer div.inner div.lbox ul.pc li {
    margin-right: 30px;
    line-height: 1;
  }
}

@media screen and (max-width: 1210px) {
  /*--- footer ---*/ footer div.inner div.lbox {
    flex-wrap: wrap;
    width: 580px;
  }

  footer div.inner div.lbox ul.pc {
    margin-left: 0;
    margin-top: 24px;
  }

  footer div.inner div.lbox ul.pc li {
    margin-right: 18px;
  }
}

@media screen and (max-width: 1180px) {
  header div.header_inner div.logo_box {
    padding-left: 25px;
  }

  header div.header_inner div.menu_box {
    padding-right: 25px;
  }

  header div.header_inner div.menu_box ul li {
    line-height: 1;
    margin: 0 20px 0 0;
  }
}

@media screen and (max-width: 970px) {
  header div.header_inner div.menu_box ul li {
    margin: 0 14px 0 0;
  }

  header div.header_inner div.menu_box ul li a {
    font-size: 14px;
  }
}
