@charset "UTF-8";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  max-height: 999999px;
}
body {line-height: 1;}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-size: 100%;
  font-weight: normal;
  overflow: hidden;
  line-height: 140%;
}
ol, ul {list-style: none;}

blockquote {quotes: none;}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th{font-weight: normal;}

a img {border: none;}

a {
  text-decoration: none;
  outline: none;
}

p a {
  text-decoration: underline;
  color: #FF6C0C;
}

p a:hover {
  text-decoration: none;
  opacity: 1;
}

img{vertical-align: bottom;}

.clearfix {width:100%; margin: 0;}
.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  }
     
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  }
  



/*------------------------------------
	Value
------------------------------------*/
.mtop0 { margin-top: 0!important; }
.mtop5 { margin-top: 5px; }
.mtop10 { margin-top: 10px; }
.mtop15 { margin-top: 15px; }
.mtop20 { margin-top: 20px; }
.mtop25 { margin-top: 25px; }
.mtop30 { margin-top: 30px; }
.mtop40 { margin-top: 40px; }
.mtop50 { margin-top: 50px; }
.mtop60 { margin-top: 60px; }
.mtop70 { margin-top: 70px; }
.mtop100 { margin-top: 100px; }

.mtop5per{ margin-top: 5%; }


.mbtm0 { margin-bottom: 0; }
.mbtm5 { margin-bottom: 5px; }
.mbtm10 { margin-bottom: 10px; }
.mbtm15 { margin-bottom: 15px; }
.mbtm20 { margin-bottom: 20px; }
.mbtm25 { margin-bottom: 25px; }
.mbtm30 { margin-bottom: 30px; }
.mbtm40 { margin-bottom: 40px; }
.mbtm50 { margin-bottom: 50px; }
.mbtm60 { margin-bottom: 60px; }
.mbtm70 { margin-bottom: 70px; }
.mbtm100 { margin-bottom: 100px; }

.mleft5 { margin-left: 5px; }
.mleft10 { margin-left: 10px; }
.mleft15 { margin-left: 15px; }
.mleft20 { margin-left: 20px; }

.mright5 { margin-right: 5px; }
.mright10 { margin-right: 10px; }
.mright15 { margin-right: 15px; }
.mright20 { margin-right: 20px; }

.mauto {margin: auto;}


.p20 { padding: 20px; }
.p30 { padding: 30px; }
.p40 { padding: 40px; }
.p50 { padding: 50px; }

.ptop20 { padding-top: 20px; }
.ptop30 { padding-top: 30px; }
.ptop50 { padding-top: 50px; }

.pbtm30 { padding-bottom: 30px; }


.pleft5 { padding-left: 5px; }
.pleft10 { padding-left: 10px; }
.pleft15 { padding-left: 15px; }
.pleft20 { padding-left: 20px; }



.pright5 { padding-right: 5px; }
.pright10 { padding-lerightft: 10px; }
.pright15 { padding-right: 15px; }
.pright20 { padding-right: 20px; }

.f10 { font-size: 10px; line-height: 140%;}
.f11 { font-size: 11px; line-height: 140%;}
.f12 { font-size: 12px; line-height: 160%;}
.f13 { font-size: 13px; line-height: 160%;}
.f14 { font-size: 14px; line-height: 160%;}
.f15 { font-size: 15px; line-height: 160%;}
.f16 { font-size: 16px; line-height: 160%;}
.f18 { font-size: 18px; line-height: 160%;}
.f20 { font-size: 20px; line-height: 160%;}
.f24 { font-size: 24px; line-height: 160%;}






@media screen and (max-width: 900px) {
  .mtop20 { margin-top: 3.5%; }
  .mtop25 { margin-top: 4%; }
  .mtop30 { margin-top: 5%; }
  .mtop40 { margin-top: 6%; }
  .mtop50 { margin-top: 7%; }
  .mtop60 { margin-top: 10%; }
  .mtop70 { margin-top: 12%; }  
  .mtop100 { margin-top: 15%; }

  .mbtm20 { margin-bottom: 3.5%; }
  .mbtm25 { margin-bottom: 4%; }
  .mbtm30 { margin-bottom: 5%; }
  .mbtm40 { margin-bottom: 6%; }
  .mbtm50 { margin-bottom: 7%; }
  .mbtm60 { margin-bottom: 10%; }
  .mbtm70 { margin-bottom: 12%; }
  .mbtm100 { margin-bottom: 15%; }
  
  
  
  .mleft10 { margin-left: 5px; }
  .mleft15 { margin-left: 10px; }
  .mleft20 { margin-left: 15px; }

  .mright10 { margin-right: 5px; }
  .mright15 { margin-right: 10px; }
  .mright20 { margin-right: 15px; }

  
  
  .ptop20 { padding-top: 3.5%; }
  .ptop30 { padding-top: 5%; }
  .ptop50 { padding-top: 7%; }
  
  .pbtm30 { padding-bottom: 5%; }
  
  
}

