/* 変数 */
@charset "utf-8";
/*************************************************************
*
* 変数
*
*************************************************************/
:root {
  /* カラー */

  /* gutters */
}
/* コンテンツ・コンテナ */
/*************************************************************
*
* コンテナ―・コンテンツ
*
*************************************************************/
/*************************************************************
* ページコンテナ―
*************************************************************/
.content_page {
  max-width:1000px; /* サイト毎に幅を指定してください。 */
  padding-left:20px;
  padding-right:20px;
  margin-left:auto;
  margin-right:auto;
}
@media screen and (max-width: 999px) {
    .content_page {
      width:100%;
      padding-left: 1.96078431372549%;
      padding-right: 1.96078431372549%;
    }
  }
@media screen and (max-width: 599px) {
    .content_page {
      width:100%;
      padding-left: 4%;
      padding-right: 4%;
    }
  }
/*************************************************************
* コンテンツ
*************************************************************/
/* コンテンツボックス */
.subpage .content {
}
.content_type1 {
  margin-bottom: 2.887em;
}
.content_type2 {
  padding-bottom: 4.11em;
}
.content_type3 {
  padding-bottom: 3.247em;
}
.content_type4 {
  margin-top: 4.11em;
}
.content_type4 > *:first-child {
    position: relative;
    top: -40px;
  }
.block_content {
  margin-bottom: 2.887em;
}
.last{
	margin-bottom:100px;
}
/* 段落 */
.block_paragraph {
  margin-bottom: 2.027em;
}
@media screen and (max-width: 768px) {
  .content {
  }
  .content.last {
  }
}
@media screen and (max-width: 599px) {
}
/* グリッド */
/*************************************************************
*
* Grid
*
*************************************************************/
/*************************************************************
* Row
*************************************************************/
.row {
  zoom:1;
}
.row:before,
  .row:after {
    content:"";
    display:table;
  }
