@charset "UTF-8";
/*
Theme Name:mutenka-susume
Theme URI: 
Description: 企業テーマ
Version: 5
Author: Vanvleet
Author URI: 
*/

[CSS Table of contents]

1.  Body / Typography 
2.  Form Elements
3.  Buttons
4.  General / Elements
        4.1 Section space
        4.2 Margin space
        4.3 Padding space
        4.4 Background color
        4.5 Features
        4.7 Call to actions
        4.8 Img hover effect
        4.9 Icon
        -----------------------
5. Header / Navigations
        5.1 Header Regular
        5.2 Header Transparent
        5.3 Navigation Regular
        5.4 Page Header

        -----------------------
6. Slider
        6.1 Slider
        -----------------------
7. Content
8. Footers
9. Pages
    9.1  Service
    9.2  Service Single / sidebar with sidenav
    9.3  Testimonial
    9.4  Contact us
    9.5  Styleguide
    ------------------------------------
10.Blog
    10.1 Blog Default
    10.2 Blog Single
    ------------------------------------
11.Sidebar
    11.1 Widget
    ------------------------------------

13. Media Queries

------------------------------------------------------------------*/


/*-----------------------------------
    1. Body / Typography 
-----------------------------------*/

html {
  width: 100%;
  overflow-x: hidden;
}

body {width: 100%;
  margin: 0;
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
  font-family: 'YakuHanJP', 'Noto Sans', 'NotoSansCJKjp', 'Noto Sans CJK JP', 'Noto Sans JP Subset', "游ゴシック体", YuGothic, sans-serif, 'sans-serif'!important;
  -webkit-font-smoothing: antialiased;
}

.w100 {
  font-weight: 100;
}

.w200 {
  font-weight: 200;
}

.w300 {
  font-weight: 300;
}

.w400 {
  font-weight: 400;
}

.w500 {
  font-weight: 500;
}

.w700 {
  font-weight: 700;
}

.w900 {
  font-weight: 900;
}

.wf-notosansjapanese {
  font-family: "Noto Sans JP";
}

b, strong {
  font-weight: 400;
}

.listnone {
  text-align: center;
  list-style: none;
  padding: 0px;
  display: inline-flex;
  margin: 0 auto
}

.listnone li {
  margin: 0 15px
}

.lead {
  font-size: 21px;
  color: #3c3c3c;
  font-weight: 400;
}

.italic {
  font-style: italic;
}

.small-txt {
  font-size: 80%;
}

.small-txt2 {
  font-size: 60%
}

.small-txt3 {
  font-size: 40%
}

.small-txt4 {
  font-size: 20%
}

.text-caps {
  text-transform: uppercase;
  letter-spacing: 2px;
}

::selection {
  background: #a8cbfd;
  color: #333;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f1f3f8;
}

blockquote {
  padding: 10px 20px;
  margin: 0px;
  font-size: 21px;
  line-height: 32px;
  color: #3c3c3c;
  font-style: italic;
  border-left: 5px solid #0457CC;
}

.tel-text {
  margin-top: 40px;
  font-size: 25px;
  line-height: 38px;
  text-align: left
}

h1{}
h2{}
h3{}
h4{}
h5{}


/*-------------- align ------------*/


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 0px 0 30px 30px;
}

.alignleft {
  float: left;
  margin: 0px 30px 0px 0;
}

a img.alignright {
  float: right;
  margin: 0px 0 30px 30px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}


/*-----------------------------------
    2. Form css 
-----------------------------------*/

label {}

.control-label {
  color: #474747;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.form-control {
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  border: 1px solid #dcd9d3;
  background-image: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0px 0px rgba(255, 255, 255, .075);
  box-shadow: inset 3px 3px 3px rgba(255, 255, 255, .075);
  margin-bottom: 15px;
}

.form-control:focus {
  border-color: #bab6ae;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075), 0 0 8px rgba(255, 255, 255, .6);
  box-shadow: inset 0 3px 3px rgba(255, 255, 255, .075), 0 0 8px rgba(235, 237, 238, .6);
  background-color: #fffefd;
}