@media screen and (max-width: 750px) {

  .f12 { font-size: 11px; line-height: 160%;}
  .f13 { font-size: 11px; line-height: 160%;}
  .f14 { font-size: 12px; line-height: 160%;}
  .f15 { font-size: 13px; line-height: 160%;}
  .f16 { font-size: 14px; line-height: 160%;}
  .f18 { font-size: 16px; line-height: 160%;}
  .f20 { font-size: 18px; line-height: 160%;}
  .f24 { font-size: 20px; line-height: 160%;}
  
  
  .p20 { padding: 15px; }
  .p30 { padding: 25px; }
  .p40 { padding: 30px; }
}

@media screen and (max-width: 480px) {
  .spMleft5 { margin-left: 5px; }
  
  
  .p30 { padding: 20px; }  
}

@media screen and (max-width: 360px) {
  .p30 { padding: 15px; }
  .p40 { padding: 20px; }  
}


/*----------------------------------------
	レイアウト
----------------------------------------*/
body{
  font-family:'メイリオ',Meiryo,'Lucida Grande','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS ゴシック',Verdana,Helvetica,Arial,Sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 160%;
  background: #F2F2F2;
}

p {
  line-height: 160%;
}

a {
  transition : all 0.3s ease 0s;
}

a:hover {
	opacity: 0.7;
}




.inner {
	max-width: 1080px;
	margin: 0 auto;
}



.ofh { overflow: hidden; }
.center { text-align: center; }
.centerSpLeft { text-align: center;}
.left { text-align: left; }
.right { text-align: right; }
.rightSpLeft { text-align: right; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.relative { position: relative; }
.w100per { max-width: 100%; }





.list-indent li {
  padding-left: 1em;
  text-indent: -1em;
}

.list-indent3 li {
  padding-left: 1.4em;
  text-indent: -1.4em;
}

.indent {
  padding-left :1em;
  text-indent: -1em;
}

.a10 {
  padding-left :1em;
  text-indent: -1em;
  margin-top: 10px;
  font-size: 12px;
  color: #545454;
  line-height: 160%;  
}

.a10List {
  margin-top: 10px;
}

.a10List li {
  padding-left :1em;
  text-indent: -1em;
  font-size: 12px;
  color: #545454;
  line-height: 160%;  
}

.annotation {
  font-size: 12px;
  color: #545454;
  line-height: 160%;
}

.spbr {
  display: none;
}

.red {
  color: #C3172D;
}




@media screen and (max-width: 1180px) {
  .inner {
    max-width: 94%;
    margin: 0 3%;
  }
}

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

}



@media screen and (max-width: 480px) {
  .rightSpLeft { text-align: left; }
  .centerSpLeft { text-align: left;}
  .spCenter { text-align: center;}
  
  .spbr {
    display: block;
  } 
}

/*----------------------------------------
	リスト
----------------------------------------*/
.list2 ,
.list2sp1 ,
.list2sp2_1 {
  display: flex;
  flex-wrap: wrap;
}

.list2 li ,
.list2sp1 li ,
.list2sp2_1 li {
  width: 47.5%;  
}

.list2 li img ,
.list2sp1 li img ,
.list2sp2_1 li img {
  width: 100%;
}

.list2 li:nth-child(odd) ,
.list2sp1 li:nth-child(odd) ,
.list2sp2_1 li:nth-child(odd) {
  margin-right: 5%;
}

.list2 li:nth-child(n+3) ,
.list2sp1 li:nth-child(n+3) ,
.list2sp2_1 li:nth-child(n+3) {
  margin-top: 5%;
}

.list3 ,
.list3sp1 ,
.list3sp2 {
  display: flex;
  flex-wrap: wrap;
}

.list3 li ,
.list3sp1 li ,
.list3sp2 li {
  width: 30%;
  margin-right: 5%;  
}

