@charset "UTF-8";
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    reset
===================================================================*/
html {
  overflow-x: hidden;
  background: #FFF;
  font-size: 62.5%;
  scroll-padding-top: 100px;
  /* 固定ヘッダの高さ分 */ }

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: #3B4043; }

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: 0em 1em;
  border: 1px solid #959EA7;
  background: #fff;
  font-weight: normal;
  /* height: 44px; */
  line-height: 40px; }

/* ======= 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: 768px) {
  .pcNone {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .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;
  margin-left:auto;
  }

.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: 767px) {
  .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: #404040;
  margin-left: 1.0em;
  text-indent: -1.0em; }

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

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

/*  font-family
---------------------------------------------*/
.font1 {
  font-family: "Noto Sans JP" !important; }

.font2 {
  font-family: "Noto Sefir JP" !important; }

/*  font-size+line-height
---------------------------------------------*/
.fzS {
  font-size: 1.2rem;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .fzS {
      font-size: 1.1rem;
      line-height: 1.3; } }

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

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

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

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

.black {
  color: #505050; }

.g1 {
  color: #404040; }

.g2 {
  color: #cccccc; }

.g3 {
  color: #707070; }

.g4 {
  color: #AFAFAF; }

.g5 {
  color: #ADADAD; }

.g6 {
  color: #F7F7F7; }

.c1 {
  color: #0d4099; }

.c2 {
  color: #5d7990; }

.c3 {
  color: #d8695d; }

.c4 {
  color: #50cc85; }

.c5 {
  color: #B277E0; }

.c6 {
  color: #E0C332; }

.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; }
  @media screen and (max-width: 767px) {
    .right-cancel-xs {
      text-align: left !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; }

.underLine {
  text-decoration: underline; }

/*==================================================================
    general
===================================================================*/
/* -----------------------------------------------
    font
------------------------------------------------*/
@font-face {
  font-family: "Noto Sans JP",sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../webfonts/NotoSansCJKjp-Regular.eot") format("eot"); }
@font-face {
  font-family: "Noto Sans JP",sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../webfonts/NotoSansCJKjp-Bold.eot") format("eot"); }
@font-face {
  font-family: "Noto Serif JP",sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/NotoSerifCJKjp-Regular.woff") format("woff"), url("../webfonts/NotoSerifCJKjp-Regular.eot") format("eot"); }
@font-face {
  font-family: "Noto Serif JP",sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/NotoSerifCJKjp-Bold.woff") format("woff"), url("../webfonts/NotoSerifCJKjp-Bold.eot") format("eot"); }
@font-face {
  font-family: "DIN Alternate Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/DIN-Alternate-Bold.woff") format("woff"), url("../webfonts/DIN-Alternate-Bold.eot") format("eot"); }
body {
  font-family: "Noto Sans JP","Meiryo UI","メイリオ UI",'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.6;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  background: #fff; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.3rem;
      line-height: 1.5; } }

/* -----------------------------------------------
    p
------------------------------------------------*/
p {
  font-size: 1.4rem;
  margin-bottom: .8em; }
  @media screen and (max-width: 767px) {
    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: 767px) {
    .annotation {
      font-size: 1.1rem; } }

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

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

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

.pc a img:hover {
  opacity: 0.5; }

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

/*  .link - decoration underline
---------------------------------------------*/
a.link {
  color: #0d4099;
  text-decoration: underline; }

.pc a.link:hover {
  text-decoration: none;
  color: #0d4099; }

/* -----------------------------------------------
    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: #0d4099;
  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: #0d4099; }

.bgc--c2 {
  background-color: #5d7990; }

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

/*  wrapper
---------------------------------------------*/
.wrapper {
  margin-top: 65px; }

/*==================================================================
    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;
  position: relative; }
  @media screen and (max-width: 767px) {
    .container {
      max-width: auto; } }

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

/*==================================================================
    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 {
  border: 1px solid #0d4099;
  background-color: #fff; }

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

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #0d4099; }

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: 767px) {
  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"] {
  -webkit-appearance: none;
  display: inline-block;
  color: #fff;
  background-color: #3B4043;
  border: 0;
  padding: 0rem 3.0rem;
  margin-bottom: .5em;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  height: 50px;
  position: relative;
  transition: all 200ms ease;
  cursor: pointer; }

/* ======= hover ======= */
.pc input[type="button"]:hover,
.pc input[type="submit"]: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: 30px;
  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: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0px; }

label.checkbox.checked::before {
  background: #0d4099;
  border: 1px solid #5d7990; }

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

/* ======= radio ======= */
.checkList label.radio {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  line-height: 30px; }
  .checkList label.radio::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #CDD6DD;
    border-radius: 50%; }
  .checkList label.radio.checked::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #0d4099;
    border-radius: 50%; }

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

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

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

/*  select
---------------------------------------------*/
.select {
  overflow: hidden;
  width: 100%;
  position: relative;
  border: 1px solid #959EA7;
  border-radius: none;
  background: #fff;
  color: #8C94AD; }
  .select select {
    width: 100%;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0px 50px 0px 15px; }
    .select select::-ms-expand {
      display: none; }
  .select::before {
    pointer-events: none;
    display: block;
    content: "\f107";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    color: #000; }

/* basement
---------------------------------------------*/
input, select, textarea {
  border-radius: 0px; }

/* 範囲選択2つ
---------------------------------------------*/
.form-inline {
  /* 固定なし
  ---------------------------------------------*/ }
  .form-inline .selectUI {
    float: left;
    width: 45%;
    position: relative; }
  .form-inline span {
    float: left;
    line-height: 40px;
    width: 10%;
    display: block;
    text-align: center; }
  .form-inline.autoW .selectUI {
    width: auto;
    min-width: 100px; }
  .form-inline.autoW span {
    width: auto; }

.selectUI {
  position: relative; }
  .selectUI::after {
    content: '\f078';
    display: block;
    font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-weight: bold;
    font-size: 5px; }

.radio-group {
  padding-top: 5px; }

.checkbox-group, .radio-group {
  display: inline-block;
  vertical-align: middle; }

label.chkbox, label.radiobtn {
  font-weight: normal;
  margin-bottom: 0px;
  line-height: 44px; }

label.radiobtn input[type="radio"] {
  margin-top: 0px !important;
  margin-right: 5px !important;
  width: 20px;
  height: 20px;
  border-radius: 50%; }

label.chkbox input[type="checkbox"] {
  margin-top: 0px !important;
  margin-right: 5px !important;
  width: 20px;
  height: 20px; }

label.radiobtn span, label.chkbox span {
  display: inline-block;
  vertical-align: middle; }

label.chkbox:hover, label.radiobtn:hover {
  cursor: pointer; }

span.required {
  background: #d40;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  padding: 0 0.5em;
  margin-left: 5px;
  line-height: 16px;
  display: inline-block;
  font-weight: normal; }

/* -----------------------------------------------
    btn
------------------------------------------------*/
/* this ".btn" is overwritten from bootstrap */
.btn {
  display: inline-block;
  padding: 0px 1em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  text-shadow: none;
  box-shadow: none; }

/* this ".btn" is overwritten from bootstrap */
.btn-default {
  color: #fff;
  background-color: #0d4099;
  border: 1px solid #0d4099;
  transition: 0.4s all;
  /* below is overwritten from bootstrap */ }

.btn-default:hover, .btn-default:focus, .btn-default:active {
  color: #0d4099;
  background-color: #fff;
  border: 1px solid #0d4099;
  transition: 0.4s all;
  /* below is overwritten from bootstrap */ }

.btn-default-o {
  color: #0d4099;
  background-color: #fff;
  border: 1px solid #0d4099;
  transition: 0.4s all; }

.btn-default-o:hover, .btn-default-o:focus, .btn-default-o:active {
  color: #fff;
  background-color: #0d4099;
  border: 1px solid #0d4099;
  transition: 0.4s all; }

.btn-primary {
  color: #fff;
  background-color: #5d7990;
  border: 1px solid #5d7990;
  transition: 0.4s all; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #5d7990;
  background-color: #fff;
  border: 1px solid #5d7990;
  transition: 0.4s all; }

.btn-primary-o {
  color: #5d7990;
  background-color: #fff;
  border: 1px solid #5d7990;
  transition: 0.4s all; }

.btn-primary-o:hover, .btn-primary-o:focus, .btn-primary-o:active {
  color: #fff;
  background-color: #5d7990;
  border: 1px solid #5d7990;
  transition: 0.4s all;
  box-shadow: none;
  outline: none; }

.btn-black {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  transition: 0.4s all; }

.btn-black:hover, .btn-black:focus, .btn-black:active {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  transition: 0.4s all; }

.btn-black-o {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  transition: 0.4s all; }

.btn-black-o:hover, .btn-black-o:focus, .btn-black-o:active {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  transition: 0.4s all;
  box-shadow: none;
  outline: none; }

.btn-lg-lh {
  line-height: 60px; }
  @media screen and (max-width: 767px) {
    .btn-lg-lh {
      line-height: 44px; } }

.btn-sm-lh {
  line-height: 40px;
  width: 100%;
  margin: 3px; }

.btn-xs-lh {
  line-height: 32px; }

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #a1a1a1;
  border-color: #fff; }

.actionHorizontal {
  text-align: center;
  font-size: 0; }
  .actionHorizontal li {
    display: inline-block;
    margin-right: 10px; }
    .actionHorizontal li:last-child {
      margin-right: 0px; }

.actionVertical {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  width: 50%;
  margin: 0px auto; }
  @media screen and (max-width: 767px) {
    .actionVertical {
      width: 100%; } }
  .actionVertical li {
    margin-bottom: 10px;
    width: 100%; }
    .actionVertical li:last-child {
      margin-bottom: 0px; }
    .actionVertical li > * {
      width: 100%; }

.actionHorizontal .btn {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  font-size: 14px; }

/*==================================================================
    .h01
===================================================================*/
.h01 {
  line-height: 1;
  font-family: "DIN Alternate Bold",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: normal;
  color: #fff;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 767px) {
    .h01 {
      font-size: 22px; } }
  .h01 em {
    font-size: 13px;
    display: block;
    padding-top: 15px;
    font-family: "Noto Sans JP",sans-serif;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .h01 em {
        font-size: 16px; } }

/*==================================================================
    .h02
===================================================================*/
.h02 {
  line-height: 1;
  color: #000;
  font-size: 24px;
  margin-bottom: 40px;
  font-family: "Noto Sans JP",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .h02 {
      font-size: 20px;
      margin-bottom: 30px; } }
  .h02 em {
    font-size: 12px;
    letter-spacing: 0.2em;
    display: inline-block;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 2px solid #000;
    font-family: "DIN Alternate Bold",sans-serif;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .h02 em {
        font-size: 12px; } }

/*==================================================================
    .h03
===================================================================*/
.h03 {
  font-size: 2rem;
  color: #0d4099;
  margin-bottom: 20px;
  border-left: 3px solid #0d4099;
  padding-left: 10px;
  font-weight: 700; }

/*==================================================================
    .h04
===================================================================*/
.h04 {
  font-size: 1.2rem;
  color: #707070;
  line-height: 1.0;
  margin-bottom: 30px; }
  .h04 span {
    display: block;
    font-size: 6.0rem;
    font-weight: bold;
    margin-bottom: 0.2em; }
    @media screen and (max-width: 767px) {
      .h04 span {
        font-size: 4.8rem; } }

/*==================================================================
    .h05
===================================================================*/
.h05 {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.0;
  margin-bottom: 60px;
  padding-left: 40px;
  position: relative;
  background: url(../img/common/icon_slash_pc.png) no-repeat 0 50%;
  background-size: 31px 45px; }
  @media screen and (max-width: 767px) {
    .h05 {
      margin-bottom: 30px; } }
  .h05 span {
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 0.5em; }
    @media screen and (max-width: 767px) {
      .h05 span {
        font-size: 1.8rem; } }

/*==================================================================
    .h06
===================================================================*/
.h06 {
  font-size: 2rem;
  color: #000;
  line-height: 1.0;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .h06 {
      font-size: 2rem;
      padding-bottom: 15px;
      margin-bottom: 30px; } }
  .h06::before {
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px; }

/*==================================================================
    .h07
===================================================================*/
.h07 {
  font-size: 15px;
  color: #0d4099;
  font-family: "Noto Sans JP",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
  border-left: 4px solid #0d4099;
  padding-left: 5px;
  margin-bottom: 10px; }

/*==================================================================
    .btn01
===================================================================*/
.btn01 {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 58px;
  border: solid 1px #707070;
  border-radius: 2px;
  background-color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-image: url(../img/common/icon_arrow_01.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 17px; }
  .btn01 span {
    display: inline-block;
    transition: all 200ms ease; }
  .btn01:hover {
    background-position: top 50% right 12px;
    opacity: 0.6;
    cursor: pointer;
    transition: 0.4s all; }

/*==================================================================
    .btn02
===================================================================*/
.btn02 {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #92D4E8;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 767px) {
    .btn02 {
      height: 60px;
      line-height: 60px;
      font-size: 1.6rem; } }
  .btn02 span {
    display: inline-block;
    padding-left: 20px;
    background: url(../img/common/icon_arrow_01_pc.png) no-repeat 0 53%;
    background-size: 10px 16px; }
    @media screen and (max-width: 767px) {
      .btn02 span {
        padding-left: 15px;
        background: url(../img/common/icon_arrow_01_pc.png) no-repeat 0 52%;
        background-size: 10px 16px; } }
  .btn02:hover {
    opacity: .6;
    box-shadow: none; }

/*==================================================================
    .btn03
===================================================================*/
.btn03 {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #3B4043;
  border-radius: 4px; }
  .btn03:hover {
    opacity: .6; }

/*==================================================================
    .tbl01
===================================================================*/
.tbl01 {
  width: 100%;
  border-collapse: collapse;
  margin: 0px auto; }
  @media screen and (max-width: 767px) {
    .tbl01 {
      width: 100%; } }
  .tbl01 th {
    width: 20%;
    padding: 10px;
    font-size: 14px;
    color: #5183a4;
    text-align: right;
    vertical-align: top;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .tbl01 th {
        width: 100%;
        display: block;
        text-align: left;
        padding: 10px 0px 0px 10px;
        font-size: 13px; } }
  .tbl01 td {
    width: 80%;
    font-size: 14px;
    color: #3B4043;
    padding: 10px; }
    @media screen and (max-width: 767px) {
      .tbl01 td {
        width: 100%;
        display: block;
        padding-bottom: 15px;
        font-size: 12px; } }
  .tbl01 tr:nth-child(odd) {
    background: #f6f6f6; }

/*==================================================================
    .tbl02
===================================================================*/
.tbl02 {
  width: 100%;
  border-collapse: collapse;
  margin: 0px auto; }
  @media screen and (max-width: 767px) {
    .tbl02 {
      width: 100%; } }
  .tbl02 th {
    width: 20%;
    padding: 10px;
    font-size: 14px;
    color: #5183a4;
    text-align: right;
    vertical-align: top;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .tbl02 th {
        width: 100%;
        display: block;
        text-align: left;
        padding: 10px;
        font-size: 13px;
        background: #f6f6f6; } }
  .tbl02 td {
    width: 80%;
    font-size: 14px;
    color: #3B4043;
    padding: 10px; }
    @media screen and (max-width: 767px) {
      .tbl02 td {
        width: 100%;
        display: block;
        padding-bottom: 15px;
        font-size: 12px; } }
  .tbl02 tr:nth-child(odd) {
    background: #f6f6f6; }
    @media screen and (max-width: 767px) {
      .tbl02 tr:nth-child(odd) {
        background: none; } }

/*==================================================================
    .tbl03
===================================================================*/
.tbl03 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px; }
  .tbl03 th {
    width: 75%;
    padding: 10px;
    font-size: 14px;
    color: #393939;
    text-align: left;
    vertical-align: top;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .tbl03 th {
        width: 100%;
        display: block;
        text-align: left;
        padding: 5px;
        font-size: 13px;
        background: #f6f6f6; } }
  .tbl03 td {
    width: 25%;
    font-size: 14px;
    color: #3B4043;
    padding: 10px;
    white-space: nowrap;
    text-align: right; }
    @media screen and (max-width: 767px) {
      .tbl03 td {
        width: 100%;
        display: block;
        padding-bottom: 15px;
        font-size: 12px;
        text-align: left; } }
  .tbl03 tr:nth-child(odd) {
    background: #f6f6f6; }
    @media screen and (max-width: 767px) {
      .tbl03 tr:nth-child(odd) {
        background: none; } }

/*==================================================================
    .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: #0d4099; }

/*==================================================================
    .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: #505050;
    top: 0;
    right: 0.4rem; }
  .li02 li:last-child::after {
    display: none; }

/*==================================================================
    .pankuzu01 : .pankuzu>ul>(li>a)*2
===================================================================*/
#pankuz {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #pankuz {
      margin-bottom: 30px; } }

.pankuz {
  display: flex;
  flex-flow: row nowrap;
  align-items: center; }
  .pankuz__item a {
    display: inline-block;
    color: #505050;
    line-height: 1.0;
    position: relative;
    padding-right: 1em;
    margin-right: 0.2em; }
    .pankuz__item a::before {
      display: inline-block;
      content: ">";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, -50%); }
    .pankuz__item a:hover {
      opacity: .6; }
  .pankuz__item:first-child a {
    padding-left: 20px;
    background: url(../img/common/icon_home_pc.png) no-repeat 0 50%;
    background-size: 15px 13px; }

/*==================================================================
    .pagenation
===================================================================*/
.pagenation {
  padding-top: 50px;
  text-align: center; }
  .pagenation__inner {
    display: inline-block; }
    .pagenation__inner a, .pagenation__inner span {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 38px;
      font-size: 1.8rem;
      border-radius: 19px;
      border: solid 1px #AFAFAF;
      color: #404040;
      background-color: #fff;
      margin: 0 2px;
      white-space: nowrap;
      text-align: center;
      text-decoration: none;
      position: relative; }
    .pagenation__inner a.prev, .pagenation__inner a.next {
      background: #0d4099;
      border: solid 1px #0d4099;
      color: #fff;
      position: relative; }
      .pagenation__inner a.prev::before, .pagenation__inner a.prev::after, .pagenation__inner a.next::before, .pagenation__inner a.next::after {
        display: block;
        content: "";
        width: 7px;
        height: 10px;
        background-repeat: no-repeat;
        background-size: 7px 10px;
        background-position: 0 0;
        position: absolute;
        top: 15px; }
    .pagenation__inner a:hover {
      opacity: .6; }
    .pagenation__inner span.current {
      border: solid 1px #404040;
      color: #fff;
      background-color: #404040; }
    .pagenation__inner span.dots {
      background: none;
      border: none;
      color: #fff;
      margin: 0;
      width: 1em;
      vertical-align: top; }

.pageLink {
  padding: 30px 0; }
  .pageLink .links {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .pageLink .links {
        justify-content: space-around; } }
    .pageLink .links__prev, .pageLink .links__next {
      width: 38%;
      text-align: center; }
      .pageLink .links__prev a, .pageLink .links__next a {
        display: block;
        font-size: 1.3rem;
        font-weight: bold;
        color: #0d4099; }
        @media screen and (max-width: 991px) {
          .pageLink .links__prev a, .pageLink .links__next a {
            font-size: 1.2rem; } }
        .pageLink .links__prev a:hover, .pageLink .links__next a:hover {
          opacity: .6; }
    .pageLink .links__list {
      width: 24%; }
      @media screen and (max-width: 991px) {
        .pageLink .links__list {
          padding: 0 .5em; } }
      .pageLink .links__list a {
        display: block;
        font-size: 1.4rem;
        font-weight: bold;
        color: #0d4099;
        text-align: center;
        position: relative; }
        .pageLink .links__list a:hover {
          opacity: .6; }

/*==================================================================
    .leadBox
===================================================================*/
.leadBox {
  margin-bottom: 30px; }
  .leadBox__lead {
    font-size: 2rem;
    line-height: 1.7;
    color: #000;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .leadBox__lead {
        font-size: 1.6rem; } }
  .leadBox p {
    color: #707070;
    line-height: 1.7;
    margin-bottom: 1.6em; }
  .leadBox--w p {
    color: #fff; }
  .leadBox__exam {
    padding-top: 1em; }
  .leadBox__subTtl {
    display: inline-block;
    color: #000 !important;
    font-weight: bold;
    line-height: 2.4;
    padding: 0 1.2em;
    border: solid 1px #000;
    margin-bottom: 0.8em !important; }
  .leadBox__subTxt {
    font-size: 1.6rem;
    color: #000 !important; }
    @media screen and (max-width: 767px) {
      .leadBox__subTxt {
        font-size: 1.4rem; } }

/*==================================================================
    .header
===================================================================*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  height: 80px;
  transition: 0.4s all; }
  @media screen and (max-width: 991px) {
    .header {
      height: 60px; } }
  .header__upper {
    height: 80px;
    padding: 5px 15px 0px;
    float: left; }
    @media screen and (max-width: 991px) {
      .header__upper {
        height: 60px;
        padding: 0px 10px; } }
    @media screen and (max-width: 767px) {
      .header__upper {
        padding-top: 10px; } }
    .header__upper .upper__logo em {
      color: #fff;
      font-size: 10px; }
      @media screen and (max-width: 767px) {
        .header__upper .upper__logo em {
          display: none; } }
    .header__upper .upper__logo .logo__img {
      margin-right: 10px;
      margin-top: 10px;
      display: block; }
      @media screen and (max-width: 767px) {
        .header__upper .upper__logo .logo__img {
          width: 120px; } }
  .header__gNavi {
    float: right;
    padding-right: 160px;
    padding-top: 22px;
    transition: 0.4s all; }
    @media screen and (max-width: 991px) {
      .header__gNavi {
        padding-right: 0px;
        width: 250px;
        height: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #0d4099;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 900;
        transition: all 200ms ease;
        overflow-y: auto;
        transform: translate(250px);
        float: none; }
        .header__gNavi.open {
          transform: translateZ(0); } }
    .header__gNavi .gNavi__infoBlock {
      display: none; }
      @media screen and (max-width: 991px) {
        .header__gNavi .gNavi__infoBlock {
          display: block;
          padding: 0px 10px; } }
      .header__gNavi .gNavi__infoBlock .openPlace {
        position: relative;
        color: #fff;
        margin-bottom: 10px; }
        .header__gNavi .gNavi__infoBlock .openPlace span {
          font-size: 12px;
          line-height: 20px;
          display: block; }
          .header__gNavi .gNavi__infoBlock .openPlace span i {
            color: #3FA300;
            font-size: 12px !important;
            line-height: 20px; }
        .header__gNavi .gNavi__infoBlock .openPlace em {
          font-size: 16px;
          font-weight: bold; }
        .header__gNavi .gNavi__infoBlock .openPlace button {
          border: 2px solid #fff;
          position: absolute;
          top: 50%;
          right: 0px;
          transform: translateY(-50%);
          font-size: 11px;
          background: none;
          color: #fff;
          cursor: pointer; }
          .header__gNavi .gNavi__infoBlock .openPlace button:hover {
            background: #fff;
            color: #000;
            transition: 0.4s all; }
      .header__gNavi .gNavi__infoBlock .login__main {
        margin-bottom: 5px; }
        .header__gNavi .gNavi__infoBlock .login__main a {
          display: block;
          background: #FFE200;
          color: #000;
          text-align: center;
          padding: 10px 0px; }
          .header__gNavi .gNavi__infoBlock .login__main a span {
            display: block;
            font-size: 18px;
            font-weight: 700; }
            .header__gNavi .gNavi__infoBlock .login__main a span i {
              font-size: 18px; }
          .header__gNavi .gNavi__infoBlock .login__main a em {
            display: block;
            font-size: 11px;
            font-family: "Roboto", sans-serif; }
      .header__gNavi .gNavi__infoBlock .login__txt {
        margin-bottom: 5px;
        text-align: center;
        color: #fff;
        font-size: 11px; }
      .header__gNavi .gNavi__infoBlock .login__register {
        padding-bottom: 10px; }
        .header__gNavi .gNavi__infoBlock .login__register a {
          display: block;
          background: #B90F3D;
          color: #fff;
          text-align: center;
          padding: 10px 0px; }
          .header__gNavi .gNavi__infoBlock .login__register a span {
            display: block;
            font-size: 14px;
            font-weight: 700; }
            .header__gNavi .gNavi__infoBlock .login__register a span i {
              font-size: 18px; }
    @media screen and (max-width: 991px) {
      .header__gNavi .gNavi__nav {
        margin-bottom: 15px; } }
    .header__gNavi .gNavi__nav .nav__item {
      display: inline-block; }
      @media screen and (max-width: 991px) {
        .header__gNavi .gNavi__nav .nav__item {
          display: block; } }
      .header__gNavi .gNavi__nav .nav__item a, .header__gNavi .gNavi__nav .nav__item em {
        display: block;
        height: 50px;
        line-height: 50px;
        color: #fff;
        padding: 0 18px;
        white-space: nowrap;
        font-size: 13px; }
        @media screen and (max-width: 991px) {
          .header__gNavi .gNavi__nav .nav__item a, .header__gNavi .gNavi__nav .nav__item em {
            height: 40px;
            line-height: 40px;
            padding: 0 15px; } }
        .header__gNavi .gNavi__nav .nav__item a span, .header__gNavi .gNavi__nav .nav__item em span {
          display: inline-block;
          padding-left: 0px;
          position: relative; }
          .header__gNavi .gNavi__nav .nav__item a span::before, .header__gNavi .gNavi__nav .nav__item em span::before {
            display: inline-block;
            font-size: 1.6rem;
            font-family: 'Material Icons';
            position: absolute;
            top: 0;
            left: 0;
            transition: all 200ms ease; }
        .header__gNavi .gNavi__nav .nav__item a:hover, .header__gNavi .gNavi__nav .nav__item em:hover {
          text-decoration: none; }
          .header__gNavi .gNavi__nav .nav__item a:hover span, .header__gNavi .gNavi__nav .nav__item em:hover span {
            border-bottom: 2px solid #fff; }
  .header .loginBox {
    padding-top: 22px;
    width: 140px;
    position: absolute;
    right: 20px;
    transition: 0.4s all; }
    .header .loginBox a {
      display: block;
      background: #FFE200;
      color: #000;
      text-align: center;
      padding: 5px 10px;
      height: 50px; }
      .header .loginBox a span {
        display: block;
        font-size: 14px;
        font-weight: 700; }
        .header .loginBox a span i {
          font-size: 14px; }
      .header .loginBox a em {
        display: block;
        font-size: 10px;
        font-family: "Roboto", sans-serif; }
    @media screen and (max-width: 991px) {
      .header .loginBox {
        right: 60px;
        padding-top: 15px; } }
    @media screen and (max-width: 767px) {
      .header .loginBox {
        display: none; } }
  .header.scroll {
    background: rgba(0, 44, 122, 0.95);
    height: 60px; }

.scroll .loginBox {
  padding-top: 5px;
  width: 140px;
  position: absolute;
  right: 20px;
  transition: 0.4s all; }
  .scroll .loginBox a {
    display: block;
    background: #FFE200;
    color: #000;
    text-align: center;
    padding: 5px 10px;
    height: 50px; }
    .scroll .loginBox a span {
      display: block;
      font-size: 14px;
      font-weight: 700; }
      .scroll .loginBox a span i {
        font-size: 14px; }
    .scroll .loginBox a em {
      display: block;
      font-size: 10px;
      font-family: "Roboto", sans-serif; }
  @media screen and (max-width: 991px) {
    .scroll .loginBox {
      right: 60px;
      padding-top: 5px; } }
  @media screen and (max-width: 767px) {
    .scroll .loginBox {
      display: none; } }
@media screen and (max-width: 991px) {
  .scroll .hamburger {
    top: 0px; } }
.scroll .header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  height: 60px;
  transition: 0.4s all; }
  @media screen and (max-width: 991px) {
    .scroll .header {
      height: 60px; } }
  .scroll .header__upper {
    height: 60px;
    padding: 5px 15px 0px;
    float: left;
    transition: 0.4s all; }
    @media screen and (max-width: 991px) {
      .scroll .header__upper {
        height: 60px;
        padding: 5px 10px; } }
    @media screen and (max-width: 767px) {
      .scroll .header__upper {
        padding-top: 10px; } }
    .scroll .header__upper .upper__logo em {
      display: none;
      transition: 0.4s all; }
      @media screen and (max-width: 767px) {
        .scroll .header__upper .upper__logo em {
          display: none; } }
    .scroll .header__upper .upper__logo .logo__img {
      margin-right: 10px;
      margin-top: 15px;
      display: block;
      transition: 0.4s all;
      width: 140px; }
      @media screen and (max-width: 767px) {
        .scroll .header__upper .upper__logo .logo__img {
          margin-top: 10px;
          width: 120px; } }
  .scroll .header__gNavi {
    float: right;
    padding-right: 160px;
    padding-top: 5px;
    transition: 0.4s all; }
    @media screen and (max-width: 991px) {
      .scroll .header__gNavi {
        padding-right: 0px;
        width: 250px;
        height: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #0d4099;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 900;
        transition: all 200ms ease;
        overflow-y: auto;
        transform: translate(250px);
        float: none; }
        .scroll .header__gNavi.open {
          transform: translateZ(0); } }
    .scroll .header__gNavi .gNavi__infoBlock {
      display: none; }
      @media screen and (max-width: 991px) {
        .scroll .header__gNavi .gNavi__infoBlock {
          display: block;
          padding: 0px 10px; } }
      .scroll .header__gNavi .gNavi__infoBlock .openPlace {
        position: relative;
        color: #fff;
        margin-bottom: 10px; }
        .scroll .header__gNavi .gNavi__infoBlock .openPlace span {
          font-size: 12px;
          line-height: 20px;
          display: block; }
          .scroll .header__gNavi .gNavi__infoBlock .openPlace span i {
            color: #3FA300;
            font-size: 12px !important;
            line-height: 20px; }
        .scroll .header__gNavi .gNavi__infoBlock .openPlace em {
          font-size: 16px;
          font-weight: bold; }
        .scroll .header__gNavi .gNavi__infoBlock .openPlace button {
          border: 2px solid #fff;
          position: absolute;
          top: 50%;
          right: 0px;
          transform: translateY(-50%);
          font-size: 11px;
          background: none;
          color: #fff;
          cursor: pointer; }
          .scroll .header__gNavi .gNavi__infoBlock .openPlace button:hover {
            background: #fff;
            color: #000;
            transition: 0.4s all; }
      .scroll .header__gNavi .gNavi__infoBlock .login__main {
        margin-bottom: 5px; }
        .scroll .header__gNavi .gNavi__infoBlock .login__main a {
          display: block;
          background: #FFE200;
          color: #000;
          text-align: center;
          padding: 10px 0px; }
          .scroll .header__gNavi .gNavi__infoBlock .login__main a span {
            display: block;
            font-size: 18px;
            font-weight: 700; }
            .scroll .header__gNavi .gNavi__infoBlock .login__main a span i {
              font-size: 18px; }
          .scroll .header__gNavi .gNavi__infoBlock .login__main a em {
            display: block;
            font-size: 11px;
            font-family: "Roboto", sans-serif; }
      .scroll .header__gNavi .gNavi__infoBlock .calender__main {
        margin-bottom: 5px; }
        .scroll .header__gNavi .gNavi__infoBlock .calender__main a {
          display: block;
          background: #FFE200;
          color: #000;
          text-align: center;
          padding: 10px 0px; }
          .scroll .header__gNavi .gNavi__infoBlock .calender__main a span {
            display: block;
            font-size: 18px;
            font-weight: 700; }
            .scroll .header__gNavi .gNavi__infoBlock .calender__main a span i {
              font-size: 18px; }
          .scroll .header__gNavi .gNavi__infoBlock .calender__main a em {
            display: block;
            font-size: 11px;
            font-family: "Roboto", sans-serif; }
      .scroll .header__gNavi .gNavi__infoBlock .login__txt {
        margin-bottom: 5px;
        text-align: center;
        color: #fff;
        font-size: 11px; }
      .scroll .header__gNavi .gNavi__infoBlock .login__register {
        padding-bottom: 10px; }
        .scroll .header__gNavi .gNavi__infoBlock .login__register a {
          display: block;
          background: #B90F3D;
          color: #fff;
          text-align: center;
          padding: 10px 0px; }
          .scroll .header__gNavi .gNavi__infoBlock .login__register a span {
            display: block;
            font-size: 14px;
            font-weight: 700; }
            .scroll .header__gNavi .gNavi__infoBlock .login__register a span i {
              font-size: 18px; }
    @media screen and (max-width: 991px) {
      .scroll .header__gNavi .gNavi__nav {
        margin-bottom: 15px; } }
    .scroll .header__gNavi .gNavi__nav .nav__item {
      display: inline-block; }
      @media screen and (max-width: 991px) {
        .scroll .header__gNavi .gNavi__nav .nav__item {
          display: block; } }
      .scroll .header__gNavi .gNavi__nav .nav__item a, .scroll .header__gNavi .gNavi__nav .nav__item em {
        display: block;
        height: 50px;
        line-height: 50px;
        color: #fff;
        padding: 0 18px;
        white-space: nowrap;
        font-size: 13px; }
        @media screen and (max-width: 991px) {
          .scroll .header__gNavi .gNavi__nav .nav__item a, .scroll .header__gNavi .gNavi__nav .nav__item em {
            height: 40px;
            line-height: 40px;
            padding: 0 15px; } }
        .scroll .header__gNavi .gNavi__nav .nav__item a span, .scroll .header__gNavi .gNavi__nav .nav__item em span {
          display: inline-block;
          padding-left: 0px;
          position: relative; }
          .scroll .header__gNavi .gNavi__nav .nav__item a span::before, .scroll .header__gNavi .gNavi__nav .nav__item em span::before {
            display: inline-block;
            font-size: 1.6rem;
            font-family: 'Material Icons';
            position: absolute;
            top: 0;
            left: 0;
            transition: all 200ms ease; }
        .scroll .header__gNavi .gNavi__nav .nav__item a:hover, .scroll .header__gNavi .gNavi__nav .nav__item em:hover {
          text-decoration: none; }
          .scroll .header__gNavi .gNavi__nav .nav__item a:hover span, .scroll .header__gNavi .gNavi__nav .nav__item em:hover span {
            border-bottom: 2px solid #fff; }

/* -----------------------------------------------
    hamburger
------------------------------------------------*/
.hamburger {
  display: none; }
  @media screen and (max-width: 991px) {
    .hamburger {
      display: block;
      position: fixed;
      top: 7px;
      right: 0;
      z-index: 9999; } }
  @media screen and (max-width: 767px) {
    .hamburger {
      top: 0px; } }

.menu-trigger {
  display: inline-block;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  z-index: 1000; }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 20px;
    width: 20px;
    height: 1px;
    background-color: #fff;
    transition: all 200ms ease; }
    .menu-trigger span:nth-of-type(1) {
      top: 24px; }
    .menu-trigger span:nth-of-type(2) {
      top: 30px; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 23px; }
  .menu-trigger.active span {
    background-color: #fff; }
    .menu-trigger.active span:nth-of-type(1) {
      transform: translateY(6px) rotate(-45deg); }
    .menu-trigger.active span:nth-of-type(2) {
      opacity: 0; }
    .menu-trigger.active span:nth-of-type(3) {
      transform: translateY(-6px) rotate(45deg); }

/* -----------------------------------------------
    overlay
------------------------------------------------*/
.overlay {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  transition: all 200ms ease;
  background: rgba(0, 0, 0, 0.85);
  transform: translate(-100%); }
  .overlay.open {
    transform: translateZ(0); }

/*==================================================================
    .footer
===================================================================*/
.footer {
  padding: 50px 0px;
  background-color: #959EA7;
  border-top: 20px solid #6F7579;
  color: #fff; }
  .footer__info {
    width: 40%;
    float: left; }
    @media screen and (max-width: 767px) {
      .footer__info {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 30px; } }
    .footer__info a {
      width: 180px;
      margin-bottom: 20px;
      display: block; }
      @media screen and (max-width: 767px) {
        .footer__info a {
          width: 140px;
          text-align: center;
          margin: 0px auto 20px; } }
      .footer__info a img {
        width: 100%; }
    .footer__info p {
      display: block;
      font-size: 14px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .footer__info p {
          font-size: 12px; } }
  .footer__link {
    width: 60%;
    float: right;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .footer__link {
        width: 100%;
        float: none; } }
    .footer__link ul {
      float: right;
      vertical-align: top;
      width: 40%; }
      @media screen and (max-width: 767px) {
        .footer__link ul {
          width: 100%;
          float: none; }
          .footer__link ul:last-child {
            margin-bottom: 20px; } }
      .footer__link ul a {
        color: #fff;
        font-size: 13px;
        line-height: 30px; }
        @media screen and (max-width: 767px) {
          .footer__link ul a {
            border-bottom: 1px solid #ddd;
            display: block;
            line-height: 40px;
            position: relative; }
            .footer__link ul a::after {
              position: absolute;
              top: 50%;
              right: 20px;
              transform: translateY(-50%);
              font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
              -webkit-font-smoothing: antialiased;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              font-weight: 900;
              content: '\f105'; } }
  .footer small {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    clear: both;
    margin-top: 50px; }

#inquiryFooter {
  padding: 0px 0px 100px; }
  @media screen and (max-width: 991px) {
    #inquiryFooter {
      padding: 0px 0px 60px; } }

.inquiryBox {
  width: 100%;
  font-size: 0;
  white-space: nowrap;
  letter-spacing: -1em;
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 991px) {
    .inquiryBox {
      width: 100%;
      margin: 0px auto;
      white-space: normal; } }
  .inquiryBox .inquiry__item {
    padding: 0px 30px 30px;
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    white-space: normal;
    border: 1px solid #e2e2e2;
    padding: 15px;
    margin-right: 30px; }
    @media screen and (max-width: 991px) {
      .inquiryBox .inquiry__item {
        width: 100%;
        margin-bottom: 10px; } }
    .inquiryBox .inquiry__item:last-child {
      margin-right: 0px; }
    .inquiryBox .inquiry__item > * {
      letter-spacing: normal; }
  .inquiryBox .inquiry__name {
    font-size: 20px;
    font-family: "Noto Sans JP",sans-serif;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 700;
    text-align: center; }
    .inquiryBox .inquiry__name span {
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      display: block; }
  .inquiryBox .inquiry__phone {
    line-height: 1.2;
    font-size: 24px;
    font-family: "DIN Alternate Bold"; }
    .inquiryBox .inquiry__phone span {
      padding: 0px 5px; }
      @media screen and (max-width: 767px) {
        .inquiryBox .inquiry__phone span {
          padding: 2px 5px;
          display: block; } }
  .inquiryBox .inquiry__txt {
    line-height: 1.8;
    font-size: 13px;
    margin-bottom: 5px; }

.mailInquiry {
  width: 50%;
  margin: 0px auto; }
  @media screen and (max-width: 767px) {
    .mailInquiry {
      width: 100%; } }

/*==================================================================
    #keyVisual
===================================================================*/
#keyVisual {
  background: url(../img/top/img-keyVisual@2x.png) no-repeat center/cover;
  height: 400px;
  position: relative; }
  @media screen and (max-width: 767px) {
    #keyVisual {
      height: 350px; } }
  #keyVisual .keyvInner {
    text-align: center;
    top: 65%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    margin-top: -60px; }
    @media screen and (max-width: 991px) {
      #keyVisual .keyvInner {
        width: 80%;
        margin: -20px auto 0px; } }

#keyVisualUl {
  background: url(../img/top/img-keyVisual@2x.png) no-repeat center/cover;
  height: 320px;
  position: relative; }
  @media screen and (max-width: 767px) {
    #keyVisualUl {
      height: 240px; } }
  #keyVisualUl .keyvInner {
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute; }

/*==================================================================
    .newsArea
===================================================================*/
.newsArea {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 30px !important;
  max-width: inherit !important; }
  @media screen and (max-width: 767px) {
    .newsArea {
      flex-flow: column nowrap;
      align-items: flex-start; } }
  .newsArea__ttl {
    width: 150px;
    line-height: 30px;
    font-weight: bold;
    font-family: "DIN Alternate Bold";
    color: #fff;
    text-align: center;
    background-color: #5d7990; }
    @media screen and (max-width: 767px) {
      .newsArea__ttl {
        width: 100%;
        line-height: 1.2;
        text-align: center;
        padding: 0.5em; } }
  .newsArea__list {
    width: calc(100% - 150px);
    background-color: #91a8bc; }
    @media screen and (max-width: 767px) {
      .newsArea__list {
        width: 100%; } }
  .newsArea__item {
    font-size: 1.2rem;
    line-height: 30px;
    color: #fff;
    padding: 0 10px; }
    @media screen and (max-width: 767px) {
      .newsArea__item {
        line-height: 1.5;
        padding: 0.5em; } }
    .newsArea__item a {
      color: #fff; }

/*==================================================================
    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; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*==================================================================
    #top
===================================================================*/
#top #secNews {
  /* margin-top: -150px; */
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #top #secNews {
      margin-top: -60px;
      margin-bottom: 20px; } }
  #top #secNews .pickupInfo {
    width: 100%;
    margin-bottom: 40px; }
    @media screen and (max-width: 991px) {
      #top #secNews .pickupInfo {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px; } }
    #top #secNews .pickupInfo__item {
      outline: none;
      padding: 0px 5px; }
      #top #secNews .pickupInfo__item a {
        background: #fff;
        cursor: pointer;
        padding: 10px;
        display: block;
        color: inherit;
        border: 1px solid #f1f1f1;
        position: relative; }
        #top #secNews .pickupInfo__item a span {
          position: absolute; }
          #top #secNews .pickupInfo__item a span::before {
            position: absolute;
            content: "";
            left: -10px;
            top: -10px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 40px 40px 0 0;
            border-color: #f00 transparent transparent transparent; }
          #top #secNews .pickupInfo__item a span::after {
            position: absolute;
            content: "NEW";
            transform: rotate(315deg);
            display: block;
            font-size: 10px;
            white-space: pre;
            color: #fff;
            top: -2px;
            left: -10px;
            text-align: center;
            z-index: 2;
            line-height: 1.2; }
        #top #secNews .pickupInfo__item a:hover {
          background: #0d4099;
          color: #fff; }
        #top #secNews .pickupInfo__item a .item__place {
          text-align: center;
          font-size: 14px;
          font-weight: bold;
          margin-bottom: 15px; }
          @media screen and (max-width: 767px) {
            #top #secNews .pickupInfo__item a .item__place {
              font-size: 13px; } }
        #top #secNews .pickupInfo__item a .item__image {
          margin-bottom: 10px;
          overflow: hidden; }
          #top #secNews .pickupInfo__item a .item__image em {
            text-align: center;
            display: block;
            font-size: 12px;
            color: #fff;
            z-index: 5;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
          #top #secNews .pickupInfo__item a .item__image img {
            width: 100%; }
          @media screen and (max-width: 767px) {
            #top #secNews .pickupInfo__item a .item__image {
              margin-bottom: 5px; } }
        #top #secNews .pickupInfo__item a .item__date {
          font-family: "Roboto", sans-serif;
          font-size: 13px;
          margin-bottom: 5px; }
          @media screen and (max-width: 767px) {
            #top #secNews .pickupInfo__item a .item__date {
              font-size: 11px; } }
        #top #secNews .pickupInfo__item a .item__title {
          font-size: 14px; }
          @media screen and (max-width: 767px) {
            #top #secNews .pickupInfo__item a .item__title {
              font-size: 11px; } }

#top #sec01 {
  padding-bottom: 100px; }
  @media screen and (max-width: 991px) {
    #top #sec01 {
      padding-bottom: 60px;
      text-align: center;
       } }
  #top #sec01 .leftBox {
    float: left;
    width: 260px; }
    @media screen and (max-width: 991px) {
      #top #sec01 .leftBox {
        width: 100%;
        margin-top: 15px;
        display: none; } }
    #top #sec01 .leftBox .loginBlock {
      width: 100%;
      background: #5d7990;
      position: relative;
      padding: 20px;
      /*&::before {
          content: "";
          position: absolute;
          top: -20px;
          left: 0;
          border-style: solid;
          border-width: 0 0 20px 260px;
          border-color: transparent transparent #5d7990 transparent;
      }
      &::after {
          content: "";
          position: absolute;
          bottom: -20px;
          left: 0;
          border-style: solid;
          border-width: 0 0 20px 260px;
          border-color: transparent transparent transparent #5d7990;
      }*/ }
      #top #sec01 .leftBox .loginBlock .openPlace {
        position: relative;
        color: #fff;
        margin-bottom: 10px; }
        #top #sec01 .leftBox .loginBlock .openPlace span {
          font-size: 12px;
          line-height: 20px;
          display: block; }
          #top #sec01 .leftBox .loginBlock .openPlace span i {
            color: #3FA300;
            font-size: 12px !important;
            line-height: 20px; }
        #top #sec01 .leftBox .loginBlock .openPlace em {
          font-size: 16px; }
        #top #sec01 .leftBox .loginBlock .openPlace button {
          border: 2px solid #fff;
          position: absolute;
          top: 50%;
          right: 0px;
          transform: translateY(-50%);
          font-size: 11px;
          background: none;
          color: #fff;
          cursor: pointer; }
          #top #sec01 .leftBox .loginBlock .openPlace button:hover {
            background: #fff;
            color: #000;
            transition: 0.4s all; }
        #top #sec01 .leftBox .loginBlock .openPlace.close span {
          display: none; }
        #top #sec01 .leftBox .loginBlock .openPlace.close em {
          font-size: 18px; }
          #top #sec01 .leftBox .loginBlock .openPlace.close em i {
            color: #d40000; }
        #top #sec01 .leftBox .loginBlock .openPlace.close button {
          display: none; }
      #top #sec01 .leftBox .loginBlock .login__main {
        margin-bottom: 15px; }
        #top #sec01 .leftBox .loginBlock .login__main a {
          display: block;
          background: #FFE200;
          color: #000;
          text-align: center;
          padding: 10px 0px; }
          #top #sec01 .leftBox .loginBlock .login__main a span {
            display: block;
            font-size: 18px;
            font-weight: 700; }
            #top #sec01 .leftBox .loginBlock .login__main a span i {
              font-size: 18px; }
          #top #sec01 .leftBox .loginBlock .login__main a em {
            display: block;
            font-size: 11px;
            font-family: "Roboto", sans-serif; }
        #top #sec01 .leftBox .loginBlock .login__main:hover {
          opacity: 0.8;
          transition: 0.4s all; }
      #top #sec01 .leftBox .loginBlock .login__txt {
        margin-bottom: 5px;
        text-align: center;
        color: #fff;
        font-size: 11px; }
      #top #sec01 .leftBox .loginBlock .login__register a {
        display: block;
        background: #B90F3D;
        color: #fff;
        text-align: center;
        padding: 15px 0px; }
        #top #sec01 .leftBox .loginBlock .login__register a span {
          display: block;
          font-size: 14px;
          font-weight: 700; }
          #top #sec01 .leftBox .loginBlock .login__register a span i {
            font-size: 18px; }
      #top #sec01 .leftBox .loginBlock .login__register:hover {
        opacity: 0.8;
        transition: 0.4s all; }
    #top #sec01 .leftBox .bannerBlock li {
      margin-bottom: 10px; }
  #top #sec01 .rightBox {
    width: calc(100% - 280px); }
    @media screen and (max-width: 991px) {
      #top #sec01 .rightBox {
        width: 100%; } }
    #top #sec01 .rightBox .news {
      width: 100%; }
      #top #sec01 .rightBox .news__tab .slick-arrow {
        transform: translateY(-80%); }
      #top #sec01 .rightBox .news__tab .tab__child button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #0d4099;
        line-height: 40px;
        text-align: center;
        color: #0d4099;
        font-weight: 700;
        background: #fff;
        display: block;
        position: relative;
        margin-bottom: 15px;
        width: 100%;
        cursor: pointer;
        border-left: none; }
        #top #sec01 .rightBox .news__tab .tab__child button em {
          font-weight: 700; }
          @media screen and (max-width: 767px) {
            #top #sec01 .rightBox .news__tab .tab__child button em {
              display: none; } }
        #top #sec01 .rightBox .news__tab .tab__child button.active, #top #sec01 .rightBox .news__tab .tab__child button:hover {
          background: #0d4099;
          color: #fff;
          transition: 0.4s all; }
          #top #sec01 .rightBox .news__tab .tab__child button.active::after, #top #sec01 .rightBox .news__tab .tab__child button:hover::after {
            border-style: solid;
            border-width: 8px 8px 0 8px;
            border-color: #0d4099 transparent transparent transparent;
            content: "";
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 0px;
            height: 0px;
            z-index: -1;
            transition: 0.4s all; }
      #top #sec01 .rightBox .news__tab .tab__child:first-child button {
        border-left: 1px solid #0d4099; }
      #top #sec01 .rightBox .news__box {
        display: none;
        margin-bottom: 20px; }
        #top #sec01 .rightBox .news__box.is-active {
          display: block; }
        #top #sec01 .rightBox .news__box table td {
          padding: 15px; }
      #top #sec01 .rightBox .news__item {
        line-height: 22px;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          #top #sec01 .rightBox .news__item {
            margin-bottom: 10px; } }
        @media screen and (max-width: 767px) {
          #top #sec01 .rightBox .news__item em {
            display: block; } }
      #top #sec01 .rightBox .news__date {
        font-family: "Roboto", sans-serif;
        margin-right: 10px; }
      #top #sec01 .rightBox .news__cat {
        display: inline-block;
        background: #000;
        color: #fff;
        min-width: 80px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        margin-right: 10px; }
        #top #sec01 .rightBox .news__cat.important {
          background: #d40000; }

