@charset "UTF-8";
/*-----------------------------------------------
--メインカラム
-----------------------------------------------*/
.lay_l {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .lay_l {
    width: 95%;
  }
}

.lay_m {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .lay_m {
    width: 95%;
  }
}

.lay_s {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .lay_s {
    width: 95%;
  }
}

/*-----------------------------------------------
--コンテンツボックス 都度調整OK
-----------------------------------------------*/
.pt_200 {
  padding-top: 200px;
}

@media screen and (max-width: 767px) {
  .pt_200 {
    padding-top: 160px;
  }
}

.pt_160 {
  padding-top: 160px;
}

@media screen and (max-width: 767px) {
  .pt_160 {
    padding-top: 120px;
  }
}

.pt_120 {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .pt_120 {
    padding-top: 100px;
  }
}

.pt_100 {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .pt_100 {
    padding-top: 80px;
  }
}

.pt_80 {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .pt_80 {
    padding-top: 60px;
  }
}

.pt_60 {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .pt_60 {
    padding-top: 40px;
  }
}

.pt_40 {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .pt_40 {
    padding-top: 20px;
  }
}

.pt_20 {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .pt_20 {
    padding-top: 10px;
  }
}

.pb_200 {
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .pb_200 {
    padding-bottom: 160px;
  }
}

.pb_160 {
  padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .pb_160 {
    padding-bottom: 120px;
  }
}

.pb_120 {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .pb_120 {
    padding-bottom: 100px;
  }
}

.pb_100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .pb_100 {
    padding-bottom: 80px;
  }
}

.pb_80 {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .pb_80 {
    padding-bottom: 60px;
  }
}

.pb_60 {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .pb_60 {
    padding-bottom: 40px;
  }
}

.pb_40 {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .pb_40 {
    padding-bottom: 20px;
  }
}

.pb_20 {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pb_20 {
    padding-bottom: 10px;
  }
}

.ptb_200 {
  padding: 200px 0;
}

@media screen and (max-width: 767px) {
  .ptb_200 {
    padding: 160px 0;
  }
}

.ptb_160 {
  padding: 160px 0;
}

@media screen and (max-width: 767px) {
  .ptb_160 {
    padding: 120px 0;
  }
}

.ptb_120 {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .ptb_120 {
    padding: 100px 0;
  }
}

.ptb_100 {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .ptb_100 {
    padding: 80px 0;
  }
}

.ptb_80 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .ptb_80 {
    padding: 60px 0;
  }
}

.ptb_60 {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .ptb_60 {
    padding: 40px 0;
  }
}

.ptb_40 {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .ptb_40 {
    padding: 20px 0;
  }
}

.ptb_20 {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .ptb_20 {
    padding: 10px 0;
  }
}

.pa_200 {
  padding: 200px;
}

@media screen and (max-width: 767px) {
  .pa_200 {
    padding: 160px 2.5%;
  }
}

.pa_160 {
  padding: 160px;
}

@media screen and (max-width: 767px) {
  .pa_160 {
    padding: 120px 2.5%;
  }
}

.pa_120 {
  padding: 120px;
}

@media screen and (max-width: 767px) {
  .pa_120 {
    padding: 100px 2.5%;
  }
}

.pa_100 {
  padding: 100px;
}

@media screen and (max-width: 767px) {
  .pa_100 {
    padding: 80px 2.5%;
  }
}

.pa_80 {
  padding: 80px;
}

@media screen and (max-width: 767px) {
  .pa_80 {
    padding: 60px 2.5%;
  }
}

.pa_40 {
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .pa_40 {
    padding: 20px 2.5%;
  }
}

.pa_20 {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .pa_20 {
    padding: 10px 2.5%;
  }
}

.mt_200 {
  margin-top: 200px;
}

@media screen and (max-width: 767px) {
  .mt_200 {
    margin-top: 160px;
  }
}

.mt_160 {
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  .mt_160 {
    margin-top: 120px;
  }
}

.mt_120 {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .mt_120 {
    margin-top: 100px;
  }
}

.mt_100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .mt_100 {
    margin-top: 80px;
  }
}

.mt_80 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .mt_80 {
    margin-top: 60px;
  }
}

.mt_60 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .mt_60 {
    margin-top: 40px;
  }
}

.mt_40 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .mt_40 {
    margin-top: 20px;
  }
}

.mt_20 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .mt_20 {
    margin-top: 10px;
  }
}

.mt_0 {
  margin-top: 0;
}

.mb_200 {
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .mb_200 {
    margin-bottom: 160px;
  }
}

.mb_160 {
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .mb_160 {
    margin-bottom: 120px;
  }
}

.mb_120 {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .mb_120 {
    margin-bottom: 100px;
  }
}

.mb_100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .mb_100 {
    margin-bottom: 80px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .mb_80 {
    margin-bottom: 60px;
  }
}

.mb_60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .mb_60 {
    margin-bottom: 40px;
  }
}

.mb_40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .mb_40 {
    margin-bottom: 20px;
  }
}

.mb_20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mb_20 {
    margin-bottom: 10px;
  }
}

.mb_0 {
  margin-bottom: 0;
}

.ma_200 {
  margin: 200px auto;
}

@media screen and (max-width: 767px) {
  .ma_200 {
    margin: 160px auto;
  }
}

.ma_160 {
  margin: 160px auto;
}

@media screen and (max-width: 767px) {
  .ma_160 {
    margin: 120px auto;
  }
}

.ma_120 {
  margin: 120px auto;
}

@media screen and (max-width: 767px) {
  .ma_120 {
    margin: 100px auto;
  }
}

.ma_100 {
  margin: 100px auto;
}

@media screen and (max-width: 767px) {
  .ma_100 {
    margin: 80px auto;
  }
}

.ma_80 {
  margin: 80px auto;
}

@media screen and (max-width: 767px) {
  .ma_80 {
    margin: 60px auto;
  }
}

.ma_60 {
  margin: 60px auto;
}

@media screen and (max-width: 767px) {
  .ma_60 {
    margin: 40px auto;
  }
}

.ma_40 {
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .ma_40 {
    margin: 20px auto;
  }
}

.ma_20 {
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .ma_20 {
    margin: 10px auto;
  }
}

/*-----------------------------------------------
--フォントサイズ 都度調整OK
-----------------------------------------------*/
.fz_l {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .fz_l {
    font-size: 20px;
  }
}

.fz_m {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .fz_m {
    font-size: 18px;
  }
}

.fz_s {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .fz_s {
    font-size: 10px;
  }
}

/*-----------------------------------------------
--段落用（レスポンシブ）
-----------------------------------------------*/
.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}

