/* CSS初期化
------------------------------------------------- */
@font-face {
  font-family: "GenJyuuGothic-P";
  font-style: normal;
  font-weight: 400;
  src:url("img2/GenJyuuGothic-P-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "GenJyuuGothic-P";
  font-style: normal;
  font-weight: 500;
  src:url("img2/GenJyuuGothic-P-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "GenJyuuGothic-P";
  font-style: normal;
  font-weight: 700;
  src:url("img2/GenJyuuGothic-P-Bold.ttf") format("truetype");
}

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas,a{
	margin: 0px;
	padding: 0px;
	font-family: GenJyuuGothic-P,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
}
}

ul{
	list-style-type:none;
}

img{
	display:block;
	border-style:none;
}

a{
	text-decoration: none;
}

a > img:hover{
 
opacity:0.7;
 
filter:alpha(opacity=70);
 
-ms-filter: “alpha( opacity=70 )”;
 
transition: 0.6s;
 
}

#loader-bg{
	width:100%;
	background:#fff;
	z-index:9999;
}

#loader-bg img{
	top: 40%;
    left: 50%;
    position: fixed;
    margin-left: -50px;
    width: 100px;
}

#main-contents{
//	display:none;
	opacity:0;
    transition-duration:1s;
	width:100%;
}

.at{
	opacity: 0;
}

.fadebottom {
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1s;
  -ms-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-name: fadebottom;
  animation-name: fadebottom;
  visibility: visible !important; }
@-webkit-keyframes fadebottom {
  0% { opacity: 0; -webkit-transform: translateY(100px); }
  100% { opacity: 1; -webkit-transform: translateY(0); } }