.textarea.form-control {
  background-color: #f6f8f9;
  height: auto;
}

.form-news-letter .form-control {
  float: left;
  width: 75%;
  margin-right: 10px;
}

.form-group {
  margin-bottom: 10px;
}

.get-in-touch {}

.get-in-touch .form-control {
  margin-bottom: 10px;
}


/*----------------------- 
    4.1 Section space :
-------------------------*/


/*Note: Section space help to create top bottom space;*/

.space {
  margin-top: 15px
}

.space2 {
  margin-top: 25px
}

.space3 {
  margin-top: 40px
}

.space4 {
  margin-top: 60px
}

.space-small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.space-medium {
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.space-large {
  padding-top: 120px;
  padding-bottom: 120px;
}

.space-ex-large {
  padding-top: 140px;
  padding-bottom: 140px;
}


/*----------------------
   4.2 Margin Space
-----------------------*/

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt350 {
  margin-top: 350px;
}

.mt450 {
  margin-top: 450px;
}


/*----- less margin space from top --*/

.mt-20 {
  margin-top: -20px;
}

.mt-40 {
  margin-top: -40px;
}

.mt-60 {
  margin-top: -60px;
}

.mt-80 {
  margin-top: -80px;
}


/*--------------------------
text
----------------------------*/

strong {
  font-weight: bold;
  font-size: 120%;
  line-height: 36px
}

strong2 {
  font-size: 120%;
  font-weight: bold;
}

strong3 {
  font-size: 110%;
  font-weight: bold;
  line-height: 130%;
}

black {
  color: #333333
}

.small-text {
  font-size: 84%
}


/*--------------------------
line
----------------------------*/

.line {
  margin-top: 10px;
    margin-bottom: 10px;
  height: 1px;
  width: 100%;
  background-color: #000000
}

.line2 {
  margin-top: 10px;
  height: 1px;
  width: 100%;
  background-color: #DDDDDD
}

/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/

.header{width: 1050px;margin: 0 auto;text-align: center;position: relative;}
.sub-ttl{font-size: 21px;font-weight: 500;text-align: center;margin-bottom: 0;}
.logo-box{margin: 0 auto;text-align: center}
.logo {
  width: 450px;
}

#global-navi{width: 100%;text-align: center}
#global-navi ul{text-align: center;
list-style: none;}
#global-navi ul li{ padding:0 3%;display: inline-block;vertical-align:top }
#global-navi ul li a{font-size: 20px; color: #000;font-weight: 500}

#global-navi li li {
    display: block;
    height: 0;
    overflow: hidden;

}


#global-navi ul li a {
  background: 
      linear-gradient(180deg, rgba(251,176,59,1), rgba(251,176,59,1)) 
      bottom /var(--d, 0) 3px 
      no-repeat;
  transition:0.3s;
    padding-bottom: 4px;
}
#global-navi ul li a:hover {
  --d: 100%;

}

/*--------------------------
contents-block
   ----------------------------*/
.contents-block{width: 1050px;margin: 30px auto 0;text-align: left!important;display: block}

