/**
 * -- ORIGIN STYLE -- 
 *
 * 既に利用中の id や class を上書きせず、新しい class を作成して上書きするようにしてください。
 * 既存CSS記述によっては、上書きできない場合がございます。ご了承ください。
 */
 
/*============*/
/* フォント設定 */
/*============*/

.font-marugothic{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO" !important;
}
/* フォントサイズ（基本サイズ16px）を基準に */
.f06 { font-size: 0.6rem !important;}
.f07 { font-size: 0.7rem !important;}
.f08 { font-size: 0.8rem !important;}
.f09 { font-size: 0.9rem !important;}
.f10 { font-size: 1.0rem !important;}
.f11 { font-size: 1.1rem !important;}
.f12 { font-size: 1.2rem !important;}
.f13 { font-size: 1.3rem !important;}
.f14 { font-size: 1.2rem !important;}
.f15 { font-size: 1.5rem !important;}
.f16 { font-size: 1.4rem !important;}
.f17 { font-size: 1.7rem !important;}
.f18 { font-size: 1.4rem !important;}
.f19 { font-size: 1.9rem !important;}
.f20 { font-size: 1.5rem !important;}
.f21 { font-size: 2.1rem !important;}
.f22 { font-size: 1.5rem !important;}
.f23 { font-size: 2.3rem !important;}
.f24 { font-size: 1.7rem !important;}
.f25 { font-size: 2.5rem !important;}
.f26 { font-size: 2.6rem !important;}
.f27 { font-size: 2.7rem !important;}
.f28 { font-size: 2.8rem !important;}
.f29 { font-size: 2.9rem !important;}
.f30 { font-size: 3.0rem !important;}
.f34 { font-size: 2.0rem !important;}
@media (min-width: 781px) {
.f06 { font-size: 0.6rem !important;}
.f07 { font-size: 0.7rem !important;}
.f08 { font-size: 0.8rem !important;}
.f09 { font-size: 0.9rem !important;}
.f10 { font-size: 1.0rem !important;}
.f11 { font-size: 1.1rem !important;}
.f12 { font-size: 1.2rem !important;}
.f13 { font-size: 1.3rem !important;}
.f14 { font-size: 1.4rem !important;}
.f15 { font-size: 1.5rem !important;}
.f16 { font-size: 1.6rem !important;}
.f17 { font-size: 1.7rem !important;}
.f18 { font-size: 1.8rem !important;}
.f19 { font-size: 1.9rem !important;}
.f20 { font-size: 2.0rem !important;}
.f21 { font-size: 2.1rem !important;}
.f22 { font-size: 2.2rem !important;}
.f23 { font-size: 2.3rem !important;}
.f24 { font-size: 2.3rem !important;}
.f25 { font-size: 2.4rem !important;}
.f26 { font-size: 2.6rem !important;}
.f27 { font-size: 2.7rem !important;}
.f28 { font-size: 2.8rem !important;}
.f29 { font-size: 2.9rem !important;}
.f30 { font-size: 3.0rem !important;}
.f34 { font-size: 3.4rem !important;}
}

/* 行間 */
.lh10 { line-height: 1.0rem !important;}
.lh11 { line-height: 1.1rem !important;}
.lh12 { line-height: 1.2rem !important;}
.lh13 { line-height: 1.3rem !important;}
.lh14 { line-height: 1.4rem !important;}
.lh15 { line-height: 1.5rem !important;}
.lh16 { line-height: 1.6rem !important;}
.lh17 { line-height: 1.7rem !important;}
.lh18 { line-height: 1.8rem !important;}
.lh19 { line-height: 1.9rem !important;}
.lh20 { line-height: 2.0rem !important;}
.lh25 { line-height: 2.5rem !important;}
.lh34 { line-height: 3.4rem !important;}