.list3 li img ,
.list3sp1 li img ,
.list3sp2 li img {
  width: 100%;
}

.list3 li:nth-child(3n) ,
.list3sp1 li:nth-child(3n) ,
.list3sp2 li:nth-child(3n) {
  margin-right: 0;
}

.list3 li:nth-child(n+4) ,
.list3sp1 li:nth-child(n+4) ,
.list3sp2 li:nth-child(n+4) {
  margin-top: 5%;
}

.list4 ,
.list4sp2 {
  display: flex;
  flex-wrap: wrap;
}

.list4 li ,
.list4sp2 li {
  width: 22%;
  margin-right: 4%;
}

.list4 li:nth-child(4n) ,
.list4sp2 li:nth-child(4n) {
  margin-right: 0;
}

.list4 li:nth-child(n+5) ,
.list4sp2 li:nth-child(n+5) {
  margin-top: 4%;
}

.list4 li img ,
.list4sp2 li img {
  width: 100%;
}

.list50per {
  display: flex;
  flex-wrap: wrap;
}

.list50per li {
  width: 50%;
}

.list50per li img {
  width: 100%;
}


@media screen and (max-width: 750px) {
  .list2sp2_1 li {
    width: 100%;  
  }

  .list2sp2_1 li:nth-child(odd) {
    margin-right: 0;
  }

  .list2sp2_1 li:nth-child(n+2) {
    margin-top: 5%;
  }
  
  .list3sp2 li {
    width: 47.5%;
    margin-right: 5%;  
  }

  .list3sp2 li:nth-child(3n) {
    margin-right: 5%;
  }
  
  .list3sp2 li:nth-child(even) {
    margin-right: 0;
  }  

  .list3sp2 li:nth-child(n+3) {
    margin-top: 5%;
  }
  
  .list4 li {
    width: 30%;
    margin-right: 5%;
  }
  
  .list4 li:nth-child(4n) {
    margin-right: 5%;
  }

  .list4 li:nth-child(3n) {
    margin-right: 0;
  }
  
  .list4 li:nth-child(n+5) {
    margin-top: 0;
  }

  .list4 li:nth-child(n+4) {
    margin-top: 5%;
  }
  
  .list4sp2 li {
    width: 47.5%;
    margin-right: 5%;
  }

  .list4sp2 li:nth-child(even) {
    margin-right: 0;
  }

  .list4sp2 li:nth-child(n+5) {
    margin-top: 0;
  }

  .list4sp2 li:nth-child(n+3) {
    margin-top: 5%;
  }
}


@media screen and (max-width: 480px) {
  .list2sp1 li {
    width: 100%;  
  }

  .list2sp1 li:nth-child(odd) {
    margin-right: 0;
  }

  .list2sp1 li:nth-child(n+2) {
    margin-top: 5%;
  }
  
  .list3 li {
    width: 47.5%;
    margin-right: 5%;  
  }

  .list3 li:nth-child(3n) {
    margin-right: 5%;
  }
  
  .list3 li:nth-child(even) {
    margin-right: 0;
  }  

  .list3 li:nth-child(n+3) {
    margin-top: 5%;
  }
  
  .list4 li {
    width: 47.5%;
    margin-right: 5%;
    margin-top: 5%;    
  }
  
  .list4 li:nth-child(4n) {
    margin-right: 5%;
  }

  .list4 li:nth-child(3n) {
    margin-right: 5%;
  }
  
  .list4 li:nth-child(even) {
    margin-right: 0;
  }  
  
  .list4 li:nth-child(n+5) {
    margin-top: 0;
  }

  .list4 li:nth-child(n+4) {
    margin-top: 5%;
  }
  
  .list3sp1 li ,
  .list3sp2 li {
    width: 100%;
    margin-right: 0;
  }

  .list3sp1 li:nth-child(3n) ,
  .list3sp2 li:nth-child(3n) {
    margin-right: 0;
  }

  .list3sp1 li:nth-child(n+4) {
    margin-top: inherit;
  }

  .list3sp1 li:nth-child(n+2) ,
  .list3sp2 li:nth-child(n+2) {
    margin-top: 5%;
  }

}


/*----------------------------------------
	header
----------------------------------------*/
header {
  background: #000;
  padding: 10px 0;
}

header ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


header img {
  width: 120px;
}

header p {
  color: #fff;
  font-weight: bold;
}

