27
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
font-family: 'ヒラギノ角ゴ ProN W3', sans-serif;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/*my version up reset css*/

header._topver{
  z-index: 1;
}

@media (min-width:767px) {
  h1{
    font-size: 2em;
    margin: 0;
    padding: 35px 0 15px 20px;
  }
  section.sec._c_page h1 {
    padding: 0;
  }
  h1._sitemap {
    padding: 0;
    font-size: 1.5em;
    font-weight: bold;
    margin: 50px 0 0 0;
  }
  h2{
      font-size: 1.4em;
      font-weight: bold;
      margin: 0 0 30px 0;
      padding: 0 0 0 25px;
    }
  h3{
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: solid 1px #080808;
    margin: 0;
    padding: 0 0 5px 0;
  }
  h4{
    font-size: 1em;
    font-weight: bold;
    margin: 0;
  }
  .c_col2._c2_right h4 {
    font-size: 0.9em;
  }
}

@media (max-width:767px) {
  h1{
    font-size: 1.3em;
    padding: 0 0 0 2%;
  }
  section.sec._c_page h1 {
    padding: 0;
  }
  h1._sitemap{
    font-weight: bold;
  }
  h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0px 0 0px 6%;
  }
  h3{
    font-size: 1em;
    font-weight: bold;
    border-bottom: solid 1px #080808;
    margin: 0;
    padding: 0 0 5px 0;
  }
  h4{
    font-size: 0.85em;
    font-weight: bold;
    margin: 0;
  }
  p {
    text-align: justify;
  }
}

@media (max-width:414px) {
  h1{
    font-size: 1em;
    padding: 0 0 0 2%;
  }

  h2 {
    font-size: 1.1em;
  }

  h4{
    font-size: 0.75em;
    font-weight: bold;
    margin: 0;
  }
}


/*---------------------
common
---------------------*/
body {

/*■■■■■■■■■■アシスタント用■■■■■■■■■■
1_【PC】全体の背景色*/
  background-color: #D7FFD4;
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

  width: 100%;
  margin: 0;
  background-size: 50px 50px;
}
a {
  text-decoration: none;
  color: #080808;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
  color: #080808;
  background-color: #fff;
}
section.sec {
  margin: 0 0 70px 0;
}
h2{
  background: url(../img/shape.jpg) no-repeat;
  position: relative;
}
.shadow {
  display: inline-block;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}
._flex{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
/*---------------------
header
---------------------*/

@media (min-width:767px) {
  .h_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    padding: 30px 0;
  }

  .h_ttl {

/*■■■■■■■■■■アシスタント用■■■■■■■■■■
2_【PC】タイトルの背景色*/
    background-color: #ffffff;
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

    margin: 0;
    font-size: 2.25em;
    font-weight: bold;
    padding: 0.5em;
    color: #2c2c2f;
  }

  .h_ttl a:hover {
    opacity: .5;
  }

  /*---------------------
  nav
  ---------------------*/
  nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    margin: 0;
    padding: 0 0 30px;
    line-height: 1.3em;
    align-items: center;
  }

  nav ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
    font-size: 0.9em;
  }
  nav ul li a::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
  nav ul li a:hover::after {
    bottom: -8px;
    opacity: 1;
    visibility: visible;
  }

  /*---------------------
  header
  ---------------------*/
  .breadcrumblist {
    padding: 0 0 10px;
  }

  .breadcrumblist ol {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 0;
  }

  .breadcrumblist ol li {
    padding: 0 0 0 20px;
    font-size: 0.8em;
  }
  .breadcrumblist ol li:nth-child(n+2):before {
    content: ">";
    padding: 0 20px 0 0;
  }
  .breadcrumblist ol li:first-child {
    padding: 0;
    content: none;
  }

  /*---------------------
  mainvisual
  ---------------------*/
  .mv {
    height: 500px;
    width: 960px;
    position: relative;
  }
  .mv img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  .mv_inner {

/*■■■■■■■■■■アシスタント用■■■■■■■■■■
4_【PC】H1テキストの背景色*/
    background-color: #D7FFD4;
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/*■■■■■■■■■■アシスタント用■■■■■■■■■■
6_【PC】H1テキストの背景色の透過

透過を無効にさせたい場合

/* opacity: 0.7; */

    opacity: 0.7;
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

    position: absolute;
    bottom: 0px;
    width: 100%;
    display: block;
    height: 150px;
  }

  .mv_inner p {
    font-size: 1.5em;
    margin: 0;
    padding: 13px 0 30px 20px;
  }

  /*---------------------
  content
  ---------------------*/
  .c_box {
    width: 96%;
    margin: 0 auto 50px;
  }

  .c_box p {
    font-size: .9em;
    line-height: 1.5em;
    padding: 20px 20px 30px;
    margin: 0;
  }

  .c_box p:last-child {
    padding: 20px 20px 0;
  }

  .c_box ._imginner {

/*■■■■■■■■■■アシスタント用■■■■■■■■■■
8_【PC】メイン画像を1枚に設定1

/*

width: 48%;
text-align: center;

*/

width: 48%;

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  }

  .c_box ._imginner img {
/*■■■■■■■■■■アシスタント用■■■■■■■■■■
9_【PC】メイン画像を1枚に設定2

/*

width: 65%;

*/

width: 100%;

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  }

  /*_w100が追加されたとき1カラム*/
  .c_box ._imginner._w100 {
    width: 100%;
    margin: 0 auto;
  }

