/* ----------------------------
reset
------------------------------- */
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:top;
}

html { font-size: 62.5%;} 

body {
	
	color: #111111;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-size: 1.8rem;;
    line-height: 1.7;
	-webkit-text-size-adjust: 100%;
    background-color: #ffffff;
    text-align: left;
    border-top: 2px solid #00426c;
}

a,
a:link,
a:visited {
	color: #3FA2D4;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #3FA2D4;
	text-decoration:none;
}

a img {
	margin:0;
	padding:0;
	border-style:none;
}

html {scroll-behavior: smooth;}
.section {scroll-margin-top: 50px;}

/**************************************************************
【配置設定】
**************************************************************/
.img_c{text-align:center; margin: 20px auto;}
.img_c img{width: 100%;}
.img_c2{text-align:center; margin: 20px auto;}
.img_c2 img{width: 70%;}
.img_c3{text-align:center; margin: 20px auto;}
.img_c3 img{width: 80%;}

/* バナー */
.banner{}
.banner img:hover{opacity:0.8; filter: alpha(opacity=60);}


/* 共通 */
.inner{
    width: 1080px;
	margin:0 auto;
}
.inner2{
    width: 920px;
	margin:0 auto;
}

.banner_pc{display: block;}
.banner_sp{display: none;}

.pcbr {display:inline;}
.spbr {display:none;}

#wrapper{
width: 100%;
margin: 0 auto;
background-color: #ffffff;
}

.back_line{
background-image: url("../images/back_line2.png");
background-repeat: repeat-x;
background-size: auto 40%;
background-position: left bottom;
}


/* ヘッダー */
#header_pc{
	width:1080px;
	margin: 0 auto;
}

.head_top{
padding: 0px 0px 0;
width: 100%;
}

#header_pc h1{
float: left;
margin: 0px 0 3px 0px;
line-height: 1.0em;
}
#header_pc h1 img{
width: 300px;
line-height: 1.0em;

}

.top_right{
float: right;
width: 316px;
margin: 4px 0px 0px 0px;
padding: 0 0 0px 0;
}

#header_pc p{
font-size: 1.2rem;
line-height: 1.2;
padding: 7px 0 0px 0;
font-weight: normal;
}

.contact2{
float: right;
width: 163px;
margin: 11px 0 0px 0;
}
.contact2 img{
width: 100%;
}

/* ページトップ*/
#pagetop{
  width:70px;
  position: fixed;
  bottom: 30px;
  right:20px;

  z-index: 10000;
  text-align: center;
  display:block;
}
#pagetop img{
  width:100%;
}

/* TOP実績一覧 */
.top_result{padding: 50px 0;}
.title2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 3.4rem;
  margin: 0 0 30px;
}

.title2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #ccc;
}

.title2 span {
  position: relative;
  padding: 0 1em;
  background: #f7f7f7;
}

.container_result {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.result_box{
width: 46%;
margin: 0 0 30px;
padding: 20px 15px 0;
background-color: #fff;
}

.result_box h3{
color: #fff;
font-size: 2.0rem;
line-height: 140%;
padding: 7px 20px;
background-color: #00426c;
}

.result_wp{
padding: 20px;
}

.result_left{
width: 50%;
float: left;
font-size: 1.6rem;
line-height: 120%;
}

.result_right{
width: 48%;
float: right;
}
.result_right img{
width: 100%;
}

.result_left dl{
border-bottom:1px dotted#ccc;
display: flex;
justify-content: flex-start;
padding: 0 0 5px;
margin: 0 0 5px;
}

.result_left dt{
width: 40%;
margin: 0 10px 0px 0;
}

.result_left dd{
width: 55%;
padding: 0 0 0 0px;
}

.r1{
width: 100%;
background-color: #00426c;
color: #fff;
text-align: center;
}

.r2{
width: 100%;
background-color: #e71c60;
color: #fff;
text-align: center;
}

/* ファーストビュー */
.fv {
  position: relative;
  width: 100%;
  height: 346px;
  overflow: hidden;
}

.fv::before {
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   background-image: url("../images/mv_back.jpg");
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   -webkit-animation: zoom 60s linear infinite;
   animation: zoom 60s linear infinite;
   animation-fill-mode: forwards;
   animation-direction: alternate-reverse;
}

@keyframes zoom {
   0% {
      transform: scale(1);
   }
   50% {
      transform: scale(1.5);
   }
   100% {
      transform: scale(1);
   }
}

.fv_text{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#slider {
  position: relative;
  width: 1182px;
  margin: 0 auto;
}
#slider img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .8s;
  width: 100%;
}
#slider img.show {
  opacity: 1;
}