@media screen and (max-width: 1040px) {
  .tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.spmin {
  display: none;
}

@media screen and (max-width: 450px) {
  .spmin {
    display: block;
  }
}

/*-----------------------------------------------
--ホバーアクション（透過）
-----------------------------------------------*/
.hv {
  display: inline-block;
}

.hv:hover {
  opacity: 0.8;
}

/*-----------------------------------------------
--画面ローディング
-----------------------------------------------*/
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

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

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

/*-----------------------------------------------
--フロート 
-----------------------------------------------*/
.f_right {
  float: right;
}

.f_left {
  float: left;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/*-----------------------------------------------
--grid
-----------------------------------------------*/
.grid {
  display: grid;
}

.grid_justify {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*グリッドの横方向の位置を指定する start end space-between space-around space-evenly*/
}

.grid_align {
  align--content: center;
  /*グリッドの縦方向の位置を指定する*/
}

.gridG_10 {
  grid-gap: 10px;
}

.gridG_20 {
  grid-gap: 20px;
}

.gridG_30 {
  grid-gap: 30px;
}

@media screen and (max-width: 767px) {
  .gridG_30 {
    grid-gap: 15px;
  }
}

.gridG_40 {
  grid-gap: 40px;
}

@media screen and (max-width: 767px) {
  .gridG_40 {
    grid-gap: 20px;
  }
}

.gridG_50 {
  grid-gap: 50px;
}

.gridG_60 {
  grid-gap: 60px;
}

.gridR_1 {
  grid-template-rows: repeat(1, minmax(60px, 1fr));
}

.gridR_2 {
  grid-template-rows: repeat(2, minmax(60px, 1fr));
}

.gridR_3 {
  grid-template-rows: repeat(3, minmax(60px, 1fr));
}

.gridR_4 {
  grid-template-rows: repeat(4, minmax(60px, 1fr));
}

.gridC_1 {
  grid-template-columns: repeat(1, minmax(200px, 1fr));
}

.gridC_2 {
  grid-template-columns: repeat(2, minmax(200px, 1fr));
}

@media screen and (max-width: 767px) {
  .gridC_2 {
    grid-template-columns: inherit;
  }
}

.gridC_3 {
  grid-template-columns: repeat(3, minmax(200px, 1fr));
}

.gridC_4 {
  grid-template-columns: repeat(4, minmax(200px, 1fr));
}

.gridC_5 {
  grid-template-columns: repeat(5, minmax(200px, 1fr));
}

.gridC_6 {
  grid-template-columns: repeat(6, minmax(200px, 1fr));
}

.gridC_7 {
  grid-template-columns: repeat(7, minmax(200px, 1fr));
}

.gridC_8 {
  grid-template-columns: repeat(8, minmax(200px, 1fr));
}

.gridC_9 {
  grid-template-columns: repeat(9, minmax(200px, 1fr));
}

.gridC_10 {
  grid-template-columns: repeat(10, minmax(200px, 1fr));
}

.gridC_11 {
  grid-template-columns: repeat(11, minmax(200px, 1fr));
}

.gridC_12 {
  grid-template-columns: repeat(12, minmax(200px, 1fr));
}

@media screen and (max-width: 1039px) {
  .gridC_tab_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gridC_tab_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gridC_tab_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gridC_tab_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gridC_tab_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .gridC_tab_6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .gridC_tab_7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .gridC_tab_8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .gridC_sp_1 {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  .gridC_sp_2 {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  .gridC_sp_3 {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
  .gridC_sp_4 {
    grid-template-columns: repeat(4, minmax(100px, 1fr));
  }
}

.gridC_11_1 {
  grid-template-columns: 1fr 8%;
}

.gridC_10_2 {
  grid-template-columns: 1fr 16%;
}

.gridC_9_3 {
  grid-template-columns: 1fr 24%;
}

.gridC_8_4 {
  grid-template-columns: 1fr 32%;
}

.gridC_7_5 {
  grid-template-columns: 1fr 40%;
}

.gridC_6_6 {
  grid-template-columns: 50% 50%;
}

.gridC_5_7 {
  grid-template-columns: 40% 1fr;
}

.gridC_4_8 {
  grid-template-columns: 32% 1fr;
}

.gridC_3_9 {
  grid-template-columns: 24% 1fr;
}

.gridC_2_10 {
  grid-template-columns: 16% 1fr;
}

.gridC_1_11 {
  grid-template-columns: 8% 1fr;
}

/*-----------------------------------------------
--Flex
-----------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  .flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.flex_rv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  .flex_rv {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.flex_ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .flex_ct {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.col_2 > * {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .col_2 > * {
    width: 100%;
    margin-bottom: 40px;
  }
  .col_2 > *:last-of-type {
    margin-bottom: 0;
  }
}

/*-----------------------------------------------
--Fonts
-----------------------------------------------*/
body {
  line-height: 1.6;
  font-size: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /*折り返しを綺麗にする*/
  font-weight: 300;
  text-rendering: optimizeLegibility;
  /*アンチエイリアスなどフォント見やすくする*/
  color: #221815;
  text-align: justify;
  /*均等に配置する*/
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

/*----游ゴシック__fontfamily---*/
/*body {
font-family:Avenir, Verdana, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
font-weight: 500;
}*/
/*a, a:link, a:active, a:visited {text-decoration: none;outline: none;color:$base_font_color;}
a:hover, a:active {outline: 0;}*/
i {
  color: #036eb8;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-----------------------------------------------
--fontfamily
-----------------------------------------------*/
.serif {
  font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', '小塚明朝 ProN', 'メイリオ', Meiryo, serif;
}

.kaisyo {
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-weight: 400;
  font-style: normal;
}

/*-----------------------------------------------
--パーツ各種
-----------------------------------------------*/
.tri {
  width: 0;
  height: 0;
  border: 80px solid transparent;
  border-top: 60px solid #fe6601;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .tri {
    border: 60px solid transparent;
    border-top: 40px solid #fe6601;
  }
}

.bold {
  font-weight: bold;
}

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

.txt-r {
  text-align: right;
}

.txt-l {
  text-align: left;
}

.centering {
  position: relative;
}

.centering_in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.frame {
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}

.mapwrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.mapwrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.videowrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.videowrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.word {
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*-----------------------------------------------
--header
-----------------------------------------------*/
/* ヘッダー
-------------------------------*/
.header {
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header.flex_ct {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.logoHead {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .logoHead {
    width: 140px;
  }
}

.navwrap {
  width: calc(100% - 40px - 200px);
  max-width: 900px;
  text-align: right;
}

.logo_hum {
  background: #fff;
  width: 180px;
  padding: 15px;
  margin: 60px auto 0;
}

/* ナビゲーション
-------------------------------*/
.btnMenu {
  display: none;
  height: 20px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
}

.menuLine {
  background: #f17f3c;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%;
}

.menuLineCenter {
  top: 9px;
}

.menuLineBottom {
  bottom: 0;
}

.btnMenu.active .menuLine {
  background: #fff;
}

.btnMenu.active .menuLineTop {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btnMenu.active .menuLineCenter {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.btnMenu.active .menuLineBottom {
  bottom: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*gnav*/
.gnav {
  font-size: 16px;
  letter-spacing: 2px;
}

.gnavMenuItem {
  position: relative;
  display: inline-block;
  text-decoration: none;
  /*&:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #f17f3c;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }
  &:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }*/
}

.gnavMenuItem:hover {
  opacity: 0.8;
}

.gnavMenuItem a {
  font-size: 12px;
  line-height: 1.2;
}

.gnavMenuItem span {
  background: #f17f3c;
  color: #fff;
  font-size: 10px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .gnavMenuItem span {
    margin-bottom: 10px;
    display: inline-block;
  }
  .gnavMenuItem span.els {
    display: none;
  }
}

.gnav.open {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
  top: 0px;
  left: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.subnav {
  display: none;
}

@media screen and (max-width: 1039px) {
  .btnMenu {
    display: block;
  }
  .menusp {
    display: block;
    padding: 80px 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
    z-index: 10000;
    text-align: left;
    -webkit-overflow-scrolling: touch;
  }
  .menusp li {
    display: inline-block;
    width: 49%;
    /*:before{
      content:"→";
      padding-right: 10px;
      display: inline-block;
      margin-bottom: 15px;
      font-size: 12px;
      color:#fff;
    }*/
  }
  .menusp li a {
    color: #fff;
    font-size: 14px;
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
  }
  .gnav {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
  }
  .gnavMenuItem {
    display: block;
    position: static;
  }
  .gnavMenuItem:after {
    position: static;
    background: none;
  }
  .subnav {
    display: block;
    color: #fff;
    text-align: left;
    padding: 40px 10px 20px;
  }
  .subnav .ttl {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .subnav li {
    margin-bottom: 15px;
  }
  .subnav li a {
    color: #fff;
    font-size: 14px;
  }
}

/*.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}*/
/*--------
--common parts
-----------------------------------------------*/
.page_service .head_ttl,
.page_news .head_ttl,
.page_privacy .head_ttl,
.contact .head_ttl {
  background: url("../img/img_head_bg.jpg") no-repeat;
  background-size: cover;
}

.o_bodywrap {
  /* HTML5 display-role reset for older browsers */
  /* Print */
  /*リセットCSS（カスタマイズ）
  ================================================*/
  /* html5対応 */
  /* img下の余白を消す */
}

.o_bodywrap html, .o_bodywrap body, .o_bodywrap div, .o_bodywrap span, .o_bodywrap applet, .o_bodywrap object, .o_bodywrap iframe,
.o_bodywrap h1, .o_bodywrap h2, .o_bodywrap h3, .o_bodywrap h4, .o_bodywrap h5, .o_bodywrap h6, .o_bodywrap p, .o_bodywrap blockquote, .o_bodywrap pre,
.o_bodywrap a, .o_bodywrap abbr, .o_bodywrap acronym, .o_bodywrap address, .o_bodywrap big, .o_bodywrap cite, .o_bodywrap code,
.o_bodywrap del, .o_bodywrap dfn, .o_bodywrap em, .o_bodywrap img, .o_bodywrap ins, .o_bodywrap kbd, .o_bodywrap q, .o_bodywrap s, .o_bodywrap samp,
.o_bodywrap small, .o_bodywrap strike, .o_bodywrap strong, .o_bodywrap sub, .o_bodywrap sup, .o_bodywrap tt, .o_bodywrap var,
.o_bodywrap b, .o_bodywrap u, .o_bodywrap i, .o_bodywrap center,
.o_bodywrap dl, .o_bodywrap dt, .o_bodywrap dd, .o_bodywrap ol, .o_bodywrap ul, .o_bodywrap li,
.o_bodywrap fieldset, .o_bodywrap form, .o_bodywrap label, .o_bodywrap legend,
.o_bodywrap table, .o_bodywrap caption, .o_bodywrap tbody, .o_bodywrap tfoot, .o_bodywrap thead, .o_bodywrap tr, .o_bodywrap th, .o_bodywrap td,
.o_bodywrap article, .o_bodywrap aside, .o_bodywrap canvas, .o_bodywrap details, .o_bodywrap embed,
.o_bodywrap figure, .o_bodywrap figcaption, .o_bodywrap footer, .o_bodywrap header, .o_bodywrap hgroup,
.o_bodywrap menu, .o_bodywrap nav, .o_bodywrap output, .o_bodywrap ruby, .o_bodywrap section, .o_bodywrap summary,
.o_bodywrap time, .o_bodywrap mark, .o_bodywrap audio, .o_bodywrap video {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

.o_bodywrap h1, .o_bodywrap h2, .o_bodywrap h3, .o_bodywrap h4, .o_bodywrap h5, .o_bodywrap h6 {
  font-weight: normal;
}

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

.o_bodywrap body {
  line-height: 1;
}

.o_bodywrap ol, .o_bodywrap ul {
  list-style: none;
}

.o_bodywrap blockquote, .o_bodywrap q {
  quotes: none;
}

.o_bodywrap blockquote:before, .o_bodywrap blockquote:after,
.o_bodywrap q:before, .o_bodywrap q:after {
  content: '';
  content: none;
}

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

@media print {
  .o_bodywrap body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }
  .o_bodywrap a[rel=bookmark]:link:after,
  .o_bodywrap a[rel=bookmark]:visited:after {
    content: " [" attr(href) "] ";
    /* Show URLs */
  }
}

.o_bodywrap main {
  display: block;
}

.o_bodywrap img {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}

.o_bodywrap img.pc {
  display: block;
}

.o_bodywrap img.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .o_bodywrap img.pc {
    display: none;
  }
  .o_bodywrap img.sp {
    display: block;
  }
}

.slider_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

h2.ttl01 {
  font-size: 24px;
  letter-spacing: 3px;
  text-align: center;
  color: #036eb8;
}

h2.ttl01:after {
  display: block;
  content: "";
  width: 216px;
  height: 1px;
  background: #036eb8;
  margin: 40px auto 80px;
}

@media screen and (max-width: 767px) {
  h2.ttl01:after {
    font-size: 20px;
    width: 166px;
  }
}

@media screen and (max-width: 767px) {
  h2.ttl01 {
    font-size: 20px;
  }
}

.bg_blue {
  background: #f7f8f8;
}

a.btn01 {
  background-image: url(../img/btn.png);
  background-color: #036eb8;
  background-position: left center;
  background-size: 18px;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 80%;
  max-width: 500px;
  letter-spacing: 2px;
  margin: 0 auto;
  font-size: 16px;
}

a.btn01:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  a.btn01 {
    margin-bottom: 80px;
    font-size: 12px;
  }
}

.list01 dt {
  width: 25%;
  border-bottom: 1px solid #036eb8;
  font-weight: bold;
  padding: 20px 0;
}

.list01 dd {
  width: 75%;
  border-bottom: 1px solid #036eb8;
  padding: 20px 0;
}

.list02 dt {
  width: 25%;
  border-bottom: 1px solid #8fc31f;
  font-weight: bold;
  padding: 20px 0;
}

.list02 dd {
  width: 75%;
  border-bottom: 1px solid #8fc31f;
  padding: 20px 0;
}

.sc01 .ttl {
  text-align: center;
  font-size: 34px;
  letter-spacing: 3px;
  font-weight: 200;
}

.sc01 .ttl .min {
  display: none;
}

@media screen and (max-width: 767px) {
  .sc01 .ttl {
    font-size: 4.2vw;
  }
}

@media screen and (max-width: 460px) {
  .sc01 .ttl {
    font-size: 6vw;
  }
  .sc01 .ttl .min {
    display: block;
  }
}

.sc01 .txt {
  font-size: 18px;
  width: 100%;
  max-width: 600px;
  line-height: 2;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .sc01 .txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sc02 .gridG_60 {
    grid-gap: 10px;
  }
}

.sc02 li {
  width: 30%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .sc02 li {
    width: 48%;
  }
}

.sc02 .ttl {
  color: #036eb8;
  text-align: center;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #e3e8f5;
  margin: 20px auto 0;
  border-radius: 25px;
  font-size: 18px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .sc02 .ttl {
    font-size: 12px;
    margin: 10px auto 40px;
  }
}

.sc02 .lead {
  margin: 80px auto 0;
  font-size: 24px;
  text-align: center;
  color: #036eb8;
  line-height: 2.5;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .sc02 .lead {
    font-size: 5vw;
    margin: 40px auto 0;
  }
}

.sc02 .lead .min {
  display: none;
}

@media screen and (max-width: 560px) {
  .sc02 .lead .min {
    display: block;
  }
}

.sc03 .slider01_bg {
  background: #dcdddd;
}

.sc03 .slider_wrap01 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.sc03 .slider02_bg {
  background: #f6faed;
}

.sc03 .slider_wrap02 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.sc04 h3.ttl {
  font-size: 18px;
  text-align: center;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .sc04 {
    margin-bottom: 80px;
  }
  .sc04 .videowrap {
    margin-bottom: 20px;
  }
}

.sc04 li {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .sc04 li {
    width: 100%;
  }
  .sc04 li:first-of-type {
    margin-bottom: 80px;
  }
}

.tab_area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab_area label {
  width: 45%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tab_area label:nth-child(1) {
  margin-right: 9%;
}

@media screen and (max-width: 767px) {
  .tab_area label {
    width: 48%;
  }
  .tab_area label:nth-child(1) {
    margin-right: 0;
  }
}

.tab_area label:hover {
  opacity: 0.8;
}

.panel_area {
  background: #fff;
}

.tab_panel {
  width: 100%;
  display: none;
  margin-top: 20px;
}

.tab_panel p {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}

.tab_area .tab_label.tab01 {
  background-color: #036eb8;
  background-image: url(../img/icon_plus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 10px center;
  color: #fff;
  font-size: 18px;
  padding: 15px 40px 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .tab_area .tab_label.tab01 {
    padding: 10px 40px 10px 10px;
    font-size: 12px;
    background-size: 14px;
  }
}

.tab_area .tab_label.tab02 {
  background-color: #8fc31f;
  background-image: url(../img/icon_plus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 10px center;
  color: #fff;
  font-size: 18px;
  padding: 15px 40px 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .tab_area .tab_label.tab02 {
    padding: 10px 40px 10px 10px;
    font-size: 12px;
    background-size: 14px;
  }
}

.tab_area label.active {
  background-image: url(../img/icon_minas.png) !important;
  opacity: 0.4;
}

.tab_panel.active {
  display: block;
}

.slider_wrap01 .slick-dots li,
.slider_wrap02 .slick-dots li {
  list-style: none;
}

.slider_wrap01 .slick-dots li:nth-child(1) button:before,
.slider_wrap02 .slick-dots li:nth-child(1) button:before {
  content: '1';
}

.slider_wrap01 .slick-dots li:nth-child(2) button:before,
.slider_wrap02 .slick-dots li:nth-child(2) button:before {
  content: '2';
}

.slider_wrap01 .slick-dots li:nth-child(3) button:before,
.slider_wrap02 .slick-dots li:nth-child(3) button:before {
  content: '3';
}

.slider_wrap01 .slick-dots li:nth-child(4) button:before,
.slider_wrap02 .slick-dots li:nth-child(4) button:before {
  content: '4';
}

.slider_wrap01 .slick-dots li:nth-child(5) button:before,
.slider_wrap02 .slick-dots li:nth-child(5) button:before {
  content: '5';
}

.slider_wrap01 {
  padding: 20px 0 80px;
}

.slider_wrap01 .slide_a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider_wrap01 .slide_a .c_l {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .slider_wrap01 .slide_a .c_l {
    width: 50%;
    text-align: center;
    margin: 0 auto 40px;
  }
}

.slider_wrap01 .slide_a .c_r {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .slider_wrap01 .slide_a .c_r {
    width: 80%;
  }
}

.slider_wrap01 .slide_b {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider_wrap01 .slide_b .c_l {
  width: 28%;
  font-size: 16px;
  font-weight: bold;
  color: #004488;
}

@media screen and (max-width: 767px) {
  .slider_wrap01 .slide_b .c_l {
    width: 90%;
    margin: 0 auto 40px;
    max-width: 400px;
  }
}

.slider_wrap01 .slide_b .c_r {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .slider_wrap01 .slide_b .c_r {
    width: 80%;
  }
}

.slider_wrap01 .slide_c {
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider_wrap01 .slide_c li {
  width: 28%;
}

@media screen and (max-width: 767px) {
  .slider_wrap01 .slide_c li {
    width: 100%;
    margin-bottom: 40px;
  }
}

.slider_wrap01 .slide_c .sp li.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  .slider_wrap01 .slide_c .sp li.flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .slider_wrap01 .slide_c .grid {
    display: none;
  }
  .slider_wrap01 .slide_c .pcnon {
    display: none !important;
  }
  .slider_wrap01 .slide_c .img {
    width: 30%;
    margin: 0 0 0 0;
  }
  .slider_wrap01 .slide_c .info {
    width: 60%;
    text-align: left;
  }
}

.slider_wrap01 .slide_c .ttl {
  font-size: 24px;
  text-align: center;
  margin: 20px auto 40px;
  color: #004488;
}

.slider_wrap01 .slide_c li {
  text-align: center;
}

.slider_wrap01 .slide_c .icon {
  color: #004488;
  font-size: 18px;
  text-align: center;
  padding: 10px 30px;
  border-radius: 30px;
  margin-bottom: 20px;
  background: #fff;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .slider_wrap01 .slide_c .icon {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 20px;
  }
}

.slider_wrap01 .slide_c p {
  margin-top: 20px;
  color: #004488;
  font-size: 18px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .slider_wrap01 .slide_c p {
    margin-top: 0px;
    font-size: 16px;
  }
}

.slider_wrap01 .slide_d {
  padding: 20px 0px 0;
}

.slider_wrap01 .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
  background: #036eb8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

.slider_wrap01 .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #fff;
  background: #036eb8;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
}

.slider_wrap01 .slick-dots li, .slider_wrap01 .slick-dots li {
  margin: 0 10px;
}

.slider_wrap02 {
  padding: 20px 0 80px;
}

.slider_wrap02 .slide_a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider_wrap02 .slide_a .c_l {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .slider_wrap02 .slide_a .c_l {
    width: 80%;
    max-width: 400px;
  }
}

.slider_wrap02 .slide_a .c_r {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .slider_wrap02 .slide_a .c_r {
    width: 80%;
  }
}

.slider_wrap02 .slide_b {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider_wrap02 .slide_b .c_l {
  width: 45%;
  font-size: 16px;
  font-weight: bold;
  color: #004488;
}

.slider_wrap02 .slide_b .c_l img {
  height: 140px;
  width: auto;
  margin: 0 0 0 0;
}

.slider_wrap02 .slide_b .c_l p {
  line-height: 2;
  font-size: 18px;
  color: #221815;
}

@media screen and (max-width: 767px) {
  .slider_wrap02 .slide_b .c_l {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 40px;
  }
}

.slider_wrap02 .slide_b .c_r {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .slider_wrap02 .slide_b .c_r {
    width: 80%;
    max-width: 400px;
  }
}

.slider_wrap02 .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
  background: #8fc31f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

.slider_wrap02 .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #fff;
  background: #8fc31f;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
}

.slider_wrap02 .slick-dots li, .slider_wrap02 .slick-dots li {
  margin: 0 10px;
}

.sc06 figure {
  max-width: 960px;
  margin: 0 auto;
}

/*-----------------------------------------------
--pager
-----------------------------------------------*/
/*-----------------------------------------------
--メインカラム
-----------------------------------------------*/
.lay_l {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .lay_l {
    width: 95%;
  }
}

.lay_m {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .lay_m {
    width: 95%;
  }
}

.lay_s {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .lay_s {
    width: 95%;
  }
}

/*-----------------------------------------------
--コンテンツボックス 都度調整OK
-----------------------------------------------*/
.pt_200 {
  padding-top: 200px;
}

@media screen and (max-width: 767px) {
  .pt_200 {
    padding-top: 160px;
  }
}

.pt_160 {
  padding-top: 160px;
}

@media screen and (max-width: 767px) {
  .pt_160 {
    padding-top: 120px;
  }
}

.pt_120 {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .pt_120 {
    padding-top: 100px;
  }
}

.pt_100 {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .pt_100 {
    padding-top: 80px;
  }
}

.pt_80 {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .pt_80 {
    padding-top: 60px;
  }
}

.pt_60 {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .pt_60 {
    padding-top: 40px;
  }
}

.pt_40 {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .pt_40 {
    padding-top: 20px;
  }
}

.pt_20 {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .pt_20 {
    padding-top: 10px;
  }
}

.pb_200 {
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .pb_200 {
    padding-bottom: 160px;
  }
}

.pb_160 {
  padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .pb_160 {
    padding-bottom: 120px;
  }
}

.pb_120 {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .pb_120 {
    padding-bottom: 100px;
  }
}

.pb_100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .pb_100 {
    padding-bottom: 80px;
  }
}

.pb_80 {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .pb_80 {
    padding-bottom: 60px;
  }
}

.pb_60 {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .pb_60 {
    padding-bottom: 40px;
  }
}

.pb_40 {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .pb_40 {
    padding-bottom: 20px;
  }
}

.pb_20 {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pb_20 {
    padding-bottom: 10px;
  }
}

.ptb_200 {
  padding: 200px 0;
}

@media screen and (max-width: 767px) {
  .ptb_200 {
    padding: 160px 0;
  }
}

.ptb_160 {
  padding: 160px 0;
}

@media screen and (max-width: 767px) {
  .ptb_160 {
    padding: 120px 0;
  }
}

.ptb_120 {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .ptb_120 {
    padding: 100px 0;
  }
}

.ptb_100 {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .ptb_100 {
    padding: 80px 0;
  }
}

.ptb_80 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .ptb_80 {
    padding: 60px 0;
  }
}

.ptb_60 {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .ptb_60 {
    padding: 40px 0;
  }
}

.ptb_40 {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .ptb_40 {
    padding: 20px 0;
  }
}

.ptb_20 {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .ptb_20 {
    padding: 10px 0;
  }
}

.pa_200 {
  padding: 200px;
}

@media screen and (max-width: 767px) {
  .pa_200 {
    padding: 160px 2.5%;
  }
}

.pa_160 {
  padding: 160px;
}

@media screen and (max-width: 767px) {
  .pa_160 {
    padding: 120px 2.5%;
  }
}

.pa_120 {
  padding: 120px;
}

@media screen and (max-width: 767px) {
  .pa_120 {
    padding: 100px 2.5%;
  }
}

.pa_100 {
  padding: 100px;
}

@media screen and (max-width: 767px) {
  .pa_100 {
    padding: 80px 2.5%;
  }
}

.pa_80 {
  padding: 80px;
}

@media screen and (max-width: 767px) {
  .pa_80 {
    padding: 60px 2.5%;
  }
}

.pa_40 {
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .pa_40 {
    padding: 20px 2.5%;
  }
}

.pa_20 {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .pa_20 {
    padding: 10px 2.5%;
  }
}

.mt_200 {
  margin-top: 200px;
}

@media screen and (max-width: 767px) {
  .mt_200 {
    margin-top: 160px;
  }
}

.mt_160 {
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  .mt_160 {
    margin-top: 120px;
  }
}

.mt_120 {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .mt_120 {
    margin-top: 100px;
  }
}

.mt_100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .mt_100 {
    margin-top: 80px;
  }
}

.mt_80 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .mt_80 {
    margin-top: 60px;
  }
}

.mt_60 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .mt_60 {
    margin-top: 40px;
  }
}

.mt_40 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .mt_40 {
    margin-top: 20px;
  }
}

.mt_20 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .mt_20 {
    margin-top: 10px;
  }
}

.mt_0 {
  margin-top: 0;
}

.mb_200 {
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .mb_200 {
    margin-bottom: 160px;
  }
}

.mb_160 {
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .mb_160 {
    margin-bottom: 120px;
  }
}

.mb_120 {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .mb_120 {
    margin-bottom: 100px;
  }
}

.mb_100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .mb_100 {
    margin-bottom: 80px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .mb_80 {
    margin-bottom: 60px;
  }
}

.mb_60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .mb_60 {
    margin-bottom: 40px;
  }
}

.mb_40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .mb_40 {
    margin-bottom: 20px;
  }
}

.mb_20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mb_20 {
    margin-bottom: 10px;
  }
}

.mb_0 {
  margin-bottom: 0;
}

.ma_200 {
  margin: 200px auto;
}

@media screen and (max-width: 767px) {
  .ma_200 {
    margin: 160px auto;
  }
}

.ma_160 {
  margin: 160px auto;
}

@media screen and (max-width: 767px) {
  .ma_160 {
    margin: 120px auto;
  }
}

.ma_120 {
  margin: 120px auto;
}

@media screen and (max-width: 767px) {
  .ma_120 {
    margin: 100px auto;
  }
}

.ma_100 {
  margin: 100px auto;
}

@media screen and (max-width: 767px) {
  .ma_100 {
    margin: 80px auto;
  }
}

.ma_80 {
  margin: 80px auto;
}

@media screen and (max-width: 767px) {
  .ma_80 {
    margin: 60px auto;
  }
}

.ma_60 {
  margin: 60px auto;
}

@media screen and (max-width: 767px) {
  .ma_60 {
    margin: 40px auto;
  }
}

.ma_40 {
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .ma_40 {
    margin: 20px auto;
  }
}

.ma_20 {
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .ma_20 {
    margin: 10px auto;
  }
}

/*-----------------------------------------------
--フォントサイズ 都度調整OK
-----------------------------------------------*/
.fz_l {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .fz_l {
    font-size: 20px;
  }
}

.fz_m {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .fz_m {
    font-size: 18px;
  }
}

.fz_s {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .fz_s {
    font-size: 10px;
  }
}

/*-----------------------------------------------
--段落用（レスポンシブ）
-----------------------------------------------*/
.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}

@media screen and (max-width: 1040px) {
  .tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.spmin {
  display: none;
}

@media screen and (max-width: 450px) {
  .spmin {
    display: block;
  }
}

/*-----------------------------------------------
--ホバーアクション（透過）
-----------------------------------------------*/
.hv {
  display: inline-block;
}

.hv:hover {
  opacity: 0.8;
}

/*-----------------------------------------------
--画面ローディング
-----------------------------------------------*/
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

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

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

/*-----------------------------------------------
--フロート 
-----------------------------------------------*/
.f_right {
  float: right;
}

.f_left {
  float: left;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/*-----------------------------------------------
--grid
-----------------------------------------------*/
.grid {
  display: grid;
}

.grid_justify {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*グリッドの横方向の位置を指定する start end space-between space-around space-evenly*/
}

.grid_align {
  align--content: center;
  /*グリッドの縦方向の位置を指定する*/
}

.gridG_10 {
  grid-gap: 10px;
}

.gridG_20 {
  grid-gap: 20px;
}

.gridG_30 {
  grid-gap: 30px;
}

@media screen and (max-width: 767px) {
  .gridG_30 {
    grid-gap: 15px;
  }
}

.gridG_40 {
  grid-gap: 40px;
}

@media screen and (max-width: 767px) {
  .gridG_40 {
    grid-gap: 20px;
  }
}

.gridG_50 {
  grid-gap: 50px;
}

.gridG_60 {
  grid-gap: 60px;
}

.gridR_1 {
  grid-template-rows: repeat(1, minmax(60px, 1fr));
}

.gridR_2 {
  grid-template-rows: repeat(2, minmax(60px, 1fr));
}

.gridR_3 {
  grid-template-rows: repeat(3, minmax(60px, 1fr));
}

.gridR_4 {
  grid-template-rows: repeat(4, minmax(60px, 1fr));
}

.gridC_1 {
  grid-template-columns: repeat(1, minmax(200px, 1fr));
}

.gridC_2 {
  grid-template-columns: repeat(2, minmax(200px, 1fr));
}

@media screen and (max-width: 767px) {
  .gridC_2 {
    grid-template-columns: inherit;
  }
}

.gridC_3 {
  grid-template-columns: repeat(3, minmax(200px, 1fr));
}

.gridC_4 {
  grid-template-columns: repeat(4, minmax(200px, 1fr));
}

.gridC_5 {
  grid-template-columns: repeat(5, minmax(200px, 1fr));
}

.gridC_6 {
  grid-template-columns: repeat(6, minmax(200px, 1fr));
}

.gridC_7 {
  grid-template-columns: repeat(7, minmax(200px, 1fr));
}

.gridC_8 {
  grid-template-columns: repeat(8, minmax(200px, 1fr));
}

.gridC_9 {
  grid-template-columns: repeat(9, minmax(200px, 1fr));
}

.gridC_10 {
  grid-template-columns: repeat(10, minmax(200px, 1fr));
}

.gridC_11 {
  grid-template-columns: repeat(11, minmax(200px, 1fr));
}

.gridC_12 {
  grid-template-columns: repeat(12, minmax(200px, 1fr));
}

@media screen and (max-width: 1039px) {
  .gridC_tab_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gridC_tab_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gridC_tab_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gridC_tab_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gridC_tab_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .gridC_tab_6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .gridC_tab_7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .gridC_tab_8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .gridC_sp_1 {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  .gridC_sp_2 {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  .gridC_sp_3 {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
  .gridC_sp_4 {
    grid-template-columns: repeat(4, minmax(100px, 1fr));
  }
}

.gridC_11_1 {
  grid-template-columns: 1fr 8%;
}

.gridC_10_2 {
  grid-template-columns: 1fr 16%;
}

.gridC_9_3 {
  grid-template-columns: 1fr 24%;
}

.gridC_8_4 {
  grid-template-columns: 1fr 32%;
}

.gridC_7_5 {
  grid-template-columns: 1fr 40%;
}

.gridC_6_6 {
  grid-template-columns: 50% 50%;
}

.gridC_5_7 {
  grid-template-columns: 40% 1fr;
}

.gridC_4_8 {
  grid-template-columns: 32% 1fr;
}

.gridC_3_9 {
  grid-template-columns: 24% 1fr;
}

.gridC_2_10 {
  grid-template-columns: 16% 1fr;
}

.gridC_1_11 {
  grid-template-columns: 8% 1fr;
}

/*-----------------------------------------------
--Flex
-----------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  .flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.flex_rv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  .flex_rv {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.flex_ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .flex_ct {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.col_2 > * {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .col_2 > * {
    width: 100%;
    margin-bottom: 40px;
  }
  .col_2 > *:last-of-type {
    margin-bottom: 0;
  }
}

/*-----------------------------------------------
--Fonts
-----------------------------------------------*/
body {
  line-height: 1.6;
  font-size: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /*折り返しを綺麗にする*/
  font-weight: 300;
  text-rendering: optimizeLegibility;
  /*アンチエイリアスなどフォント見やすくする*/
  color: #221815;
  text-align: justify;
  /*均等に配置する*/
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

/*----游ゴシック__fontfamily---*/
/*body {
font-family:Avenir, Verdana, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
font-weight: 500;
}*/
/*a, a:link, a:active, a:visited {text-decoration: none;outline: none;color:$base_font_color;}
a:hover, a:active {outline: 0;}*/
i {
  color: #036eb8;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-----------------------------------------------
--fontfamily
-----------------------------------------------*/
.serif {
  font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', '小塚明朝 ProN', 'メイリオ', Meiryo, serif;
}

.kaisyo {
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-weight: 400;
  font-style: normal;
}

/*-----------------------------------------------
--パーツ各種
-----------------------------------------------*/
.tri {
  width: 0;
  height: 0;
  border: 80px solid transparent;
  border-top: 60px solid #fe6601;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .tri {
    border: 60px solid transparent;
    border-top: 40px solid #fe6601;
  }
}

.bold {
  font-weight: bold;
}

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

.txt-r {
  text-align: right;
}

.txt-l {
  text-align: left;
}

.centering {
  position: relative;
}

.centering_in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.frame {
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}

.mapwrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.mapwrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.videowrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.videowrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.word {
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.pagination {
  text-align: center;
  margin-bottom: 15px;
}

.pagination span,
.pagination a {
  display: inline-block;
}

a.page-numbers,
.pagination .current {
  padding: 5px 8px;
  margin: 0 2px;
  text-decoration: none;
}

.pagination .current {
  opacity: 0.8;
}

/*-----------------------------------------------
--accordion
-----------------------------------------------*/
/*-----------------------------------------------
--メインカラム
-----------------------------------------------*/
.lay_l {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .lay_l {
    width: 95%;
  }
}

.lay_m {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .lay_m {
    width: 95%;
  }
}

.lay_s {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .lay_s {
    width: 95%;
  }
}

/*-----------------------------------------------
--コンテンツボックス 都度調整OK
-----------------------------------------------*/
.pt_200 {
  padding-top: 200px;
}

@media screen and (max-width: 767px) {
  .pt_200 {
    padding-top: 160px;
  }
}

.pt_160 {
  padding-top: 160px;
}

@media screen and (max-width: 767px) {
  .pt_160 {
    padding-top: 120px;
  }
}

.pt_120 {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .pt_120 {
    padding-top: 100px;
  }
}

.pt_100 {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .pt_100 {
    padding-top: 80px;
  }
}

.pt_80 {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .pt_80 {
    padding-top: 60px;
  }
}

.pt_60 {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .pt_60 {
    padding-top: 40px;
  }
}

.pt_40 {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .pt_40 {
    padding-top: 20px;
  }
}

.pt_20 {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .pt_20 {
    padding-top: 10px;
  }
}

.pb_200 {
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .pb_200 {
    padding-bottom: 160px;
  }
}

.pb_160 {
  padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .pb_160 {
    padding-bottom: 120px;
  }
}

.pb_120 {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .pb_120 {
    padding-bottom: 100px;
  }
}

.pb_100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .pb_100 {
    padding-bottom: 80px;
  }
}

.pb_80 {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .pb_80 {
    padding-bottom: 60px;
  }
}

.pb_60 {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .pb_60 {
    padding-bottom: 40px;
  }
}

.pb_40 {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .pb_40 {
    padding-bottom: 20px;
  }
}

.pb_20 {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pb_20 {
    padding-bottom: 10px;
  }
}

.ptb_200 {
  padding: 200px 0;
}

@media screen and (max-width: 767px) {
  .ptb_200 {
    padding: 160px 0;
  }
}

.ptb_160 {
  padding: 160px 0;
}

@media screen and (max-width: 767px) {
  .ptb_160 {
    padding: 120px 0;
  }
}

.ptb_120 {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .ptb_120 {
    padding: 100px 0;
  }
}

.ptb_100 {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .ptb_100 {
    padding: 80px 0;
  }
}

.ptb_80 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .ptb_80 {
    padding: 60px 0;
  }
}

.ptb_60 {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .ptb_60 {
    padding: 40px 0;
  }
}

.ptb_40 {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .ptb_40 {
    padding: 20px 0;
  }
}

.ptb_20 {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .ptb_20 {
    padding: 10px 0;
  }
}

.pa_200 {
  padding: 200px;
}

@media screen and (max-width: 767px) {
  .pa_200 {
    padding: 160px 2.5%;
  }
}

.pa_160 {
  padding: 160px;
}

@media screen and (max-width: 767px) {
  .pa_160 {
    padding: 120px 2.5%;
  }
}

.pa_120 {
  padding: 120px;
}

@media screen and (max-width: 767px) {
  .pa_120 {
    padding: 100px 2.5%;
  }
}

.pa_100 {
  padding: 100px;
}

@media screen and (max-width: 767px) {
  .pa_100 {
    padding: 80px 2.5%;
  }
}

.pa_80 {
  padding: 80px;
}

@media screen and (max-width: 767px) {
  .pa_80 {
    padding: 60px 2.5%;
  }
}

.pa_40 {
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .pa_40 {
    padding: 20px 2.5%;
  }
}

.pa_20 {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .pa_20 {
    padding: 10px 2.5%;
  }
}

.mt_200 {
  margin-top: 200px;
}

@media screen and (max-width: 767px) {
  .mt_200 {
    margin-top: 160px;
  }
}

.mt_160 {
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  .mt_160 {
    margin-top: 120px;
  }
}

.mt_120 {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .mt_120 {
    margin-top: 100px;
  }
}

.mt_100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .mt_100 {
    margin-top: 80px;
  }
}

.mt_80 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .mt_80 {
    margin-top: 60px;
  }
}

.mt_60 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .mt_60 {
    margin-top: 40px;
  }
}

.mt_40 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .mt_40 {
    margin-top: 20px;
  }
}

.mt_20 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .mt_20 {
    margin-top: 10px;
  }
}

.mt_0 {
  margin-top: 0;
}

.mb_200 {
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .mb_200 {
    margin-bottom: 160px;
  }
}

.mb_160 {
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .mb_160 {
    margin-bottom: 120px;
  }
}

.mb_120 {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .mb_120 {
    margin-bottom: 100px;
  }
}

.mb_100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .mb_100 {
    margin-bottom: 80px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .mb_80 {
    margin-bottom: 60px;
  }
}

.mb_60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .mb_60 {
    margin-bottom: 40px;
  }
}

.mb_40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .mb_40 {
    margin-bottom: 20px;
  }
}

.mb_20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mb_20 {
    margin-bottom: 10px;
  }
}