.row:after {clear:both;}
/*************************************************************
* Gutters
*************************************************************/
/*************************************************************
* Col
*************************************************************/
[class*=" col_"],
[class^="col_"] {
  display:block;
  float:left;
}
.row.right [class*=" col_"],
.row.right [class^="col_"] {
  float: right;
}
.col_1 	{ width:8.3333333333%; }
.col_2 	{ width:16.6666666666%; }
.col_3 	{ width:25%; }
.col_4 	{ width:33.3333333333%; }
.col_5 	{ width:41.5555555555%; }
.col_6 	{ width:50%; }
.col_7 	{ width:58.1111111111%; }
.col_8 	{ width:66.6666666666%; }
.col_9 	{ width:75%; }
.col_10 { width:83%; }
.col_11 { width:91.6666666666%; }
.col_12 { width:100%; }
@media screen and (max-width: 768px) {
    .row:not(.nochange) .col_1,
    .row:not(.nochange) .col_2,
    .row:not(.nochange) .col_3,
    .row:not(.nochange) .col_4,
    .row:not(.nochange) .col_5,
    .row:not(.nochange) .col_6,
    .row:not(.nochange) .col_7,
    .row:not(.nochange) .col_8,
    .row:not(.nochange) .col_9,
    .row:not(.nochange) .col_10,
    .row:not(.nochange) .col_11,
    .row:not(.nochange) .col_12,
    .row.right:not(.nochange) .col_1,
    .row.right:not(.nochange) .col_2,
    .row.right:not(.nochange) .col_3,
    .row.right:not(.nochange) .col_4,
    .row.right:not(.nochange) .col_5,
    .row.right:not(.nochange) .col_6,
    .row.right:not(.nochange) .col_7,
    .row.right:not(.nochange) .col_8,
    .row.right:not(.nochange) .col_9,
    .row.right:not(.nochange) .col_10,
    .row.right:not(.nochange) .col_11,
    .row.right:not(.nochange) .col_12 {
      display:block;
      float:none;
      width:100%;
    }
}
/**************************************************************
*
* フレックス
*
**************************************************************/
/**************************************************************
* PC用カラム
**************************************************************/
@media screen and (min-width: 1040px) {
  .fol_pc_1 { -ms-flex-preferred-size: 8.3333333333%; flex-basis: 8.3333333333%; }
  .fol_pc_2 { -ms-flex-preferred-size: 16.6666666666%; flex-basis: 16.6666666666%; }
  .fol_pc_3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; }
  .fol_pc_4 { -ms-flex-preferred-size: 33.3333333333%; flex-basis: 33.3333333333%; }
  .fol_pc_5 { -ms-flex-preferred-size: 41.5555555555%; flex-basis: 41.5555555555%; }
  .fol_pc_6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; }
  .fol_pc_7 { -ms-flex-preferred-size: 58.3333333333%; flex-basis: 58.3333333333%; }
  .fol_pc_8 { -ms-flex-preferred-size: 66.6666666666%; flex-basis: 66.6666666666%; }
  .fol_pc_9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; }
  .fol_pc_10 { -ms-flex-preferred-size: 83.3333333333%; flex-basis: 83.3333333333%; }
  .fol_pc_11 { -ms-flex-preferred-size: 91.6666666666%; flex-basis: 91.6666666666%; }
  .fol_pc_12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; }

  /* ５分割 */
  .fol_pc_fifth { -ms-flex-preferred-size: 20%; flex-basis: 20%; }
}
/**************************************************************
* ラップトップ用カラム
**************************************************************/
@media screen and (max-width: 1039px) and (min-width: 769px) {
  .fol_lp_1 { -ms-flex-preferred-size: 8.3333333333%; flex-basis: 8.3333333333%; }
  .fol_lp_2 { -ms-flex-preferred-size: 16.6666666666%; flex-basis: 16.6666666666%; }
  .fol_lp_3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; }
  .fol_lp_4 { -ms-flex-preferred-size: 33.3333333333%; flex-basis: 33.3333333333%; }
  .fol_lp_5 { -ms-flex-preferred-size: 41.5555555555%; flex-basis: 41.5555555555%; }
  .fol_lp_6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; }
  .fol_lp_7 { -ms-flex-preferred-size: 58.3333333333%; flex-basis: 58.3333333333%; }
  .fol_lp_8 { -ms-flex-preferred-size: 66.6666666666%; flex-basis: 66.6666666666%; }
  .fol_lp_9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; }
  .fol_lp_10 { -ms-flex-preferred-size: 83.3333333333%; flex-basis: 83.3333333333%; }
  .fol_lp_11 { -ms-flex-preferred-size: 91.6666666666%; flex-basis: 91.6666666666%; }
  .fol_lp_12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; }

  /* ５分割 */
  .fol_lp_fifth { -ms-flex-preferred-size: 20%; flex-basis: 20%; }
}
/**************************************************************
* タブレット用カラム
**************************************************************/
@media screen and (max-width: 768px) and (min-width: 600px) {
  .fol_tb_1 { -ms-flex-preferred-size: 8.3333333333%; flex-basis: 8.3333333333%; }
  .fol_tb_2 { -ms-flex-preferred-size: 16.6666666666%; flex-basis: 16.6666666666%; }
  .fol_tb_3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; }
  .fol_tb_4 { -ms-flex-preferred-size: 33.3333333333%; flex-basis: 33.3333333333%; }
  .fol_tb_5 { -ms-flex-preferred-size: 41.5555555555%; flex-basis: 41.5555555555%; }
  .fol_tb_6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; }
  .fol_tb_7 { -ms-flex-preferred-size: 58.3333333333%; flex-basis: 58.3333333333%; }
  .fol_tb_8 { -ms-flex-preferred-size: 66.6666666666%; flex-basis: 66.6666666666%; }
  .fol_tb_9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; }
  .fol_tb_10 { -ms-flex-preferred-size: 83%; flex-basis: 83%; }
  .fol_tb_11 { -ms-flex-preferred-size: 91.6666666666%; flex-basis: 91.6666666666%; }
  .fol_tb_12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; }

  /* ５分割 */
  .fol_tb_fifth { -ms-flex-preferred-size: 20%; flex-basis: 20%; }
}
/**************************************************************
* スマホ用カラム
**************************************************************/
@media screen and (max-width: 599px) {
  .fol_sp_1 { -ms-flex-preferred-size: 8.3333333333%; flex-basis: 8.3333333333%; }
  .fol_sp_2 { -ms-flex-preferred-size: 16.6666666666%; flex-basis: 16.6666666666%; }
  .fol_sp_3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; }
  .fol_sp_4 { -ms-flex-preferred-size: 33.3333333333%; flex-basis: 33.3333333333%; }
  .fol_sp_5 { -ms-flex-preferred-size: 41.5555555555%; flex-basis: 41.5555555555%; }
  .fol_sp_6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; }
  .fol_sp_7 { -ms-flex-preferred-size: 58.3333333333%; flex-basis: 58.3333333333%; }
  .fol_sp_8 { -ms-flex-preferred-size: 66.6666666666%; flex-basis: 66.6666666666%; }
  .fol_sp_9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; }
  .fol_sp_10 { -ms-flex-preferred-size: 83%; flex-basis: 83%; }
  .fol_sp_11 { -ms-flex-preferred-size: 91.6666666666%; flex-basis: 91.6666666666%; }
  .fol_sp_12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; }

  /* ５分割 */
  .fol_sp_fifth { -ms-flex-preferred-size: 20%; flex-basis: 20%; }
}
/**************************************************************
* フレックスボックス用 共通
**************************************************************/
[class*=" flex_type"],
[class^="flex_type"] {
  display: -ms-flexbox;
  display: flex;
}
/* フレックスアイテムの並び順 */
[class*=" flex_type"].__flow_reverse, [class^="flex_type"].__flow_reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
/* 縦を真ん中揃えに */
[class*=" flex_type"].__align_center, [class^="flex_type"].__align_center {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
/* 左右端のみ余白なし */
[class*=" flex_type"].__wide_column, [class^="flex_type"].__wide_column {
    margin-left: 0;
    margin-right: 0;
  }
/* フレックスアイテム */
[class*=" flex_type"] .fitem, [class^="flex_type"] .fitem {

  }
/**************************************************************
* フレックス1
**************************************************************/
.flex_type1 {
  /* safari10 s */
  display: -webkit-inline-box;
  display: flex;
  /* safari10 e */
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.flex_type1.__gutters {
    margin-left: calc(-1 * 1.428571428571429%);
    margin-right: calc(-1 * 1.428571428571429%);
  }
.flex_type1.__gutters > * {
      padding-left: 1.428571428571429%;
      padding-right: 1.428571428571429%;

      margin-bottom: 2.566em;
    }
@media screen and (max-width: 599px) {
      .flex_type1.__gutters > * {
        margin-bottom: 1.802em;
      }
  }
/**************************************************************
* フレックス2
**************************************************************/
.flex_type2 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
/**************************************************************
* フレックス3
**************************************************************/
.flex_type3 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
/*************************************************************
* レイアウト1
*************************************************************/
.layout_type1 .box_bg {
    margin-top: 4.11em;
  }
.layout_type1 .image {
    padding-right: 2.027em;
  }
.layout_type1 .image .box_type3 {
      top: -40px;
    }
.layout_type1 .detail {
    padding-top: 5.582em;
  }
/* vari1 */
.layout_type1.__vari1 .detail {
      padding-top: 2.566em;
    }
@media screen and (max-width: 768px) {
    .layout_type1 .box_bg {
      padding-bottom: 2.027em;
    }
    .layout_type1 .detail {
      padding-top: 2.027em;
    }
      .layout_type1.__vari1 .detail {
        padding-top:1.802em;
      }
  }
@media screen and (max-width: 599px) {
    .layout_type1 .box_bg {
      padding-top: 2.027em;
      margin-top: 0;
    }
    .layout_type1 .image {
      text-align: center;

      padding-right: 0;
    }

      .layout_type1 .image .box_type3 {
        max-width: 200px;
        top: 0;
      }
    .layout_type1 .detail {
      text-align: justify;
    }
  }
/* webフォント・アイコン */
/*************************************************************
*
* webfont
*
*************************************************************/
i .text {
  font-size: 0 !important;
  display: none !important;
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?couv2l');
  src:  url('fonts/icomoon.eot?couv2l#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?couv2l') format('truetype'),
    url('fonts/icomoon.woff?couv2l') format('woff'),
    url('fonts/icomoon.svg?couv2l#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow02:before {
  content: "\e902";
}
.icon-arrow01:before {
  content: "\e900";
}
.icon-mail:before {
  content: "\e901";
}
/* マージン・パディング */
/*************************************************************
*
* 余白（多用禁止）
*
*************************************************************/
.p0 	{padding:0 						!important;}
.p5 	{padding:5px 					!important;}
.p10 	{padding:10px 				!important;}
.p15 	{padding:15px 				!important;}
.p20 	{padding:20px 				!important;}
.p25 	{padding:25px 				!important;}
.p30 	{padding:30px 				!important;}
.p35 	{padding:35px 				!important;}
.p40 	{padding:40px 				!important;}
.p45 	{padding:45px 				!important;}
.p50 	{padding:50px 				!important;}
.p55 	{padding:55px 				!important;}
.p60 	{padding:60px 				!important;}
.p65 	{padding:65px 				!important;}
.p70 	{padding:70px 				!important;}
.p75 	{padding:75px 				!important;}
.p80 	{padding:80px 				!important;}
.pt0 	{padding-top:0 				!important;}
.pt5   {padding-top:5px 			!important;}
.pt10  {padding-top:10px 		!important;}
.pt15  {padding-top:15px 		!important;}
.pt20  {padding-top:20px 		!important;}
.pt25  {padding-top:25px 		!important;}
.pt30  {padding-top:30px 		!important;}
.pt35  {padding-top:35px 		!important;}
.pt40  {padding-top:40px 		!important;}
.pt45  {padding-top:45px 		!important;}
.pt50  {padding-top:50px 		!important;}
.pt55  {padding-top:55px 		!important;}
.pt60  {padding-top:60px 		!important;}
.pt65  {padding-top:65px 		!important;}
.pt70  {padding-top:70px 		!important;}
.pt75  {padding-top:75px 		!important;}
.pt80  {padding-top:80px 		!important;}
.pl0   {padding-left:0 			!important;}
.pl5   {padding-left:5px 		!important;}
.pl10  {padding-left:10px 		!important;}
.pl15  {padding-left:15px 		!important;}
.pl20  {padding-left:20px 		!important;}
.pl25  {padding-left:25px 		!important;}
.pl30  {padding-left:30px 		!important;}
.pl35  {padding-left:35px 		!important;}
.pl40  {padding-left:40px 		!important;}
.pl45  {padding-left:45px 		!important;}
.pl50  {padding-left:50px 		!important;}
.pl55  {padding-left:55px 		!important;}
.pl60  {padding-left:60px 		!important;}
.pl65  {padding-left:65px 		!important;}
.pl70  {padding-left:70px 		!important;}
.pl75  {padding-left:75px 		!important;}
.pl80  {padding-left:80px 		!important;}
.pr0  {padding-right:0 			!important;}
.pr5 	{padding-right:5px 		!important;}
.pr10 {padding-right:10px 	!important;}
.pr15 {padding-right:15px 	!important;}
.pr20 {padding-right:20px 	!important;}
.pr25 {padding-right:25px 	!important;}
.pr30 {padding-right:30px 	!important;}
.pr35 {padding-right:35px 	!important;}
.pr40 {padding-right:40px 	!important;}
.pr45 {padding-right:45px 	!important;}
.pr50 {padding-right:50px 	!important;}
.pr55 {padding-right:55px 	!important;}
.pr60 {padding-right:60px 	!important;}
.pr65 {padding-right:65px 	!important;}
.pr70 {padding-right:70px 	!important;}
.pr75 {padding-right:75px 	!important;}
.pr80 {padding-right:80px 	!important;}
.pb0 	{padding-bottom:0 		!important;}
.pb5 	{padding-bottom:5px 	!important;}
.pb10 {padding-bottom:10px 	!important;}
.pb15 {padding-bottom:15px 	!important;}
.pb20 {padding-bottom:20px 	!important;}
.pb25 {padding-bottom:25px 	!important;}
.pb30 {padding-bottom:30px 	!important;}
.pb35 {padding-bottom:35px 	!important;}
.pb40 {padding-bottom:40px 	!important;}
.pb45 {padding-bottom:45px 	!important;}
.pb50 {padding-bottom:50px 	!important;}
.pb55 {padding-bottom:55px 	!important;}
.pb60 {padding-bottom:60px 	!important;}
.pb65 {padding-bottom:65px 	!important;}
.pb70 {padding-bottom:70px 	!important;}
.pb75 {padding-bottom:75px 	!important;}
.pb80 {padding-bottom:80px 	!important;}
.m0 	{margin:0 						!important;}
.m5 	{margin:5px 					!important;}
.m10 	{margin:10px 					!important;}
.m15 	{margin:15px 					!important;}
.m20 	{margin:20px 					!important;}
.m25 	{margin:25px 					!important;}
.m30 	{margin:30px 					!important;}
.m35 	{margin:35px 					!important;}
.m40 	{margin:40px 					!important;}
.m45 	{margin:45px 					!important;}
.m50 	{margin:50px 					!important;}
.m55 	{margin:55px 					!important;}
.m60 	{margin:60px 					!important;}
.m65 	{margin:65px 					!important;}
.m70 	{margin:70px 					!important;}
.m75 	{margin:75px 					!important;}
.m80 	{margin:80px 					!important;}
.mt0 	{margin-top:0 				!important;}
.mt5 	{margin-top:5px 			!important;}
.mt10 {margin-top:10px 			!important;}
.mt15 {margin-top:15px 			!important;}
.mt20 {margin-top:20px 			!important;}
.mt25 {margin-top:25px 			!important;}
.mt30 {margin-top:30px 			!important;}
.mt35 {margin-top:35px 			!important;}
.mt40 {margin-top:40px 			!important;}
.mt45 {margin-top:45px 			!important;}
.mt50 {margin-top:50px 			!important;}
.mt55 {margin-top:55px 			!important;}
.mt60 {margin-top:60px 			!important;}
.mt65 {margin-top:65px 			!important;}
.mt70 {margin-top:70px 			!important;}
.mt75 {margin-top:75px 			!important;}
.mt80 {margin-top:80px 			!important;}
.ml0 	{margin-left:0 				!important;}
.ml5 	{margin-left:5px 			!important;}
.ml10 {margin-left:10px 		!important;}
.ml15 {margin-left:15px 		!important;}
.ml20 {margin-left:20px 		!important;}
.ml25 {margin-left:25px 		!important;}
.ml30 {margin-left:30px 		!important;}
.ml35 {margin-left:35px 		!important;}
.ml40 {margin-left:40px 		!important;}
.ml45 {margin-left:45px 		!important;}
.ml50 {margin-left:50px 		!important;}
.ml55 {margin-left:55px 		!important;}
.ml60 {margin-left:60px 		!important;}
.ml65 {margin-left:65px 		!important;}
.ml70 {margin-left:70px 		!important;}
.ml75 {margin-left:75px 		!important;}
.ml80 {margin-left:80px 		!important;}
.mr0 	{margin-right:0 			!important;}
.mr5 	{margin-right:5px 		!important;}
.mr10 {margin-right:10px 		!important;}
.mr15 {margin-right:15px 		!important;}
.mr20 {margin-right:20px 		!important;}
.mr25 {margin-right:25px 		!important;}
.mr30 {margin-right:30px 		!important;}
.mr35 {margin-right:35px 		!important;}
.mr40 {margin-right:40px 		!important;}
.mr45 {margin-right:45px 		!important;}
.mr50 {margin-right:50px 		!important;}
.mr55 {margin-right:55px 		!important;}
.mr60 {margin-right:60px 		!important;}
.mr65 {margin-right:65px 		!important;}
.mr70 {margin-right:70px 		!important;}
.mr75 {margin-right:75px 		!important;}
.mr80 {margin-right:80px 		!important;}
.mb0 	{margin-bottom:0 			!important;}
.mb5 	{margin-bottom:5px 		!important;}
.mb10 {margin-bottom:10px 	!important;}
.mb15 {margin-bottom:15px 	!important;}
.mb20 {margin-bottom:20px 	!important;}
.mb25 {margin-bottom:25px 	!important;}
.mb30 {margin-bottom:30px 	!important;}
.mb35 {margin-bottom:35px 	!important;}
.mb40 {margin-bottom:40px 	!important;}
.mb45 {margin-bottom:45px 	!important;}
.mb50 {margin-bottom:50px 	!important;}
.mb55 {margin-bottom:55px 	!important;}
.mb60 {margin-bottom:60px 	!important;}
.mb65 {margin-bottom:65px 	!important;}
.mb70 {margin-bottom:70px 	!important;}
.mb75 {margin-bottom:75px 	!important;}
.mb80 {margin-bottom:80px 	!important;}
/* カラー */
/*************************************************************
*
* カラー
*
*************************************************************/
/*************************************************************
* 背景色
*************************************************************/
.bg_base {
  background-color: #fefceb;
}
.bg_primary_thin {
  background-color: #f4fcf6;
}
.bg_secondary_thin {
  background-color: #fff9f4;
}
/*************************************************************
* テキスト
*************************************************************/
.color_text_alert {
  color: #f00;
}
.red{
	color:#F00;
}
/* タイポグラフィ */
/*************************************************************
*
* フォント・テキスト
*
*************************************************************/
/* 基本のフォントサイズ */
html {
  font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic Pro", "Yu Gothic", Verdana, Geneva, sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.75;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  html { font-size: 15px; }
}
@media screen and (max-width: 599px) {
  html { font-size: 14px; }
}
/*************************************************************
* 文章折り返し
*************************************************************/
.text_center,
.sp_justify {
  text-align:center;
}
.text_left       {text-align:left;}
.text_right      {text-align:right;}
.text_justify    {text-align:justify;}
/* 文字折り返し禁止 */
.space     {white-space:nowrap;}
@media screen and (max-width: 599px) {
  .sp_justify { text-align: justify; }
}
/*************************************************************
* 文字サイズ
*************************************************************/
/* 親要素に対して文字サイズ0.85倍 */
.text_small {
  font-size: 0.889em;
  line-height: 1.35;
}
/* 親要素に対して文字サイズ1.266倍 */
.text_large {font-size: 1.266em;}
/* 親要素に対して文字サイズ2.027em倍 */
.text_huge { font-size: 2.027em; }
/*************************************************************
* 文字スタイル
*************************************************************/
/* 太字 */
.text_bold {font-weight: bold;}
/* 広めの行間 */
.lh_wide { line-height: calc(1.75 * 1.224); }
/* 画像キャプション用のテキスト */
.text_caption {
  line-height: 1.1;
  font-size: 0.79em;

  margin-top: 3px;
}
/* テキスト反転色 */
::selection {
    background: #34b75c; /*背景色*/
    color: #fff; /*文字色*/
}
/*************************************************************
* 引用
*************************************************************/
.blockquote {
  padding: 1.426em 2.281em 1.602em;
  position: relative;
  margin-left: 2em;
}
.blockquote:before {
    content: "“";
    font-size: 5em;
    line-height: 0.8em;
    font-family: 'Times New Roman' ,"ＭＳ Ｐゴシック" ,sans-serif;
    color: #ababab;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
.blockquote .cite {
    display: block;

    margin-top: 1em;

    font-size: 0.889em;
    font-weight: bold;
  }
/*************************************************************
* 改行
*************************************************************/
/* タブレットサイズから改行させる */
.br_tab { display: none; }
@media screen and (max-width: 768px) {
  .br_tab  { display: inline; }
}
/* タブレットサイズから改行をなくす */
@media screen and (max-width: 768px) {
  .nbr_tab { display: none; }
}
/* スマホサイズから改行させる */
.br_sp { display: none; }
@media screen and (max-width: 599px) {
  .br_sp { display: inline; }
}
/* スマホサイズから改行をなくす */
@media screen and (max-width: 599px) {
  .nbr_sp { display: none; }
}
/* ボタン */
/*************************************************************
*
* ボタン
*
*************************************************************/
/*************************************************************
* 共通スタイル
*************************************************************/
[class*=" btn_type"],
[class^="btn_type"] {
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  display:block;
  cursor: pointer;
  width: 100%;
}
/* インラインボタン */
[class*=" btn_type"].__inline, [class^="btn_type"].__inline {
    display: inline-block;

    margin-left: 1em;
    margin-right: 1em;
  }
[class*=" btn_type"].__inline ~ [class*=" btn_type"]:not(:first-child),
    [class*=" btn_type"].__inline ~ [class^="btn_type"]:not(:first-child),
    [class^="btn_type"].__inline ~ [class*=" btn_type"]:not(:first-child),
    [class^="btn_type"].__inline ~ [class^="btn_type"]:not(:first-child) {
      margin-top: 0.555em;
    }
@media screen and (max-width: 599px) {
      [class*=" btn_type"].__inline, [class^="btn_type"].__inline {
        margin-left: 0;
        margin-right: 0;
      }
    }
/* 幅を自動 */
[class*=" btn_type"].__inline.__width_auto, [class^="btn_type"].__inline.__width_auto {
    width: auto;
    max-width: inherit;
  }
/* 禁止ボタン */
[class*=" btn_type"].__disabled, [class^="btn_type"].__disabled {
    pointer-events: none;
    filter: grayscale(100%);
    opacity: 0.8;

    color: #ababab;
  }
/* 中央配置 */
[class*=" btn_type"].__mauto, [class^="btn_type"].__mauto {
    margin-left: auto;
    margin-right: auto;
  }
/* 小サイズ */
[class*=" btn_type"].__small, [class^="btn_type"].__small {
    max-width: 130px;

    padding: 0.493em 1em;

    font-size: 0.79em;
  }
/* 幅を100%にする */
[class*=" btn_type"] .__max_width, [class^="btn_type"] .__max_width {
    max-width: inherit;
  }
/*************************************
* btn_type1
*************************************/
.btn_type1 {
  position: relative;
  max-width: 220px;

  background-color: #34b75c;
  border: 7px solid #fff;
  box-shadow: 10px 10px 20px -5px #d4d4d4;

  text-align: center;
  color: #fff;

  padding: 0.72em;

  transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-property: background-color, box-shadow, transform;
}
.btn_type1:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.72em;

    margin: auto;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #fff;

    opacity: 0;
    -ms-transform: translateY(-5px);
        transform: translateY(-5px);

    transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-property: opacity, transform;
  }
.hover .btn_type1:hover,
  .btn_type1.hover,
  .btn_type1:focus {
    background-color: rgba(52, 183, 92, 0.8);
    box-shadow: none;

    -ms-transform: translateY(4px);

        transform: translateY(4px);
  }
.hover .btn_type1:hover:after, .btn_type1.hover:after, .btn_type1:focus:after {
      opacity: 1;
      -ms-transform: translateY(0px);
          transform: translateY(0px);
    }
/* ページ内リンク */
.btn_type1.__pagelink .icon {
      font-size: 0.79em;

      display: inline-block;

      -ms-transform: rotate(90deg);

          transform: rotate(90deg);

      margin-right: 0.555em;
    }
.btn_type1.__pagelink:after {
      content: none;
    }
@media screen and (max-width: 599px) {
    .btn_type1 {
      max-width: 100%;

      font-weight: bold;
      font-size: 1.125em;
    }
  }
/*************************************
* btn_type2
*************************************/
.btn_type2 {
  max-width: 200px;

  background-color: #fefceb;

  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;

  padding: 1em;

  transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-property: box-shadow, transform;
}
.btn_type2 .icon {
    color: #e8640c;
    font-size: 1.125em;
  }
.hover .btn_type2:hover,
  .btn_type2.hover,
  .btn_type2:focus {
    box-shadow: 10px 10px 20px -5px #d4d4d4;

    -ms-transform: translateY(-5px);

        transform: translateY(-5px);
  }
@media screen and (max-width: 599px) {
    .btn_type2 {
      max-width: 100%;

      font-size: 1.125em;
    }
  }
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 599px) {
}
/* 見出し */
/*************************************************************
*
* 見出し
*
*************************************************************/
/*************************************
* 共通スタイル
*************************************/
[class*=" headline_type"],
[class^="headline_type"] {
  display: block;
}
/*************************************
* 見出し1
*************************************/
.headline_type1 {
  overflow: hidden;

  margin-bottom: 2.027em;

  text-align: center;
}
.headline_type1 .layer {
    position: relative;
    display: inline-block;

    padding: 0em 2.027em;

    text-align: center;
  }
.headline_type1 .layer:before,
    .headline_type1 .layer:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;

      margin: auto;

      width: 1000px;
      height: 1px;

      background-color: #34b75c;
    }
.headline_type1 .layer:before { left: 100%; }
.headline_type1 .layer:after { right: 100%; }
.headline_type1 .layer .subtext {
      display: block;

      font-family: 'Allura', cursive;
      font-size: 2.566em;
      color: #34b75c;
      line-height: 1;

    }
.headline_type1 .layer .headline {
      display: block;

      font-size: 0.889em;
      line-height: 1.35;
    }
@media screen and (max-width: 599px) {
    .headline_type1 .layer {
      padding: 0em 1.602em;
    }
  }
/*************************************
* 見出し2
*************************************/
.headline_type2 {
  text-align: center;
  font-size: 1.266em;

  position: relative;

  margin-bottom: 1em;
}
.headline_type2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;

    background-color: #fefceb;
  }