.art-act{width: 32%;margin-right: 1%;margin-bottom: 2%;border: solid 2px #f2f2f2;box-sizing: border-box;min-height: 350px;display: inline-block;vertical-align:top!important}
article:nth-of-type(3n) {
    margin-right: 0;
}
.thum-img{width: 100%;height: 170px; overflow:hidden;background-color: yellow;}
.thum-img img{width: 100%;
    height: 100%;
    object-fit: cover;}
.thum-ph{width: 100%;height: 170px; object-fit: cover;}
.ofi {
  object-fit: cover;
}
.art-in{padding: 3.5% 3%;text-align: left;}
.art-ttl{text-align: left;font-size: 18px;color: #000!important;margin-top: 10px;}
article .category__ {
    font-size: 14px;
    border: 2px solid #000;
    padding: 3px 15px;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
}

.aur{font-size: 13px;padding: 0;margin: 0;}
.date{font-size: 13px;padding: 0;margin: 5px auto 0;}

.art-act:hover{border: solid 2px #F7931E;outline-offset: -2px;}

.cate-ttl{font-size: 30px;}

/*--------------------------
page-serch
---------------------------*/
.pagination {
  margin: 2rem 0;
  text-align: center;
}
 
.pagination ul {
  font-size: 0;
}
 
.pagination ul li {
  font-size: 1rem;
  display: inline-block;
  margin-right: .5rem;
}
 
.pagination ul li:last-child {
  border: 0;
}
 
.pagination ul li a,
.pagination .current {
  display: block;
  
  border: 1px solid #ccc;
}
 
.pagination ul li .prev,
.pagination ul li .next {
  border: 0;
}
 
.pagination ul li a {
  text-decoration: none;
  color: #333;
}
 
.pagination ul li a:hover {
  opacity: .6;
}
 
.pagination .current {
  color: #fff;
  background-color: #03162f;
}


/*--------------------------
footer
---------------------------*/

footer {
    border-top: 2px solid #dcdcdc;
    padding: 30px 0;
    display: block
}

footer ul {
    width: 1200px;
    margin: auto;
}

footer ul li {
    font-size: 14px;
    line-height: 1;
    padding-right: 30px;
    display: inline-block;
}
footer ul li a{
   color: #666666
}

.copyright{text-align: center;margin: 0 auto;color: #999999;font-size: 10px}

/*--------------------------
page-contents
---------------------------*/
.content{width:750px;margin: 30px auto 0;}
.article-content{width:750px;margin: 30px auto 0;}
.thum-big{width: 750px;height: 300px;overflow:hidden;background-color: yellow;margin-bottom: 30px}
.thum-big img{    width: 100%;
    height: 100%;
    object-fit: cover;}
.thum-single{width: 100%;height:300px; object-fit: cover;}
.category__ {
    font-size: 14px;
    border: 2px solid #000;
    padding: 3px 15px;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
    color: #000;
    width: auto;
}

.content-in{padding-bottom: 100px}
.cont-ttl{font-size: 2rem;line-height: 2.7rem;margin-top: 10px;}

.article-content h2 {
    font-size: 28px;
    position: relative;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #FBB03B;
}

.article-content h2::before {
    position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #FBB03B transparent transparent transparent;
}

.article-content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    padding: 0.5em;/*文字周りの余白*/
  background: #fffaf4;/*背景色*/
  border-left: solid 10px #FBB03B;/*左線（実線 太さ 色）*/
}


.article-content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
    margin-top: 10px;
    position: relative;
    border-bottom: 4px solid #FBB03B;
    display: inline-block
}


.article-content p {
    font-size: 17px;
    line-height: 30px;
    margin: 15px
 auto;
    font-weight: 400;
    text-align: justify;
    
}

/*--------------------------
page-top
---------------------------*/
#page_top {
  width: 47px;
  height: 47px;
  position: fixed;
  right:1%;
  bottom: 10px;
  background: #000;
  opacity: 1;
  z-index: 10001;
    border-radius: 30px
}

#page_top a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 15px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 8px;
  bottom: 0;
  right: 0;
  left: 3px;
  margin: auto;
  text-align: center;
}



/*--------------------------
img
---------------------------*/