.mb_0 {
  margin-bottom: 0;
}

.ma_200 {
  margin: 200px auto;
}

@media screen and (max-width: 767px) {
  .ma_200 {
    margin: 160px auto;
  }
}

.ma_160 {
  margin: 160px auto;
}

@media screen and (max-width: 767px) {
  .ma_160 {
    margin: 120px auto;
  }
}

.ma_120 {
  margin: 120px auto;
}

@media screen and (max-width: 767px) {
  .ma_120 {
    margin: 100px auto;
  }
}

.ma_100 {
  margin: 100px auto;
}

@media screen and (max-width: 767px) {
  .ma_100 {
    margin: 80px auto;
  }
}

.ma_80 {
  margin: 80px auto;
}

@media screen and (max-width: 767px) {
  .ma_80 {
    margin: 60px auto;
  }
}

.ma_60 {
  margin: 60px auto;
}

@media screen and (max-width: 767px) {
  .ma_60 {
    margin: 40px auto;
  }
}

.ma_40 {
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .ma_40 {
    margin: 20px auto;
  }
}

.ma_20 {
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .ma_20 {
    margin: 10px auto;
  }
}

/*-----------------------------------------------
--フォントサイズ 都度調整OK
-----------------------------------------------*/
.fz_l {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .fz_l {
    font-size: 20px;
  }
}