header a {
  color: #fff;
  text-decoration: none;
}

header a:hover {
  opacity: 0.7;
}




/*----------------------------------------
	キービジュアル
----------------------------------------*/
.kv {
  width: 100%;
  text-align: center;
  background: #FF810F;
}



.kv-box {
  position: relative;
  margin: 0 6.25%;
}



.end-text {
  position: absolute;
  top: 30%;
  background: rgba(000,000,000,0.70);
  width: 100%;

  height: 45%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: min(5.2vw, 40px);
}




.kv-txt {
  display: inline-block;
  margin: 200px 0 170px;
  padding:  0 5px;
}

.kv-txt h1 {
  font-size: clamp(16px, 4.3vw, 32px);
  font-weight: bold;
  line-height: 160%;
}

.kv-txt h1 span {
  font-size: clamp(25px, 6.3vw, 47px);
  line-height: 120%;
  margin-top: min(1.3vw, 10px);
  display: inline-block;
}

.kv-txt p:first-child {
  font-size: clamp(16px, 4.3vw, 32px);
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.kv-txt p:first-child::before ,
.kv-txt p:first-child::after {
  content: "";
  width: 1px;
  height: clamp(16px, 4.8vw, 36px);
  background-color: #000;
  position: absolute;
  bottom:  clamp(-1px, 1.4vw, 10px);
}


.kv-txt p:first-child::before {
transform: rotate(-20deg);
  left: -20px;  
}

.kv-txt p:first-child::after {
transform: rotate(20deg);
  right: -20px;  
}


.kv-txt p:last-child {
  font-size: clamp(16px, 4.3vw, 32px);
  font-weight: bold;
  text-align: right;
  margin: 5px 5px 0 0 ;
}


.kv ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;  
}

.kv ul li {
  width: 140px;
}

.kv ul li:last-child {
  margin-right: 0;
}

.kv ul li img {
  width: 100%;
}

.pins01 {
  top: 10px;
  left: 0;
  right: 0;
}

.pins02 {
  bottom: -20px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1500px) {
  .kv-box {
    margin: 0 4%;
  }
}

@media screen and (max-width: 1080px) {
  .kv-box {
    margin: 0 2%;
  }
  
  .kv-txt {
    margin: 18% 0 13%;
  }

  .kv ul li {
    width: 12%;
  }
}

@media screen and (max-width: 750px) {
  .kv-box {
    margin: 0 2%;
  }
  
  .kv-txt {
    margin: 24% 0 18%;
  }

  .kv ul li {
    width: 12%;
  }

  .pins01 {
    top: 10px;
  }

  .pins02 {
    bottom: -4%;
  }

}

@media screen and (max-width: 480px) {
  .kv-box {
    margin: 0 2%;
  }
  
  .kv-txt {
    margin: 90px 0 70px;
  }

  .kv ul li {
    width: 14%;
  }

  .pins01 {
    top: 10px;
  }

  .pins02 {
    bottom: -4%;
  }

}

/*----------------------------------------
	トップテキスト
----------------------------------------*/
.top-txt-box {
  text-align: center;
  font-weight: bold;
  margin-top: 100px;
}

.top-txt-1 {
  font-size: clamp(16px, 4vw, 30px);
  line-height: 180%;  
}

.top-txt-1 span {
  font-size: clamp(24px, 6.2vw, 46px);
}

.top-txt-2 {
  font-size: clamp(50px, 10.6vw, 80px);
  line-height: 110%;
  margin-top: min(2.7vw, 20px);
  color: #F70000;  
}

.top-txt-2 span:first-child {
  font-size: clamp(28px, 5.3vw, 40px);
  margin-right: 10px;
}

.top-txt-2 span:nth-child(2)  {
  font-size: clamp(28px, 5.3vw, 40px);
}

.top-txt-2 span:last-child {
  font-size: clamp(36px, 6.7vw, 50px);
}

.top-txt-3 {
  font-size: clamp(20px, 4.3vw, 32px);
  line-height: 110%;
  margin-top: 10px;
}

.top-txt-3 span {
  font-size: clamp(14px, 3.2vw, 24px);
}

.top-txt-box p:last-child {
  font-size: min(2vw, 16px);
  margin: 20px 10px 0;
}

@media screen and (max-width: 750px) {
  .top-txt-box {
    margin-top: 12%;
  }
}