.ph10 {
  width: 100%;
  margin: 0 auto 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.ph9 {
  width: 90%;
  margin: 0 auto 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.ph8 {
  width: 80%;
  margin: 0 auto 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.ph7 {
  width: 70%;
  margin: 0 auto 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.ph6 {
  width: 60%;
  margin: 0 auto 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.ph5 {
  width: 50%;
  margin: 0 auto 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.ph4 {
  width: 40%;
  margin: 0 auto 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.ph3 {
  width: 30%;
  margin: 0 auto 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.ph1 {
  width: 384px;
}

.img-center {
  text-align: center;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.img-height {
  height: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}



/*--------------------------
pc sp
   ----------------------------*/

pc {
  display: block
}

sp {
  display: none
}

.sp {
  display: none
}

.pc {
  display: block
}

.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-sp2 {
  display: none
}

br.forSP {
  display: none
}


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
  body {
    width: 100%
  }
  


/* Medium Devices, Desktops */

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

/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/

.header{width:100%;margin: 0 auto;text-align: center;position: relative;}
.sub-ttl{font-size: 18px;font-weight: 500;text-align: center;margin-bottom: 0;}
.logo-box{margin: 0 auto;text-align: center}
.logo {
  width: 400px;
}

#global-navi{width: 100%;text-align: center}
#global-navi ul{text-align: center;
list-style: none;}
#global-navi ul li{ padding:0 3%;display: inline-block;vertical-align:top }
#global-navi ul li a{font-size: 17px; color: #000;font-weight: 500}

#global-navi li li {
    display: block;
    height: 0;
    overflow: hidden;

}


#global-navi ul li a {
  background: 
      linear-gradient(180deg, rgba(251,176,59,1), rgba(251,176,59,1)) 
      bottom /var(--d, 0) 3px 
      no-repeat;
  transition:0.3s;
    padding-bottom: 4px;
}
#global-navi ul li a:hover {
  --d: 100%;

}

/*--------------------------
contents-block
   ----------------------------*/
.contents-block{width: 100%;margin: 30px auto 0;text-align: left;display: block}

.art-act{width: 48%;margin-right: 1%;margin-bottom: 2%;border: solid 2px #f2f2f2;box-sizing: border-box;min-height: 350px;display: inline-block}
article:nth-of-type(3n) {
    margin-right: 0;
}
.thum-img{width: 100%;height: 170px; background-color: yellow;}
.art-in{padding: 3.5% 3%;text-align: left;}
.art-ttl{text-align: left;font-size: 16px;color: #000!important;margin-top: 10px;}
article .category__ {
    font-size: 12px;
    border: 2px solid #000;
    padding: 3px 12px;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
}

.aur{font-size: 13px;padding: 0;margin: 0;}
.date{font-size: 13px;padding: 0;margin: 5px auto 0;}

.art-act:hover{border: solid 2px #F7931E;box-sizing: border-box}


/*--------------------------
page-serch
---------------------------*/

.page-search {
    width: 100%;
    margin:0 auto;text-align: center;display: block

}
.page-search>div {
    width: 100%;
}

.page-search .pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    text-align: right;
    padding-right: 40px;
}

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.pagination-box {
    display: inline-block;
}

.pagination span.page_num {
    display: none;
}

.pagination a:hover, .pagination .current {
    color: #fff;
    background-color: #dcdcdc;
}

.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 10px 2px 0;
    padding: 12px 14px;
    text-decoration: none;
    width: auto;
    color: #dcdcdc;
    background: #fff;
    border: 1px solid #dcdcdc;
    font-size: 16px;
}

.pagination a.next {
    border: 0;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
}

.pagination a.last {
    border: 0;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
}
.pagination a.next::before {
    content: "";
    background-image: url(../img/next.jpg);
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
}

.pagination a.last::before {
    content: "";
    background-image: url(../img/last.jpg);
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
}
/*--------------------------
footer
---------------------------*/

footer {
    border-top: 2px solid #dcdcdc;
    padding: 30px 0;
    display: block
}

footer ul {
    width: 1200px;
    margin: auto;
}

footer ul li {
    font-size: 14px;
    line-height: 1;
    padding-right: 30px;
    display: inline-block;
}
footer ul li a{
   color: #666666
}

/*--------------------------
page-contents
---------------------------*/
.content{width:750px;margin: 30px auto 0;}
.thum-big{width: 750px;height: 300px;background-color: yellow;margin-bottom: 30px}
.category__ {
    font-size: 14px;
    border: 2px solid #000;
    padding: 3px 15px;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
    color: #000;
    width: auto;
}

.content-in{padding-bottom: 100px}
.cont-ttl{font-size: 2rem;line-height: 2.7rem;margin-top: 10px;}

.article-content h2 {
    font-size: 28px;
    position: relative;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #FBB03B;
}

.article-content h2::before {
    position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #FBB03B transparent transparent transparent;
}

.article-content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    padding: 0.5em;/*文字周りの余白*/
  background: #fffaf4;/*背景色*/
  border-left: solid 10px #FBB03B;/*左線（実線 太さ 色）*/
}

.article-content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
    margin-top: 10px;
    position: relative;
    border-bottom: 4px solid #FBB03B;
    display: inline-block
}


.content-in p {
    font-size: 17px;
    line-height: 30px;
    margin: 15px
 auto;
    font-weight: 400;
    text-align: justify;
    
}

  pc {
    display: none
  }
  sp {
    display: block
  }
  .sp {
    display: none
  }
  .pc {
    display: block
  }
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
  /* Extra Small Devices, Phones */
  @media only screen and (max-width: 640px) {
      
      /*--------------------------
    5.2 Navigations Regular
   ----------------------------*/
body{width: 100%;}

.header{width:100%;margin: 0 auto;text-align: center;position: relative;}
.sub-ttl{font-size: 15px;font-weight: 500;text-align: center;margin-bottom: 0;margin-top: 50px;}
.logo-box{margin: 0 auto;text-align: center}
.logo {
  width: 250px;
}

#global-navi{width: 100%;text-align: center}
#global-navi ul{text-align: center;
list-style: none;}
#global-navi ul li{ padding:0 3%;display: inline-block;vertical-align:top }
#global-navi ul li a{font-size: 17px; color: #000;font-weight: 500}

#global-navi li li {
    display: block;
    height: 0;
    overflow: hidden;

}


#global-navi ul li a {
  background: 
      linear-gradient(180deg, rgba(251,176,59,1), rgba(251,176,59,1)) 
      bottom /var(--d, 0) 3px 
      no-repeat;
  transition:0.3s;
    padding-bottom: 4px;
}
#global-navi ul li a:hover {
  --d: 100%;

}
      
/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
  top: 0;
  width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
  z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #FBB03B;
    /*丸のスタート位置と形状*/
  transform: scale(0);/*scaleをはじめは0に*/
  right:-50px;
    top:-50px;
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
  transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
  opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    width: 100%;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
  text-align: center; 
  list-style: none;
}