.fade{
  animation-name: fade;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

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

.fv2{
padding: 15px 0;
}
.fv2 img{
width: 100%;
}

/* CTA */
.cta{
background-image: url("../images/ch1_back.jpg");
background-repeat: repeat;
padding: 65px 0 65px;
}

.cta_inner{
width: 100%;
}

.cta_wp{
width: 950px;
margin: 0 auto;
}

.cta_l{
float: left;
width: 360px;
}

.cta_r{
float: right;
width: 586px;
margin: 0 0 20px;
}

.cta_l h3 img{
width: 85%;
}

.cta_l p{
font-size: 1.2rem;
line-height: 1.5;
}

.deco2 {/* フォームの入力欄装飾用 */
	display:block;
	margin: 0 0 15px 0px;
	padding:8px 3% 4px;
	height:35px;
	width:94%;
	border:0;
	font-size:14px;
	line-height:45px;
	font-weight:normal;
	font-family:Arial, sans-serif;
	text-align:left;
	color:#444;
	border:solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}

.check{
font-size: 1.4rem;
line-height: 1.4;
}

.submit {
	margin:0px auto;
}
.submit img{
width: 100%;
}

.submit.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.submit.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.submit.kiran:hover::before {
  animation: kiran 0.5s linear;
}
 
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* CTA3 */
.cta3{
background-image: url("../images/ch1_back.jpg");
background-repeat: repeat;
padding: 65px 0 65px;
}

/* 1 */
.ch1{
background-image: url("../images/ch1_back2.jpg");
background-repeat: no-repeat;
background-size: cover;
padding: 80px 0 80px;
}

.ch1_inner{
width: 100%;
}

.ch1 h2{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
color: #fffd68;
font-size: 3.6rem;
text-align: center;
display: inline-block;
border-bottom: 1px solid #fffd68;
padding-bottom: 2px;
}

.ch1_box{
background-color: #fff;
padding: 50px 200px 35px;
margin: 50px 0 70px;
}

.ch1 li{
background-image: url("../images/icon_c1.png");
background-repeat: no-repeat;
background-size: 21px auto;
background-position: left 5px;
font-size: 24px;
line-height: 32px;
font-weight: bold;
padding: 0 0 0 30px;
margin: 0 0 15px;
}

.ch1 h3{
color: #fffd68;
font-size: 3.6rem;
line-height: 1.5;
text-align: center;
margin: 0 0 20px;
}

.ch1_text{
color: #fff;
font-size:  2.2rem;
line-height: 1.6;
font-weight: bold;
}

/* 2 */
.ch2{
background-color: #fff;
padding: 80px 0 80px;
}

.ch2_inner{
width: 100%;
}

.ch2 h2{
margin: 0 auto;
text-align: center;
width: 1041px;
}
.ch2 h2 img{
margin: 0 auto;
width: 100%;
}

/* 3 */
.ch3{
position: relative;
width: 100%;
height: 650px;
overflow: hidden;
}

.ch3::before {
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   background-image: url("../images/ch3_back.jpg");
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   -webkit-animation: zoom 60s linear infinite;
   animation: zoom 60s linear infinite;
   animation-fill-mode: forwards;
   animation-direction: alternate-reverse;
}

@keyframes zoom {
   0% {
      transform: scale(1);
   }
   50% {
      transform: scale(1.5);
   }
   100% {
      transform: scale(1);
   }
}

.ch3_inner{
margin: 0 auto;
}

.ch3 h2{
position: absolute;
  top: 10vh;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.ch3 h2 img{
margin: 0 auto;
width: 920px;
}

/* 4 */
.ch4{
background-image: url("../images/ch1_back.jpg");
background-repeat: repeat;
padding: 80px 0 30px;
}

.ch4_inner{
width: 100%;
}

.ch4_inner2{
width: 1080px;
margin: 0 auto;
background-image: url("../images/ch4_img.png");
background-repeat: no-repeat;
background-size: 39% auto;
background-position: right 50px;
}

.ch4 h2{
margin: 0 0 5px;
}

.ch4_text_l{
width: 59%;
margin: 0 0 30px;
}

.c2{
padding: 0 0 30px 130px;
}

/* 5 */
.ch5{
background-image: url("../images/ch1_back.jpg");
background-repeat: repeat;
padding: 80px 0 80px;
}

.ch5_inner{
width: 100%;
}

.ch5 h2{
background: linear-gradient(to bottom, #265867 0%,#116b7c 100%);
padding: 50px 0;
text-align: center;
}

.ch5_inner2{
width: 1080px;
margin: 50px auto;
background-color: #fff;
padding: 30px 0;
}

.ch5 h3{
text-align: center;
margin: 0 auto;
width: 954px;
display: block;
}
.ch5 h3 img{
text-align: center;
margin: 0 auto;
width: 100%;
}

.ch5_inner3{
width: 920px;
margin: 30px auto;
background-color: #fff;
padding: 0px 0;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
font-size: 2.2rem;
}

.ch5_img{
float: right;
width: 40%;
margin: 0 0 20px 30px;
}
.ch5_img img{
width: 100%;
}

/* 6 */
.ch6{position: relative;
padding: 0 0 306px;}

.ch6_back {
  position: relative;
  width: 100%;
  height: 346px;
  overflow: hidden;
}

.ch6_back::before {
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   background-image: url("../images/ch6_back.jpg");
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   -webkit-animation: zoom 40s linear infinite;
   animation: zoom 40s linear infinite;
   animation-fill-mode: forwards;
   z-index: -10
}

@keyframes zoom {
   0% {
      transform: scale(1);
   }
   100% {
      transform: scale(1.5);
   }
}

.ch6_inner{
  position: absolute;
  width: 1080px;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10
}

.ch6_img{
float: left;
width: 46%;
}
.ch6_img img{
width: 100%;
}

.ch6_text{
float: right;
padding: 30px 0 0;
width: 50%;
text-align: left;
margin: 0 auto;
}
.ch6_text img{
width: 90%;
margin: 0 auto;
}

.tyousei2{
padding: 0 0 50px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
font-size: 3.0rem;
line-height: 1.5;
}

.cta_r2{
width: 100%;
margin: 0 0 20px;
}

.cta_l2 h3 img{
width: 85%;
}

.cta_l2 p{
font-size: 1.2rem;
line-height: 1.5;
}

.deco3 {/* フォームの入力欄装飾用 */
	display:block;
	margin: 0 0 15px 0px;
	padding:8px 3% 4px;
	height:35px;
	width:94%;
	border:0;
	font-size:14px;
	line-height:45px;
	font-weight:normal;
	font-family:Arial, sans-serif;
	text-align:left;
	color:#444;
	border:solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}

.check2{
font-size: 1.4rem;
line-height: 1.4;
}

.submit2 {
	margin:0px auto 15px;
}
.submit2 img{
width: 100%;
}

.submit2.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.submit2.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.submit2.kiran:hover::before {
  animation: kiran 0.5s linear;
}
 
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* 7 */
.ch7{
position: relative;
width: 100%;
height: 639px;
overflow: hidden;
}

.ch7::before {
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   background-image: url("../images/ch7_back.jpg");
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   -webkit-animation: zoom 60s linear infinite;
   animation: zoom 60s linear infinite;
   animation-fill-mode: forwards;
   animation-direction: alternate-reverse;
}

@keyframes zoom {
   0% {
      transform: scale(1);
   }
   50% {
      transform: scale(1.5);
   }
   100% {
      transform: scale(1);
   }
}

.ch7_inner{
margin: 0 auto;
}

.ch7 h2{
position: absolute;
  top: 10vh;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.ch7 h2 img{
margin: 0 auto;
width: 920px;
}

/* 8 */
.ch8{
background-color: #fff;
padding: 80px 0 80px;
}

.ch8_inner{
width: 100%;
}

.ch8 h2{
margin: 0 auto 0px;
text-align: center;
width: 100%;
}
.ch8 h2 img{
margin: 0 auto;
width: 100%;
}

/* 9 */
.ch9{
background-image: url("../images/ch1_back.jpg");
background-repeat: repeat;
padding: 0px 0 80px;
}

.ch9_inner{
width: 100%;
}

.ch9 h2{
background: linear-gradient(to bottom, #265867 0%,#116b7c 100%);
padding: 50px 0;
text-align: center;
}

.ch9_inner2{
width: 1080px;
margin: 50px auto;
background-color: #fff;
padding: 30px 0;
}

.ch9 h3{
text-align: center;
margin: 0 auto;
width: 954px;
display: block;
}
.ch9 h3 img{
text-align: center;
margin: 0 auto;
width: 100%;
}

.ch9_inner3{
width: 920px;
margin: 30px auto;
background-color: #fff;
padding: 0px 0;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
font-size: 2.2rem;
}

.ch9_img{
float: right;
width: 40%;
margin: 0 0 20px 30px;
}
.ch9_img img{
width: 100%;
}

.ch9 h3 img{
width: 100%;
}

/* 10 */
.ch10{
background-image: url("../images/ch10_back.jpg");
background-repeat: repeat;
padding: 0px 0 50px;
}

.ch10_inner{
width: 100%;
background-color: #fff;
padding: 90px 0 0;
}

.ch10_text{
padding: 80px 0 70px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
font-size: 3.0rem;
text-align: center;
}

.ch10_inner2{
width: 100%;
}

.mark10{
width: 1080px;
margin: 0px auto 0;
}

.ch10 h2{
margin: 0 auto 0px;
text-align: center;
width: 100%;
}
.ch10 h2 img{
margin: 0 auto;
width: 100%;
}

.resul_ts{
padding: 80px 0 0;
}

/* 11 */
.ch11{
background-image: url("../images/ch11_back.jpg");
background-repeat: repeat;
padding: 0px 0 50px;
background-size: cover;
}

.ch11_inner{
width: 100%;
background-color: #fff;
padding: 60px 0 60px;
}

.ch11_text{
padding: 50px 0 70px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
font-size: 3.0rem;
text-align: center;
}

.ch11_inner2{
width: 100%;
}

.ch11 h2{
margin: 0 auto 0px;
text-align: center;
width: 100%;
}
.ch11 h2 img{
margin: 0 auto;
width: 100%;
}

.b_top{
padding: 70px 0 0;
}

.binsen_box{
background-color:rgba(255,255,255,0.9);
padding: 30px;
}

.binsen{
background-image: url("../images/dotline.png");
background-repeat: repeat;
background-position: left bottom;
background-size: auto 50px;
font-size: 20px;
line-height: 50px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.name1 img, .name2 img{
margin-top:8px;
width: 259px;
}

.binsen_tyousei{

}



/* 12 */
.ch12{
background-color: #fcfdfc;
padding: 80px 0 130px;
}

.ch12_inner{
width: 100%;
}

.ch12 h2{
font-size: 80px;
line-height: 140%;
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}


.ch12 h3{
margin: 60px 0 0;
font-size: 36px;
line-height: 140%;
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.ch12_ps{
position: relative;
}
.ch12_img{
position: absolute;
top:0;
right: 0
}

.grn1{
color: #3f746b;
}

/* contact box */
.contact_box{
background-color: #fdfdf4;
text-align: center;
padding: 30px 100px;
margin: 50px 0 0;
}

.contact_box h2 img{
width: 100%;
margin: 0px 0 20px;
}
.con1 img{width: 50%; margin: 0px 0 20px;}
.con2 img{width: 30%; background-color: #fff;padding: 10px;margin: 20px 0;}
.con3{font-weight: bold;font-size: 1.2em;}




/* footer */
.f_city{
	background-image: url("../images/fotter_img.png");
	background-repeat: no-repeat;
    background-size: 100% 20%;
    padding: 130px 0 0;
    margin: 50px 0 0;
}

footer{
    background-color: #f7f7f7;
	padding:40px 0 0;
	text-align: center;
	width:100%;
    line-height: 1.7;
    font-size: 1.6rem;
    color: #121212;
}

.footer_inner{
    width: 980px;
	margin:0 auto;
}

.f_menseki{
font-size: 1.3rem;
text-align: left;
background-color: #f6f6f6;
margin: 40px 0 0;
padding: 30px 0;
}

.copy{
text-align: center;
font-size: 1.2rem;
padding: 20px;
background-color: #00426c;
color: #fff;
}

footer a,
footer a:link,
footer a:visited {
	color: #121212;
	text-decoration: none;
}

footer a:hover,
footer a:active {
	color: #666;
	text-decoration:none;
}




/* エフェクト */
.sizeEffect {
    position: relative;
}

.sizeEffect .item01 {
    position: absolute;
    z-index: 9999;
}
.sizeEffect p {
    width: 100%;
}

.sizeEffect.current .item01 img {
    -moz-animation: animeBg 2s linear 0s 2 alternate;
    -webkit-animation: animeBg 2s linear 0s 2 alternate;
    -ms-animation: animeBg 2s linear 0s 2 alternate;
    -o-animation: animeBg 2s linear 0s 2 alternate;
    animation: animeBg 2s linear 0s 2 alternate;
    /* -webkit-transform: scale(3.0, 3.0); */
    -webkit-backface-visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
}

.main_tect_in img {
    width: 100%;
}

@keyframes animeBg{
0% {
    transform: scale(3.0, 3.0);
    opacity: 0.0;
}

99.9%, 100% {
    transform: scale(1.0, 1.0);
    opacity: 1.0;
}
}

.sizeEffect .item02 {
    position: relative;
}

.sizeEffect p {
    width: 100%;
}

/* ch10イン */
.sizeEffect .item03 {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 9999;
}

.sizeEffect.current .item03 img {
    -moz-animation: animeBg3 2s linear 0s 2 alternate;
    -webkit-animation: animeBg3 2s linear 0s 2 alternate;
    -ms-animation: animeBg3 2s linear 0s 2 alternate;
    -o-animation: animeBg3 2s linear 0s 2 alternate;
    animation: animeBg3 1s linear 0s 1 normal;
    /* -webkit-transform: scale(3.0, 3.0); */
    -webkit-backface-visibility: hidden;
    filter: alpha(opacity=1.0);
    -moz-opacity: 1.0;
    opacity: 1.0;
}


@keyframes animeBg3{
0% {
    transform: scale(3.0, 3.0);
    opacity: 0.0;
}

100% {
    transform: scale(1.0, 1.0);
    opacity: 1.0;
}
}

/* 20240725追記 */
.v2_fv{
width: 1080px;
margin: 0 auto 20px;
}
.v2_fv img{
width: 100%;
}

.v2_sv{ 
margin: 50px auto 50px;
  width: 1080px;}
.v2_sv h2{
font-size: 1.8em;
font-style: italic;
text-align: center;
color: #00426c;
border-bottom: 4px solid #00426c;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
padding: 0 0 5px 0;
margin: 0 0 20px;
}
.v2_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.v2_m{
width: 24%;
margin: 0 0px 15px 0;
}
.v2_m img{
width: 100%;
}

.v2_text{
margin: 50px auto 50px;
}

.h3_n{
	font-size: 22px;
	line-height: 26px;
	padding: 15px 0 15px 0px;
	font-weight: bold;
	border-bottom: 4px solid #00426c;
	margin:0 0 10px 0;
    color: #00426c;
    clear: both;
    margin: 0 0 20px;
}
.v2_right{
float: right;
width: 35%;
margin: 0 0 40px 20px;
}
.v2_right img{
width: 100%;
}

.v2_left{
float: left;
width: 35%;
margin: 0 40px 20px 0px;
}
.v2_left img{
width: 100%;
}



/*ここからタブレット用（600px～1080px）環境の設定
---------------------------------------------------------------------------*/
@media (min-width:600px) and (max-width:1080px){
body { font-size: 1.6rem;
	line-height: 1.7;
background-image:none;}

/* イメージ */
.img_c img{width:100%;}
.img_c2 img{width:90%; margin: 20px auto;}
.img_c3{width: 90%; margin: 20px auto;}
.img_c3 img{width: 100%;}
.img_c4{text-align:center; margin: 20px auto;}
.img_c4 img{width: 70%;}
.img_c5 img{width: 100%;}

/* 共通 */
#wrapper{
width: 100%;
margin: 0 auto;
background-color: #ffffff;
}

.inner{
	width:92%;
	margin:0 auto;
}

.inner2{
	width:96%;
	margin:0 auto;
}

.banner_pc{display: block;}
.banner_sp{display: none;}

.pcbr {display:inline;}
.spbr {display:none;}

/* ヘッダー */
#header_pc{
	width:100%;
	margin: 0 auto;
}

.head_top{
padding: 5px 0px 0;
width: 100%;
}

#header_pc h1{
float: left;
width: 50%;
margin: 0px 0 0 10px;
}
#header_pc h1 img{
width: 70%;
}

.top_right{
float: right;
width: 20%;
margin: 8px 10px 0px 0px;
padding: 0 0px 0px 0;
}

#header_pc p{
font-size: 0.9rem;
line-height: 1.3;
padding: 0px 0 0px 0;
font-weight: normal;
}

.contact2{
float: right;
width: 100%;
margin: 0px 0 0px 0;
}
.contact2 img{
width: 100%;
}

/* TOP実績一覧 */
.top_result{padding: 50px 0;}
.title2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 2.8rem;
  margin: 0 0 30px;
}

.title2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #ccc;
}

.title2 span {
  position: relative;
  padding: 0 1em;
  background: #f7f7f7;
}

.container_result {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.result_box{
width: 46%;
margin: 0 0 20px;
padding: 10px 10px 1px;
background-color: #fff;
}

.result_box h3{
color: #fff;
font-size: 1.8rem;
line-height: 140%;
padding: 7px 15px;
background-color: #00426c;
}

.result_wp{
padding: 15px 0;
}

.result_left{
width: 50%;
float: left;
font-size: 1.4rem;
line-height: 120%;
}

.result_right{
width: 48%;
float: right;
}
.result_right img{
width: 100%;
}

.result_left dl{
border-bottom:1px dotted#ccc;
display: flex;
justify-content: flex-start;
padding: 0 0 5px;
margin: 0 0 5px;
}

.result_left dt{
width: 40%;
margin: 0 10px 0px 0;
}

.result_left dd{
width: 55%;
padding: 0 0 0 0px;
}

.r1{
width: 100%;
background-color: #00426c;
color: #fff;
text-align: center;
}

.r2{
width: 100%;
background-color: #e71c60;
color: #fff;
text-align: center;
}

/* ファーストビュー */
.fv {
  position: relative;
  width: 100%;
  height: 25vh;
  overflow: hidden;
}

.fv::before {
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   background-image: url("../images/mv_back.jpg");
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   -webkit-animation: zoom 60s linear infinite;
   animation: zoom 60s linear infinite;
   animation-fill-mode: forwards;
}


.fv_text{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
}
#slider img {
  position: absolute;
  vertical-align: bottom;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: .8s;
  width: 100%;
}
#slider img.show {
  opacity: 1;
  vertical-align: bottom;
}

.fade{
  animation-name: fade;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

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

/* CTA */
.cta{
background-image: url("../images/ch1_back.jpg");
background-repeat: repeat;
padding: 45px 0 45px;
}

.cta_inner{
width: 100%;
}

.cta_wp{
width: 90%;
margin: 0 auto;
}

.cta_l{
float: left;
width: 25%;
}

.cta_r{
float: right;
width: 74%;
margin: 0 0 20px;
}

.cta_l h3 img{
width: 95%;
}

.cta_l p{
font-size: 1.1rem;
line-height: 1.5;
}

.deco2 {/* フォームの入力欄装飾用 */
	display:block;
	margin: 0 0 15px 0px;
	padding:8px 3% 4px;
	height:35px;
	width:94%;
	border:0;
	font-size:14px;
	line-height:45px;
	font-weight:normal;
	font-family:Arial, sans-serif;
	text-align:left;
	color:#444;
	border:solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}

.check{
font-size: 1.2rem;
line-height: 1.4;
}

.submit {
	margin:0px auto;
}
.submit img{
width: 100%;
}

.submit.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.submit.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.submit.kiran:hover::before {
  animation: kiran 0.5s linear;
}
 
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* 1 */
.ch1{
background-image: url("../images/ch1_back2.jpg");
background-repeat: no-repeat;
background-size: cover;
padding: 40px 0 40px;
}

.ch1_inner{
width: 100%;
}

.ch1 h2{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
color: #fffd68;
font-size: 2.6rem;
text-align: center;
display: inline-block;
border-bottom: 1px solid #fffd68;
padding-bottom: 2px;
}

.ch1_box{
background-color: #fff;
padding: 50px 35px 35px;
margin: 40px 0 60px;
}

.ch1 li{
background-image: url("../images/icon_c1.png");
background-repeat: no-repeat;
background-size: 21px auto;
background-position: left 5px;
font-size: 24px;
line-height: 32px;
font-weight: bold;
padding: 0 0 0 30px;
margin: 0 0 15px;
}

.ch1 h3{
color: #fffd68;
font-size: 2.6rem;
line-height: 1.5;
text-align: center;
margin: 0 0 20px;
}

.ch1_text{
color: #fff;
font-size:  1.6rem;
line-height: 1.5;
font-weight: bold;
}

/* 2 */
.ch2{
background-color: #fff;
padding: 50px 0 50px;
}

.ch2_inner{
width: 100%;
}

.ch2 h2{
margin: 0 auto;
text-align: center;
width: 100%;
}
.ch2 h2 img{
margin: 0 auto;
width: 100%;
}

/* 3 */
.ch3{
position: relative;
width: 100%;
height: 40vh;
overflow: hidden;
}

.ch3::before {
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   background-image: url("../images/ch3_back_sp.jpg");
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   -webkit-animation: zoom 60s linear infinite;
   animation: zoom 60s linear infinite;
   animation-fill-mode: forwards;
   animation-direction: alternate-reverse;
}

@keyframes zoom {
   0% {
      transform: scale(1);
   }
   50% {
      transform: scale(1.5);
   }
   100% {
      transform: scale(1);
   }
}

.ch3_inner{
margin: 0 auto;
}

.ch3 h2{
position: absolute;
  top: 5vh;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.ch3 h2 img{
margin: 0 auto;
width: 90%;
}


/* 4 */
.ch4{
background-image: url("../images/ch1_back.jpg");
background-repeat: repeat;
padding: 40px 0 40px;
}

.ch4_inner{
width: 100%;
}

.ch4_inner2{
width: 96%;
margin: 0 auto;
background-image: url("../images/ch4_img.png");
background-repeat: no-repeat;
background-size: 39% auto;
background-position: right 50px;
}

.ch4 h2{
margin: 0 0 5px;
}

.ch4_text_l{
width: 59%;
margin: 0 0 30px;
}

.c1{
padding: 0 0 0px 0px;
line-height: 1.0;
}
.c1 img{
width: 50%;
line-height: 1.0;
}

.c2{
padding: 0 0 0px 60px;
line-height: 1.0;
}
.c2 img{
width: 70%;
line-height: 1.0;
}

.c3{
padding: 0 0 0px 0px;
line-height: 1.0;
}
.c3 img{
width: 90%;
line-height: 1.0;
}

.c4{
padding: 0 0 0px 0px;
line-height: 1.0;
}
.c4 img{
width: 100%;
line-height: 1.0;
}

/* 5 */
.ch5{
background-image: url("../images/ch1_back.jpg");
background-repeat: repeat;
padding: 40px 0 40px;
}

.ch5_inner{
width: 100%;
}

.ch5 h2{
background: linear-gradient(to bottom, #265867 0%,#116b7c 100%);
padding: 20px 0;
text-align: center;
}
.ch5 h2 img{
width: 94%;
margin: 0 auto;
}

.ch5_inner2{
width: 92%;
margin: 20px auto;
background-color: #fff;
padding: 10px 0;
}

.ch5 h3{
text-align: center;
margin: 0 auto;
width: 96%;
display: block;
}
.ch5 h3 img{
text-align: center;
margin: 0 auto;
width: 100%;
}

.ch5_inner3{
width: 96%;
margin: 20px auto;
background-color: #fff;
padding: 0px 0;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
font-size: 1.6rem;
}

.ch5_img{
float: right;
width: 45%;
margin: 0 0 20px 20px;
}
.ch5_img img{
width: 100%;
}

/* 6 */
.ch6{position: relative;
padding: 0 0 37vh;}

.ch6_back {
  position: relative;
  width: 100%;
  height: 15vh;
  overflow: hidden;
}

.ch6_back::before {
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   background-image: url("../images/ch6_back.jpg");
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   -webkit-animation: zoom 40s linear infinite;
   animation: zoom 40s linear infinite;
   animation-fill-mode: forwards;
   z-index: -10
}

@keyframes zoom {
   0% {
      transform: scale(1);
   }
   100% {
      transform: scale(1.5);
   }
}

.ch6_inner{
  position: absolute;
  width: 92%;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10
}

.ch6_img{
float: left;
width: 43%;
}
.ch6_img img{
width: 100%;
}

.ch6_text{
float: right;
padding: 20px 0 0;
width: 56%;
text-align: left;
margin: 0 auto;
}
.ch6_text img{
width: 100%;
margin: 0 auto;
}

.tyousei2{
padding: 0 0 50px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
font-size: 2.2rem;
line-height: 1.5;
}

.cta_r2{
width: 100%;
margin: 0 0 20px;
clear: both;
}

.cta_l2 h3 img{
width: 85%;
}

.cta_l2 p{
font-size: 1.2rem;
line-height: 1.5;
}

.deco3 {/* フォームの入力欄装飾用 */
	display:block;
	margin: 0 0 15px 0px;
	padding:8px 3% 4px;
	height:35px;
	width:94%;
	border:0;
	font-size:14px;
	line-height:45px;
	font-weight:normal;
	font-family:Arial, sans-serif;
	text-align:left;
	color:#444;
	border:solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}

.check2{
font-size: 1.4rem;
line-height: 1.4;
}

.submit2 {
	margin:0px auto 15px;
}
.submit2 img{
width: 100%;
}

.submit2.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.submit2.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.submit2.kiran:hover::before {
  animation: kiran 0.5s linear;
}
 
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* 7 */
.ch7{
position: relative;
width: 100%;
height: inherit;
overflow: hidden;
background-image: url("../images/ch7_back_sp.jpg");
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;

}

.ch7::before {
   content: inherit;
   display: block;
}


.ch7_inner{
margin: 0 auto;
}

.ch7 h2{
position:relative;
padding: 50px 0;
top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.ch7 h2 img{
margin: 0 auto;
width: 85%;
}

/* 8 */
.ch8{
background-color: #fff;
padding: 40px 0 40px;
}

.ch8_inner{
width: 100%;
}

.ch8 h2{
margin: 0 auto 0px;
text-align: center;
width: 94%;
}
.ch8 h2 img{
margin: 0 auto;
width: 100%;
}

/* 9 */
.ch9{
background-image: url("../images/ch1_back.jpg");
background-repeat: repeat;
padding: 40px 0 40px;
}

.ch9_inner{
width: 100%;
}

.ch9 h2{
background: linear-gradient(to bottom, #265867 0%,#116b7c 100%);
padding: 20px 0;
text-align: center;
}
.ch9 h2 img{
width: 94%;
margin: 0 auto;
}

.ch9_inner2{
width: 92%;
margin: 20px auto;
background-color: #fff;
padding: 10px 0;
}

.ch9 h3{
text-align: center;
margin: 0 auto;
width: 96%;
display: block;
}
.ch9 h3 img{
text-align: center;
margin: 0 auto;
width: 100%;
}

.ch9_inner3{
width: 96%;
margin: 20px auto;
background-color: #fff;
padding: 0px 0;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
font-size: 1.6rem;
}

.ch9_img{
float: right;
width: 45%;
margin: 0 0 20px 20px;
}
.ch9_img img{
width: 100%;
}

.ch9 h3 img{
width: 94%;
margin: 0 auto;
}

/* 10 */
.ch10{
background-image: url("../images/ch10_back.jpg");
background-repeat: repeat;
padding: 0px 0 20px;
background-size: 30% auto;
}

.ch10_inner{
width: 100%;
background-color: #fff;
padding: 30px 0 0;
}

.ch10_text{
padding: 20px 10px 30px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
font-size: 1.6rem;
text-align: center;
}

.ch10_inner2{
width: 100%;
}

.mark10{
width: 96%;
margin: 0px auto 0;
}

.ch10 h2{
margin: 0 auto 0px;
text-align: center;
width: 90%;
}
.ch10 h2 img{
margin: 0 auto;
width: 100%;
}

.resul_ts{
padding: 40px 0 0;
}

/* 11 */
.ch11{
background-image: url("../images/ch11_back.jpg");
background-repeat: repeat;
padding: 0px 0 40px;
background-size: cover;
}

.ch11_inner{
width: 100%;
background-color: #fff;
padding: 40px 0 40px;
}

.ch11_text{
padding: 20px 0 30px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
font-size: 1.4rem;
text-align: center;
}

.ch11_inner2{
width: 100%;
}

.ch11 h2{
margin: 0 auto 0px;
text-align: center;
width: 94%;
}
.ch11 h2 img{
margin: 0 auto;
width: 100%;
}

.b_top{
padding: 40px 0 0;
}

.binsen_box{
background-color:rgba(255,255,255,0.9);
padding: 20px;
}

.binsen{
background-image: url("../images/dotline.png");
background-repeat: repeat;
background-position: left bottom;
background-size: auto 40px;
font-size: 16px;
line-height: 40px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.name1 img, .name2 img{
width: 200px;
}

/* 12 */
.ch12{
background-color: #fcfdfc;
padding: 40px 0 140px;
}

.ch12_inner{
width: 100%;
}

.ch12 h2{
font-size: 50px;
line-height: 140%;
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.ch12 h3{
margin: 60px 0 0;
font-size: 26px;
line-height: 140%;
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.ch12_ps{
position: relative;
}
.ch12_img{
position: absolute;
width: 50%;
top:0;
right:0;
}
.ch12_img img{
width: 100%;
}

/* contact box */
.contact_box{
background-color: #fdfdf4;
text-align: center;
padding: 20px 20px;
margin: 30px 0 0;
}

.contact_box h2 img{
width: 100%;
margin: 0px 0 20px;
}
.con1 img{width: 70%; margin: 0px 0 10px;}
.con2 img{width: 50%; background-color: #fff;padding: 10px;margin: 5px 0 10px;}
.con3{font-weight: bold;font-size: 1.2em;}





/* footer */
.f_city{
	background-image: url("../images/fotter_img_sp.png");
	background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 100px 0 0px;
    background-color: #f7f7f7;
    margin: 0;
}

footer{
    background-color: #f7f7f7;
	padding:10px 0 0;
	text-align: center;
	width:100%;
    line-height: 1.5;
    font-size: 1.3rem;
    color: #121212;
}

.footer_inner{
    width: 92%;
	margin:0 auto;
}

.f_menseki{
font-size: 1.1rem;
text-align: left;
background-color: #f6f6f6;
margin: 20px 0 0;
padding: 20px 0;
}

.copy{
text-align: center;
font-size: 1.1rem;
padding: 10px;
background-color: #00426c;
color: #fff;
}

footer a,
footer a:link,
footer a:visited {
	color: #121212;
	text-decoration: none;
}

footer a:hover,
footer a:active {
	color: #666;
	text-decoration:none;
}

/* 20240725追記 */
.v2_fv{
width: 100%;
margin: 0 auto 10px;
}
.v2_fv img{
width: 100%;
}

.v2_sv{ 
margin: 30px auto 30px;
  width: 96%;}
.v2_sv h2{
font-size: 1.4em;
font-style: italic;
text-align: center;
color: #00426c;
border-bottom: 3px solid #00426c;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
padding: 0 0 5px 0;
margin: 0 0 20px;
}
.v2_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.v2_m{
width: 24%;
margin: 0 0px 15px 0;
}
.v2_m img{
width: 100%;
}

.h3_n{
	font-size: 18px;
	line-height: 26px;
	padding: 10px 0 10px 0px;
	font-weight: bold;
	border-bottom: 3px solid #00426c;
	margin:20px 0 20px 0;
    color: #00426c;
    clear: both;
}

.v2_right{
float: right;
width: 35%;
margin: 0 0 40px 20px;
}
.v2_right img{
width: 100%;
}

.v2_left{
float: left;
width: 35%;
margin: 0 40px 20px 0px;
}
.v2_left img{
width: 100%;
}
}

/*ここからスマートフォン用（599px以下）環境の設定
---------------------------------------------------------------------------*/
@media only screen and (max-width:599px){
body { font-size: 1.4rem; 
background-image:none;
line-height:1.7;
margin: 0 auto 0;}

/* イメージ */
.img_c img{width:100%;}
.img_c2 img{width:100%; margin: 20px auto;}
.img_c3{width: 90%; margin: 20px auto;}
.img_c3 img{width: 100%;}
.img_c4{text-align:center; margin: 20px auto;}
.img_c4 img{width: 80%;}
.img_c5 img{width: 100%;}

/* 共通 */
#wrapper{
width: 100%;
margin: 0 auto;
background-color: #ffffff;
}

.inner{
	width:92%;
	margin:0 auto;
}

.inner2{
	width:100%;
	margin:0 auto;
}

.banner_pc{display: none;}
.banner_sp{display: block;}

.pcbr {display:none;}
.spbr {display:inline;}

/* ヘッダー */
#header_pc{
	width:100%;
	margin: 0 auto;
}

.head_top{
padding: 5px 0px 0;
width: 100%;
}

#header_pc h1{
float: left;
width: 50%;
margin: 0px 0 3px 10px;
line-height: 1.0em;
}
#header_pc h1 img{
width: 180px;
vertical-align: bottom;
line-height: 1.0em;
}

.top_right{
float: right;
width: 27%;
margin: 5px 10px 0px 0px;
padding: 0 0px 0px 0;
}

#header_pc p{
font-size: 0.8rem;
line-height: 1.3;
padding: 0px 0 0px 0;
font-weight: normal;
}

.contact2{
float: right;
width: 100%;
margin: 0px 0 0px 0;
}
.contact2 img{
width: 100%;
vertical-align: bottom;
}

/* ページャー*/
#pagetop{
  width:50px;
  position: fixed;
  bottom: 30px;
  right:20px;

  z-index: 10000;
  text-align: center;
  display:block;
}
#pagetop img{
  width:100%;
}


/* TOP実績一覧 */
.top_result{padding: 30px 0 10px;}
.title2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 2.0rem;
  margin: 0 0 0px;
}

.title2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #ccc;
}

.title2 span {
  position: relative;
  padding: 0 1em;
  background: #f7f7f7;
}

.container_result {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
}

.result_box{
width: 92%;
margin: 0 auto 20px;
padding: 10px 10px 1px;
background-color: #fff;
}

.result_box h3{
color: #fff;
font-size: 1.6rem;
line-height: 140%;
padding: 7px 15px;
background-color: #00426c;
}

.result_wp{
padding: 15px 0px 5px;
}

.result_left{
width: 50%;
float: left;
font-size: 1.4rem;
line-height: 140%;
}

.result_right{
width: 47%;
float: right;
}
.result_right img{
width: 100%;
}

.result_left dl{
border-bottom:1px dotted#ccc;
display: block;
justify-content: flex-start;
padding: 0 0 5px;
margin: 0 0 5px;
}

.result_left dt{
width: 100%;
margin: 0 10px 0px 0;
}

.result_left dd{
width: 100%;
padding: 0 0 0 0px;
text-align: center;
}

.r1{
width: 100%;
background-color: #00426c;
color: #fff;
text-align: center;
margin: 0 0 5px;
}

.r2{
width: 100%;
background-color: #e71c60;
color: #fff;
text-align: center;
margin: 0 0 5px;
}

/* ファーストビュー */
.fv {
  position: relative;
  width: 100%;
  height: 15vh;
  overflow: hidden;
}

.fv::before {
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   background-image: url("../images/mv_back.jpg");
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   -webkit-animation: zoom 60s linear infinite;
   animation: zoom 60s linear infinite;
   animation-fill-mode: forwards;
}


.fv_text{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
}
#slider img {
  position: absolute;
  vertical-align: bottom;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: .8s;
  width: 100%;
}
#slider img.show {
  opacity: 1;
  vertical-align: bottom;
}