/*----------------------------------------
	スライダー
----------------------------------------*/
.slider-box {
  margin-top: 100px;
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

.slick-prev {/*戻る矢印の位置と形状*/
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none;
  left: -1.5%;
  background: rgba(255,111,15,0.7);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 9;
}

.slick-next {/*次へ矢印の位置と形状*/
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none;
  right: -1.5%;
  background: rgba(255,111,15,0.7);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
}


.slick-prev::after {
  position: absolute;/*絶対配置にする*/
  content: "";    
  border-top: 2px solid #fff;/*矢印の色*/
  border-right: 2px solid #fff;/*矢印の色*/
  height: 16px;
  width: 16px;
  transform: rotate(-135deg);
  top: 50%;
  margin-top: -10px;
  left: 20px;      
}


.slick-next::after {
  position: absolute;
  content: "";    
  border-top: 2px solid #fff;/*矢印の色*/
  border-right: 2px solid #fff;/*矢印の色*/
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -10px;
  right: 20px;    
} 

.slick-prev:hover ,
.slick-next:hover {
  opacity: 0.7;
}


@media screen and (max-width: 1180px) {

  
  .slick-prev {/*戻る矢印の位置と形状*/
    top: 50%;
    left: -1.5%;
    width: 30px;
    height: 30px;
    margin-top: -20px;
  }

  .slick-next {/*次へ矢印の位置と形状*/
    top: 50%;
    right: -1.5%;
    width: 30px;
    height: 30px;
    margin-top: -20px;
  }


  .slick-prev::after { 
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 10px;
    width: 10px;
    transform: rotate(-135deg);
    top: 50%;
    margin-top: -6px;
    left: 12px;      
  }


  .slick-next::after { 
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -6px;
    right: 12px;    
  }
  
}


@media screen and (max-width: 750px) {
  .slider-box {
    margin-top: 70px;
  }
}
@media screen and (max-width: 480px) {
    .slider-box {
      margin-top: 50px;
    }
    
  .slick-prev {/*戻る矢印の位置と形状*/
    top: 50%;
    left: -1.5%;
    width: 20px;
    height: 20px;
    margin-top: -12px;
  }

  .slick-next {/*次へ矢印の位置と形状*/
    top: 50%;
    right: -1.5%;
    width: 20px;
    height: 20px;
    margin-top: -12px;
  }


  .slick-prev::after { 
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 6px;
    width: 6px;
    transform: rotate(-135deg);
    top: 50%;
    margin-top: -4px;
    left: 8px;      
  }


  .slick-next::after { 
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 6px;
    width: 6px;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
    right: 8px;    
  }
  
}


/*----------------------------------------
	コンテンツ
----------------------------------------*/
seciton {
  background: #fff;
  padding: 50px;
  position: relative;  
}

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

.sec01 {
  margin-top: 100px;
}

.sec-img {
  width: 40%;
}

.sec-img img {
  width: 100%;
}

.sec-txt {
  width: 55%;
  position: relative;
  padding-left: 40px; 
} 

.sec-txt > img {
  position: absolute;
  top: -60px;
  left: -50px;
}

.sec-txt h2 {
  font-size: 28px;
  font-weight: bold;
}

.sec-txt .strong {
  color: #FF6C0C;
  display: inline-block;
  margin-top: 10px;
}

.sec-txt .f50 {
  font-size: 50px;
}

.sec-txt .f46 {
  font-size: 46px;
}

.sec-txt .f40 {
  font-size: 40px;
}


.sec-2 {
  display: block;
}

.sec-2 img {
  width: 100%;
}

.sec-2 h2 {
  font-size: 24px;
  text-align: center;
}

.sec05 p {
  background: #FF6F0F;
  color: #fff;
  font-size: 30px;
  line-height: 105%;
  padding: 18px 18px 12px;
  font-weight: bold;
  text-align: center;
}

.sec05 ul {
  border: 2px solid #FF6F0F;
  border-top: 0;
  padding: 30px 50px;
}


.sec05 ul li {
  font-weight: bold;
}

.sec05 ul li:not(:last-child) {
  margin-bottom: 10px;
}



.sec06 {
  align-items: center;
}

.sec-chart-txt {
  width: 240px;
  text-align: center;
}

.sec-chart-txt h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0 10px;
}


.sec-chart-txt p {
  text-align: left;
}


.sec-chart-img {
  width : calc(100% - 290px);
}

.sec-chart-img img {
  width : 100%;
}