h2.content-title {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
}
.bubble-title {
	background-image: url(images/bubble.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: table;
	height: 360px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
@media (min-width: 781px) {
.bubble-title {
	height: 296px;
	width: 500px;
}
}
@media (max-width: 780px) {
.bubble-title {
	margin-bottom: -80px;
	margin-top: -40px;
}
}
.bubble-title h2 {
	display: table-cell;
	vertical-align: middle;
}
h3.interview-title {
	margin-top: 1.5em !important;
	margin-right: 0px !important;
	margin-bottom: 0.5em !important;
	margin-left: 1em !important;
	text-indent: -1em;
	padding: 0px !important;
}
h3.flow-title {
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #838b0d;
	border-bottom-color: #838b0d;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	text-align: center;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	line-height: 140%;
	position: relative;
	overflow: hidden;
}
h3.flow-title::before {
	content: "";
	display: block;
	height: 190px;
	width: 70px;
	background-image: url(images/ti_ic01.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -80px;
	position: absolute;
	top: 50%;
	z-index: 1;
	margin-right: 140px;
	right: 50%;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
h3.flow-title::after {
	content: "";
	display: block;
	height: 173px;
	width: 60px;
	background-image: url(images/ti_ic02.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -86px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 140px;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
@media (min-width: 781px) {
h3.flow-title::before {
	content: "";
	display: block;
	height: 190px;
	width: 128px;
	background-image: url(images/ti_ic01.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -80px;
	position: absolute;
	top: 50%;
	z-index: 1;
	margin-right: 230px;
	right: 50%;
}
h3.flow-title::after {
	content: "";
	display: block;
	height: 173px;
	width: 138px;
	background-image: url(images/ti_ic02.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -86px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 200px;
}
h3.flow-title {
	font-size: 2.5rem;
}
}

h3.yellow-title {
	color: #FFF;
	background-color: #fec004;
	text-align: center;
	padding: 0.2em;

}
h3.flow-title1,h3.flow-title2 {
	font-size: 1.2rem;
	color: #FFF;
	background-color: #666;
	text-align: center;
	padding: 0.3em;
}
h3.flow-title1 {
	background-color: #f28f3d;
}
h3.flow-title2 {
	background-color: #eec45f;
}
.number-ic01,.number-ic02,.number-ic03 {
	position: relative;
	margin-left: 50px;
}
.number-ic01::before,.number-ic02::before,.number-ic03::before {
	content: "";
	background-color: #89c997;
	height: 35px;
	width: 40px;
	-webkit-border-top-left-radius: 65%;
	-webkit-border-top-right-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
	-webkit-border-bottom-left-radius: 40%;
	-moz-border-radius-topleft: 65%;
	-moz-border-radius-topright: 50%;
	-moz-border-radius-bottomright: 50%;
	-moz-border-radius-bottomleft: 40%;
	display: block;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	position: absolute;
	left: -50px;
	top: 0px;
}
.number-ic01::before {
	content: "1";
}
.number-ic02::before {
	content: "2";
}
.number-ic03::before {
	content: "3";
}

/* レスポンシブフォント */
.font-responsive-1 { font-size: 80vw !important;}
.font-responsive-2 { font-size: 100vw !important;}
.font-responsive-3 { font-size: 120vw !important;}
.font-responsive-4 { font-size: 160vw !important;}
.font-responsive-5 { font-size: 200vw !important;}

/*フォント太さ */
.font-normal; {font-weight: normal; }
.font-bold {font-weight: bold; }
.font-100 {font-weight: 100; }
.font-200 {font-weight: 200; }
.font-300 {font-weight: 300; }
.font-400 {font-weight: 400; }
.font-500 {font-weight: 500; }
.font-600 {font-weight: 600; }
.font-700 {font-weight: 700; }
.font-800 {font-weight: 800; }
.font-900 {font-weight: 900; }

/* フォント配置 */
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
text-justify: inter-ideograph;
}

.text-middle {
   vertical-align: middle;
}

/* フォントcolor */

.text-brown {
	color: #b45c48!important;	
}
.text-green {
	color: #006633!important;	
}
.text-winered {
	color: #ba4668!important;	
}
.text-orange {
	color: #f39700!important;	
}
.text-bg-brown {
	color: #FFFFFF;
	background-color: #b45c48;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
}
.dot-text {
	 text-emphasis-style:"・";

   -webkit-text-emphasis-style:"・";
}

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

.d-flex-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.col-md-6,.col-md-10,.col-md-12 {
	padding-right: 10px;
	padding-left: 10px;
}
@media (min-width: 781px) {
.col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-md-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-md-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
}
@media (max-width: 780px) {
.block-center {
	display: table-cell;
	margin-right: auto;
	margin-left: auto;  
}
.img-center {

	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
}
/* table */
 .d-table {
    display: table !important;
  }

  .d-table-cell {
    display: table-cell !important;
  }
@media (min-width: 781px) {
   .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }
}
  
/* line */
.line-red{
	border: 4px dashed #ff0000;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	padding: 20px;
}
.line-blue{
	border: 4px dashed #007bbc;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	padding: 20px;
}
/* 画像 */
.img-fluid {
  max-width: 100%;
  height: auto;
}
/* 角丸 */
.radius10 {  
    border-radius: 10px;  
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.radius5 {  
    border-radius: 5px;  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}  

/* content幅 */
.w-10 {
	width: 8em;
	
}
.w-20 {
	width: 20em;
	
}
.w-80 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.w-100 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.mb70{
	margin-bottom: 70px;	
}
.w-688 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 1040px) {
.w-10 {
	width: 10em;
	
}
.w-688 {
  width: 66%;
}}

.w-840 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 1040px) {
.w-840 {
  width: 80%;
}}
/* ボタン */
.bin-green {
	background-color: #638c0b;
	color: #e5ffad;
	text-align: center;
	display: block;
	padding-top: 0.2em;
	padding-right: 1.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	text-decoration: none;
	position: relative;
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 780px) {
.bin-green {
	font-size: 90%;	
}
}
.bin-green::after {
	content: "＞";
	margin-top: -0.9em;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0.3em;
}
.bin-green:hover {
	opacity:0.8;
}

/* 背景 */
.bg-yellow {
	background-color: #fef0c7;
	padding: 1.5em;
}
.bg-table {
	background-color: #fef8e8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.bg-table-end {
	background-color: #fef8e8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

.bg-table div,.bg-table-end div {
	padding-top: 0.5em;
	padding-right: 0.8em;
	padding-bottom: 0.5em;
	padding-left: 0.8em;
}
@media (max-width: 780px) {
.bg-table,.bg-table-end {
	font-size: 70%;	
}
.bg-table div,.bg-table-end div {
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
}
}
.bg-img00 {
	background-image: url(images/bg01.jpg) !important;
	background-repeat: repeat !important;
	background-position: center top !important;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 15% !important;
}
.bg-img01 {
	background-image: url(images/bg02.png),url(images/bg01.jpg) !important;
	background-repeat: no-repeat,repeat !important;
	background-position: center bottom,center top !important;
	-moz-background-size: auto 100% !important;
	background-size: auto 100% !important;
	margin-top: -40px;
	margin-bottom: 0px;
	padding-bottom: 15% !important;
}
@media (min-width: 781px) {
.bg-img01 {
	-moz-background-size: 100% auto !important;
	background-size: 100% auto !important;
}
}
.bg-img02 {
	background-image: url(images/bg05.png),url(images/bg03.png),url(images/bg04.jpg) !important;
	background-repeat: no-repeat,no-repeat,repeat !important;
	background-position: center bottom,center top,center top !important;
	-moz-background-size: 100% auto !important;
	background-size: 100% auto !important;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15% !important;
	padding-bottom: 15% !important;
}
.bg-img03 {
	background-image: url(images/bg08.png),url(images/bg06.png),url(images/bg07.jpg) !important;
	background-repeat: no-repeat,no-repeat,repeat !important;
	background-position: center bottom,center top,center top !important;
	-moz-background-size: 100% auto !important;
	background-size: 100% auto !important;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15% !important;
	padding-bottom: 15% !important;
}
.bg-img04 {
	background-image: url(images/bg01.jpg) !important;
	background-repeat: repeat !important;
	background-position: center top !important;
	margin-top: 0px;
	margin-bottom: 0px;
}
.adjust-box {
	position: relative;
	width: 85%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bt_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	overflow: hidden;
	margin-bottom: 100px;
}
.adjust-box:hover {
	opacity:0.8;
}
.box-4x3:before {
    content: "";
    display: block;
    padding-top: 14.5%; /* 4:3 */
}
.inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 97%;
	text-align: center;
	
	
	padding-top: 1%;
	color: #000;
	text-decoration: none;
}
@media (min-width: 781px) {
.inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 95.5%;
	text-align: center;
	
	
	padding-top: 4.5%;
	color: #000;
	text-decoration: none;
}

}
.inner:hover {
	opacity:0.8;
}
.footer {
	font-size: 80%;
	color: #FFF !important;
	background-color: #838b0d;
	padding-top: 3em;
	padding-right: 1em;
	padding-bottom: 3em;
	padding-left: 1em;
	text-align: center;
	font-weight: 600;
}

/* スライダーの設定 */
.slider{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.top-slide{
	margin: 0px !important;
	padding-top: 0px !important;
}
.slider-area{
	position: relative;
	overflow: hidden;
}
.slider-text{
	position: absolute;
}
.slider-logo{
	top: 5%;
	right: 10px;
	z-index: 50;
	display: block;
	width: 40%;
	max-width: 413px;
}
.slider-text1{
	top: 40%;
	right: -50px;
	z-index: 50;
	display: block;
	width: 74%;
	max-width: 712px;
}
.slider-text2{
	top: 60%;
	right: -20
	px;
	z-index: 50;
	display: block;
	width: 74%;
	max-width: 765px;
}
@media (min-width: 781px) {
.slider-text1{
	top: 40%;
	right: -100px;
	z-index: 50;
	display: block;
	width: 64%;
	max-width: 712px;
}
.slider-text2{
	top: 60%;
	right: -30px;
	z-index: 50;
	display: block;
	width: 74%;
	max-width: 765px;
}}
/*表示*/
.d-none{
	display: none !important;
}
@media (min-width: 781px) {
.d-md-none{
	display: none !important;
}
.d-md-inline-block{
	display: inline-block !important;
}
}