/*---------------------
link
---------------------*/
  .c_box .c_link_area {
    border: solid 1px #3155bd;
    text-align: center;
    padding: 30px 0;
  }
  .c_box .c_link_area:hover {
    opacity: .6;
  }

  .c_box .c_link_area p {
    color: #3155bd;
    padding: 0;
  }

/*---------------------
lanking
---------------------*/
  .c_box._lank p {
    font-size: 0.75em;
    line-height: 1.8em;
  }

  ._col2 {
    width: 62%;
  }

  ._col2._lank {
    width: 40%;
  }

  ._col2._lank._c2_right {
    width: 60%;
    padding: 0 0 0 20px;
  }

  ._col2._lank._c2_right p {
    padding: 20px 0 0 0;
    text-align: justify;
    line-height: 1.4em;
  }

  ._col2._lank img {
    width: 100%;
  }

  .c_col2._c2_right {
    width: 33%;
  }

  .lank_box_inner {
    margin: 30px 0 0 0;
    align-items: center;
  }

  .c_col2._c2_right .lank_box_inner p {
    padding: 10px 0 0 0;
  }

/*---------------------
footer
---------------------*/
  ._col2.f_inner {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    align-items: center;
    border-top: 1px solid #080808;
  }

  .c_box.f_inner p {
    padding: 0;
    font-size: 1em;
    line-height: 0;
  }

  .f_inner_left p {
    font-weight: bold;
    margin: 0;
  }

  .f_inner_left ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .f_inner_left ul li {
    font-size: 0.8em;
    padding: 20px 0 0 20px;
  }

  .f_logotxt {
    width: 27%;
  }

  .f_lohotxt_inner {
    width: 100%;
  }

  .f_copy_inner p {
    font-size: .9em;
    text-align: center;
    padding: 0 0 30px 0;
  }

/*---------------------
page_content
---------------------*/
  .c_r_l_i_txt._c_page {
    width: 60%;
    padding: 0;
  }

  .c_r_l_i_txt._c_page h1 {
    padding: 0;
  }

  .c_r_l_i_txt._c_page p {
    font-size: .9em;
    padding: 30px 0 0 0;
  }

/*---------------------
sitemap
---------------------*/
  .f_inner_left._sitemap {
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
  }
  
  .c_box ul.cF{
    padding: 0 0 0 10px;
  }
  
  .c_box ul.cF li{
    margin: 20px 0 0;
  }
  

}


/* ブレイクポイントをmax-width: 768pxに指定してください */
@media (max-width:768px) {
/*---------------------
common
---------------------*/
  h2{background: url(../img/shape.jpg) no-repeat 2%;position: relative;}
  .wrapper{width: 100%;}
  section.sec{margin: 0 0 50px 0;position: relative;top: 50px;}
  ._flex._sp_block{display: block;}
/*---------------------
header
---------------------*/
  .h_inner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 2%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
  }

  .h_ttl{

/*■■■■■■■■■■アシスタント用■■■■■■■■■■
3_【SP】タイトルの背景色*/
    background-color: #ffffff;
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

    font-size: 1.2em;
    margin: 0;
    font-weight: bold;
    padding: 0.5em;
    color: #2c2c2f;
  }