.fade{
  animation-name: fade;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

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


.fv2{
padding: 15px 0;
margin: 0 auto;
text-align: center;
}
.fv2 img{
width: 80%;
margin: 0 auto;
text-align: center;
}

/* CTA */
.cta{
background-image: url("../images/ch1_back.jpg");
background-repeat: repeat;
padding: 30px 0 30px;
background-size: 30% auto;
}

.cta_inner{
width: 100%;
}

.cta_wp{
width: 90%;
margin: 0 auto;
}

.cta_l{
float: none;
width: 70%;
margin: 0 auto;
}

.cta_r{
float: none;
width: 100%;
margin: 0 auto 20px;
}

.cta_l h3 img{
width: 85%;
margin: 0 0 3px;
}

.cta_l p{
font-size: 1.1rem;
line-height: 1.5;
text-align: center;
}

.deco2 {/* フォームの入力欄装飾用 */
	display:block;
	margin: 10px 0 10px 0px;
	padding:8px 3% 4px;
	height:30px;
	width:94%;
	border:0;
	font-size:14px;
	line-height:30px;
	font-weight:normal;
	font-family:Arial, sans-serif;
	text-align:left;
	color:#444;
	border:solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}

.check{
font-size: 1.1rem;
line-height: 1.4;
}

.submit {
	margin:0px auto;
}
.submit img{
width: 100%;
vertical-align: middle;
}

.submit.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.submit.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.submit.kiran:hover::before {
  animation: kiran 0.5s linear;
}
 
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}