/*PCの場合*/
/* .pc	{ display:inline!important; }
.mb	{ display:none!important; } */
@media screen and (max-width: 650px) {
/*タブレット、スマホの場合*/
.pc	{ display:none!important; }
.mb { display:inline!important; }
}
@media only screen and (max-width: 750px) {
    img { max-width: 100%; }
}

.box{
  display: flex;
}
@media screen and (max-width: 650px) {
 .box{
  flex-direction: column;
 }
}
@media screen and (max-width: 650px) {
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}
.order4 {
  order: 4;
}
.order5 {
  order: 5;
}
}
/* カレンダー対応  20201208 takeshita add-start */
#top #sec01 .leftBox .cp_modal05 {
font-size: 1rem;
box-sizing: border-box;
width: 100%;
height: 10vh;
display: flex;
margin: 1px;
padding: 0;
text-align: center;
color: #333333;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
}
#top #sec01 .leftBox .cp_modal05 #cp_controller {
position: absolute;
left: 12em;
opacity: 0;
}
#top #sec01 .leftBox .cp_modal05 .cp_open:checked ~ .cp_modal_wrap {
display: block;
}
#top #sec01 .leftBox .cp_modal05 .cp_open:checked ~ .cp_modal_wrap:before,
#top #sec01 .leftBox .cp_modal05 .cp_open:checked ~ .cp_modal_wrap .cp_overlay {
display: block;
}
#top #sec01 .leftBox .cp_modal05 .cp_close {
font-size: 4.5em;
position: absolute;
z-index: 100;
top: 0;
right: -0.8em;
cursor: pointer;
}
/*
#top #sec01 .leftBox .cp_modal05 .cp_close::before {
font-family: 'FontAwesome';
content: '\f00d';
}
*/
#top #sec01 .leftBox .cp_modal05 .cp_close:hover::before {
color: #00bcd4;
}
#top #sec01 .leftBox .cp_modal05 .cp_modal_wrap {
display: none;
}
#top #sec01 .leftBox .cp_modal05 .cp_modal_wrap:before {
position: fixed;
z-index: 101;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
content: '';
background: rgba(27,37,56,0.8);
}
#top #sec01 .leftBox .cp_modal05 .cp_overlay {
position: fixed;
z-index: 102;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
}
#top #sec01 .leftBox .cp_modal05 .cp_modal_cont {
position: absolute;
z-index: 103;
top: 50%;
left: 50%;
overflow: hidden;
width: 95%;
max-width: 95%;
max-height: 200%;
padding: 15px 0;
transform: translate(-50%, -50%);
text-align: center;
border-radius: 0.25em;
background: #ffffff;
}
#top #sec01 .leftBox .cp_modal05 .cp_modal_cont p {
margin: 0;
line-height: 1.8;
text-indent: 1em;
text-align: left;
padding: 0 2.5em;
}
#top #sec01 .leftBox .cp_modal05 .cp_modal_cont p.citation {
text-align: right;
}
#top #sec01 .leftBox .cp_modal05 .cp_modal_cont p.citation::before {
content: '\2500'
}
#top #sec01 .leftBox .cp_modal05 .cp_modal_cont p:not(.citation) {
margin-bottom: 1.5rem;
}
#top #sec01 .leftBox .cp_modal05 .cp_modal_item {
position: relative;
margin: 0 1em;
padding: 3em 0 1em 0;
}
#top #sec01 .leftBox .cp_modal05 .cp_modal_slide {
position: absolute;
display: flex;
width: 100%;
transition: all 0.4s ease-in;
}