.fz_m {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .fz_m {
    font-size: 18px;
  }
}

.fz_s {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .fz_s {
    font-size: 10px;
  }
}

/*-----------------------------------------------
--段落用（レスポンシブ）
-----------------------------------------------*/
.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}

@media screen and (max-width: 1040px) {
  .tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.spmin {
  display: none;
}

@media screen and (max-width: 450px) {
  .spmin {
    display: block;
  }
}

/*-----------------------------------------------
--ホバーアクション（透過）
-----------------------------------------------*/
.hv {
  display: inline-block;
}

.hv:hover {
  opacity: 0.8;
}

/*-----------------------------------------------
--画面ローディング
-----------------------------------------------*/
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

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

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

/*-----------------------------------------------
--フロート 
-----------------------------------------------*/
.f_right {
  float: right;
}

.f_left {
  float: left;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/*-----------------------------------------------
--grid
-----------------------------------------------*/
.grid {
  display: grid;
}

.grid_justify {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*グリッドの横方向の位置を指定する start end space-between space-around space-evenly*/
}

.grid_align {
  align--content: center;
  /*グリッドの縦方向の位置を指定する*/
}

.gridG_10 {
  grid-gap: 10px;
}

.gridG_20 {
  grid-gap: 20px;
}

.gridG_30 {
  grid-gap: 30px;
}

@media screen and (max-width: 767px) {
  .gridG_30 {
    grid-gap: 15px;
  }
}

.gridG_40 {
  grid-gap: 40px;
}

@media screen and (max-width: 767px) {
  .gridG_40 {
    grid-gap: 20px;
  }
}

.gridG_50 {
  grid-gap: 50px;
}

.gridG_60 {
  grid-gap: 60px;
}

.gridR_1 {
  grid-template-rows: repeat(1, minmax(60px, 1fr));
}

.gridR_2 {
  grid-template-rows: repeat(2, minmax(60px, 1fr));
}

.gridR_3 {
  grid-template-rows: repeat(3, minmax(60px, 1fr));
}

.gridR_4 {
  grid-template-rows: repeat(4, minmax(60px, 1fr));
}

.gridC_1 {
  grid-template-columns: repeat(1, minmax(200px, 1fr));
}

.gridC_2 {
  grid-template-columns: repeat(2, minmax(200px, 1fr));
}

@media screen and (max-width: 767px) {
  .gridC_2 {
    grid-template-columns: inherit;
  }
}

.gridC_3 {
  grid-template-columns: repeat(3, minmax(200px, 1fr));
}

.gridC_4 {
  grid-template-columns: repeat(4, minmax(200px, 1fr));
}

.gridC_5 {
  grid-template-columns: repeat(5, minmax(200px, 1fr));
}

.gridC_6 {
  grid-template-columns: repeat(6, minmax(200px, 1fr));
}

.gridC_7 {
  grid-template-columns: repeat(7, minmax(200px, 1fr));
}

.gridC_8 {
  grid-template-columns: repeat(8, minmax(200px, 1fr));
}

.gridC_9 {
  grid-template-columns: repeat(9, minmax(200px, 1fr));
}

.gridC_10 {
  grid-template-columns: repeat(10, minmax(200px, 1fr));
}

.gridC_11 {
  grid-template-columns: repeat(11, minmax(200px, 1fr));
}

.gridC_12 {
  grid-template-columns: repeat(12, minmax(200px, 1fr));
}

@media screen and (max-width: 1039px) {
  .gridC_tab_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gridC_tab_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gridC_tab_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gridC_tab_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gridC_tab_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .gridC_tab_6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .gridC_tab_7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .gridC_tab_8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .gridC_sp_1 {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  .gridC_sp_2 {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  .gridC_sp_3 {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
  .gridC_sp_4 {
    grid-template-columns: repeat(4, minmax(100px, 1fr));
  }
}

.gridC_11_1 {
  grid-template-columns: 1fr 8%;
}

.gridC_10_2 {
  grid-template-columns: 1fr 16%;
}

.gridC_9_3 {
  grid-template-columns: 1fr 24%;
}

.gridC_8_4 {
  grid-template-columns: 1fr 32%;
}

.gridC_7_5 {
  grid-template-columns: 1fr 40%;
}

.gridC_6_6 {
  grid-template-columns: 50% 50%;
}

.gridC_5_7 {
  grid-template-columns: 40% 1fr;
}

.gridC_4_8 {
  grid-template-columns: 32% 1fr;
}

.gridC_3_9 {
  grid-template-columns: 24% 1fr;
}

.gridC_2_10 {
  grid-template-columns: 16% 1fr;
}

.gridC_1_11 {
  grid-template-columns: 8% 1fr;
}

/*-----------------------------------------------
--Flex
-----------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  .flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.flex_rv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  .flex_rv {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.flex_ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .flex_ct {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.col_2 > * {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .col_2 > * {
    width: 100%;
    margin-bottom: 40px;
  }
  .col_2 > *:last-of-type {
    margin-bottom: 0;
  }
}

/*-----------------------------------------------
--Fonts
-----------------------------------------------*/
body {
  line-height: 1.6;
  font-size: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /*折り返しを綺麗にする*/
  font-weight: 300;
  text-rendering: optimizeLegibility;
  /*アンチエイリアスなどフォント見やすくする*/
  color: #221815;
  text-align: justify;
  /*均等に配置する*/
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

/*----游ゴシック__fontfamily---*/
/*body {
font-family:Avenir, Verdana, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
font-weight: 500;
}*/
/*a, a:link, a:active, a:visited {text-decoration: none;outline: none;color:$base_font_color;}
a:hover, a:active {outline: 0;}*/
i {
  color: #036eb8;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-----------------------------------------------
--fontfamily
-----------------------------------------------*/
.serif {
  font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', '小塚明朝 ProN', 'メイリオ', Meiryo, serif;
}

.kaisyo {
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-weight: 400;
  font-style: normal;
}

/*-----------------------------------------------
--パーツ各種
-----------------------------------------------*/
.tri {
  width: 0;
  height: 0;
  border: 80px solid transparent;
  border-top: 60px solid #fe6601;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .tri {
    border: 60px solid transparent;
    border-top: 40px solid #fe6601;
  }
}

.bold {
  font-weight: bold;
}

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

.txt-r {
  text-align: right;
}

.txt-l {
  text-align: left;
}

.centering {
  position: relative;
}

.centering_in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.frame {
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}

.mapwrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.mapwrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.videowrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.videowrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.word {
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.displayNone {
  display: none;
}

.accordion li {
  padding: 10px;
}

.accordion a {
  display: block;
}

.contentWrap {
  margin: 10px;
  padding: 20px 0;
}

.contentWrap ul {
  margin-bottom: 20px;
}

.switch {
  cursor: pointer;
  font-weight: bold;
  padding: 10px 40px 10px 10px;
  font-size: 14px;
  background: #eee;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.switch:after {
  position: absolute;
  top: 60%;
  right: 10px;
  margin-top: -18px;
  content: '>';
  font-size: 18px;
  font-weight: bold;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
  font-family: sans-serif;
  color: #FF6685;
}

.switch.open:after {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: sans-serif;
}

/*-----------------------------------------------
--footer
-----------------------------------------------*/
/*-----------------------------------------------
--contact
-----------------------------------------------*/
/*-----------------------------------------------
--メインカラム
-----------------------------------------------*/
.lay_l {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .lay_l {
    width: 95%;
  }
}

.lay_m {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .lay_m {
    width: 95%;
  }
}

.lay_s {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .lay_s {
    width: 95%;
  }
}

/*-----------------------------------------------
--コンテンツボックス 都度調整OK
-----------------------------------------------*/
.pt_200 {
  padding-top: 200px;
}

@media screen and (max-width: 767px) {
  .pt_200 {
    padding-top: 160px;
  }
}

.pt_160 {
  padding-top: 160px;
}

@media screen and (max-width: 767px) {
  .pt_160 {
    padding-top: 120px;
  }
}

.pt_120 {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .pt_120 {
    padding-top: 100px;
  }
}

.pt_100 {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .pt_100 {
    padding-top: 80px;
  }
}

.pt_80 {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .pt_80 {
    padding-top: 60px;
  }
}

.pt_60 {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .pt_60 {
    padding-top: 40px;
  }
}

.pt_40 {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .pt_40 {
    padding-top: 20px;
  }
}

.pt_20 {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .pt_20 {
    padding-top: 10px;
  }
}

.pb_200 {
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .pb_200 {
    padding-bottom: 160px;
  }
}

.pb_160 {
  padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .pb_160 {
    padding-bottom: 120px;
  }
}

.pb_120 {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .pb_120 {
    padding-bottom: 100px;
  }
}

.pb_100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .pb_100 {
    padding-bottom: 80px;
  }
}

.pb_80 {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .pb_80 {
    padding-bottom: 60px;
  }
}

.pb_60 {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .pb_60 {
    padding-bottom: 40px;
  }
}

.pb_40 {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .pb_40 {
    padding-bottom: 20px;
  }
}

.pb_20 {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pb_20 {
    padding-bottom: 10px;
  }
}

.ptb_200 {
  padding: 200px 0;
}

@media screen and (max-width: 767px) {
  .ptb_200 {
    padding: 160px 0;
  }
}

.ptb_160 {
  padding: 160px 0;
}

@media screen and (max-width: 767px) {
  .ptb_160 {
    padding: 120px 0;
  }
}

.ptb_120 {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .ptb_120 {
    padding: 100px 0;
  }
}

.ptb_100 {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .ptb_100 {
    padding: 80px 0;
  }
}

.ptb_80 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .ptb_80 {
    padding: 60px 0;
  }
}

.ptb_60 {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .ptb_60 {
    padding: 40px 0;
  }
}

.ptb_40 {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .ptb_40 {
    padding: 20px 0;
  }
}

.ptb_20 {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .ptb_20 {
    padding: 10px 0;
  }
}

.pa_200 {
  padding: 200px;
}

@media screen and (max-width: 767px) {
  .pa_200 {
    padding: 160px 2.5%;
  }
}

.pa_160 {
  padding: 160px;
}

@media screen and (max-width: 767px) {
  .pa_160 {
    padding: 120px 2.5%;
  }
}

.pa_120 {
  padding: 120px;
}

@media screen and (max-width: 767px) {
  .pa_120 {
    padding: 100px 2.5%;
  }
}

.pa_100 {
  padding: 100px;
}

@media screen and (max-width: 767px) {
  .pa_100 {
    padding: 80px 2.5%;
  }
}

.pa_80 {
  padding: 80px;
}

@media screen and (max-width: 767px) {
  .pa_80 {
    padding: 60px 2.5%;
  }
}

.pa_40 {
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .pa_40 {
    padding: 20px 2.5%;
  }
}

.pa_20 {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .pa_20 {
    padding: 10px 2.5%;
  }
}

.mt_200 {
  margin-top: 200px;
}

@media screen and (max-width: 767px) {
  .mt_200 {
    margin-top: 160px;
  }
}

.mt_160 {
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  .mt_160 {
    margin-top: 120px;
  }
}

.mt_120 {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .mt_120 {
    margin-top: 100px;
  }
}

.mt_100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .mt_100 {
    margin-top: 80px;
  }
}

.mt_80 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .mt_80 {
    margin-top: 60px;
  }
}

.mt_60 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .mt_60 {
    margin-top: 40px;
  }
}

.mt_40 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .mt_40 {
    margin-top: 20px;
  }
}

.mt_20 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .mt_20 {
    margin-top: 10px;
  }
}