@keyframes fadebottom {
  0% { opacity: 0; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); }
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }

 .fadeOn {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeOn;
 animation-name: fadeOn;
 visibility: visible !important;
}
@-webkit-keyframes fadeOn {
 0% { opacity: 0; -webkit-transform: translateX(40px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeOn {
 0% { opacity: 0; -webkit-transform: translateX(40px); -ms-transform: translateX(40px); transform: translateX(40px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

.gray{
	background:#f5f5f5;
}

@media (min-width: 768px) {
/* ヘッダー
------------------------------------------------- */
body{
    font-size: 14px;
    text-align:justify;
    overflow-wrap: break-word;
}

.sp{
	display:none!important;
}

header{
    background: #008044;
    width: 100%;
}

.header_inner{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	display:flex;
	color:#fff;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.header{
	display:flex;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
}

.header a{
	color:#fff;
	font-size:14px;
}

.header>a>img{
	width:55%;
	min-width:240px;
}

.header_menu{
	width: 50%;
    display: flex;
    justify-content:space-between;
}

/* Index
------------------------------------------------- */
.index_hdWrapper{
	width:100%;
}

.index_hdWrapper > img{
	width:100%;
}

.index_hd{
	position: relative;
    width: 100%;
    max-width:1300px;
    margin: 0 auto;
}

.index_hd > img{
    width: 350px;
    position: absolute;
    top: 50%;
    margin-top: -175px;
    margin-left: 50px;
}

.index_Blocktop{
    width: 100%;
    max-width:1300px;
    margin: 0 auto;
    margin-top: 103px;
    display: flex;
    align-items: center;
}

.index_Blocktop_img{
	width:60%;
}

.index_Blocktop_img > img{
    width: 100%;
}

.index_Blocktop_text{
    width: 35%;
    margin-left: 2.5%;
}

.index_Blocktop_text > img:first-child{
	margin-bottom: 40px;
    margin-left: -15%;
}

.index_Blocktop_textHd{
    font-size: 30px;
    letter-spacing: 5px;
    font-style: italic;
}

.index_Block_img > img{
	width:100%;
}

.index_Block{
	width: 100%;
	max-width:1300px;
	margin: 100px auto 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index_Block_textHd{
	
}

.index_Block:nth-child(4) > .index_Block_img{
	width: 65%;
}

.index_Block:nth-child(4) > .index_Block_text{
	width:355px;
}

.index_Block:nth-child(4) > .index_Block_text > .index_Block_textHd:nth-child(1){
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 70px;
    letter-spacing: 13px;
    font-style: italic;
	font-weight:bold;
}

.index_Block:nth-child(4) > .index_Block_text > .index_Block_textHd:nth-child(2){
	text-align:center;
	margin-bottom:30px;
}

.index_Block:nth-child(4) > .index_Block_text > .index_Block_textHd:nth-child(2) > div:first-child{
	font-size:16px;
	letter-spacing:3px;
}

.index_Block:nth-child(4) > .index_Block_text > .index_Block_textHd:nth-child(2) > div:last-child{
	width:70px;
	height:5px;
	margin:10px auto 0;
	background-color:black;
}

.index_Block:nth-child(4) > .index_Block_text > .index_Block_textHd:nth-child(3){
	font-size: 24px;
	letter-spacing: 8px;
	font-style: italic;
	font-weight:bold;
	font-family:auto;
	margin-bottom:40px;
}

.index_Block:nth-child(4) > .index_Block_text > .index_Block_textMain{
    line-height: 2;
    font-weight: bold;
    letter-spacing: 2px;
}

.index_Block > .index_Block_text > .index_blockBtn{
	width:310px;
	border:3px solid #00803e;
	line-height:48px;
	border-radius: 5px;
	text-align: center;
	margin-top:40px;
	position:relative;
}

.index_Block > .index_Block_text > .index_blockBtn div{
	color:#00803e;
	font-size: 17px;
	letter-spacing: 3px;
	font-weight: bold;
}

.index_Block > .index_Block_text > .index_blockBtn:after{
	content: "";
	width: 44px;
	height: 9px;
	border-bottom: 4px solid #00803e;
	border-right: 6px solid #00803e;
	margin: auto 0;
	position: absolute;
	right: 0;
	top: -6px;
	bottom: 0;
	transform: translateX(50%) skewX(56deg);
	transition: all ease 300ms;
}

.index_Block > .index_Block_text > .index_blockBtn:hover:after {
	transform: translateX(70%) skewX(56deg);
	transition: all ease 300ms;
}

.index_Block_cell{
	width: 100%;
	max-width:1300px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index_Block_cell > .index_Block_img{
	width: 50%;
}

.index_Block_cell > .index_Block_text{
	width: 50%;
}

.index_Block_cell > .index_Block_text > .index_Block_textHd:nth-child(1){
	font-size: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 10px;
	font-style: italic;
	font-weight:bold;
	text-align:center;
}

.index_Block_cell > .index_Block_text > .index_Block_textHd:nth-child(2){
	text-align:center;
	margin-bottom:30px;
}

.index_Block_cell > .index_Block_text > .index_Block_textHd:nth-child(2) > div:first-child{
	font-size:16px;
	letter-spacing:3px;
}

.index_Block_cell > .index_Block_text > .index_Block_textHd:nth-child(2) > div:last-child{
	width:70px;
	height:5px;
	margin:10px auto 0;
	background-color:black;
}

.index_Block_cell > .index_Block_text > .index_Block_textMain{
    line-height: 2;
    font-weight: bold;
    letter-spacing: 2px;
    width:350px;
    margin:0 auto;
}

.index_Block_cell > .index_Block_text > .index_blockBtn{
	width:310px;
	border:3px solid #00803e;
	line-height:48px;
	border-radius: 5px;
	text-align: center;
	margin:40px auto 0;
	position:relative;
}

.index_Block_cell > .index_Block_text > .index_blockBtn div{
	color:#00803e;
	font-size: 17px;
	letter-spacing: 3px;
	font-weight: bold;
}

.index_Block_cell > .index_Block_text > .index_blockBtn:after{
	content: "";
	width: 44px;
	height: 9px;
	border-bottom: 4px solid #00803e;
	border-right: 6px solid #00803e;
	margin: auto 0;
	position: absolute;
	right: 0;
	top: -6px;
	bottom: 0;
	transform: translateX(50%) skewX(56deg);
	transition: all ease 300ms;
}

.index_Block_cell > .index_Block_text > .index_blockBtn:hover:after {
	transform: translateX(70%) skewX(56deg);
	transition: all ease 300ms;
}

.index_Block_group{
	margin:100px 0 40px;
	width:100%;
}

.index_Block_group > img{
	width:40%;
	margin:0 auto;
}

.index_Block_group > div{
	display:flex;
	margin:40px auto;
	flex-wrap:wrap;
	justify-content: space-around;
	width:1000px;
}

.index_Block_group > div > a{
	margin:20px;
}

.index_Block_group > div > a:nth-child(1) > img{
	width:339px;
}

.index_Block_group > div > a:nth-child(2) > img{
	width:569px;
}

.index_Block_group > div > a:nth-child(3) > img{
	width:373px;
}

.index_Block_group > div > a:nth-child(4) > img{
	width:218px;
}

.index_Block_group > div > a:nth-child(5) > img{
	width:228px;
}

.index_Blockbottom{
    width: 100%;
    margin:40px 0;
}

.index_Blockbottom_inner{
    width: 100%;
    max-width:1300px;
    margin: 0 auto;
}

.index_Blockbottom_flow{
    padding:40px 0;
}

.index_Blockbottom_flow > img{
    margin: 0 auto 40px auto;
}

.index_Blockbottom_flow > div{
    margin: 0 auto;
    width:1300px;
}

.index_Blockbottom_contact{
    padding:40px 0;
}

.index_Blockbottom_text{
    font-size: 30px;
    letter-spacing: 5px;
    font-style: italic;
    text-align:center;
}

.index_Blockbottom_tel{
    display: flex;
    justify-content: center;
    margin-top:40px;
}

.index_Blockbottom_tel > a:nth-child(1),
.index_Blockbottom_tel > a:nth-child(2),
.index_Blockbottom_tel > a:nth-child(3){
	padding-right:20px;
	border-right:1px solid #000;
}

.index_Blockbottom_tel > a:nth-child(5),
.index_Blockbottom_tel > a:nth-child(6),
.index_Blockbottom_tel > a:nth-child(7){
	padding-left:20px;
}

.index_Blockbottom_banner{
    display: flex;
    justify-content: center;
    margin-top:100px;
}

.index_Blockbottom_banner > div{
	display: flex;
    justify-content: space-between;
}

.index_Blockbottom_banner > div > a{
	flex:0 0 32%;
}

.index_Blockbottom_banner > div > a > img{
	width:100%;
}

/* Footer
------------------------------------------------- */
.footer_contact{
	background: #008044;
	width:100%;
	padding: 50px 0;
	margin-top:40px;
	text-align: center;
	color: white;
	font-size: 22px;
	letter-spacing: 4px;
}

.footer_contactInner{
    max-width:800px;
    margin: 40px auto 0;
    display: flex;
}

.footer_contactInner > a{
    margin: 0 20px;
}

.footer_contactInner > a > img{
	width:100%;
}

.footer_contactInner > div{
	background-color:white;
	width:1px;
}

footer{
    color: #fff;
	width:100%;
    background: #2d3842;
}

.footer_inner{
	width:100%;
    max-width:1300px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    align-items: baseline;
}

.footer_inner > div{
    flex: 0 0 50%;
    font-size: 14px;
    letter-spacing: 1px;
}

.footer_inner > div:nth-child(2){
	display:flex;
    flex-wrap: wrap;
}

.footer_inner > div > a{
    color: #fff;
    flex: 0 0 50%;
    line-height: 2.5;
    font-weight: bold;
    font-size: 16px;
}

/* About
------------------------------------------------- */
.about_hd{
	width:100%;
}

.about_Blocktop{
    width: 100%;
    padding: 60px 0 40px;
    position: relative;
}

.about_Blocktop_img{
	width:50%;
    position: absolute;
    top: 40px;
    right:0;
}

.about_Blocktop_img > img{
    width: 100%;
}

.about_Blocktop_text{
	width:100%;
	max-width:1300px;
	margin:0 auto;
    overflow-wrap: break-word;
}

.about_Blocktop_text > img:first-child{
	margin-bottom: 40px;
    height: 53px;
    margin-left: 18%;
}

.about_Blocktop_textHd{
    display: block;
    font-size: 24px;
    letter-spacing: 5px;
    font-style: italic;
}

.about_Blocktop_text > div{
	width:45%;
}

.about_Block_three{
}

.about_Block_three > img{
    height: 53px;
    margin: 0 auto;
	padding:60px 0 40px;
}

.about_Block_hd{
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}

.about_Block_three > .about_Block_inner{
    display: flex;
    width: 1240px;
    justify-content: space-evenly;
    margin: 0 auto;
}

.about_Block_three > .about_Block_text{
    width: 700px;
    margin: 0 auto 60px auto;
}

.about_Block_three > .about_Block_inner > div{
	flex-basis:384px;
}

.about_Block_three > .about_Block_inner > div > img{

}

.about_Block_three > .about_Block_inner > div > h1{
    font-size: 18px;
    font-weight: bold;
    line-height: 300%;
}

.about_Block_two{
    margin-top: 60px;
}

.about_Block_two > img:first-child{
    height: 53px;
    margin: 0 auto;
	padding:60px 0 40px;
}

.about_Block_two > a.about_supportstaff_btn > img{
    height: 53px;
    margin: 0 auto;
}

.about_supportstaff_btn{
    display: block;
    text-align: center;
	padding:60px 0 40px;
}

.about_Block_two > .about_Block_inner{
    display: flex;
    width: 1240px;
    justify-content: space-between;
    margin: 0 auto;
}

.about_Block_two > .about_Block_text{
    width: 700px;
    margin: 0 auto 60px auto;
}

.about_Block_two > .about_Block_inner > div{
	flex-basis:300px;
}

.about_Block_two > .about_Block_inner > div > img{

}

.about_Block_two > .about_Block_inner > div > span{
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 300%;
    text-align: center;
}

.about_Block{
}

.about_Block > img{
    height: 53px;
    margin: 0 auto;
	padding:60px 0 40px;
}

.about_Block > .about_Block_inner{
    display: flex;
    width: 1240px;
    justify-content: space-between;
    margin: 0 auto;
}

.about_Block > .about_Block_text{
    text-align:center;
    margin: 0 auto 60px auto;
    width:75%;
}

/* Support
------------------------------------------------- */
.support_Block{
    width:1300px;
    margin: 103px auto 120px auto;
}

.support_hd{
    font-size: 20px;
    border-bottom: 3px solid black;
    padding-bottom: 20px;
    letter-spacing: 5px;
}

.support_hd > span{
    font-size: 37px;
    margin-right: 20px;
}

.support_Block_inner{
	flex-wrap:wrap;
	display:flex;
    justify-content: left;
    width: 1000px;
    margin: 0 auto;
}

.support_Block_cell{
    flex-basis: 500px;
    display: flex;
    justify-content: space-around;
    margin-top: 63px;
    align-items: flex-start;
}

.support_Block_cell > img{

}

.support_Block_info{

}

.support_Block_infoHD{
    font-weight: bold;
    width: 250px;

}

.support_Block_infoHD > div{
    font-size: 18px;
    letter-spacing: 1.2px;
}

.support_Block_info.jp > .support_Block_infoTable{
    display: flex;
    line-height: 250%;
    flex-basis: 250px;
    flex-direction: column;
}

.support_Block_info.vn > .support_Block_infoTable{
    display: flex;
    line-height: 250%;
    flex-basis: 250px;
    flex-direction: column;
}

.support_Block_info.en > .support_Block_infoTable{
    display: flex;
    line-height: 250%;
    flex-basis: 250px;
    flex-direction: column;
}

.support_Block_infoTable > div{
    display: flex;
    justify-content: space-between;
}

.support_Block_info.jp > .support_Block_infoTable > div > div:first-child{
    width: 70px;
    color: #170c66;
    font-weight: bold;

}

.support_Block_info.jp > .support_Block_infoTable > div > div:last-child{
    width: 150px;
    font-weight: bold;

}

.support_Block_info.vn > .support_Block_infoTable > div > div:first-child{
    width: 170px;
    color: #170c66;
    font-weight: bold;
    margin-right: 20px;
}

.support_Block_info.vn > .support_Block_infoTable > div > div:last-child{
    width: 250px;
    font-weight: bold;

}

.support_Block_info.en > .support_Block_infoTable > div > div:first-child{
    width: 170px;
    color: #170c66;
    font-weight: bold;
    margin-right: 20px;
}

.support_Block_info.en > .support_Block_infoTable > div > div:last-child{
    width: 250px;
    font-weight: bold;

}
}















@media (max-width: 767px) {
/* ヘッダー
------------------------------------------------- */
.pc{
	display:none!important;
 }

body{
    font-size: 14px;
    text-align:justify;
    overflow-wrap: break-word;
}

#main-contents{
    overflow: hidden;
}

header{
    background: #008044;
    width: 100%;
    position: fixed;
    z-index: 9999;
}

.header_inner{
	width:100%;
	margin:0 auto;
	display:flex;
	color:#fff;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.header_left{
	display:flex;
    align-items: flex-end;
    width: 70%;
    justify-content: space-between;
    margin-left: 15px;
}

.header_left a{
	color:#fff;
	font-size:14px;
}

.header_left > img{
	width:50%;
}

.header_menu{
	width: 70%;
    display: flex;
    justify-content: space-around;
}

.header_right{
	position: absolute;
    right: 3%;
}

.header_right img{
	height:40px;
	margin-left:20px;
}

.spHeadMenu{
	position: fixed;
	top:0;
	width: 100%;
	background-color: #008044;
	display:none;
	z-index: 2;
	height:100vh;
	overflow: hidden;
	padding-top:80px;
    text-align: center;
 }

.spHeadMenu-close:first-child{
	background-color: #fff;
	width: 30px;
	height: 2px;
	position: absolute;
	right: 20px;
	top: 30px;
	transform: rotate(45deg);
	margin:0;
 }

.spHeadMenu-close:nth-child(2){
	background-color: #fff;
	width: 30px;
	height: 2px;
	position: absolute;
	right: 20px;
	top: 30px;
	transform: rotate(-45deg);
	margin:0;
 }

.spHeadMenu > img{
    position: fixed;
    bottom: 50px;
    width: 131px;
    left: 50%;
    margin-left: -65px;
 }

.spHeadMenu > a{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing:2px;
	line-height:150%;
	margin-top:7px;
	display:block;
 }

/* Index
------------------------------------------------- */
.index_hdWrapper{
    position: relative;
}

.index_hdWrapper > img:first-child{
    width: 100%;
}

.index_hdWrapper > img:nth-child(2),
.index_hdWrapper > img:nth-child(3),
.index_hdWrapper > img:nth-child(4){
    width: 80%;
    margin:20px auto;
}

.index_hdWrapper > div{
    width: 80%;
    margin:0 auto;
}

.index_Blocktop{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.index_Blocktop_img{
	width:100%;
}

.index_Blocktop_img > img{
    width: 100%;
}

.index_Blocktop_text{
    margin: 0 10px;
    font-size: 14px;
}

.index_Blocktop_text > img:first-child{
    height: 66px;
    margin: 20px auto;
}

.index_Blocktop_textHd{
    font-size: 18px;
    letter-spacing: 5px;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}

.index_blockBtn{
	font-size: 14px;
    width: 276px;
    border: 2px solid #000;
    line-height: 48px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    margin: 40px auto 0 auto;
    color: #000;
    position: relative;
}

.index_blockBtn:after{
    content: "";
    width: 44px;
    height: 9px;
    border-bottom: 4px solid #000120;
    border-right: 6px solid #000120;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: -6px;
    bottom: 0;
    transform: translateX(50%) skewX(56deg);
    transition: all ease 300ms;
}

  .index_blockBtn:hover:after {
    transform: translateX(70%) skewX(56deg);
    transition: all ease 300ms;
  }

.index_Block{
    width: 95%;
    margin: 40px auto 0;
}

.index_Block_textHd{
}

.index_Block:nth-child(4) > .index_Block_img{
	width:100%;
}

.index_Block:nth-child(4) > .index_Block_img > img{
	width:100%;
}

.index_Block:nth-child(4) > .index_Block_text{
}

.index_Block:nth-child(4) > .index_Block_text > .index_Block_textHd:nth-child(1){
	font-size: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 10px;
	font-style: italic;
	font-weight:bold;
	text-align:center;
}

.index_Block:nth-child(4) > .index_Block_text > .index_Block_textHd:nth-child(2){
	text-align:center;
	margin-bottom:30px;
}

.index_Block:nth-child(4) > .index_Block_text > .index_Block_textHd:nth-child(2) > div:first-child{
	font-size:16px;
	letter-spacing:3px;
}

.index_Block:nth-child(4) > .index_Block_text > .index_Block_textHd:nth-child(2) > div:last-child{
	width:70px;
	height:5px;
	margin:10px auto 0;
	background-color:black;
}

.index_Block:nth-child(4) > .index_Block_text > .index_Block_textHd:nth-child(3){
	font-size: 24px;
	letter-spacing: 8px;
	font-style: italic;
	font-weight:bold;
	font-family:auto;
	margin-bottom:40px;
	text-align:center;
}

.index_Block:nth-child(4) > .index_Block_text > .index_Block_textMain{
    line-height: 2;
    font-weight: bold;
    letter-spacing: 2px;
}

.index_Block > .index_Block_text > .index_blockBtn{
	width:310px;
	border:3px solid #00803e;
	line-height:48px;
	border-radius: 5px;
	text-align: center;
	margin-top:40px;
	position:relative;
}

.index_Block > .index_Block_text > .index_blockBtn div{
	color:#00803e;
	font-size: 17px;
	letter-spacing: 3px;
	font-weight: bold;
}

.index_Block > .index_Block_text > .index_blockBtn:after{
	content: "";
	width: 44px;
	height: 9px;
	border-bottom: 4px solid #00803e;
	border-right: 6px solid #00803e;
	margin: auto 0;
	position: absolute;
	right: 0;
	top: -6px;
	bottom: 0;
	transform: translateX(50%) skewX(56deg);
	transition: all ease 300ms;
}

.index_Block > .index_Block_text > .index_blockBtn:hover:after {
	transform: translateX(70%) skewX(56deg);
	transition: all ease 300ms;
}

.index_Block_cell{
	width: 95%;
	margin: 40px auto 0;
}

.index_Block_cell > .index_Block_img{
	width: 100%;
}

.index_Block_cell > .index_Block_img > img{
	width: 100%;
}

.index_Block_cell > .index_Block_text{
	width: 100%;
}

.index_Block_cell > .index_Block_text > .index_Block_textHd:nth-child(1){
	font-size: 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 8px;
	font-style: italic;
	font-weight:bold;
	text-align:center;
}

.index_Block_cell > .index_Block_text > .index_Block_textHd:nth-child(2){
	text-align:center;
	margin-bottom:30px;
}

.index_Block_cell > .index_Block_text > .index_Block_textHd:nth-child(2) > div:first-child{
	font-size:16px;
	letter-spacing:3px;
}

.index_Block_cell > .index_Block_text > .index_Block_textHd:nth-child(2) > div:last-child{
	width:70px;
	height:5px;
	margin:10px auto 0;
	background-color:black;
}

.index_Block_cell > .index_Block_text > .index_Block_textMain{
    line-height: 2;
    font-weight: bold;
    letter-spacing: 2px;
    width:350px;
    margin:0 auto;
}

.index_Block_cell > .index_Block_text > .index_blockBtn{
	width:310px;
	border:3px solid #00803e;
	line-height:48px;
	border-radius: 5px;
	text-align: center;
	margin:40px auto 0;
	position:relative;
}

.index_Block_cell > .index_Block_text > .index_blockBtn div{
	color:#00803e;
	font-size: 17px;
	letter-spacing: 3px;
	font-weight: bold;
}

.index_Block_cell > .index_Block_text > .index_blockBtn:after{
	content: "";
	width: 44px;
	height: 9px;
	border-bottom: 4px solid #00803e;
	border-right: 6px solid #00803e;
	margin: auto 0;
	position: absolute;
	right: 0;
	top: -6px;
	bottom: 0;
	transform: translateX(50%) skewX(56deg);
	transition: all ease 300ms;
}

.index_Block_cell > .index_Block_text > .index_blockBtn:hover:after {
	transform: translateX(70%) skewX(56deg);
	transition: all ease 300ms;
}

.index_Block_group{
	margin:100px 0 40px;
	width:100%;
}

.index_Block_group > img{
	width:60%;
	margin:0 auto;
}

.index_Block_group > div{
	display:flex;
	margin:40px auto;
	flex-wrap:wrap;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
}

.index_Block_group > div > a{
	margin:20px;
}

.index_Block_group > div > a:nth-child(1) > img{
	width:239px;
}

.index_Block_group > div > a:nth-child(2) > img{
	width:469px;
}

.index_Block_group > div > a:nth-child(3) > img{
	width:273px;
}

.index_Block_group > div > a:nth-child(4) > img{
	width:118px;
}

.index_Block_group > div > a:nth-child(5) > img{
	width:128px;
}

/* Footer
------------------------------------------------- */
.footer_contact{
	background: #008044;
	width:100%;
	padding: 50px 0;
	margin-top:40px;
	text-align: center;
	color: white;
	font-size: 20px;
	letter-spacing: 4px;
}

.footer_contactInner{
    max-width:800px;
    margin: 40px auto 0;

}

.footer_contactInner > a{
}

.footer_contactInner > a > img{
	width:80%;
    margin: 40px auto;
}

.footer_contactInner > div{
	display:none;
}

footer{
    color: #fff;
	width:100%;
    background: #2d3842;
}

.footer_inner{
	width:100%;
	max-width:1300px;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	align-items: baseline;
	align-items: center;
	flex-direction: column;
}

.footer_inner > div{
    flex: 0 0 50%;
    font-size: 14px;
    letter-spacing: 1px;
}

.footer_inner > div:nth-child(2){
	display:flex;
	flex-wrap: wrap;
	width:80%;
	margin-top:40px;
}

.footer_inner > div > a{
    color: #fff;
    flex: 0 0 50%;
    line-height: 2.5;
    font-weight: bold;
    font-size: 16px;
}

/* About
------------------------------------------------- */
.about_hd{
	width:100%;
}

.about_Blocktop{
    width: 100%;
    padding: 40px 0;
    position: relative;
}

.about_Blocktop_img{
	width:100%;
}

.about_Blocktop_img > img{
    width: 100%;
}

.about_Blocktop_text{
    margin: 0 10px;
    overflow-wrap: break-word;
}

.about_Blocktop_text > img:first-child{
	margin-bottom: 40px;
    margin-left: -15%;
}

.about_Blocktop_textHd{
    display: block;
    font-size: 18px;
    letter-spacing: 5px;
    font-style: italic;
}

.about_Blocktop_text > div{
}

.about_Block_three{
    margin-top: 30px;
}

.about_Block_three > img{
    margin: 40px auto;
    height:53px;
}

.about_Block_hd{
    font-size: 18px;
    margin:0 10px 40px 10px;
    font-weight: bold;
}

.about_Block_three > .about_Block_inner{
    margin: 0 auto 100px;
}

.about_Block_three > .about_Block_text{
    margin: 0 10px 30px 10px;
}

.about_Block_three > .about_Block_inner > div{
    margin-bottom: 20px;
}

.about_Block_three > .about_Block_inner > div > img{
	width:100%;
}

.about_Block_three > .about_Block_inner > div > h1{
	margin:0 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 300%;
}

.about_Block_three > .about_Block_inner > div > div{
	margin:0 10px;
    font-size: 12px;
}

.about_Block_two{
    margin-top: 60px;
}

.about_Block_two > img{
    margin: 40px auto;
    height:53px;
}

.about_Block_two > a.about_supportstaff_btn > img{
    margin: 60px auto 0;
    height:43px;
}

.about_Block_two > .about_Block_inner{
    margin: 0 auto;
}

.about_Block_two > .about_Block_text{
    margin: 0 10px 30px;
}

.about_Block_two > .about_Block_inner > div{
    margin: 0 auto;
	width:300px;
}

.about_Block_two > .about_Block_inner > div > img{
    margin-top: 40px;
}

.about_Block_two > .about_Block_inner > div > span{
	margin:0 10px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 300%;
    text-align: center;
}

.about_Block_two > .about_Block_inner > div > div{
	margin:0 10px;
    font-size: 12px;
}

.about_Block{
    margin-top: 60px;
}

.about_Block > img{
    margin: 40px auto;
    height:53px;
}

.about_Block > .about_Block_inner{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.about_Block > .about_Block_text{
    margin: 0 10px 60px;
}

/* Support
------------------------------------------------- */
.support_Block{
    margin: 103px auto 120px auto;
}

.support_hd{
    font-size: 14px;
    border-bottom: 3px solid black;
    padding-bottom: 20px;
    letter-spacing: 5px;
    margin: 0 10px;
}

.support_hd > span{
    font-size: 27px;
    display: block;
}

.support_Block_inner{
}

.support_Block_cell{
    margin: 63px auto 0;
    width: 250px;
}

.support_Block_cell > img{

}

.support_Block_info{

}

.support_Block_infoHD{
    font-weight: bold;

}

.support_Block_infoHD > div{
	font-size: 21px;
    letter-spacing: 2px;
    margin-top: 10px;
}

.support_Block_infoTable{
    display: flex;
    line-height: 250%;
    width: 250px;
    flex-direction: column;
    margin-top: 20px;
}

.support_Block_infoTable > div{
    display: flex;
    justify-content: space-between;
}

.support_Block_infoTable > div > div:first-child{
    width: 70px;
    color: #170c66;
    font-weight: bold;

}

.support_Block_infoTable > div > div:last-child{
    width: 150px;
    font-weight: bold;

}
}