.ng-title {
  color: #333;
  background: #f0f0f0;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  padding: 4px 10px 2px;
  line-height: 140%;
}




.ng-list {
  display: flex;
  text-align: center;
  justify-content: space-between;
}

.ng-list li {
  width: 47.5%;
}

.ng-list li img {
  width: 60%;
  margin-bottom: 10px;
}



@media screen and (max-width: 1180px) {
  seciton {
    padding: 3%;
  }

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

  .sec-img {
    width: 40%;
  }

  .sec-txt {
    width: 55%;
    padding-left: 20px; 
  } 

  .sec-txt > img {
    position: absolute;
    top: -60px;
    left: -50px;
    width: 60px;
  }

  .sec-txt h2 {
    font-size: 28px;
    font-size: 2.5vw;  
  }

  .sec-txt .strong {
    color: #FF6C0C;
    display: inline-block;
    margin-top: 10px;
  }

  .sec-txt .f50 {
    font-size: 50px;
    font-size: 4.5vw;  
  }

  .sec-txt .f46 {
    font-size: 46px;
    font-size: 4.1vw;  
  }

  .sec-txt .f40 {
    font-size: 40px;
    font-size: 3.6vw;  
  }


  .sec-2 h2 {
    font-size: 20px;
  }

  .sec05 p {
    background: #FF6F0F;
    color: #fff;
    font-size: 24px;
    line-height: 105%;
    padding: 16px 10px 10px;
  }

  .sec05 ul {
    border: 2px solid #FF6F0F;
    border-top: 0;
    padding: 30px 30px;
  }


  .sec06 {
    align-items: center;
  }

  .sec-chart-txt {
    width: 240px;
    text-align: center;
  }

  .sec-chart-txt img {

  }

  .sec-chart-txt h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 10px;
  }

  .sec-chart-img {
    width : calc(100% - 290px);
  }

  .sec-chart-img img {
    width : 100%;
  }
}

@media screen and (max-width: 750px) {
  seciton {
    padding: 20px;
  }

  .sec {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .sec01 {
    margin-top: 70px;
  }

  .sec-img {
    width: 100%;
  }

  .sec-txt {
    width: 100%;
    padding-left: 60px; 
    padding-top: 20px;
  } 

  .sec-txt > img {
    position: absolute;
    top: -20px;
    left: -10px;
    width: 60px;
  }

  .sec-txt h2 {
    font-size: 28px;
    font-size: 3.7vw;  
  }

  .sec-txt .strong {
    margin-top: 5px;
  }

  .sec-txt .f50 {
    font-size: 50px;
    font-size: 6.7vw;
    margin-top: 10px;
  }

  .sec-txt .f46 {
    font-size: 46px;
    font-size: 6.1vw;  
  }

  .sec-txt .f40 {
    font-size: 40px;
    font-size: 5.3vw;  
  }


  .sec-2 h2 {
    font-size: 18px;
  }

  .sec05 p {
    background: #FF6F0F;
    color: #fff;
    font-size: 20px;
    line-height: 105%;
    padding: 14px 10px 10px;
  }

  .sec05 ul {
    border: 1px solid #FF6F0F;
    border-top: 0;
    padding: 20px 20px;
  }

  .sec06 {
    align-items: center;
  }

  .sec-chart-txt {
    width: 100%;
    text-align: center;
  }

  .sec-chart-txt img {

  }

  .sec-chart-txt h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 5px;
  }
  
  .sec-chart-txt p {
    text-align: center;
  }
  

  .sec-chart-img {
    width : 100%;
    margin-top: 20px;
  }

  .sec-chart-img img {
    width : 100%;
  }
}