/*---------------------
mainvisual
---------------------*/
  .mv img{
    width: 100%;
  }
  .mv_inner{

/*■■■■■■■■■■アシスタント用■■■■■■■■■■
5_【SP】H1テキストの背景色*/
    background-color: #D7FFD4;
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/*■■■■■■■■■■アシスタント用■■■■■■■■■■
7_【SP】H1テキストの背景色の透過

透過を無効にさせたい場合

/* opacity: 0.7; */

    opacity: 0.7;
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

    position: absolute;
    padding: 15px 0;
    bottom: 0;
    width: 100%;
  }

  .mv_inner p{
    padding: 10px 0 0 2%;
    font-size: 0.8em;
  }
/*---------------------
content
---------------------*/

  .c_box{
/*■■■■■■■■■■アシスタント用■■■■■■■■■■
10_【SP】メイン画像を1枚に設定3

width: 96%;
margin:auto;
padding: 10px 0;

*/

width: 96%; 
margin: 0 auto 30px;

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  }

  .c_box ._imginner {
/*■■■■■■■■■■アシスタント用■■■■■■■■■■
11_【SP】メイン画像を1枚に設定4

width: 90%;
margin: auto;

*/

width: 48%;

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  }

  /*_w100が追加されたとき1カラム*/
  .c_box ._imginner._w100 {
    width: 100%;
    margin: 0 auto;
  }

  .c_box ._imginner img {
    width: 100%;
  }

  .c_box p{
    font-size: 0.8em;
    line-height: 1.6em;
    margin: 0;
    padding: 10px 0 25px;
  }

  .c_box p:last-child{
    padding: 10px 0 0;
  }

/*---------------------
link
---------------------*/
  .c_box .c_link_area{
    border: solid 1px #3155bd;
    text-align: center;
    padding: 20px 0;
  }
  .c_box .c_link_area:hover{
    opacity: .6;
  }

  .c_box .c_link_area p{
    color: #3155bd;
    text-align: center;
    padding: 0;
  }

/*---------------------
lanking
---------------------*/

  .lank_box_inner {
    margin: 30px 0 0 0;
    align-items: center;
  }
  ._col2 {
    width: 100%;
  }

  ._col2._lank {
    width: 40%;
  }

  ._col2._lank img {
    width: 100%;
  }

  ._col2._lank._c2_right{
    width: 60%;
    padding: 0 0 0 20px;
  }

  .c_col2._c2_right {
    margin: 30px 0 0 0;
  }

/*---------------------
mainvisual
---------------------*/
  .f_inner{
    border-top: 1px solid #080808;
    position: relative;
    top: 50px;
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0 0;
    align-items: center;
  }

  .f_inner_left ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }

  .f_inner_left p{
    font-weight: bold;
    margin: 0;
  }

  .f_inner_left ul li{
    font-size: 0.7em;
    padding: 20px 0 0 20px;
  }

  .f_logotxt{
    width: 40%;
  }

  .f_lohotxt_inner {
    width: 100%;
  }

  .f_lohotxt_inner p{
    font-size: 2em;
  }

  .f_copy_inner p{
    font-size: 0.9em;
    text-align: center;
    margin: 0;
    padding: 100px 0 30px 0;
  }

/*---------------------
page_content
---------------------*/
  section.sec._c_page {
    top: 15px;
  }
  .lank_box_inner._c_page {
    margin: 0;
  }
  ._col2._lank._c_page {
    width: 100%;
    padding: 0;
  }
  ._col2._lank._c2_right._c_page {
    width: 96%;
    margin: 30px auto 0;
  }
  ._col2._lank._c2_right._c_page p{
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 20px 0 0;
  }
/*---------------------
**sitemap
---------------------*/
  .c_box ul.cF{
    padding: 0 0 0 10px;
  }
  
  .c_box ul.cF li{
    margin: 20px 0 0;
  }

/*---------------------
footer
---------------------*/
  .f_inner._c_footer {
    top: 0;
  }
  /*---------------------
  sitemap
  ---------------------*/
  .box._sitemap{
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin: 30px auto;
  }
  .f_inner_left._sitemap{
    width: 48%;
  }

}