#top #sec01 .leftBox .cp_modal05 .cp_slide-0:checked ~ .content-0 {
position: relative;
left: 0;
overflow: auto;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-0:checked ~ .content-1 {
right: -100%;
}


#top #sec01 .leftBox .cp_modal05 .cp_slide-1:checked ~ .content-0 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-1:checked ~ .content-1 {
position: relative;
left: 0;
overflow: auto;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-1:checked ~ .content-2 {
right: -100%;
}


#top #sec01 .leftBox .cp_modal05 .cp_slide-2:checked ~ .content-0 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-2:checked ~ .content-1 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-2:checked ~ .content-2 {
position: relative;
left: 0;
overflow: auto;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-2:checked ~ .content-3 {
right: -100%;
}


#top #sec01 .leftBox .cp_modal05 .cp_slide-3:checked ~ .content-0 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-3:checked ~ .content-1 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-3:checked ~ .content-2 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-3:checked ~ .content-3 {
position: relative;
left: 0;
overflow: auto;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-3:checked ~ .content-4 {
right: -100%;
}


#top #sec01 .leftBox .cp_modal05 .cp_slide-4:checked ~ .content-0 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-4:checked ~ .content-1 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-4:checked ~ .content-2 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-4:checked ~ .content-3 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-4:checked ~ .content-4 {
position: relative;
left: 0;
overflow: auto;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-4:checked ~ .content-5 {
right: -100%;
}