.headline_type2 .layer {
    position: relative;
    z-index: 2;
    top: -5px;
  }
@media screen and (max-width: 599px) {
    .headline_type2 {
      font-size: 1.424em;
    }
  }
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 599px) {
}
/* アンカー */
/*************************************************************
*
* アンカー・リンク関連
*
*************************************************************/
/**************************************************************
* ノーマライズ
**************************************************************/
a {
  text-decoration: none;
  color: inherit;
}
/*************************************************************
* 下線リンク1
*************************************************************/
.text_hover_type1 {
  color: #34b75c;
  text-decoration: underline;
}
.hover .text_hover_type1:hover,
  .text_hover_type1.hover,
  .text_hover_type1:focus {
    text-decoration: none;
  }
/*************************************************************
* 下線リンク2
*************************************************************/
.hover .text_hover_type2:hover,
  .text_hover_type2.hover,
  .text_hover_type2:focus {
    text-decoration: underline;
  }
/*************************************************************
* 下線リンク(アニメーション)
*************************************************************/
.hover_line {
  display: inline-block;
  position: relative;

  transform: translateZ(0px);

  color: #34b75c;
}
.hover_line:after {
    content: "";
    position: absolute;
    bottom: 0.1em;
    left: 0;
    width: 100%;
    height: 1px;

    background-color: #34b75c;

    -ms-transform-origin: left center;

        transform-origin: left center;

    transition: 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition-property: transform;
  }