@media screen and (max-width: 480px) {
  seciton {
    padding: 15px;
  }

  .sec01 {
    margin-top: 50px;
  }

  .sec-img {
    width: 100%;
  }

  .sec-txt {
    width: 100%;
    padding-left: 0; 
    padding-top: 20px;
  } 

  .sec-txt > img {
    position: absolute;
    top: -20px;
    left: -10px;
    width: 30px;
  }

  .sec-txt h2 {
    font-size: 24px;
    font-size: 4.8vw;
  }

  .sec-txt .strong {
    margin-top: 5px;
  }

  .sec-txt .f50 {
    font-size: 42px;
    font-size: 8.75vw;
    margin-top: 10px;
  }

  .sec-txt .f46 {
    font-size: 38px;
    font-size: 7.9vw;  
  }

  .sec-txt .f40 {
    font-size: 35px;
    font-size: 7.2vw;  
  }


  .sec-2 h2 {
    font-size: 20px;
    font-size: 4.1vw;    
  }

  .sec05 p {
    font-size: 17px;
    line-height: 105%;
    padding: 12px 10px 8px;
  }

  .sec05 ul {
    border: 1px solid #FF6F0F;
    border-top: 0;
    padding: 15px 15px;
  }
  
  .sec05 ul li {
    font-size: 15px;
  }

  .sec06 {
    align-items: center;
  }

  .sec-chart-txt {
    width: 100%;
    text-align: center;
  }

  .sec-chart-txt img {
    width: 50px;
  }

  .sec-chart-txt h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px;
  }
  
  .sec-chart-txt p {
    text-align: center;
    font-size: 16px;
    font-size: 3.2vw;
  }
  

  .sec-chart-img {
    width : 100%;
    margin-top: 20px;
  }

  .sec-chart-img img {
    width : 100%;
  }
}
/*----------------------------------------
	リンク
----------------------------------------*/
.link-box {
  text-align: center;
}

.link-box a:hover {
  opacity: 0.7;
} 

.link-box p img{
  width: 320px;
}

.link-box ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.link-box ul li:nth-child(2) {
  margin: 0 20px;
}
@media screen and (max-width: 750px) {
  .link-box {
    text-align: center;
  }
  
  .link-box p img{
    width: 240px;
  }

  .link-box ul {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .link-box ul li:nth-child(2) {
    margin: 0 20px;
  }
}



/*----------------------------------------
	footer
----------------------------------------*/
footer {
  background: #000;
  padding: 20px 20px 50px;
}

.copyright {
  text-align: center;
  color: #fff;
}


@media screen and (max-width: 750px) {
  footer {
    padding: 15px 15px 20px;
  }
}

/*----------------------------------------
	ボタン
----------------------------------------*/
.btn-wrap {
  background: #000;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 30px;
  text-align: center;
}

.btn-wrap p {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}


/*
.btn a {
  background: #005CE8;
  color: #fff;
  width: 70%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  font-size: 30px;
  padding: 20px 30px 19px;
  border-radius: 5px;
  position: relative;
  transition: all .2s;
  border-bottom: solid 6px #0046B0;
}

.btn a:hover {
  opacity: 1;
  background: #1b7cff;
  border-bottom: solid 6px #0a62e8;  
}

.btn a::after {
  content: "";
  position: absolute;
  right: .75em;
  top: 50%;
  margin-top: -7px;
  transition: all .2s;
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn a:hover::after {
  right: .5em;
}

.share {
  position: absolute;
  right: 30px;
  top: 30px;
  display: flex;
}

.share li:first-child {
  margin-right: 20px;
}
*/
@media screen and (max-width: 1080px) {
/*
  .btn a {
    width: 50%;
    font-size: 24px;
    padding: 20px 30px 12px;
    border-bottom: solid 5px #0046B0;
  }

  .btn a:hover {
    border-bottom: solid 5px #0a62e8;  
  }

  .btn a::after {
    right: .75em;
    top: 50%;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
  }


  .share {
    position: absolute;
    right: 25px;
    top: 32px;
    display: flex;
  }

  .share li:first-child {
    margin-right: 10px;
  }

  .share li img {
    width: 60px;
  }
*/	
}

@media screen and (max-width: 750px) {
	.btn-wrap p {
		font-size: 26px;
	}

	/*
  .btn a {
    width: 100%;
    font-size: 24px;
    padding: 24px 20px 18px;
    border-bottom: solid 5px #0046B0;
  }

  .btn a:hover {
    border-bottom: solid 5px #0a62e8;  
  }

  .btn a::after {
    right: .75em;
    top: 50%;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
  }


  .share {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .share li:first-child {
    margin-right: 15px;
  }

  .share li img {
    width: 60px;
  }
*/
}

@media screen and (max-width: 480px) {
		.btn-wrap {
		padding: 30px 15px;
	}
	.btn-wrap p {
		font-size: 20px;
	}
}

/*----------------------------------------
	ページトップ
----------------------------------------*/

#toTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
}



#toTop a  {
  position: relative;
  display: block;
  text-decoration: none;
}

#toTop img {
  width: 75px;
}

