#top #sec01 .leftBox .cp_modal05 .cp_slide-5:checked ~ .content-0 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-5:checked ~ .content-1 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-5:checked ~ .content-2 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-5:checked ~ .content-3 {
right: -100%;
}

#top #sec01 .leftBox .cp_modal05 .cp_slide-5:checked ~ .content-4 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-5:checked ~ .content-5 {
position: relative;
left: 0;
overflow: auto;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-5:checked ~ .content-6 {
right: -100%;
}


#top #sec01 .leftBox .cp_modal05 .cp_slide-6:checked ~ .content-0 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-6:checked ~ .content-1 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-6:checked ~ .content-2 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-6:checked ~ .content-3 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-6:checked ~ .content-4 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-6:checked ~ .content-5 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-6:checked ~ .content-6 {
position: relative;
left: 0;
overflow: auto;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-6:checked ~ .content-7 {
right: -100%;
}


#top #sec01 .leftBox .cp_modal05 .cp_slide-7:checked ~ .content-0 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-7:checked ~ .content-1 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-7:checked ~ .content-2 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-7:checked ~ .content-3 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-7:checked ~ .content-4 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-7:checked ~ .content-5 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-7:checked ~ .content-6 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-7:checked ~ .content-7 {
position: relative;
left: 0;
overflow: auto;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-7:checked ~ .content-8 {
right: -100%;
}