.hover .hover_line:hover:after, .hover_line.hover:after, .hover_line:focus:after {
      -ms-transform-origin: right center;
          transform-origin: right center;
      -ms-transform: scaleX(0);
          transform: scaleX(0);
    }
/*************************************************************
* 半透明リンク
*************************************************************/
.hover_alpha {
  transition: opacity 300ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hover .hover_alpha:hover,
  .hover_alpha.hover,
  .hover_alpha:focus {
    opacity:0.7;
    zoom:1;
  }
/*************************************************************
* フィルター(ブライトネス)リンク
*************************************************************/
.hover_bright {
  transition: filter 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hover .hover_bright:hover,
  .hover_bright.hover,
  .hover_bright:focus {
    filter: brightness(1.1);
  }
/* ボックス（カード型） */
/**************************************************************
*
* ボックス
*
**************************************************************/
/*************************************
* 共通スタイル
*************************************/
[class*=" box_type"],
[class^="box_type"] {
  display:block;
}
/*************************************
* ボックス1
*************************************/
.box_type1 {
  position: relative;

  box-shadow:3px 3px 20px 0px #d4d4d4;
}
.box_type1 .objfit {
    height: 260px;
  }
.box_type1 .box {
    position: absolute;
    top: 50%;
    left: 50%;

    -ms-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);
  }
@media screen and (max-width: 768px) {
    .box_type1 .objfit {
      height: 200px;
    }
  }
@media screen and (max-width: 599px) {
    .box_type1 .objfit {
      height: 160px;
    }
    .box_type1 .box {
      width: 85%;
    }
  }
/*************************************
* ボックス2
*************************************/
.box_type2 {
  position: relative;

  border: 14px solid #fff;
  box-shadow:7px 7px 40px -2px #bbb;
}
.box_type2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    width: 100%;
    height: 100%;

    opacity: 0;
    background-color: rgba(232, 100, 12, 0.4);

    transition: 500ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    transition-property: opacity;
  }