#g-nav li a{
  color: #333;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#g-nav li li {
    display: block;
    height: 0;
    overflow: hidden;

}
#g-nav li li a {font-size: 12px;letter-spacing: 0;
   display: block;float: none;line-height: 26px;
}
#g-nav li:hover > ul > li {
    height: 3rem;
    overflow: visible;
}
     .list-list{ margin-top:0; font-size: 13px;line-height: 5px}
     
     .l-line{}   

     .list-ma{margin-top: 10px}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
  top:0px;
  right: 10px;
  z-index: 9999;/*ボタンを最前面に*/
  cursor: pointer;
    width: 50px;
    height:50px;

}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 2px;
    border-radius: 0;
  background-color: #666666;
    width: 48%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


/*--------------------------
contents-block
   ----------------------------*/
.contents-block{width: 100%;margin: 30px auto 0;text-align: left;display: block}

.art-act{width: 48%;margin-right: 1%;margin-bottom: 2%;border: solid 2px #f2f2f2;box-sizing: border-box;min-height: 350px}
article:nth-of-type(3) {
    margin-right: 1%;
}
      
.thum-img{width: 100%;height: 170px; background-color: yellow;}
.art-in{padding: 3.5% 3%;text-align: left;}
.art-ttl{text-align: left;font-size: 16px;color: #000!important;margin-top: 10px;}
article .category__ {
    font-size: 12px;
    border: 2px solid #000;
    padding: 3px 12px;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
}
      

.aur{font-size: 13px;padding: 0;margin: 0;}
.date{font-size: 13px;padding: 0;margin: 5px auto 0;}

.art-act:hover{border: solid 2px #F7931E;box-sizing: border-box}


/*--------------------------
page-serch
---------------------------*/

.page-search {
    width: 100%;
    margin:0 auto;text-align: center;display: block

}
.page-search>div {
    width: 100%;
}

.page-search .pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    text-align: right;
    padding-right: 40px;
}

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.pagination-box {
    display: inline-block;
}

.pagination span.page_num {
    display: none;
}

.pagination a:hover, .pagination .current {
    color: #fff;
    background-color: #dcdcdc;
}

.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 10px 2px 0;
    padding: 12px 14px;
    text-decoration: none;
    width: auto;
    color: #dcdcdc;
    background: #fff;
    border: 1px solid #dcdcdc;
    font-size: 16px;
}

.pagination a.next {
    border: 0;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
}

.pagination a.last {
    border: 0;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
}
.pagination a.next::before {
    content: "";
    background-image: url(../img/next.jpg);
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
}

.pagination a.last::before {
    content: "";
    background-image: url(../img/last.jpg);
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
}
/*--------------------------
footer
---------------------------*/

footer {
    border-top: 2px solid #dcdcdc;
    padding: 30px 0;
    display: block
}

footer ul {
    width: 100%;
    margin: auto;
}

footer ul li {
    font-size: 14px;
    line-height: 1;
    padding-right: 30px;
    display: inline-block;
}
footer ul li a{
   color: #666666
}

/*--------------------------
page-contents
---------------------------*/
.content{width:100%;margin: 30px auto 0;}
.thum-big{width: 100%;height: 200px;background-color: yellow;margin-bottom: 30px}
.category__ {
    font-size: 14px;
    border: 2px solid #000;
    padding: 3px 15px;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
    color: #000;
    width: auto;
}

.content-in{padding-bottom: 100px}
.cont-ttl{font-size: 1.5rem;line-height: 2.2rem;margin-top: 10px;}
      
      .article-content{width: 93%;margin: 0 auto}

.article-content h2 {
    font-size: 22px;
    position: relative;
  padding: .6rem 1rem;
  color: #fff;
  border-radius: 10px;
  background: #FBB03B;
}

.article-content h2::before {
    position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #FBB03B transparent transparent transparent;
}

.article-content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    padding: 0.5em;/*文字周りの余白*/
  background: #fffaf4;/*背景色*/
  border-left: solid 10px #FBB03B;/*左線（実線 太さ 色）*/
}