/* 1 */
.ch1{
background-image: url("../images/ch1_back2_sp.jpg");
background-repeat: no-repeat;
background-size: cover;
padding: 30px 0 30px;
}

.ch1_inner{
width: 100%;
}

.ch1 h2{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
color: #fffd68;
font-size: 1.8rem;
text-align: center;
display: inline-block;
border-bottom: 1px solid #fffd68;
padding-bottom: 2px;
}

.ch1_box{
background-color: #fff;
padding: 20px 15px 10px;
margin: 20px 0 30px;
}

.ch1 li{
background-image: url("../images/icon_c1.png");
background-repeat: no-repeat;
background-size: 16px auto;
background-position: left 4px;
font-size: 14px;
line-height: 22px;
font-weight: bold;
padding: 0 0 0 26px;
margin: 0 0 5px;
}

.ch1 h3{
color: #fffd68;
font-size: 1.6rem;
line-height: 1.5;
text-align: center;
margin: 0 0 20px;
}

.ch1_text{
color: #fff;
font-size:  1.4rem;
line-height: 1.4;
font-weight: bold;
}

/* 2 */
.ch2{
background-color: #fff;
padding: 30px 0 30px;
}

.ch2_inner{
width: 100%;
}

.ch2 h2{
margin: 0 auto;
text-align: center;
width: 100%;
}
.ch2 h2 img{
margin: 0 auto;
width: 100%;
}