.box_type2:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -50px;

    -ms-transform: rotate(-45deg);

        transform: rotate(-45deg);

    background-color: #e8640c;

    width: 100px;
    height: 1px;
  }
.box_type2 .image {
    overflow: hidden;
  }
.box_type2 .objfit {
    height: 260px;

    transition: 500ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    transition-property: transform;
  }
.box_type2 .box {
    /* position: absolute; */
    z-index: 2;
    /* top: 50%;
    left: 50%;

    -ms-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%); */

    text-align: center;
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
.box_type2 .box .subtext {
      font-family: 'Allura', cursive;
      color: #fff;
      font-size: 2.887em;
      line-height: 1.35;
      white-space: nowrap;

      display: block;
    }
.box_type2 .box .headline {
      background-color: rgba(255,255,255,0.8);

      padding: 0.72em;

      display: block;
      min-width: 180px;
    }
.hover a.box_type2:hover:after, a.box_type2.hover:after, a.box_type2:focus:after {
      opacity: 1;
    }
.hover a.box_type2:hover .objfit, a.box_type2.hover .objfit, a.box_type2:focus .objfit {
      -ms-transform: scale(1.2);
          transform: scale(1.2);
    }
@media screen and (max-width: 768px) {
    .box_type2 .objfit {
      height: 180px;
    }
  }
@media screen and (max-width: 599px) {
    .box_type2 {
      border-width: 7px;
    }
    .box_type2:before {
      width: 70px;
      right: -35px;
    }
      .box_type2 .box .subtext {
        white-space: normal;
        word-break: break-word;
      }
  }
/*************************************
* ボックス3
*************************************/
.box_type3 {
  position: relative;
  display: inline-block;

  box-shadow:3px 3px 20px 0px #d4d4d4;
}
.box_type3 .subtext {
    position: absolute;
    top: 1em;
    left: 1em;

    max-width: 60%;
  }
/*************************************
* ボックス4
*************************************/
.box_type4 {
  position: relative;
}
.box_type4 .objfit {
    height: 360px;
  }
.box_type4 .detail {
    position: absolute;
    top: 2.887em;
    left: 1.266em;
  }
.box_type4 .headline {
    font-family: 'Allura', cursive;
    color: #fff;
    font-size: 2.566em;
  }
.box_type4 .box {
    background-color: rgba(255,255,255,0.7);

    padding: 1em;
  }
.box_type4 .box .head {
      margin-bottom: 1.266em;

      line-height: 1.9;
    }
.box_type4 .box .headline1,
    .box_type4 .box .headline2 {
      font-weight: bold;
    }
.box_type4 .box .headline2 {
      font-size: 1.125em;
    }
.box_type4 .box strong {
      font-weight: normal;
    }
/* 見出し位置反転 */
.box_type4.__vari1 .headline {
      text-align: right;
    }
.box_type4.__vari1 .detail {
      left: auto;
      right: 1.266em;
    }
@media screen and (max-width: 599px) {
    .box_type4 .objfit {
      height: 130px;
    }

    .box_type4 .detail {
      position: static;
    }

    .box_type4 .headline {
      color: #34b75c;
      font-size: 2.281em;

      float: right;

      padding-right: 0.702em;
    }

    .box_type4 .box {
      background-color: #fff;
    }
  }
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 599px) {
}
/* リスト */
/**************************************************************
*
* リスト
*
**************************************************************/
/*************************************
* 共通スタイル
*************************************/
[class*=" list_type"],
[class^="list_type"] {

}
/*************************************
* リスト1
*************************************/
.list_type1 {
}
/*************************************
* 定義リスト1
*************************************/
.dlist_type1 {
  /* safari10 s */
  display: -webkit-inline-box;
  /* safari10 e */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;

  background-color: #fcfcfa;
}
.dlist_type1 .dhead {
    border: 1px solid #34b75c;
    background-color: #f4fcf6;

    position: relative;
    width: 100px;
    height: 100px;

    margin-right: 1em;
  }