.article-content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
    margin-top: 10px;
    position: relative;
    border-bottom: 4px solid #FBB03B;
    display: inline-block
}


.content-in p {
    font-size: 16px;
    line-height: 28px;
    margin: 10px
 auto;
    font-weight: 400;
    text-align: justify;
    
}

 
/*--------------------------
img
---------------------------*/
    .ph10 {
      width: 100%;
      margin: 0 auto 0;
      text-align: center
    }
    .ph9 {
      width: 90%;
      margin: 0 auto 0;
      text-align: center
    }
    .ph8 {
      width: 80%;
      margin: 0 auto 0;
      text-align: center
    }
    .ph7 {
      width: 70%;
      margin: 0 auto 0;
      text-align: center
    }
    .ph6 {
      width: 60%;
      margin: 0 auto 0;
      text-align: center
    }
    .ph1 {
      width: 300px;
      margin: 30px auto 0;
      text-align: center
    }
    .img-center {
      text-align: center;
      margin: 0 auto
    }
    .img-height {
      height: 150px
    }
    
    pc {
      display: none
    }
    sp {
      display: block
    }
    .sp {
      display: block
    }
    .pc {
      display: none
    }
    .br-sp {
      display: block
    }
    .br-pc {
      display: none;
    }
    br.forSP {
      display: block
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    
    
   /*--------------------------
    5.2 Navigations Regular
   ----------------------------*/

.header{width:100%;margin: 0 auto;text-align: center;position: relative;padding: 0;}
.sub-ttl{font-size: 15px;font-weight: 500;text-align: center;margin-bottom: 0;margin-top: 50px;}
.logo-box{margin: 0 auto;text-align: center}
.logo {margin-top: 0;
  width: 250px;
}

#global-navi{width: 100%;text-align: center}
#global-navi ul{text-align: center;
list-style: none;}
#global-navi ul li{ padding:0 3%;display: inline-block;vertical-align:top }
#global-navi ul li a{font-size: 17px; color: #000;font-weight: 500}