/* 3 */
.ch3{
position: relative;
width: 100%;
height: 45vh;
overflow: hidden;
}

.ch3::before {
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   background-image: url("../images/ch3_back_sp.jpg");
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   -webkit-animation: zoom 60s linear infinite;
   animation: zoom 60s linear infinite;
   animation-fill-mode: forwards;
   animation-direction: alternate-reverse;
}

@keyframes zoom {
   0% {
      transform: scale(1);
   }
   50% {
      transform: scale(1.5);
   }
   100% {
      transform: scale(1);
   }
}

.ch3_inner{
margin: 0 auto;
}

.ch3 h2{
position: absolute;
  top: 5vh;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.ch3 h2 img{
margin: 0 auto;
width: 90%;
}


/* 4 */
.ch4{
background-image: url("../images/ch1_back.jpg");
background-repeat: repeat;
background-size: 30% auto;
padding: 30px 0 10px;
}

.ch4_inner{
width: 100%;
}

.ch4_inner2{
width: 92%;
margin: 0 auto;
background-image:none;
background-repeat: no-repeat;
background-size: 39% auto;
background-position: right top;
}

.ch4 h2{
margin: 0 0 5px;
}

.ch4_text_l{
width: inherit;
margin: 0 0 30px;
font-size: 0.9em;
}

.c1{
padding: 0 0 0px 0px;
line-height: 1.0;
}
.c1 img{
width: 50%;
line-height: 1.0;
}

.c2{
padding: 0 0 0px 60px;
line-height: 1.0;
}
.c2 img{
width: 70%;
line-height: 1.0;
}

.c3{
padding: 0 0 0px 0px;
line-height: 1.0;
}
.c3 img{
width: 90%;
line-height: 1.0;
}

.c4{
padding: 0 0 0px 0px;
line-height: 1.0;
}
.c4 img{
width: 100%;
line-height: 1.0;
}

.ch4_img{
float: right;
width: 40%;
margin: 0 0 10px 20px;
}
.ch4_img img{
width: 100%;
}

/* 5 */
.ch5{
background-image: url("../images/ch1_back.jpg");
background-repeat: repeat;
background-size: 30% auto;
padding: 30px 0 30px;
}

.ch5_inner{
width: 100%;
}

.ch5 h2{
background: linear-gradient(to bottom, #265867 0%,#116b7c 100%);
padding: 15px 0;
text-align: center;
}
.ch5 h2 img{
width: 94%;
margin: 0 auto;
}

.ch5_inner2{
width: 92%;
margin: 20px auto;
background-color: #fff;
padding: 10px 0;
}

.ch5 h3{
text-align: center;
margin: 0 auto;
width: 96%;
display: block;
}
.ch5 h3 img{
text-align: center;
margin: 0 auto;
width: 100%;
}

.ch5_inner3{
width: 96%;
margin: 20px auto;
background-color: #fff;
padding: 0px 0;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
font-size: 1.4rem;
}

.ch5_img{
float: right;
width: 45%;
margin: 0 0 20px 20px;
}
.ch5_img img{
width: 100%;
}

/* 6 */
.ch6{position: relative;
padding: 0 0 40vh;}

.ch6_back {
  position: relative;
  width: 100%;
  height: 15vh;
  overflow: hidden;
}

.ch6_back::before {
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   background-image: url("../images/ch6_back.jpg");
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   -webkit-animation: zoom 40s linear infinite;
   animation: zoom 40s linear infinite;
   animation-fill-mode: forwards;
   z-index: -10
}

@keyframes zoom {
   0% {
      transform: scale(1);
   }
   100% {
      transform: scale(1.5);
   }
}

.ch6_inner{
  position: absolute;
  width: 92%;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10
}

.ch6_img{
float: left;
width: 43%;
}
.ch6_img img{
width: 100%;
}

.ch6_text{
float: right;
padding: 10px 0 0;
width: 56%;
text-align: left;
margin: 0 auto;
}
.ch6_text img{
width: 100%;
margin: 0 auto;
}

.tyousei2{
padding: 0 0 50px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
font-size: 1.3rem;
line-height: 1.5;
}

.cta_r2{
width: 100%;
margin: 0 0 20px;
clear: both;
}

.cta_l2 h3 img{
width: 85%;
}

.cta_l2 p{
font-size: 1.3rem;
line-height: 1.4;
}

.deco3 {/* フォームの入力欄装飾用 */
	display:block;
	margin: 0 0 10px 0px;
	padding:8px 3% 4px;
	height:35px;
	width:94%;
	border:0;
	font-size:14px;
	line-height:45px;
	font-weight:normal;
	font-family:Arial, sans-serif;
	text-align:left;
	color:#444;
	border:solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}

.check2{
font-size: 1.1rem;
line-height: 1.4;
}

.submit2 {
	margin:0px auto 10px;
}
.submit2 img{
width: 100%;
}

.submit2.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.submit2.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.submit2.kiran:hover::before {
  animation: kiran 0.5s linear;
}
 
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* 7 */
.ch7{
position: relative;
width: 100%;
height: inherit;
overflow: hidden;
background-image: url("../images/ch7_back_sp.jpg");
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}

.ch7::before {
   content: inherit;
   display: block;
}


.ch7_inner{
margin: 0 auto;
}

.ch7 h2{
position:relative;
padding: 50px 0;
top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.ch7 h2 img{
margin: 0 auto;
width: 85%;
}

/* 8 */
.ch8{
background-color: #fff;
padding: 30px 0 30px;
}

.ch8_inner{
width: 100%;
}

.ch8 h2{
margin: 0 auto 0px;
text-align: center;
width: 94%;
}
.ch8 h2 img{
margin: 0 auto;
width: 100%;
}

/* 9 */
.ch9{
background-image: url("../images/ch1_back.jpg");
background-repeat: repeat;
background-size: 30% auto;
padding: 30px 0 30px;
}

.ch9_inner{
width: 100%;
}

.ch9 h2{
background: linear-gradient(to bottom, #265867 0%,#116b7c 100%);
padding: 15px 0;
text-align: center;
}
.ch9 h2 img{
width: 94%;
margin: 0 auto;
}

.ch9_inner2{
width: 92%;
margin: 20px auto;
background-color: #fff;
padding: 10px 0;
}

.ch9 h3{
text-align: center;
margin: 0 auto;
width: 96%;
display: block;
}
.ch9 h3 img{
text-align: center;
margin: 0 auto;
width: 100%;
}

.ch9_inner3{
width: 96%;
margin: 20px auto;
background-color: #fff;
padding: 0px 0;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
font-size: 1.4rem;
}

.ch9_img{
float: right;
width: 45%;
margin: 0 0 20px 20px;
}
.ch9_img img{
width: 100%;
}

.ch9 h3 img{
width: 94%;
margin: 0 auto;
}

/* 10 */
.ch10{
background-image: url("../images/ch10_back.jpg");
background-repeat: repeat;
padding: 0px 0 20px;
background-size: 30% auto;
}

.ch10_inner{
width: 100%;
background-color: #fff;
padding: 30px 0 0;
}

.ch10_text{
padding: 20px 10px 30px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
font-size: 1.5rem;
text-align: center;
}

.ch10_inner2{
width: 100%;
}

.mark10{
width: 96%;
margin: 0px auto 0;
}

.ch10 h2{
margin: 0 auto 0px;
text-align: center;
width: 80%;
}
.ch10 h2 img{
margin: 0 auto;
width: 100%;
}

.resul_ts{
padding: 40px 0 0;
}

/* 11 */
.ch11{
background-image: url("../images/ch11_back.jpg");
background-repeat: repeat;
padding: 0px 0 30px;
background-size: cover;
}

.ch11_inner{
width: 100%;
background-color: #fff;
padding: 30px 0 30px;
}

.ch11_text{
padding: 20px 0 30px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
font-size: 1.4rem;
text-align: center;
}

.ch11_inner2{
width: 100%;
}

.ch11 h2{
margin: 0 auto 0px;
text-align: center;
width: 94%;
}
.ch11 h2 img{
margin: 0 auto;
width: 100%;
}

.b_top{
padding: 40px 0 0;
}

.binsen_box{
background-color:rgba(255,255,255,0.9);
padding: 15px;
}

.binsen{
background-image: url("../images/dotline.png");
background-repeat: repeat;
background-position: left bottom;
background-size: auto 40px;
font-size: 14px;
line-height: 40px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.name1 img, .name2 img{
width: 200px;
}

/* 12 */
.ch12{
background-color: #fff;
padding: 30px 0 40px;
}

.ch12_inner{
width: 100%;
}

.ch12 h2{
font-size: 24px;
line-height: 140%;
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.ch12 h3{
margin: 40px 0 0;
font-size: 14px;
line-height: 140%;
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.ch12_ps{
position: relative;
}
.ch12_img{
position: absolute;
width: 47%;
top:0;
right:0;
}
.ch12_img img{
width: 100%;
}

/* contact box */
.contact_box{
background-color: #fdfdf4;
text-align: center;
padding: 20px 20px;
margin: 30px 0 0;
}

.contact_box h2 img{
width: 100%;
margin: 0px 0 20px;
}
.con1 img{width: 70%; margin: 0px 0 5px;}
.con2 img{width: 50%; background-color: #fff;padding: 10px;margin: 5px 0 10px;}
.con3{font-weight: bold;font-size: 1.2em;}







/* footer */
.f_city{
	background-image: url("../images/fotter_img_sp.png");
	background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 100px 0 0;
    background-color: #f7f7f7;
    margin: 0px 0 0;
}

footer{
    background-color: #f7f7f7;
	padding:10px 0 0;
	text-align: center;
	width:100%;
    line-height: 1.5;
    font-size: 1.3rem;
    color: #121212;
}

.footer_inner{
    width: 92%;
	margin:0 auto;
}

.f_menseki{
font-size: 1.1rem;
text-align: left;
background-color: #f6f6f6;
margin: 20px 0 0;
padding: 20px 0;
}

.copy{
text-align: center;
font-size: 1.1rem;
padding: 10px;
background-color: #00426c;
color: #fff;
}

footer a,
footer a:link,
footer a:visited {
	color: #121212;
	text-decoration: none;
}

footer a:hover,
footer a:active {
	color: #666;
	text-decoration:none;
}


/* 20240725追記 */
.v2_fv{
width: 100%;
margin: 3px auto 0px;
}
.v2_fv img{
width: 100%;
}

.v2_sv{ 
margin: 30px auto 20px;
  width: 92%;}
.v2_sv h2{
font-size: 1.3em;
font-style: italic;
text-align: center;
color: #00426c;
border-bottom: 3px solid #00426c;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
padding: 0 0 5px 0;
margin: 0 0 15px;
}
.v2_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.v2_m{
width: 48%;
margin: 0 0px 15px 0;
}
.v2_m img{
width: 100%;
}

.h3_n{
	font-size: 15px;
	line-height: 22px;
	padding: 10px 0 7px 0px;
	font-weight: bold;
	border-bottom: 3px solid #00426c;
	margin:10px 0 15px 0;
    color: #00426c;
}

.v2_right{
float: right;
width: 40%;
margin: 0 0 15px 20px;
}
.v2_right img{
width: 100%;
}

.v2_left{
float: left;
width: 40%;
margin: 0 20px 20px 0px;
}
.v2_left img{
width: 100%;
}

.section {scroll-margin-top: 20px;}

}


/*************************************************************
【marginの設定】
*************************************************************/
.m0{margin:0 !important}
.mt0{margin-top:0 !important}
.mr0{margin-right:0 !important}
.mb0{margin-bottom:0 !important}
.ml0{margin-left:0 !important}

.m5{margin:5px !important}
.mt5{margin-top:5px !important}
.mr5{margin-right:5px !important}
.mb5{margin-bottom:5px !important}
.ml5{margin-left:5px !important}

.m10{margin:10px !important}
.mt10{margin-top:10px !important}
.mr10{margin-right:10px !important}
.mb10{margin-bottom:10px !important}
.ml10{margin-left:10px !important}

.m15{margin:15px !important}
.mt15{margin-top:15px !important}
.mr15{margin-right:15px !important}
.mb15{margin-bottom:15px !important}
.ml15{margin-left:15px !important}

.m20{margin:20px !important}
.mt20{margin-top:20px !important}
.mr20{margin-right:20px !important}
.mb20{margin-bottom:20px !important}
.ml20{margin-left:20px !important}

.m25{margin:25px !important}
.mt25{margin-top:25px !important}
.mr25{margin-right:25px !important}
.mb25{margin-bottom:25px !important}
.ml25{margin-left:25px !important}

.m30{margin:30px !important}
.mt30{margin-top:30px !important}
.mr30{margin-right:30px !important}
.mb30{margin-bottom:30px !important}
.ml30{margin-left:30px !important}

.m35{margin:35px !important}
.mt35{margin-top:35px !important}
.mr35{margin-right:35px !important}
.mb35{margin-bottom:35px !important}
.ml35{margin-left:35px !important}

.m40{margin:40px !important}
.mt40{margin-top:40px !important}
.mr40{margin-right:40px !important}
.mb40{margin-bottom:40px !important}
.ml40{margin-left:40px !important}

.m45{margin:45px !important}
.mt45{margin-top:45px !important}
.mr45{margin-right:45px !important}
.mb45{margin-bottom:45px !important}
.ml45{margin-left:45px !important}

.m50{margin:50px !important}
.mt50{margin-top:50px !important}
.mr50{margin-right:50px !important}
.mb50{margin-bottom:50px !important}
.ml50{margin-left:50px !important}

.m55{margin:55px !important}
.mt55{margin-top:55px !important}
.mr55{margin-right:55px !important}
.mb55{margin-bottom:55px !important}

.ml55{margin-left:55px !important}
.m60{margin:60px !important}
.mt60{margin-top:60px !important}
.mr60{margin-right:60px !important}
.mb60{margin-bottom:60px !important}
.ml60{margin-left:60px !important}

.m65{margin:65px !important}
.mt65{margin-top:65px !important}
.mr65{margin-right:65px !important}
.mb65{margin-bottom:65px !important}
.ml65{margin-left:65px !important}

.m70{margin:70px !important}
.mr70{margin-right:70px !important}
.mb70{margin-bottom:70px !important}
.ml70{margin-left:70px !important}

.m75{margin:75px !important}
.mt75{margin-top:75px !important}
.mr75{margin-right:75px !important}
.mb75{margin-bottom:75px !important}
.ml75{margin-left:75px !important}

.m80{margin:80px !important}
.mt80{margin-top:80px !important}
.mr80{margin-right:80px !important}
.mb80{margin-bottom:80px !important}
.ml80{margin-left:80px !important}


.mlrb30{margin:10px 30px 30px !important}
.ml90{margin-left:90px !important}

/**************************************************************
【paddingの設定】
**************************************************************/
.p0{padding:0 !important}		
.pt0{padding-top:0 !important}	
.pr0{padding-right:0 !important}
.pb0{padding-bottom:0 !important}
.pl0{padding-left:0 !important}	

.p5{padding:5px !important}
.pt5{padding-top:5px !important}
.pr5{padding-right:5px !important}
.pb5{padding-bottom:5px !important}
.pl5{padding-left:5px !important}

.p10{padding:10px !important}
.pt10{padding-top:10px !important}
.pr10{padding-right:10px !important}
.pb10{padding-bottom:10px !important}
.pl10{padding-left:10px !important}

.p20{padding:20px !important}
.pt20{padding-top:20px !important}
.pr20{padding-right:20px !important}
.pb20{padding-bottom:20px !important}
.pl20{padding-left:20px !important}

.p30{padding:30px !important}

.p4050{padding:40px 50px !important}

.pb30{padding-bottom:30px !important}
.pb40{padding-bottom:40px !important}
.pb50{padding-bottom:50px !important}
.pb80{padding-bottom:80px !important}

/**************************************************************
【widthの設定】
**************************************************************/
.w50{width:50px;}
.w100{width:100px;}
.w130{width:130px;}
.w180{width:180px;}
.w200{width:200px;}
.w220{width:220px;}
.w250{width:250px;}
.w350{width:350px;}
.w400{width:400px;}
.w450{width:450px;}
.w500{width:500px;}
.w600{width:600px;}
.w700{width:700px;}
.w710{width:710px;}
.w876{width:876px;}

/**************************************************************
【heightの設定】
**************************************************************/
.h10{height:10px;}
.h30{height:30px;}
.h100{height:100px;}
.h200{height:200px;}


/**************************************************************
【配置設定】
**************************************************************/
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

.f_left{float:left;}
.f_right{float:right;}

/**************************************************************
【文字装飾】
**************************************************************/
.red1{color:#e71c60;}/*明るい赤 */
.red2{color:#c62726;}/*暗い赤 */
.red1_b{color:#F00;font-weight:bold;}/*太字・明るい赤 */
.red2_b{color:#d13938;font-weight:bold;}/*太字・暗い赤 */
.blue{color:#00F;}/*青 */
.bl{color:#254BDD;}/*青 */
.or{color:#FF9739;}/*オレンジ */
.blk{color:#000;}/*黒 */
.gr{color:#999;}/*グレー */
.grn{color:#00426c;}/*みどり */
.pk{color:#FE48DA;}/*ピンク */
.gld{color:#d5b876;}/*ゴールド */
.pp{color:#8A37BC;}/*むらさき */
.underline{text-decoration:underline;}/*アンダーライン */
strong{font-weight:bold;}/*太字 */
.bg_y{
    background-color:#F6BD15;
    padding:0px 5px 0px;}
.bg_k{
	background-color: #F8FF12;
	padding: 0px 5px 0px;}


.font0_5{font-size:0.5em;}
.font0_6{font-size:0.6em;}
.font0_7{font-size:0.7em;}
.font0_8{font-size:0.8em;}
.font0_9{font-size:0.9em;}
.font1{font-size:1em;}
.font1_1{font-size:1.1em;}
.font1_2{font-size:1.2em;}
.font1_3{font-size:1.3em;}
.font1_4{font-size:1.4em;}
.font1_5{font-size:1.5em;}
.font1_6{font-size:1.6em;}
.font1_7{font-size:1.7em;}
.font1_8{font-size:1.8em;}
.font1_9{font-size:1.9em;}
.font2{font-size:2em;}

.lh160{
line-height: 160%;
}

.font_M {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}