.mt_0 {
  margin-top: 0;
}

.mb_200 {
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .mb_200 {
    margin-bottom: 160px;
  }
}

.mb_160 {
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .mb_160 {
    margin-bottom: 120px;
  }
}

.mb_120 {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .mb_120 {
    margin-bottom: 100px;
  }
}

.mb_100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .mb_100 {
    margin-bottom: 80px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .mb_80 {
    margin-bottom: 60px;
  }
}

.mb_60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .mb_60 {
    margin-bottom: 40px;
  }
}

.mb_40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .mb_40 {
    margin-bottom: 20px;
  }
}

.mb_20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mb_20 {
    margin-bottom: 10px;
  }
}

.mb_0 {
  margin-bottom: 0;
}

.ma_200 {
  margin: 200px auto;
}

@media screen and (max-width: 767px) {
  .ma_200 {
    margin: 160px auto;
  }
}

.ma_160 {
  margin: 160px auto;
}

@media screen and (max-width: 767px) {
  .ma_160 {
    margin: 120px auto;
  }
}

.ma_120 {
  margin: 120px auto;
}

@media screen and (max-width: 767px) {
  .ma_120 {
    margin: 100px auto;
  }
}

.ma_100 {
  margin: 100px auto;
}

@media screen and (max-width: 767px) {
  .ma_100 {
    margin: 80px auto;
  }
}