.dlist_type1 .dhead .text {
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;

      text-align: center;
      font-weight: bold;

      -ms-transform: translateY(-50%);

          transform: translateY(-50%);
    }
/* 大きいサイズ */
.dlist_type1.__large {
    -ms-flex-align: stretch;
        align-items: stretch;
		margin-bottom:30px;
  }
.dlist_type1.__large .dhead {
      -ms-flex: 0 0;
          flex: 0 0;
      -ms-flex-preferred-size: 180px;
          flex-basis: 180px;
      max-width: 180px;

      width: 180px;
      height: auto;

      padding-top: 1em;
      padding-bottom: 1em;
      margin-right: 0;
    }
.dlist_type1.__large .dhead .text {
        text-align: left;

        padding: 0.79em;
      }
.dlist_type1.__large .ditem {
      -ms-flex: 1 1;
          flex: 1 1;
      -ms-flex-preferred-size: calc(100% -180px);
          flex-basis: calc(100% -180px);
      max-width: calc(100% - 180px);

      padding-left: 1em;
      padding-top: 0.555em;
      padding-bottom: 0.555em;
    }
/* 縦並び */
.dlist_type1.__vari1 {
    display: block;
  }
.dlist_type1.__vari1 .dhead {
      width: 100%;
      height: auto;

      padding-top: 0.79em;
      padding-bottom: 0.79em;
    }
.dlist_type1.__vari1 .dhead .text {
        position: static;
        -ms-transform: translateY(0px);
            transform: translateY(0px);
      }
.dlist_type1.__vari1 .ditem {
      padding: 0.79em;
    }
/* フォーム用 */
.dlist_type1.__vari2 {
    -ms-flex-align: stretch;
        align-items: stretch;
  }
.dlist_type1.__vari2 .dhead {
      overflow: hidden;

      -ms-flex: 0 0;

          flex: 0 0;
      -ms-flex-preferred-size: 230px;
          flex-basis: 230px;
      max-width: 230px;

      width: 230px;
      height: auto;

      padding-top: 1.125em;
      padding-bottom: 1.125em;
      margin-right: 0;

      position: relative;

      text-align-last: left;
    }
.dlist_type1.__vari2 .dhead .text {
        padding-left: 1em;
        padding-right: 0.79em;
      }
.dlist_type1.__vari2 .dhead .text .text_alert {
          font-weight: normal;
          color: #f00;
          line-height: 1.35;

          display: block;
        }
.dlist_type1.__vari2 .dhead .icon {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;

        color: #fff;
        font-size: 0.889em;
      }
.dlist_type1.__vari2 .dhead .icon:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;

          width: 0;
          height: 0;
          border-style: solid;
          border-width: 30px 30px 0 0;
          border-color: #34b75c transparent transparent transparent;
        }
.dlist_type1.__vari2 .dhead .icon .layer {
          position: relative;
          z-index: 2;
        }
.dlist_type1.__vari2 .ditem {
      -ms-flex: 1 1;
          flex: 1 1;
      -ms-flex-preferred-size: calc(100% -180px);
          flex-basis: calc(100% -180px);
      max-width: calc(100% - 180px);

      padding-left: 1em;
      padding-top: 0.555em;
      padding-bottom: 0.555em;
    }
@media screen and (max-width: 599px) {
    .dlist_type1 .dhead {
      width: 80px;
      height: 80px;

      padding: 0.555em;
    }
    .dlist_type1 .ditem {
      padding: 0.555em;
    }

    .dlist_type1.__large,
    .dlist_type1.__vari2 {
      display: block;
    }

      .dlist_type1.__large .dhead,
      .dlist_type1.__large .ditem,
      .dlist_type1.__vari2 .dhead,
      .dlist_type1.__vari2 .ditem {
        max-width: 100%;
        width: 100%;
      }
      .dlist_type1.__large .dhead, .dlist_type1.__vari2 .dhead {
        padding: 0.324em 0.555em;
      }

        .dlist_type1.__large .dhead .text, .dlist_type1.__vari2 .dhead .text {
          text-align: center;

          position: static;
          -ms-transform: translateY(0px);
              transform: translateY(0px);

          padding: 0;
        }
      .dlist_type1.__large .ditem, .dlist_type1.__vari2 .ditem {
        padding: 0.555em;
      }
      .dlist_type1.__vari1 .dhead {
        margin-bottom: 0;
        padding: 0.555em;
      }
      .dlist_type1.__vari1 .ditem {
        padding: 0.555em;
      }
        .dlist_type1.__vari2 .dhead .text {
          padding-left: 1em;
        }
          .dlist_type1.__vari2 .dhead .icon:before {
            content: "";
            border-width: 26px 26px 0 0;
          }
  }
/*************************************
* 順番リスト1
*************************************/
.olist_type1 {
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 599px) {
}
/* テーブル */
/**************************************************************
*
* テーブル
*
**************************************************************/
/*************************************
* テーブルコンテナー
*************************************/
.table_container {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 979px) {
  .table_container::-webkit-scrollbar {
    height: 5px;
  }
  .table_container::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eee;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  }
  /*スクロールバーの動く部分*/
  .table_container::-webkit-scrollbar-thumb {
    background-color: rgba(29, 33, 139, 0.7);
    border-radius: 10px;
    box-shadow:0 0 0 1px rgba(255, 255, 255, .7);
  }
}
/*************************************
* 共通スタイル
*************************************/
[class*=" table_type"],
[class^="table_type"] {
  width: 100%;
}
/*************************************
* テーブル1
*************************************/
.table_type1 {
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 599px) {
}
/* ヘッダー */
/**************************************************************
*
* ヘッダー＆グローバルナビゲーション
*
**************************************************************/
body {
  padding-top: 82px;
}
@media screen and (max-width: 599px) {
    body { padding-top: 48px;}
  }
/**************************************************************
* ヘッダー
**************************************************************/
.header {
  background-color: #fff;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
}
.header .content_page {
    padding-right: 0;
  }