#global-navi li li {
    display: block;
    height: 0;
    overflow: hidden;

}


#global-navi ul li a {
  background: 
      linear-gradient(180deg, rgba(251,176,59,1), rgba(251,176,59,1)) 
      bottom /var(--d, 0) 3px 
      no-repeat;
  transition:0.3s;
    padding-bottom: 4px;
}
#global-navi ul li a:hover {
  --d: 100%;

}
      
/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
  top: 0;
  width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
  z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #FBB03B;
    /*丸のスタート位置と形状*/
  transform: scale(0);/*scaleをはじめは0に*/
  right:-50px;
    top:-50px;
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
  transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
  opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    width: 100%;
    top:50%;
    left:45%;
    transform: translate(-50%,-50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
  text-align: center; 
  list-style: none;
}

#g-nav li a{
  color: #333;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
    font-size: 23px
}
#g-nav li li {
    display: block;
    height: 0;
    overflow: hidden;

}
#g-nav li li a {font-size: 12px;letter-spacing: 0;
   display: block;float: none;line-height: 26px;
}
#g-nav li:hover > ul > li {
    height: 3rem;
    overflow: visible;
}
     .list-list{ margin-top:0; font-size: 13px;line-height: 5px}
     
     .l-line{}   

     .list-ma{margin-top: 10px}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
  top:5px;
  right: 5px;
  z-index: 9999;/*ボタンを最前面に*/
  cursor: pointer;
    width: 50px;
    height:50px;

}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 2px;
    border-radius: 0;
  background-color: #666666;
    width: 48%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


/*--------------------------
contents-block
   ----------------------------*/
.contents-block{width: 98%;margin: 30px auto 0;text-align: left;display: block;padding:0 2%}