#top #sec01 .leftBox .cp_modal05 .cp_slide-8:checked ~ .content-0 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-8:checked ~ .content-1 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-8:checked ~ .content-2 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-8:checked ~ .content-3 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-8:checked ~ .content-4 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-8:checked ~ .content-5 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-8:checked ~ .content-6 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-8:checked ~ .content-7 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-8:checked ~ .content-8 {
position: relative;
left: 0;
overflow: auto;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-8:checked ~ .content-9 {
right: -100%;
}


#top #sec01 .leftBox .cp_modal05 .cp_slide-9:checked ~ .content-0 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-9:checked ~ .content-1 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-9:checked ~ .content-2 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-9:checked ~ .content-3 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-9:checked ~ .content-4 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-9:checked ~ .content-5 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-9:checked ~ .content-6 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-9:checked ~ .content-7 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-9:checked ~ .content-8 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-9:checked ~ .content-9 {
position: relative;
left: 0;
overflow: auto;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-9:checked ~ .content-10 {
right: -100%;
}


#top #sec01 .leftBox .cp_modal05 .cp_slide-10:checked ~ .content-0 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-10:checked ~ .content-1 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-10:checked ~ .content-2 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-10:checked ~ .content-3 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-10:checked ~ .content-4 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-10:checked ~ .content-5 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-10:checked ~ .content-6 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-10:checked ~ .content-7 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-10:checked ~ .content-8 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-10:checked ~ .content-9 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-10:checked ~ .content-10 {
position: relative;
left: 0;
overflow: auto;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-10:checked ~ .content-11 {
right: -100%;
}