/* ブレイクポイントをmax-width: 500pxに指定してください */
@media (max-width:500px) {
/*---------------------
lanking
---------------------*/
  .c_box._lank p {
    font-size: 0.7em;
    line-height: 1.3em;
    padding: 5px 0 0 0;
  }
}

@media (max-width:414px) {
/*---------------------
mainvisual
---------------------*/
  .mv_inner {
    padding: 10px 0;
  }

  .mv_inner p{
    padding: 10px 0 0 2%;
    font-size: 0.6em;
  }
/*---------------------
link
---------------------*/
  .c_box .c_link_area p {
    color: #3155bd;
    text-align: center;
    font-size: 0.8em;
    padding: 0;
  }

/*---------------------
lanking
---------------------*/
  .c_l_r_inner {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0 0;
  }
  .c_r_l_i_txt p {
    font-size: 0.7em;
    line-height: 1.4em;
    padding: 2% 0 0 0;
  }
/*---------------------
footer
---------------------*/
  .f_inner{
    display: block;
  }

  .f_logotxt {
    width: 100%;
    margin: 30px auto 0;
  }

  .f_inner_left p,
  .f_inner_left ul li,
  .f_lohotxt_inner p{
    text-align: center;
    padding: 0;
  }
  .f_inner_left ul {
    display: block;
  }

  .f_inner_left ul li{
    padding: 20px 0 0 0;
  }

  .f_copy_inner p {
    font-size: 0.7em;
  }
/*---------------------
sitemap
---------------------*/
  .box._sitemap{
    display: block;
    justify-content: space-between;
    width: 96%;
    margin: 30px auto;
  }
  .f_inner_left._sitemap{
    width: 100%;
    margin: 30px 0;
  }

}
/* ブレイクポイントをmax-width: 350pxに指定してください */
@media (max-width:350px) {
  .c_l_r_img img {
    width: 100%;
    position: static;
    top: 0;
    -webkit-transform: translateY(00%);
    transform: translateY(0%);
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
  }

}


@media (max-width:767px) {

  header {
    position:fixed;
    width:100%;
    height:50px;
    top:0;
    left:0;
    background:#FFF;
    border-bottom:1px solid #000;
    z-index:100;
  }
  .spmenu_btn {
      display:block;
      position:absolute;
      top:14px;
      right:15px;
      width:30px;
      height:22px;
      background:#000;
      border-top:10px solid #fff;
      border-bottom:10px solid #fff;
      -moz-box-sizing:border-box;
      -webkit-box-sizing:border-box;
      box-sizing:border-box;
      -moz-transition:all 0.3s;
      -webkit-transition:all 0.3s;
      transition:all 0.3s;
  }
  .spmenu_btn:before {
      content:'';
      position:absolute;
      width:30px;
      height:2px;
      background:#000;
      top:-9px;
      right:0;
      -moz-transition:all 0.3s;
      -webkit-transition:all 0.3s;
      transition:all 0.3s;
  }
  .spmenu_btn:after {
      content:'';
      position:absolute;
      width:30px;
      height:2px;
      background:#000;
      bottom:-9px;
      right:0;
      -moz-transition:all 0.3s;
      -webkit-transition:all 0.3s;
      transition:all 0.3s;
  }
  .spmenu_btn.active {
      background:#FFF;
  }
  .spmenu_btn.active:before {
      -moz-transform:rotate(-135deg);
      -webkit-transform:rotate(-135deg);
      transform:rotate(-135deg);
      top:0;
      right:0;
  }
  .spmenu_btn.active:after {
      -moz-transform:rotate(135deg);
      -webkit-transform:rotate(135deg);
      transform:rotate(135deg);
      bottom:0;
      right:0;
  }

  .spmenu {
      display:none;
      position:absolute;
      top:50px;
      left:0;
      width:100%;
      background:#000;
  }
  nav {
      display:block;
      width:100%;
      margin:0 auto;
  }
  nav li a {
      display:block;
      width:100%;
      color:#FFF;
      padding:15px;
      -webkit-box-sizing:border-box;
      box-sizing:border-box;
      position:relative;
      border-bottom:1px solid #999;
      line-height: 1.3em;
  }

}