.art-act{width: 98%;margin-right: 0;margin-left: 0; margin-bottom: 2%;border: solid 2px #f2f2f2;box-sizing: border-box;min-height: 350px;display:block;float: none}
article:nth-of-type(3n) {
    margin-right: 0;
}
.thum-img{width: 100%;height: 170px; background-color: yellow;}
.art-in{padding: 3.5% 3%;text-align: left;}
.art-ttl{text-align: left;font-size: 16px;color: #000!important;margin-top: 10px;}
article .category__ {
    font-size: 12px;
    border: 2px solid #000;
    padding: 3px 12px;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
}

.aur{font-size: 13px;padding: 0;margin: 0;}
.date{font-size: 13px;padding: 0;margin: 5px auto 0;}

.art-act:hover{border: solid 2px #F7931E;box-sizing: border-box}


/*--------------------------
page-serch
---------------------------*/

.page-search {
    width: 100%;
    margin:0 auto;text-align: center;display: block

}
.page-search>div {
    width: 100%;
}

.page-search .pagination {
    clear: both;
    padding: 10px 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    text-align: right;
    padding-right: 10px;
}

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.pagination-box {
    display: inline-block;
}

.pagination span.page_num {
    display: none;
}

.pagination a:hover, .pagination .current {
    color: #fff;
    background-color: #dcdcdc;
}

.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 8px 2px 0;
    padding: 12px 14px;
    text-decoration: none;
    width: auto;
    color: #dcdcdc;
    background: #fff;
    border: 1px solid #dcdcdc;
    font-size: 16px;
}

.pagination a.next {
    border: 0;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
}

.pagination a.last {
    border: 0;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
}
.pagination a.next::before {
    content: "";
    background-image: url(../img/next.jpg);
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
}

.pagination a.last::before {
    content: "";
    background-image: url(../img/last.jpg);
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
}
/*--------------------------
footer
---------------------------*/

footer {width: 100%;
    border-top: 2px solid #dcdcdc;
    padding: 30px 0;
    display: block
}

footer ul {
    width: 100%;
    margin: auto;
}

footer ul li {
    font-size: 10px;
    line-height: 1;
    padding-right: 10px;
    display: inline-block;
}
footer ul li a{
   color: #666666
}

/*--------------------------
page-contents
---------------------------*/
.content{width:100%;margin: 30px auto 0;}
.thum-big{width: 100%;height: 200px;background-color: yellow;margin-bottom: 30px}
.category__ {
    font-size: 14px;
    border: 2px solid #000;
    padding: 3px 15px;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
    color: #000;
    width: auto;
}

.content-in{width: 100%; padding-bottom: 100px}
.cont-ttl{font-size: 1.2rem;line-height: 2rem;margin-top: 10px;}

.article-content h2 {
    font-size: 17px;
    position: relative;
  padding: .7rem .7rem;
  color: #fff;
  border-radius: 10px;
  background: #FBB03B;
    margin-top: 20px
}

.article-content h2::before {
    position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #FBB03B transparent transparent transparent;
}

.article-content h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    padding: 0.5em;/*文字周りの余白*/
  background: #fffaf4;/*背景色*/
  border-left: solid 10px #FBB03B;/*左線（実線 太さ 色）*/
    margin-top: 20px
}


.article-content h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
    margin-top: 20px;
    position: relative;
    border-bottom: 4px solid #FBB03B;
    display: inline-block
}


.content-in p {
    font-size: 15px;
    line-height: 24px;
    margin: 10px
 auto;
    font-weight: 400;
    text-align: justify;
    
}
 
  /*--------------------------
img
---------------------------*/
  .ph10 {
    width: 100%;
    margin: 0 auto 0;
    text-align: center
  }
  .ph9 {
    width: 90%;
    margin: 0 auto 0;
    text-align: center
  }
  .ph8 {
    width: 80%;
    margin: 0 auto 0;
    text-align: center
  }
  .ph7 {
    width: 70%;
    margin: 0 auto 0;
    text-align: center
  }
  .ph6 {
    width: 60%;
    margin: 0 auto 0;
    text-align: center
  }
  .ph1 {
    width: 230px;
    margin: 0 auto 0;
    text-align: center
  }
  
  pc {
    display: none
  }
  sp {
    display: block
  }
  .sp {
    display: block
  }
  .pc {
    display: none
  }
  .br-sp {
    display: block
  }
  .br-pc {
    display: none;
  }
  .br-sp2 {
    display: block
  }
  .space {
    margin-top: 5px
  }
  .space2 {
    margin-top: 15px
  }
  .space3 {
    margin-top: 0
  }
  .space4 {
    margin-top: 35px
  }
}


/* Custom, iPhone Retina */

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

  /*--------------------------
img
---------------------------*/
  .ph10 {
    width: 100%;
    margin: 0 auto 0;
    text-align: center
  }
  .ph9 {
    width: 90%;
    margin: 0 auto 0;
    text-align: center
  }
  .ph8 {
    width: 80%;
    margin: 0 auto 0;
    text-align: center
  }
  .ph7 {
    width: 70%;
    margin: 0 auto 0;
    text-align: center
  }
  .ph6 {
    width: 60%;
    margin: 0 auto 0;
    text-align: center
  }
  .img-center {
    text-align: center;
    margin: 0 auto
  }
  .img-height {
    height: 150px
  }


  .br-ssp {
    display: block
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .pc {
    display: none
  }
  .sp {
    display: block
  }
  pc {
    display: none
  }
  sp {
    display: block
  }
}