.header .inner {
  /* safari10 s */
  display: -webkit-box;
  /* safari10 e */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
@media screen and (max-width: 768px) {
    .header .logo {
      max-width: 250px;
    }
  }
@media screen and (max-width: 599px) {
    .header {
      position: static;
      height: auto;
    }
    .header .inner {
      display: block;
    }
      .header .inner .left {
        position: fixed;
        z-index: 5;
        top: 0;
        left: 0;
        width: 100%;
        height: 48px;

        padding-top: 0.702em;
        padding-bottom: 0.702em;
        padding-left: 4%;
        background-color: #fff;
      }
  }
/**************************************************************
* グローバルナビゲーション
**************************************************************/
.nav_gb .list {
  /* safari10 s */
  display: -webkit-box;
  /* safari10 e */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
.nav_gb .list > .litem {
      position: relative;
    }
.nav_gb .list > .litem.sub {
        width: 80px;

        background-color: #fefceb;
      }
.nav_gb .list > .litem.sub .inner {
          font-size: 1.802em;
          color: #e8640c;

          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
        }
.nav_gb .list > .litem.sub .inner .text {
            display: none;
          }
.nav_gb .list > .litem.sub .inner .icon {
            position: absolute;
            top: 50%;
            left: 50%;
            display: block;

            -ms-transform: translate(-50%, -50%);

                transform: translate(-50%, -50%);

            margin: auto;

            transition: 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition-property: transform;
          }
.hover .nav_gb .list > .litem.sub .inner:hover,
          .nav_gb .list > .litem.sub .inner.hover,
          .nav_gb .list > .litem.sub .inner:focus {
            background-color: #e8640c;

            color: #fff;
          }
.hover .nav_gb .list > .litem.sub .inner:hover .icon, .nav_gb .list > .litem.sub .inner.hover .icon, .nav_gb .list > .litem.sub .inner:focus .icon {
              -ms-transform: translate(-50%, -50%) rotate(6deg);
                  transform: translate(-50%, -50%) rotate(6deg);
            }
.nav_gb .list > .litem > .inner {
        display: block;

        cursor: pointer;

        padding: 1.125em;

        transition: 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition-property: background-color, color;
      }
.hover .nav_gb .list > .litem > .inner:hover,
        .nav_gb .list > .litem > .inner.hover,
        .nav_gb .list > .litem > .inner:focus {
          background-color: #f4fcf6;
        }
.nav_gb .list > .litem > .inner .subtext {
          display: block;

          text-align: center;
          color: #34b75c;
          font-family: 'Allura', cursive;
          font-size: 1.424em;
          line-height: 1;
        }
.nav_gb .list > .litem > .inner .text {
          font-size: 0.889em;
          text-align: center;
          font-weight: bold;

          display: block;
        }
.nav_gb .list .sublist {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 270px;

      background-color: rgba(244, 252, 246, 0.8);

      padding: 0.2em 0.555em;
    }
.nav_gb .list .sublist .litem:not(:last-child) {
          border-bottom: 1px solid #fff;
        }
.nav_gb .list .sublist .litem a {
          display: block;

          padding: 0.324em 0.624em;

          transition: 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-property: background-color, color;
        }
.hover .nav_gb .list .sublist .litem a:hover,
          .nav_gb .list .sublist .litem a:focus {
            background-color: #34b75c;
            color: #fff;
          }
@media screen and (max-width: 599px) {
    .nav_gb {
      position: fixed;
      top: 48px;
      right: 0;
      z-index: 5;
      width: 100%;
      height: calc(100% - 48px);

      background-color: #fefceb;

      -ms-transform: translateX(100%);

          transform: translateX(100%);

      opacity: 0;

      transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition-property: opacity, transform;
      transition-duration: 300ms, 0ms;
      transition-delay: 0ms, 300ms;
    }

      .nav_gb.active {
        opacity: 1;

        -ms-transform: translateX(0%);

            transform: translateX(0%);

        transition-delay: 0ms, 0ms;
      }
    .nav_gb .list {
      display: block;
    }
        .nav_gb .list > .litem:not(.sub) {
          margin-bottom: 0.555em;
        }
          .hover .nav_gb .list > .litem .inner:hover,
          .nav_gb .list > .litem .inner.hover,
          .nav_gb .list > .litem .inner:focus {
            background-color: transparent;
          }
          .nav_gb .list > .litem:nth-of-type(1) .inner {
            padding-bottom: 0;
          }
          .nav_gb .list > .litem:nth-of-type(2) .inner {
            background-color: #34b75c;
            border-radius: 7px;

            max-width: 280px;
            margin-left: auto;
            margin-right: auto;
            padding: 0.702em;

            color: #fff;
          }

            .nav_gb .list > .litem:nth-of-type(2) .inner .subtext {
              color: #fff;
            }
            .nav_gb .list > .litem:nth-of-type(2) .inner .text {
              line-height: 1;
            }

            .hover .nav_gb .list > .litem:nth-of-type(2) .inner:hover,
            .nav_gb .list > .litem:nth-of-type(2) .inner.hover,
            .nav_gb .list > .litem:nth-of-type(2) .inner:focus {
              background-color: #34b75c;
            }
        .nav_gb .list > .litem.sub {
          width: auto;
        }

          .nav_gb .list > .litem.sub .inner {
            background-color: #e8640c;
            border-radius: 7px;

            position: relative;
            max-width: 280px;

            margin-left: auto;
            margin-right: auto;

            color: #fff;

            padding: 0.324em 1.802em;
          }

            .nav_gb .list > .litem.sub .inner .text {
              display: block;

              font-size: 0.624em;
              line-height: 1.3;

              margin-top: 0.555em;
            }

            .nav_gb .list > .litem.sub .inner .icon {
              position: static;
              -ms-transform: translate(0px);
                  transform: translate(0px);

              text-align: center;
              font-size: 0.79em;

              transition-property: none;
            }
              .hover .nav_gb .list > .litem.sub .inner:hover .icon, .nav_gb .list > .litem.sub .inner.hover .icon, .nav_gb .list > .litem.sub .inner:focus .icon {
                -ms-transform: translate(0px);
                    transform: translate(0px);
              }
          .nav_gb .list > .litem .inner .subtext,
          .nav_gb .list > .litem .inner .text {
            font-size: 1em
          }
          .nav_gb .list > .litem .inner .subtext {
            font-size: 1.802em;
          }
          .nav_gb .list > .litem .inner .text {
            font-size: 1.266;
          }

      .nav_gb .list .sublist {
        display: block;
        position: static;

        background-color: transparent;

        text-align: center;

        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
      }

        .nav_gb .list .sublist .litem {
          display: inline-block;
          width: 140px;

          margin-bottom: 0;
          padding: 0.324em 0;
        }

          .nav_gb .list .sublist .litem:not(:last-child) {
            border-bottom: none;
          }

          .nav_gb .list .sublist .litem a {
            font-weight: bold;
            color: #fff;

            background-color: #34b75c;
            border: 3px solid #fff;
          }
  }
/**************************************************************
* ハンバーガーメニュー
**************************************************************/
.nav_toggle {
  display: none;
  padding: 0;
  height: 25px;
  width: 35px;

  position: absolute;
  top: 0.79em;
  right: 4%;
}
.nav_toggle .bd,
  .nav_toggle .bd:after,
  .nav_toggle .bd:before {
    transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-property: opacity, transform;

    display: block;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;

    width: 35px;
    height: 2px;

    background-color: #34b75c;
  }
.nav_toggle .bd:before,
    .nav_toggle .bd:after {
      content: "";
    }
.nav_toggle .bd:before {
      -ms-transform: translateY(-9px);
          transform: translateY(-9px);
    }
.nav_toggle .bd:after {
      -ms-transform: translateY(9px);
          transform: translateY(9px);
    }
.nav_toggle.active .bd {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
    }
.nav_toggle.active .bd:before {
        -ms-transform: translateY(0px) rotate(-90deg);
            transform: translateY(0px) rotate(-90deg);
      }
.nav_toggle.active .bd:after {
        opacity: 0;
      }
@media screen and (max-width: 599px) {
    .nav_toggle {
      display: block;
    }
  }
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 599px) {
}
/* フッター */
/**************************************************************
*
* ãƒ•ãƒƒã‚¿ãƒ¼
*
**************************************************************/
.footer {
	position: relative;

  padding: 1.802em 0;
}
.footer .content_page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
  }