#top #sec01 .leftBox .cp_modal05 .cp_slide-11:checked ~ .content-0 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-11:checked ~ .content-1 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-11:checked ~ .content-2 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-11:checked ~ .content-3 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-11:checked ~ .content-4 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-11:checked ~ .content-5 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-11:checked ~ .content-6 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-11:checked ~ .content-7 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-11:checked ~ .content-8 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-11:checked ~ .content-9 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-11:checked ~ .content-10 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-11:checked ~ .content-11 {
position: relative;
left: 0;
overflow: auto;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-11:checked ~ .content-12 {
right: -100%;
}


#top #sec01 .leftBox .cp_modal05 .cp_slide-12:checked ~ .content-0 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-12:checked ~ .content-1 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-12:checked ~ .content-2 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-12:checked ~ .content-3 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-12:checked ~ .content-4 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-12:checked ~ .content-5 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-12:checked ~ .content-6 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-12:checked ~ .content-7 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-12:checked ~ .content-8 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-12:checked ~ .content-9 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-12:checked ~ .content-10 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-12:checked ~ .content-11 {
right: -100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_slide-12:checked ~ .content-12 {
position: relative;
left: 0;
overflow: auto;
}


#top #sec01 .leftBox .cp_modal05 .cp_nav {
position: absolute;
top: 50%;
width: 100%;
}
#top #sec01 .leftBox .cp_modal05 .cp_nav label {
line-height: 0.0em;
position: absolute;
display: inline-block;
width: 50px;
height: 60px;
padding: 0.5em;
cursor: pointer;
color: #ffffff;
border-radius: 0.3em;
}
#top #sec01 .leftBox .cp_modal05 .cp_nav label.cp_prev {
left: 0;
}
#top #sec01 .leftBox .cp_modal05 .cp_nav label.cp_next {
right: 0;
}
#top #sec01 .leftBox .cp_modal05 .cp_btn {
color: #ffffff;
font-size: 18px;
/* position: absolute;
top:220px;
left:35px; */
display: inline-block;
min-width: 60px;
width: 220px;
height: 52px;
padding: 0.9em;
cursor: pointer;
text-align: center;
text-decoration: none;
border: #00bcd4 solid 1px;
border-radius: 3px;
background: #00bcd4;
margin-left: 10px;

}
@media screen and (min-width:769px){
/* PC用CSS -------------- */
.cp_btn_img {
position: absolute;
top:235px;
left:25px;
cursor: pointer;
text-align: center;
}
.calender_top {
  width: 240px;
}
}