.ma_80 {
  margin: 80px auto;
}

@media screen and (max-width: 767px) {
  .ma_80 {
    margin: 60px auto;
  }
}

.ma_60 {
  margin: 60px auto;
}

@media screen and (max-width: 767px) {
  .ma_60 {
    margin: 40px auto;
  }
}

.ma_40 {
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .ma_40 {
    margin: 20px auto;
  }
}

.ma_20 {
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .ma_20 {
    margin: 10px auto;
  }
}

/*-----------------------------------------------
--フォントサイズ 都度調整OK
-----------------------------------------------*/
.fz_l {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .fz_l {
    font-size: 20px;
  }
}

.fz_m {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .fz_m {
    font-size: 18px;
  }
}

.fz_s {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .fz_s {
    font-size: 10px;
  }
}

/*-----------------------------------------------
--段落用（レスポンシブ）
-----------------------------------------------*/
.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}

@media screen and (max-width: 1040px) {
  .tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.spmin {
  display: none;
}

@media screen and (max-width: 450px) {
  .spmin {
    display: block;
  }
}

/*-----------------------------------------------
--ホバーアクション（透過）
-----------------------------------------------*/
.hv {
  display: inline-block;
}

.hv:hover {
  opacity: 0.8;
}

/*-----------------------------------------------
--画面ローディング
-----------------------------------------------*/
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

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

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

/*-----------------------------------------------
--フロート 
-----------------------------------------------*/
.f_right {
  float: right;
}

.f_left {
  float: left;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/*-----------------------------------------------
--grid
-----------------------------------------------*/
.grid {
  display: grid;
}

.grid_justify {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*グリッドの横方向の位置を指定する start end space-between space-around space-evenly*/
}

.grid_align {
  align--content: center;
  /*グリッドの縦方向の位置を指定する*/
}

.gridG_10 {
  grid-gap: 10px;
}

.gridG_20 {
  grid-gap: 20px;
}

.gridG_30 {
  grid-gap: 30px;
}

@media screen and (max-width: 767px) {
  .gridG_30 {
    grid-gap: 15px;
  }
}

.gridG_40 {
  grid-gap: 40px;
}

@media screen and (max-width: 767px) {
  .gridG_40 {
    grid-gap: 20px;
  }
}

.gridG_50 {
  grid-gap: 50px;
}

.gridG_60 {
  grid-gap: 60px;
}

.gridR_1 {
  grid-template-rows: repeat(1, minmax(60px, 1fr));
}

.gridR_2 {
  grid-template-rows: repeat(2, minmax(60px, 1fr));
}

.gridR_3 {
  grid-template-rows: repeat(3, minmax(60px, 1fr));
}

.gridR_4 {
  grid-template-rows: repeat(4, minmax(60px, 1fr));
}

.gridC_1 {
  grid-template-columns: repeat(1, minmax(200px, 1fr));
}

.gridC_2 {
  grid-template-columns: repeat(2, minmax(200px, 1fr));
}

@media screen and (max-width: 767px) {
  .gridC_2 {
    grid-template-columns: inherit;
  }
}

.gridC_3 {
  grid-template-columns: repeat(3, minmax(200px, 1fr));
}

.gridC_4 {
  grid-template-columns: repeat(4, minmax(200px, 1fr));
}

.gridC_5 {
  grid-template-columns: repeat(5, minmax(200px, 1fr));
}

.gridC_6 {
  grid-template-columns: repeat(6, minmax(200px, 1fr));
}

.gridC_7 {
  grid-template-columns: repeat(7, minmax(200px, 1fr));
}

.gridC_8 {
  grid-template-columns: repeat(8, minmax(200px, 1fr));
}

.gridC_9 {
  grid-template-columns: repeat(9, minmax(200px, 1fr));
}

.gridC_10 {
  grid-template-columns: repeat(10, minmax(200px, 1fr));
}

.gridC_11 {
  grid-template-columns: repeat(11, minmax(200px, 1fr));
}

.gridC_12 {
  grid-template-columns: repeat(12, minmax(200px, 1fr));
}

@media screen and (max-width: 1039px) {
  .gridC_tab_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gridC_tab_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gridC_tab_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gridC_tab_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gridC_tab_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .gridC_tab_6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .gridC_tab_7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .gridC_tab_8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .gridC_sp_1 {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  .gridC_sp_2 {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  .gridC_sp_3 {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
  .gridC_sp_4 {
    grid-template-columns: repeat(4, minmax(100px, 1fr));
  }
}

.gridC_11_1 {
  grid-template-columns: 1fr 8%;
}

.gridC_10_2 {
  grid-template-columns: 1fr 16%;
}

.gridC_9_3 {
  grid-template-columns: 1fr 24%;
}

.gridC_8_4 {
  grid-template-columns: 1fr 32%;
}

.gridC_7_5 {
  grid-template-columns: 1fr 40%;
}

.gridC_6_6 {
  grid-template-columns: 50% 50%;
}

.gridC_5_7 {
  grid-template-columns: 40% 1fr;
}

.gridC_4_8 {
  grid-template-columns: 32% 1fr;
}

.gridC_3_9 {
  grid-template-columns: 24% 1fr;
}

.gridC_2_10 {
  grid-template-columns: 16% 1fr;
}

.gridC_1_11 {
  grid-template-columns: 8% 1fr;
}

/*-----------------------------------------------
--Flex
-----------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  .flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.flex_rv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  .flex_rv {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.flex_ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .flex_ct {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.col_2 > * {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .col_2 > * {
    width: 100%;
    margin-bottom: 40px;
  }
  .col_2 > *:last-of-type {
    margin-bottom: 0;
  }
}

/*-----------------------------------------------
--Fonts
-----------------------------------------------*/
body {
  line-height: 1.6;
  font-size: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /*折り返しを綺麗にする*/
  font-weight: 300;
  text-rendering: optimizeLegibility;
  /*アンチエイリアスなどフォント見やすくする*/
  color: #221815;
  text-align: justify;
  /*均等に配置する*/
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

/*----游ゴシック__fontfamily---*/
/*body {
font-family:Avenir, Verdana, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
font-weight: 500;
}*/
/*a, a:link, a:active, a:visited {text-decoration: none;outline: none;color:$base_font_color;}
a:hover, a:active {outline: 0;}*/
i {
  color: #036eb8;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-----------------------------------------------
--fontfamily
-----------------------------------------------*/
.serif {
  font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', '小塚明朝 ProN', 'メイリオ', Meiryo, serif;
}

.kaisyo {
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-weight: 400;
  font-style: normal;
}

/*-----------------------------------------------
--パーツ各種
-----------------------------------------------*/
.tri {
  width: 0;
  height: 0;
  border: 80px solid transparent;
  border-top: 60px solid #fe6601;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .tri {
    border: 60px solid transparent;
    border-top: 40px solid #fe6601;
  }
}

.bold {
  font-weight: bold;
}

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

.txt-r {
  text-align: right;
}

.txt-l {
  text-align: left;
}

.centering {
  position: relative;
}

.centering_in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.frame {
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}

.mapwrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.mapwrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.videowrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.videowrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.word {
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/*
.contact {
  background: #efefef;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*/
.contact h2 {
  margin-bottom: 40px;
  text-align: center;
}

.contact .des {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact .des {
    text-align: left;
  }
}

.contact .cont_wrap {
  font-size: 14px;
}

.contact .cont_wrap .ttl {
  width: 100%;
  padding: 20px 0 10px;
  font-weight: bold;
}

.contact .cont_wrap dl {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contact .cont_wrap dt {
  width: 30%;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact .cont_wrap dd {
  width: 70%;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact .cont_wrap dt span {
  color: #ff0000;
  padding-left: 10px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact .cont_wrap input[type="text"] {
  width: 100%;
  max-width: 500px;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #bbb;
}

.contact .cont_wrap textarea {
  width: 100%;
  max-width: 500px;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #bbb;
}

.contact .cont_wrap input[type="tel"] {
  width: 100%;
  max-width: 300px;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #bbb;
}

.contact .cont_wrap input[type="email"] {
  width: 100%;
  max-width: 300px;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #bbb;
}

.contact .cont_wrap .wpcf7-list-item {
  margin-left: 20px;
}

.contact .cont_wrap .wpcf7-list-item.first {
  margin-left: 0px;
}

.contact .cont_wrap .p_pri {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #aaa;
  padding: 15px;
  text-align: center;
}

.contact .cont_wrap .p_pri .brsp {
  display: none;
}

.contact .cont_wrap .p_pri .p_pri_btn {
  margin: 10px auto 0;
}

.contact .cont_wrap .submit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  height: 60px;
  background: #9c9c9c;
  color: #fff;
  line-height: 60px;
  margin: 40px auto 0;
  cursor: pointer;
  text-align: center;
}

.contact .cont_wrap .submit input {
  background: none;
  border: none;
  color: #fff;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',"Sawarabi Mincho",serif;
  font-size: 16px;
}

.contact .cont_wrap .submit:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
/*
  .contact {
    padding: 40px 20px;
  }
*/
  .contact .cont_wrap dt {
    width: 100%;
    padding: 20px 10px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact .cont_wrap dd {
    width: 100%;
    padding: 0px 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: none;
  }
  .contact .cont_wrap .f_l {
    border-bottom: none;
  }
  .contact .cont_wrap .p_pri {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    text-align: center;
  }
  .contact .cont_wrap .p_pri .brsp {
    display: block;
  }
  .contact .cont_wrap .submit {
    margin: 20px auto 0;
  }
}