.footer .nav_footer .litem {
      display: inline-block;
    }
.footer .nav_footer .litem:not(:last-child):after {
          content: "｜";
        }
.footer .copyright {
    text-align: right;
    font-size: 0.889em;
    word-break: break-word;

    display: block;
  }
@media screen and (max-width: 768px) {
      .footer .copyright {
        text-align: left;

        margin-top: 1em;
      }
    }
@media screen and (max-width: 768px) {
    .footer .content_page {
      display: block;
    }
  }
@media screen and (max-width: 599px) {
      .footer .nav_footer .litem {

      }
  }
/*************************************************************
*
* 基本スタイル／汎用クラス
*
*************************************************************/
/*************************************************************
* 要素の回り込み
*************************************************************/
.fleft 			{float:left;}
.fright 		{float:right;}
/* 要素の回り込み解除 */
.sc 			{clear:both;}
/*************************************************************
* クリアフィックス
*************************************************************/
.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {clear:both;}
.cf 	    {zoom:1;}
/*************************************************************
* その他
*************************************************************/
/* block */
.block { display: block; }
/* relative */
.relative_box { position: relative; }
/* 要素を天地中央 */
.absolute_center {
  position: absolute;
  top: 50%;
  left: 50%;

  -ms-transform: translate(-50%, -50%);

      transform: translate(-50%, -50%);
}
/* shadow */
.shadow {
  box-shadow:3px 3px 20px 0px #d4d4d4;
}
/* objfit */
img.objfit {
  width: 100%;
  object-fit: cover;
  object-position: center;

  font-family: 'object-fit: cover;object-position: center;';
}




/*************************************************************
* デバイス毎の処理用
*************************************************************/
@media screen and (min-width: 768px) {
  .pc_none {display: none;}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 599px) {
  .sp_none {display: none;}
}
@media screen and (max-width: 999px) {
}
@media screen and (max-width: 768px) {
}
/**************************************************************
*
* パンくず
*
**************************************************************/
.topicpass li {
    display: inline-block;
  }
.topicpass li:after {
      content: ">";
      font-family: 'icomoon';
      margin-left: 10px;
      margin-left: 10px;
    }
.topicpass li:last-child:after {
      content: none;
    }
.topicpass li a {
      text-decoration: underline;
    }
.hover .topicpass li a:hover,
      .topicpass li a.hover,
      .topicpass li a:focus {
        text-decoration: none;
      }
.topicpass i:before {
    vertical-align: bottom;
  }
/**************************************************************
*
* トップメインイメージ
*
**************************************************************/
.top .mainimage {
  height: 640px;
  position: relative;

  margin-bottom: 2.887em;

  opacity: 0;

  transition: 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-property: opacity;
}
.top .mainimage.load {
    opacity: 1;
  }
.top .mainimage .objfit {
    position: absolute;
    top: 0;
    left:0;
    height: inherit;
  }
.top .mainimage .content_page {
    position: relative;
    height: inherit;
    overflow: hidden;
  }
.top .mainimage .box {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;

    -ms-transform: translateY(-50%);

        transform: translateY(-50%);

    text-align: center;
  }
.top .mainimage .box img {
      margin-bottom: 2.281em;
    }
.top .mainimage .box .maintext01 {
      display: inline-block;
      position: relative;

      padding-left: 1.602em;
      padding-right: 1.602em;
      margin-bottom: 2.281em;
    }
.top .mainimage .box .maintext01:after,
      .top .mainimage .box .maintext01:before {
        content: "";
        height: 1px;
        width: 1000px;

        background-color: #fff;

        position: absolute;
        top: 0;
        bottom: 0;

        margin: auto;
      }
.top .mainimage .box .maintext01:after { left: 100%;}
.top .mainimage .box .maintext01:before { right: 100%;}
.top .mainimage .box .maintext01 img {
        margin-bottom: 0;
      }
.top .mainimage .box .btn_type1 {
      box-shadow:3px 3px 20px 0px #333;
    }
@media screen and (max-width: 999px) {
    .top .mainimage .objfit {
      object-position: right center;
      font-family: 'object-fit: cover;object-position: right center';
    }
  }
@media screen and (max-width: 768px) {
    .top .mainimage {
      height: 400px;
    }
  }
@media screen and (max-width: 599px) {
    .top .mainimage {
      height: auto;

      margin-bottom: 1.802em;
    }

      .top .mainimage .objfit {
        position: static;
        height: 160px;

        object-position: center;
        font-family: 'object-fit: cover;object-position: center';
      }

      .top .mainimage .box {
        position: static;
        background-color: #f4fcf6;

        -ms-transform: translateY(0px);

            transform: translateY(0px);

        padding: 1.266em 4% 1.602em;
      }

        .top .mainimage .box img {
          margin-bottom: 1.802em;
        }
          .top .mainimage .box .maintext01:after,
          .top .mainimage .box .maintext01:before {
            background-color: #000;
          }

        .top .mainimage .box .btn_type1 {
          box-shadow:3px 3px 20px 0px #d4d4d4;
        }

      .top .mainimage .content_page {
        padding-left: 0;
        padding-right: 0;
      }
  }
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 599px) {
}
/*************************************************************
*
* 下層メインイメージ
*
*************************************************************/
.subpage .mainimage {
  height: 340px;
  position: relative;

  margin-bottom: 2.887em;
}
.subpage .mainimage .objfit {
    height: inherit;
  }
.subpage .mainimage .box {
    position: absolute;
    top: 50%;
    left: 50%;

    -ms-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

    color: #fff;
    text-align: center;
  }
.subpage .mainimage .box .subtext {
      font-family: 'Allura', cursive;
      font-size: 4.11em;
      line-height: 1.1;
      white-space: nowrap;
    }
.subpage .mainimage .box .headline {
      font-size: 1.602em;
    }
@media screen and (max-width: 768px) {
    .subpage .mainimage { height: 300px; }
  }
@media screen and (max-width: 599px) {
    .subpage .mainimage {
      height: 160px;

      margin-bottom: 1.802em;
    }
        .subpage .mainimage .box .subtext {
          white-space: normal;
          word-break: break-word;
          font-size: 2.566em;
        }
  }
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 599px) {
}
/*************************************************************
*
* ページローディングアニメーション
*
*************************************************************/
.loader {

}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {}
@supports () {}
/*# sourceMappingURL=parts.css.map */