@media screen and (max-width:768px){
/* スマホ用CSS -------------- */
.cp_btn_img {
width: 100%;
max-width: 100%;
border-radius: 0;
}
.calender_top {
 	  width: 95%;
}
}


/* カレンダー対応  20201208 takeshita add-end */



  #top #sec01 h2 {
    text-align: center;
    color: #007feb;
    font-size: 24px;
    font-family: "Noto Sans JP",sans-serif;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 700;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      #top #sec01 h2 {
        font-size: 18px;
        margin-top: 25px; } }
    #top #sec01 h2 i {
      font-size: 30px;
      display: block; }
    #top #sec01 h2 em {
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      margin-bottom: 10px;
      display: block;
      color: #000; }





#top #sec02 {
  padding-bottom: 100px;
  max-width: 1920px;
  margin: 0px auto; }
  @media screen and (max-width: 991px) {
    #top #sec02 {
      padding-bottom: 40px; } }
  #top #sec02 h2 {
    text-align: center;
    color: #007feb;
    font-size: 24px;
    font-family: "Noto Sans JP",sans-serif;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 700;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      #top #sec02 h2 {
        font-size: 18px; } }
    #top #sec02 h2 i {
      font-size: 30px;
      display: block; }
    #top #sec02 h2 em {
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      margin-bottom: 10px;
      display: block;
      color: #000; }
  #top #sec02 .placeBox {
    width: 100%;
    font-size: 0; }
    @media screen and (max-width: 991px) {
      #top #sec02 .placeBox {
        width: 100%;
        margin: 0px auto; } }
    @media screen and (max-width: 767px) {
      #top #sec02 .placeBox {
        width: 90%; } }
    #top #sec02 .placeBox .place__list {
      padding: 0px 30px 30px;
      width: 20%;
      display: inline-block;
      letter-spacing: -0.4em; }
      @media screen and (max-width: 1199px) {
        #top #sec02 .placeBox .place__list {
          width: 33.33333%;
          margin-bottom: 20px; } }
      @media screen and (max-width: 991px) {
        #top #sec02 .placeBox .place__list {
          width: 50%;
          margin-bottom: 20px; } }
      @media screen and (max-width: 767px) {
        #top #sec02 .placeBox .place__list {
          width: 100%;
          margin-bottom: 40px;
          padding: 0px; } }
      #top #sec02 .placeBox .place__list > * {
        letter-spacing: normal; }
      #top #sec02 .placeBox .place__list:nth-child(2n) {
        margin-top: 40px; }
        @media screen and (max-width: 767px) {
          #top #sec02 .placeBox .place__list:nth-child(2n) {
            margin-top: 0px; } }
    #top #sec02 .placeBox .place__image {
      margin-bottom: 20px;
      margin-left: -30px;
      margin-right: -30px; }
    #top #sec02 .placeBox .place__name {
      font-size: 20px;
      font-family: "Noto Sans JP",sans-serif;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      font-weight: 700;
      margin-bottom: 20px; }
      @media screen and (max-width: 1200px) {
        #top #sec02 .placeBox .place__name {
          font-size: 24px; } }
      @media screen and (max-width: 767px) {
        #top #sec02 .placeBox .place__name {
          font-size: 18px; } }
      #top #sec02 .placeBox .place__name span {
        font-size: 12px;
        font-family: "Roboto", sans-serif;
        display: block; }
    #top #sec02 .placeBox .place__txt {
      text-align: justify;
      line-height: 1.8;
      font-size: 13px;
      margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      #top #sec02 .placeBox .place__action {
        text-align: center; } }
    #top #sec02 .placeBox .place__action li {
      display: inline-block;
      margin-right: 5px; }
      #top #sec02 .placeBox .place__action li:last-child {
        margin-right: 0px; }
      #top #sec02 .placeBox .place__action li a {
        font-weight: 700;
        font-size: 13px;
        padding: 0px 10px; }

#top #sec03 {
  padding-bottom: 100px; }
  @media screen and (max-width: 991px) {
    #top #sec03 {
      padding-bottom: 40px; } }
  #top #sec03 h2 {
    text-align: center;
    color: #007feb;
    font-size: 24px;
    font-family: "Noto Sans JP",sans-serif;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 700;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      #top #sec03 h2 {
        font-size: 18px; } }
    #top #sec03 h2 i {
      font-size: 30px;
      display: block; }
    #top #sec03 h2 em {
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      margin-bottom: 10px;
      display: block;
      color: #000; }
  #top #sec03 h3 {
    font-size: 18px;
    font-family: "Noto Sans JP",sans-serif;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      #top #sec03 h3 {
        font-size: 15px; } }
    #top #sec03 h3 + .center {
      width: 50%;
      margin: 0px auto; }
      @media screen and (max-width: 767px) {
        #top #sec03 h3 + .center {
          width: 100%; } }
      #top #sec03 h3 + .center:hover {
        opacity: 0.8; }
  #top #sec03 .featureBox {
    margin: 0px auto 40px;
    font-size: 0; }
    @media screen and (max-width: 991px) {
      #top #sec03 .featureBox {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      #top #sec03 .featureBox {
        width: 90%; } }
    #top #sec03 .featureBox .feature__list {
      width: 33.333333%;
      display: inline-block;
      letter-spacing: -0.4em;
      padding: 0px 15px; }
      @media screen and (max-width: 767px) {
        #top #sec03 .featureBox .feature__list {
          width: 100%;
          margin-bottom: 20px; } }
      #top #sec03 .featureBox .feature__list > * {
        letter-spacing: normal; }
      #top #sec03 .featureBox .feature__list:nth-child(2) {
        margin-top: 40px; }
        @media screen and (max-width: 767px) {
          #top #sec03 .featureBox .feature__list:nth-child(2) {
            margin-top: 0px; } }
    #top #sec03 .featureBox .feature__number {
      text-align: center;
      font-family: "Noto Sans JP",sans-serif;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      font-weight: 700;
      font-size: 20px;
      margin-bottom: 20px; }
      #top #sec03 .featureBox .feature__number em {
        font-family: "DIN Alternate Bold",sans-serif;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-weight: normal;
        font-size: 50px;
        display: block; }
    #top #sec03 .featureBox .feature__image {
      margin-bottom: 20px;
      text-align: center; }
      #top #sec03 .featureBox .feature__image i {
        font-size: 70px;
        color: #007feb; }
    #top #sec03 .featureBox .feature__summary {
      font-size: 16px;
      font-family: "Noto Sans JP",sans-serif;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      font-weight: 700;
      margin-bottom: 20px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #top #sec03 .featureBox .feature__summary {
          font-size: 18px; } }
    #top #sec03 .featureBox .feature__txt {
      text-align: justify;
      line-height: 1.8;
      font-size: 13px;
      margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      #top #sec03 .featureBox .feature__action {
        text-align: center; } }
    #top #sec03 .featureBox .feature__action li {
      display: inline-block;
      margin-right: 5px; }
      #top #sec03 .featureBox .feature__action li:last-child {
        margin-right: 0px; }
      #top #sec03 .featureBox .feature__action li a {
        font-weight: 700; }

/*top画面応急措置用*/
.box_srcollbar {
  overflow: auto;
  /* 	width: 300px; */
  height: 665px;
  padding: 5px;
  /* 	border: 1px solid #000; */
  background-color: #F9F9F9;
  /* 	color: #000; */
  font-size: 12px; }

/*==================================================================
    #company
===================================================================*/
#company #sec01 {
  padding: 100px 0px; }
  @media screen and (max-width: 991px) {
    #company #sec01 {
      padding-bottom: 60px; } }
  #company #sec01 .greetingArea .textBox {
    margin-bottom: 30px; }
    #company #sec01 .greetingArea .textBox h4 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 20px; }
  #company #sec01 .greetingArea .imgBox {
    float: right; }
    @media screen and (max-width: 767px) {
      #company #sec01 .greetingArea .imgBox {
        float: none; } }
    #company #sec01 .greetingArea .imgBox figure {
      display: inline-block;
      width: 140px;
      margin-right: 20px; }
    #company #sec01 .greetingArea .imgBox figcaption {
      display: inline-block;
      font-size: 20px;
      font-weight: 700; }
      #company #sec01 .greetingArea .imgBox figcaption span {
        font-size: 14px;
        font-weight: normal; }

#company #sec02 {
  padding: 0px 0px 100px; }
  #company #sec02 dl.list dt {
    font-size: 16px;
    font-weight: 700; }

#company #sec03 {
  padding: 0px 0px 100px; }
  #company #sec03 .group {
    margin: 0px -10px;
    white-space: nowrap; }
    @media screen and (max-width: 991px) {
      #company #sec03 .group {
        white-space: normal;
        margin: 0px; } }
    #company #sec03 .group-item {
      width: 33.333333%;
      padding: 10px;
      text-align: center;
      display: inline-block;
      letter-spacing: -1em;
      vertical-align: top; }
      @media screen and (max-width: 767px) {
        #company #sec03 .group-item {
          width: 100%;
          margin-bottom: 20px; } }
    #company #sec03 .group-box {
      letter-spacing: normal;
      white-space: normal;
      border: 1px solid #f1f1f1;
      padding: 0px 10px; }
    #company #sec03 .group-image {
      position: relative; }
    #company #sec03 .group-name {
      font-weight: 700;
      font-size: 16px;
      padding: 15px 0px; }
    #company #sec03 .group-info {
      font-size: 14px;
      margin-bottom: 10px; }
    #company #sec03 .group-business {
      padding: 15px 0px;
      border-top: 1px solid #333;
      display: inline-block;
      margin-top: 10px;
      font-weight: 700;
      color: #0d3781; }

/*==================================================================
    #join
===================================================================*/
#join #sec01 {
  padding: 100px 0px; }
  @media screen and (max-width: 991px) {
    #join #sec01 {
      padding: 60px 0px; } }
  #join #sec01 table.tbl03 thead th {
    background: #1a3655;
    color: #fff !important;
    font-size: 18px !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px; }

/*==================================================================
    #contract
===================================================================*/
#contract #sec01 {
  padding: 100px 0px; }
  @media screen and (max-width: 991px) {
    #contract #sec01 {
      padding: 60px 0px; } }
  #contract #sec01 h3.h02 + a {
    width: 300px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      #contract #sec01 h3.h02 + a {
        width: 100%; } }
  #contract #sec01 dl {
    margin-bottom: 30px; }
    #contract #sec01 dl dt {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 5px;
      color: #000; }
    #contract #sec01 dl dd {
      margin-bottom: 10px; }

#contract #sec02 {
  padding: 0px 0px 100px; }
  @media screen and (max-width: 991px) {
    #contract #sec02 {
      padding: 0px 0px 60px; } }

/*==================================================================
    #contact
===================================================================*/
#contact #sec01 {
  padding: 100px 0px; }
  @media screen and (max-width: 991px) {
    #contact #sec01 {
      padding: 60px 0px; } }

/*==================================================================
    #contact .sec02
===================================================================*/
#contact #sec02 {
  padding: 100px 0px; }
  @media screen and (max-width: 991px) {
    #contact #sec02 {
      padding: 60px 0px; } }

/*==================================================================
    #contact .sec03
===================================================================*/
#contact #sec03 {
  padding: 100px 0px; }
  @media screen and (max-width: 991px) {
    #contact #sec03 {
      padding: 60px 0px; } }
  #contact #sec03 p {
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px; }
    #contact #sec03 p:first-of-type {
      font-size: 24px; }

/*==================================================================
    #privacy
===================================================================*/
#privacy #sec01 {
  padding: 100px 0px; }
  @media screen and (max-width: 991px) {
    #privacy #sec01 {
      padding: 60px 0px; } }
  #privacy #sec01 dl {
    margin-bottom: 30px; }
    #privacy #sec01 dl dt {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 5px;
      color: #000; }
    #privacy #sec01 dl dd {
      margin-bottom: 10px; }
  #privacy #sec01 h4 {
    margin-top: 30px; }
    #privacy #sec01 h4:first-of-type {
      margin-top: 0px; }

/*==================================================================
    #apply
===================================================================*/
#apply #sec01 {
  padding: 100px 0px; }
  @media screen and (max-width: 991px) {
    #apply #sec01 {
      padding: 60px 0px; } }
  #apply #sec01 .notice dt {
    font-size: 1.6rem;
    font-weight: 700; }
  #apply #sec01 .apply__list {
    text-align: center;
    letter-spacing: -1em;
    margin: 0px -15px; }
  #apply #sec01 .apply__item {
    letter-spacing: normal;
    width: 50%;
    display: inline-block;
    padding: 15px; }
    #apply #sec01 .apply__item a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 10px 30px 30px;
      text-align: center;
      border: 1px solid #ddd; }
      #apply #sec01 .apply__item a .icon {
        font-size: 70px; }
        #apply #sec01 .apply__item a .icon i {
          line-height: 1; }
      #apply #sec01 .apply__item a .method {
        font-size: 2rem;
        font-weight: bold;
        color: #333; }
      #apply #sec01 .apply__item a:hover {
        background: #0d4099;
        color: #fff; }
        #apply #sec01 .apply__item a:hover .icon {
          color: #fff; }
        #apply #sec01 .apply__item a:hover .method {
          font-size: 2rem;
          font-weight: bold;
          color: #fff; }

/*==================================================================
    #apply .sec02
===================================================================*/
#apply #sec02 {
  padding: 0px 0px 100px; }
  @media screen and (max-width: 991px) {
    #apply #sec02 {
      padding: 0px 0px 60px; } }
  #apply #sec02 a {
    width: 50%; }
    @media screen and (max-width: 991px) {
      #apply #sec02 a {
        width: 100%; } }
  #apply #sec02 .title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px; }

/*==================================================================
    #apply .sec03
===================================================================*/
#apply #sec03 {
  padding: 0px 0px 100px; }
  @media screen and (max-width: 991px) {
    #apply #sec03 {
      padding: 0px 0px 60px; } }

/*==================================================================
    #apply .sec04
===================================================================*/
#apply #sec04 {
  padding: 100px 0px; }
  @media screen and (max-width: 991px) {
    #apply #sec04 {
      padding: 60px 0px; } }
  #apply #sec04 p {
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px; }
    #apply #sec04 p:first-of-type {
      font-size: 24px; }

/*==================================================================
    #access #sec01
===================================================================*/
#access #sec01 {
  padding: 150px 0px 150px; }
  @media screen and (max-width: 991px) {
    #access #sec01 {
      padding: 60px 0px; } }

.container--fluid {
  max-width: 1920px;
  margin: 0px auto; }

.place__wrap {
  width: 100%;
  letter-spacing: -1em; }
  .place__wrap > * {
    letter-spacing: normal; }
.place__img {
  width: 50%;
  display: inline-block;
  background-repeat: none;
  background-position: left center;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 767px) {
    .place__img {
      display: block;
      width: 100%;
      height: 320px; } }
  .place__img .dayCatch {
    width: 120px;
    position: absolute;
    left: 30px;
    top: -30px; }
    @media screen and (max-width: 767px) {
      .place__img .dayCatch {
        width: 80px; } }
.place__shikoku {
  background-image: url(../img/access/img-shikoku@2x.jpg); }
.place__okayama {
  background-image: url(../img/access/img-okayama@2x.jpg); }
.place__kobenishi {
  background-image: url(../img/access/img-kobenishi@2x.jpg); }
.place__tottori {
  background-image: url(../img/access/img-tottori@2x.jpg); }
.place__kagawa {
  background-image: url(../img/access/img-kagawa@2x.jpg); }

.place__info {
  width: 50%;
  display: inline-block;
  position: relative;
  padding: 100px 50px 50px;
  background: #f1f1f1; }
  @media screen and (max-width: 767px) {
    .place__info {
      display: block;
      width: 100%;
      padding: 100px 20px 20px; } }
.place__inner {
  position: relative; }
  .place__inner .eyeCatch {
    position: absolute;
    left: 0px;
    top: -150px; }
    @media screen and (max-width: 767px) {
      .place__inner .eyeCatch {
        top: -130px; } }
  .place__inner h3 {
    font-size: 30px;
    line-height: 1;
    font-weight: bold; }
    .place__inner h3 em {
      font-size: 12px;
      padding: 1em 0px;
      display: block; }
  .place__inner .information {
    margin-bottom: 30px; }
  .place__inner h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px; }
    .place__inner h4 + p {
      max-width: 640px; }

.googlemap__wrap {
  position: relative;
  height: 400px; }
  @media screen and (max-width: 767px) {
    .googlemap__wrap {
      height: 300px; } }
  .googlemap__wrap iframe, .googlemap__wrap object, .googlemap__wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.access__info {
  background: #fff;
  padding: 50px;
  margin-top: -60px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  width: 60%;
  position: relative;
  left: 80px; }
  @media screen and (max-width: 767px) {
    .access__info {
      margin-top: 0px;
      box-shadow: none;
      width: 100%;
      padding: 20px;
      left: unset; } }
  .access__info h4 {
    font-size: 18px;
    font-family: "DIN Alternate Bold",sans-serif;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: normal;
    margin-bottom: 30px; }
  .access__info dt {
    font-size: 16px;
    font-weight: bold; }
  .access__info dd {
    margin-bottom: 10px; }

/*==================================================================
    #access #sec02
===================================================================*/
#access #sec02 {
  padding: 0px 0px 150px; }
  @media screen and (max-width: 991px) {
    #access #sec02 {
      padding: 60px 0px; } }

/*==================================================================
    #access #sec03
===================================================================*/
#access #sec03 {
  padding: 0px 0px 150px; }
  @media screen and (max-width: 991px) {
    #access #sec03 {
      padding: 60px 0px; } }

/*==================================================================
    #logout
===================================================================*/
#logout #sec01 {
  padding: 100px 0px; }
  @media screen and (max-width: 991px) {
    #logout #sec01 {
      padding: 60px 0px; } }
  #logout #sec01 dl {
    text-align: center; }
    #logout #sec01 dl dt {
      font-size: 100px;
      line-height: 1;
      margin-bottom: 30px;
      font-family: "DIN Alternate Bold",sans-serif;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        #logout #sec01 dl dt {
          font-size: 60px; } }
    #logout #sec01 dl dd {
      font-size: 1.6rem;
      margin-bottom: 40px; }
  #logout #sec01 li {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      #logout #sec01 li {
        width: 100%; } }
    #logout #sec01 li a {
      color: #fff;
      padding: 0em 2em;
      line-height: 46px;
      border-radius: 2px;
      font-weight: bold; }
      #logout #sec01 li a:hover {
        opacity: 0.9; }
    #logout #sec01 li:first-child a {
      background: #0d4099; }
    #logout #sec01 li:last-child a {
      background: #FFE200;
      color: #000; }

.slick-arrow {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  font-size: 24px;
  color: #494949;
  z-index: 5;
  cursor: pointer; }

.prev-arrow {
  left: 0px; }

.next-arrow {
  right: 0px; }

.slick-disabled {
  visibility: hidden; }

/* jQuery VenoBox */
.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: hidden !important;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%; }

.gutter-20 {
  margin-left: -10px;
  margin-right: -10px; }
  .gutter-20 > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px; }

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px; }
  .gutter-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px; }

.form .form-group {
  margin-bottom: 20px; }
  .form .form-group label {
    font-weight: bold;
    margin-bottom: 5px !important;
    display: block; }
    .form .form-group label.radio {
      display: inline-block;
      font-weight: normal; }
    .form .form-group label.checkbox {
      display: inline-block;
      font-weight: normal; }
  .form .form-group .form-control {
    border-radius: 0px !important;
    height: 46px;
    font-size: 16px; }
  .form .form-group .help-block.with-errors {
    font-weight: bold; }

.required {
  display: inline-block;
  background: #854444;
  font-weight: 700;
  padding: 0.3em;
  font-size: 12px;
  margin-left: 5px;
  color: #fff;
  border-radius: 2px; }

.select-inline {
  width: auto !important;
  display: inline-block; }

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



.aa_calender{
	margin-top: 20px;
}