@charset 'UTF8' ;
/*
Theme Name: ierepo
Description: ierepo
Version: 1.0.1
Author: ierepo
*/


/* */

/*リニューアル 20240424*/
#back-c02under { 

    width: 300px;  
    height: 280px;  
    background-color: #faefe4de;
    border: solid 3px #000;
    margin:0px auto 40px;  
    padding: 10px 15px 15px; 
    position: relative;
    border-radius: 20px; 
  }
  #back-c02under h3{  
  line-height: 1.6;
  }
  .content-1under h3{
    margin-bottom: 5px;
    font-size: 25px;
    text-align:center;
    font-family:"Meiryo UI","Mヒラギノ角ゴ ProN",sans-serif;
    font-weight: bolder;
    color: #eb4141;
}
.content-1under p{ 
    font-size:16px;
    color: #000;
    text-align:center;
    line-height: 1.8; 
    transform: rotate(0.3deg); 
    margin-top: 5px;
}




.comcat-labelname {
    width: auto;
    height: auto;
    text-align: left;
    line-height: 20px;

    padding-left: 5px;
}
.comcat-labelname span{
    font-size: 12px;
}

.comtag-labels span{
    color: #e21717;
    font-weight: bold;
}


#drawer {
	display: none;
}
.header-content label {
	cursor: pointer;
	position: fixed;
}
.open {
	z-index: 3;
	top: 8px;
	right: 14px;
	width: 48px;
	height: 48px;
	border-radius: 48px;
    background:  #0182fa; 
	transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before,
.open::after {
	content: "";
}
.open span,
.open::before,
.open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 20%;
	width: 60%;
	border-bottom: 2px solid white;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.close {
	z-index: 1;
	inset: 0;
	pointer-events: none;
	transition: background .6s;
}
#drawer:checked + .open {
	background: #dc6688;
	transform: translateX(-20px);
}
#drawer:checked + .open span {
	transform: scaleX(0);
}
#drawer:checked + .open::before {
	transform: rotate(135deg) scaleX(1.2);
}
#drawer:checked + .open::after {
	transform: rotate(-135deg) scaleX(1.2);
}
#drawer:checked ~ .close {
	pointer-events: auto;
	background: #0182fa70; /* 領域外の色　*/
}

/* :::::: drawer menu :::::: */
.menu {
	z-index: 1;
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	width: 28%;
	height: 100%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	transform: translateX(100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu ul {
	margin: 0;
	padding: 0;

}
.menu li {
	line-height: 1.4;
    list-style: none; 
}
.menu li:not(:first-child) {
	border-top: 1px solid rgba(255,255,255,.6);
}
.menu a {
	display: block;
	padding: .7em .5em;
	color: #0182fa; 
	text-decoration: inherit;
	transition: background .6s;
    border-bottom: 1px solid #0182fa; /* ホバー時背景色　*/
    width: 85%;
    margin: 0 auto;
    font-size: 16px;
}
.menu a:hover {
	background: #0182fa; /* ホバー時背景色　*/
    color: #fff; /* ホバー時文字色　*/
}
#drawer:checked ~ .menu {
	transform: none;
}

.ierepo-menu{
    text-align: center;
    font-size: 16px;
    color:#979595;
    background-color: white;
    padding: 60px 5px 5px; 
    margin:0 auto; /* 0922 */
    text-decoration: inherit;
    transition: background .6s;
    font-size: 1rem; 
    font-weight: 800;
    line-height: 1.4em;
}

.inner a:hover {

    background: #39c6fa; 
    color: #fff;
    }
    
  nav .inner {
    width: 100%;
  }
  
  nav .inner ul {
  
    padding: 0;
  
    list-style: none;
    line-height: 1;
    margin: 0;
  }
  
  nav .inner ul li {
    position: relative;
  
  }
  
  nav .inner ul li a {
    display: block;
    color: #0da3fa;
    background-color: white;
    padding: 15px 15px 15px; 
    margin:0 auto; /* 0922 */
    text-decoration: inherit;
    transition: background .6s;
    font-size: 1.1em; 
    text-align: center;
  }

  
  
.new-mark{
    animation: flash 1s linear infinite;
}

@keyframes flash {

	0%,
	100% {
		opacity: 0;
	}

	75% {
		opacity: 2;
		color: #ff1493;
	}

}


  .fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(50px);
      }
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }
    .fadeUpTrigger{
        opacity: 0;
    }

body {
    max-width: 2500px;
    margin: 0;  
    padding: 0;
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    line-height: 2;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

#index {
    margin-top: 0px;
    width:100%;
}

p,h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
}

ul{
    margin:0;
    padding:0;
}

a{
    color: #0175fa;
    text-decoration: none;
}

a:hover{
    text-decoration:underline;
}

.content-top{  
    padding-right: 0px; 
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 2500px;  
}
.content{
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;  
}
.content02{  
    padding-right: 350px;
    padding-left: 350px;
}

.content03{  
    padding-right: 20px;
    padding-left: 20px;
}

.content-kaisha-re{  
    padding-right: 150px;
    padding-left: 150px;
}

.main-center{
    width: 100%;
}

.pagetitle_canpany{
    margin: -18x auto 0;
    padding: 12px 0 0;
    width: 100%;
    background-color: #facabf;
}
.pagetitle_canpany p{
	text-align:center;
	margin-top: 5px;  
    margin-bottom: -2px;

    font-size:16px;
    line-height: 1.8em;
	font-weight:bold;
	color: #6e392d;
}
.pagetitle-span{
    display: block;
    text-align: center;

    font-size:13px;
    line-height: 20px;
	color: #000;
}

.reportfield{ 
	text-align:center;
	margin-top: 25px;
    margin-bottom: 15px;
    font-size:15px;
    font-family: "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝",  sans-serif;  
	font-weight:bold;
	color: #d16d09;
}

#box01 {

    width: 100%;  
    height: 55px;  
    margin-top: -10px;
    background-image: url(../images/ugokuhaikei01.png) ;
    background-position: 0 0; 
    -webkit-animation: hdlbox01 70s linear infinite;
    animation: hdlbox01 80s linear infinite;
}

@-webkit-keyframes hdlbox01 {

    to {
        background-position: -1500px 0;
    }
}

 #box02 {

    width: 100%;  
    height: 40px;  
    margin-top: -30px;
    background-image: url(../images/ugokuillust.png) ;
    background-position: 0 0;  
    -webkit-animation: hdlbox02 26s linear infinite;
    animation: hdlbox02 26s linear infinite;
}

@-webkit-keyframes hdlbox02 {

    to {
        background-position: -1500px 0;
    }
}

#back-c01 {

    width: 100%;  
    height: 260px;  
    background-image: url(../images/rooop_gaso00.jpg) ;
    background-position: 0;  
    animation: hdlbox 60s linear infinite; 
    padding-top: 30px;  
}
@-webkit-keyframes hdlbox {

    to {
        background-position: -1800px 0;
    }
}


#back-c02 {  

    width: 300px;  
    height: 192px;  
	background-color: #ffffffde;
    margin:-260px auto 100px;  
    padding: 10px 15px 15px; 
    position: relative;
    z-index: 0;
}

#back-c02 h3{  
  line-height: 1.6;
}

#top-slide {
    width: 100%;
    margin-top: 5px;
    height: 50vh;
    position: relative;
    z-index: 1;
}

.slide {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .slide-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    opacity: 0;
    animation: slider-1 24s linear infinite;
  
    &:nth-child(1) {
      background-image: url(../images/DSR_3736res.JPG);
      animation-delay: -2s;
    }
    
    &:nth-child(2) {
      background-image: url(../images/_DSC7237res.JPG);
      animation-delay: 6s;
    }
    
    &:nth-child(3) {
      background-image: url(../images/DSC_3280res.JPG);
      animation-delay: 14s;
    }
    
  }
  
  @keyframes slider-1 {
    0% {
      opacity: 0;
      transform: scale(1);
    }
    4.16% {
      opacity: 1;
    }
    33.33% {
      opacity: 1;
    }
    41.66% {
      opacity: 0;
      transform: scale(1.2);
    }
    100% {
    opacity: 0;
    }
  }
  .fv {
    position: relative;
  }


.breadcrumb{
	font-size: 12px;
	margin-left: 15px;
	color: black;

}

.content-1 h3{
    font-size: 20px;
    text-align:center;
    line-height: 1.2; 
}
.bigtext{
    font-size: 22px;
}
.minitext{
    font-size: 14px;
}

.content-1a p{

    font-size:16px;
    font-weight: 700;
    text-align:center;
    line-height: 1.7; 
}
.content-1b p{
    margin-top: -50px;
    font-size:18px;
    text-align:center;
    line-height: 1.7; 
}
.content-request p{
    margin-top: 50px;
    font-size:18px;
    text-align:center;
    line-height: 1.7; 
}

.content-1 p{ 
    font-size:18px;
    color: #000;
    text-align:center;
    line-height: 1.3; 
    font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho Pro",serif ;
}

.toppage-h1{
    font-size: 17px;
    margin:20px 0px 15px 0px;  
    font-weight: bold;
}
.content-1 span01 {
    color: rgb(103, 138, 236);
    font-weight: bold;
}

.single-company span01 {
    color: rgb(103, 138, 236);
}

.content-23{ 

    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px; /
}   
.illustrationa-content-2{
    float: left;    
}
.illustrationb-content-3{
    float: left;
}

.illustrationa img{
    display: block;
    width: 380px;
    margin-top: 20px;
}
.illustrationb img{
    display: block;
    width: 380px;
    margin-top: 20px;
}

.border-line {  
    font-size: 19px;
    margin: 50px 0 -5px ;
    border-bottom: solid 1px #364e96;
    text-align: center; 
  }

.content-2{  
    float: left;
    width: 350px;
    margin:10px 20px 25px 0;  
    padding: 18px;
    background-color: rgba(230, 247, 255, 0.933);
    border: solid 0.5px rgba(53, 144, 204, 0.933);
    font-size:17px;
    text-align: justify;  
    line-height:32px;
    font-feature-settings: "palt";
}
.content-3{  
    float: left;
    width: 350px;
    margin:10px 0 25px;  
    padding: 18px;
    background-color: rgba(235, 253, 226, 0.933);
    border: solid 0.5px rgba(44, 189, 44, 0.933);
    font-size:17px;
    text-align: justify;  
    line-height:32px;
    font-feature-settings: "palt";
}

.saiyou-text {  
    margin:-15px 10px 0; 
    font-size: 15px;
    width: 780px; 
    line-height: 1.6; 
    font-feature-settings: "palt";
}
.span101{  
    font-size: 15px;  
    font-weight: bold;  
    color: #6e392d;
}

.content-33{  

  display: flex;
  justify-content: center;
  align-items: left;

}  

#index h2{  
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0;
    text-align: center;
}


.wp-block-latest-posts__list_02{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    
  }
  .wp-block-latest-posts__list_02 li{
    text-align: left;
    color: #333;
    width: calc(1 / 3 * 100% - 5%);  
    display: flex;
    flex-direction: column;
  }

  .wp-block-latest-posts__list_02::before{
    content:"";
    display: block;
    width:26.3%; 
    order:1;

  }
  .wp-block-latest-posts__list_02::after{
    content:"";
    display: block;
    width:26.3%;  
  }

    .wp-block-latest-posts__list_03{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    
  }
  .wp-block-latest-posts__list_03 li{
    text-align: left;
    color: #333;
    width: calc(1 / 3 * 100% - 5%); 
    display: flex;
    flex-direction: column;
  }

  .wp-block-latest-posts__list_03::before{
    content:"";
    display: block;
    width:20%;
    order:1;

  }
  .wp-block-latest-posts__list_03::after{
    content:"";
    display: block;
    width:20%;
  }

.post-list-item_Img {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;

}

.post-list-item_Img img {

	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto -5px;
}

.sepia img{
    filter: brightness(100%);
    transition: .3s ease-in-out;
  }
  
  .sepia a:hover img{
    filter:brightness(60%);
  }


  .zoomIn img{
    transform: scale(1);
    transition: .3s ease-in-out;
  }
  
  .zoomIn a:hover img{
    transform: scale(1.08);
  }
  
  .mask{
      display: block;
      overflow: hidden;
  }


.cat-labelname {
    width: auto;
    height: auto;
    border:1px solid #7c7f81;
    text-align: center;
    line-height: 20px;
}
.cat-labelname span{
    font-size: 13px;
    font-weight: 800;
    color:  #0175fa;
    border:0 ; 
}

.tag-labels span{
    color:  #066b02;
}
.sumaireport .cat-labelname span{
    color: #a36303;
}
.vrreport .cat-labelname span{
    color: #601aaf;
}
.shopreport .cat-labelname span{
    color: #05cec4;
}

.post-list-item_Link {
	display: block;
	text-decoration: none;
	color: #43413B; 

}

.post-list-item_Body p{
    font-size: 12px;
    color: #43413B;
    margin-top: 5px;
    line-height: 1.4;
} 

.post-list-item_Meta,.post-list-item_Date{
    display: none;
} 

.post-list{ 
    max-width: 1100px;
    margin: 0 auto;
}

.post-list-item{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start ;
}

.post-list-item li{
    box-sizing: border-box;
    border:1px solid #ccc;
    margin: 0;
    padding: 10px 10px 0;
    width: 16.666%;
    list-style: none;
    }

.col-lg-5{  
    display: flex;
    justify-content: center;
    margin:0; 
  }

.ichiran02{  
    width: 780px; 

margin: auto;

}

.ichiran02 h2{
    width: 185px;
    font-size: 14px  !important;
    text-align: left !important;
    line-height: 1.3;  
}  

.ichiran03{ 
    max-width: 780px; 
margin: auto;

}

.ichiran03 h2{
    width: 185px;
    font-size: 14px  !important;
    text-align: left !important;
    line-height: 1.3;  

}  


.error-text p{
    font-size: 14px;
    line-height: 1.6em;
    text-align: center;
}
.no-postimage img{ 
    display: block;
    margin:0 auto;
    width: 80px;
    margin-top: -10px;
}

.shuzai-re p{ 
    width: 300px;
    margin: 20px auto 0;
        font-size: 16px;
        text-align: center;
}

.ichiran-taitle{ 

    margin-top: 30px;
    margin-bottom: 10px;
}

#index h1{ 
    width: 100%; 
    margin: auto;
    margin-top: 20px;  
    font-size: 35px;
    line-height: 1.3em;   
}

figure {
   margin-top: 20px !important;
}

.content-Title{
    font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho Pro",serif ;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.4;
    margin-top: 30px;11
}

.about-Title{
    font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho Pro",serif ;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.4;
    margin-top: 30px;
    text-align: center;
}

/*01002*/

#pagetop{
    width: 35px;/*丸枠サイズ*/
    height: 35px;/*丸枠サイズ*/
    position: fixed;
    right: 14px;/*丸枠位置*/
    bottom: 60px;
    background: #0182fa; 
    opacity: 0.7;
    border-radius: 50%;
    z-index: 1000;
  }
  #pagetop a{
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-decoration: none;
  
  }
  #pagetop a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    top: -20px;
    bottom: 0;
    right: 0;/*矢印位置*/
    left: 0;
    margin: auto;
    text-align: center;
  }
  #pagetop a::after{
    content: 'TOP';
    font-size: 16px; 
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #024788; 
  }
  /*↑1002*/

.row {
	display: flex;
	flex-wrap: wrap;
    text-align: center; 
}
p{
    font-size: 14px;
    text-align: left;
}

.content-EyeCatch {  
    margin-top: 50px;
    margin-bottom: -20px;

}
.content-EyeCatch01 {  
    margin-top: 80px;
    margin-bottom: -15px;
}

.content-Header{
    height: 3px;
}

.eyecatch-cate{
    position: relative;
}
.eyecatch-label{
    position: absolute;
    color: #000;
    background: #faec26c5;
    margin: -135px 0 0 5px ;
    font-size: 14px;
}

.page time{ 
    display: none;
    }

.wp-block-columns{
    margin-bottom: 10px !important;
}
.has-text-align-center{ 
    margin-bottom: 15px;
}

.request-l{ 
    font-size: 16px;
    margin-bottom: 3PX;
      margin-top: -10px;
        text-align: center;
        width:100%;
}
.request-s{ 
        text-align: center;
        font-size: 14px;
        line-height: 1.7em;
}

.button-blue a {
    background:  rgb(23, 8, 240);
    border-radius: 3px;
    position: relative;
    display: flex;
    font-size: 17px;
    justify-content: space-around;
    align-items: center;
    margin: 10px auto 5px;
    max-width: 200px;
    padding: 5px 5px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: solid 2px  rgb(23, 8, 240);
    line-height: 1.5;
    text-align: center;
}
.button-blue  a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0.9rem;  
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor; 
  border-right: solid 2px currentColor; 
  transform: translateY(-50%) rotate(45deg); 
}
.button-blue  a:hover {
  background: #fff;
  color: rgb(23, 8, 240);
}
.button-blue  a:hover:after {
    right: 0.7rem;  
}

.button-green a {
    background:  rgb(13, 143, 9);
    border-radius: 3px;
    position: relative;
    display: flex;
    font-size: 17px;
    justify-content: space-around;
    align-items: center;
    margin: 5px auto 15px;
    max-width: 200px;
    padding: 5px 5px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: solid 2px  rgb(13, 143, 9);
    line-height: 1.5;
    text-align: center;
}
.button-green a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0.9rem;  
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor; 
  border-right: solid 2px currentColor; 
  transform: translateY(-50%) rotate(45deg); 
}
.button-green a:hover {
  background: #fff;
  color: rgb(13, 143, 9);
}
.button-green a:hover:after {
    right: 0.5rem;  
}

.button-green-info a {
    background:  rgb(13, 143, 9);
    border-radius: 3px;
    position: relative;
    display: flex;
    font-size: 17px;
    justify-content: space-around;
    align-items: center;
    margin: 10px auto 5px;
    max-width: 200px;
    padding: 5px 5px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: solid 2px  rgb(13, 143, 9);
    line-height: 1.5;
    text-align: center;
}
.button-green-info a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0.9rem;  
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor; 
    border-right: solid 2px currentColor; 
    transform: translateY(-50%) rotate(45deg); 
  }
  .button-green-info a:hover {
    background: #fff;
    color: rgb(13, 143, 9);
  }
  .button-green-info a:hover:after {
      right: 0.5rem; 
  }

.button019 a {
    background: rgb(23, 8, 240);
    border-radius: 3px;
    position: relative;
    display: flex;
    font-size: 16px;
    justify-content: space-around;
    align-items: center;
    margin: 8px auto;
    max-width: 150px;
    padding: 5px 5px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: solid 2px rgb(23, 8, 240);
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0.9rem; 
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor; 
  border-right: solid 2px currentColor; 
  transform: translateY(-50%) rotate(45deg); 
}
.button019 a:hover {
  background: #fff;
  color: rgb(23, 8, 240);
}
.button019 a:hover:after {
    right: 0.7rem; 
}


.border-text{  
    font-size: 30px;
    margin: 50px 0 5px ;
    text-align: center; 
  }
.border-frame-b{ 
    width: 100%;
    background-color: #0182fa;
    margin: 5px auto -5px;
    animation-name: border-frame-b;
    animation-duration: 2s;
  }
  @keyframes border-frame-b {
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
.border-frame-g{ 
    width: 100%;
    background-color: #02a847;
    margin: 5px auto -5px;
    animation-name: border-frame-g;
    animation-duration: 5s;
  }
  @keyframes border-frame-g {
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
.border-frame-gg{ 
    width: 100%;
    color: #000;
    animation-name: border-frame-gg;
    animation-duration: 3s;
  }
  @keyframes border-frame-gg {
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}

  .border-report {  
    font-size: 18px;
    margin: 30px 0 ;
    border-bottom: solid 1px #364e96;
    text-align: center; 
  }

  .border-bluetext{  
    font-weight: 800;
    color: #0182fa;
  }
  .border-greentext{
    font-weight: 800;
    color: #02a847;
  }
  .border-boldtext{
    font-weight: 800;
  }

  .border-text p{  
    font-size: 15px;
    margin-top: -15px;
    margin-bottom: 3px;
    text-align: center; 
    color: #fff;

  }
  .genretext p{ 
    text-align: center;
    margin: 15px 0 5px;
    font-size: 14px;
    font-weight: 800;
    color: #0182fa;

  }
  .border-frame-gg p{ 
    font-size: 12px;
    font-weight: bold;
    color:  #e21717;
    margin: 8px auto -5px;
    padding: 5px;
    text-align: center;
    line-height: 1.5;
  }
  .border-frame-gg span{ 
    color: #5a5555;
  }
/* header */

.header-content{ 
    width:auto;  
    height:150px;  
    margin:0 auto;
    max-width: 2500px;
}
.header-top{
    width:auto;   
    height:190px;  
    margin:0 auto;
    max-width: 2500px;
}

#header-h3 h3{  

    float:left;
    font-size: 15px;
    color: #0165fc;
    margin: -30px 0 5px 30px;
    font-weight: 800;

}
.logo-container{
    display: block;
    margin:0 auto ; 
    width: 180px;
  }
  .logo-jp{
    margin-top: -16px;
    margin-bottom: -5px;
    margin-left: -2px;
    font-size: 13.5px;
    color:  #287ab1;
  }
  .toukacover{
    margin:10px auto 2px;  
    width: 180px;
  }
.toukalogo-ishi img{

    display: block;
    margin:10px auto 5px;  
    width: 185px;
}


.global-nav{
    float:right;
    margin:  0 auto;
    margin-right: 58px;

}

.global-nav li{
    float:left;
    padding-top: 0px;  
    padding-right: 5px; 
    margin:0px 5px 2px 20px;  
    font-size:15px;
    font-weight: bold;
    list-style: none;
    font-family: 'Noto Sans JP', sans-serif;
}

.global-nav li a{
    color: #000000;
}

.global-nav li a:hover{
    border-bottom: 1px solid #3964f1;  
    padding-bottom:0;
    text-decoration:none;
}


    .drower-logo{
    width: 200px;
    display: block;
    margin: 0 auto;
    }

    .drower-contents{
        font-size: 18px;
        margin: 10PX 5px;
        color:#000; 
        font-family: "Times New Roman", "serif";
    }

    .content-1w p{ 
        font-size:24px;
        color: #fff;
        font-weight: 300;
        text-align:center;
        margin-bottom: -5px;
    }
    
 .nav-tgl-btn h4{
    font-size: 16px;
    font-weight: lighter;
    z-index: 51;
    margin-right: 2px;
    color:#000; 
    margin-top: 45px;
 }


footer{

    width: 100%;   

    margin-top:20px; 
    text-align: left;
    color:#000000;
    padding-top:20px;

}
.footcolor01{
    height: 110px;
    border-top: 1px solid  #b9d2f7; ;
    background-color: #d2e3fa;
}
.footcolor02{
    background-color: #005bac; ;
    height: 45px;
    color:#fff;
    text-align: center;
}
footer small{
    font-size:12px;

}
.footlogo-container{
    display: block;
    margin:0 auto ; 
    width: 140px;
  }
.footlogo img{
    display: block;
    width: 140px; 
    margin: 12px auto 2px;
    }

.footnav{
    display: flex;
    justify-content: center;
    list-style: none;
}
.footnav li a{
    margin: 0 8px;
    font-size: 14px;
    color: #000;
    font-family: 'Fredoka One', cursive 
}
.foottext {  
    font-size: 11px;
    margin-left: 15px;
    padding-top: 5px;
    line-height: 17px;
        }
    
.pagination .nav-links {  
	text-align: center;
    margin-top: 30px;  
    width: 100%;  

}
.pagination .nav-links .current {
	display: inline-block;
	width: 30px;  
	height: 30px;  
	margin: 2px; 
	border: 1px solid  #005bac;  
	border-radius: 10%; 
	background: #005bac;  
	color: #fff;
	font-size: 1.4rem;  
	line-height: 25px;  
    padding: 5px 0 0;  
}
.pagination .nav-links .dots {  
	display: inline-block;
	margin: 2px; 
	font-size: 1.2rem;  
	font-weight: bold;
	line-height: 25px; 
}
.pagination .nav-links a.page-numbers {  
	display: inline-block;
	width: 25px; 
	height: 25px; 
	margin: 2px; 
    padding: 3px 0 0;  
	border: 1px solid #005bac;  
	border-radius: 10%; 
	font-size: 1rem; 
	text-decoration: none;
	line-height: 25px;  
}
.pagination .nav-links a.page-numbers:hover {
	background: #e78b13;  
	color: #fff;
	transition: all .3s;
}
.pagination .nav-links a.prev.page-numbers,
.pagination .nav-links a.next.page-numbers {
	width: auto;
	padding-right: 6px;
	padding-left: 6px;
	border: 0;

	border-radius: 0;
	background: transparent;
}
.pagination .nav-links a.prev.page-numbers:hover,
.pagination .nav-links a.next.page-numbers:hover {
	background: #e78b13;  
	color: #fff;
}


.post-pagination {  
    width: 100%;  
    display: flex; 
    justify-content: center;
    margin: 30px auto;
    display: flex;  
    align-items: center;  
}
.post-pagination .page-numbers {  
	text-align: center;
	margin: 3px; 

}
.post-pagination .page-numbers.current {
	display: inline-block;
	width: 30px;  
	height: 30px; 
	margin: 5px;  
	border: 1px solid  #005bac;  
	border-radius: 10%;  
	background: #005bac;  
	color: #fff;
	font-size: 1.4rem;  
	line-height: 25px; 
    padding: 5px 0 0;  
}
.post-pagination .page-numbers .dots {  
	display: inline-block;
	font-size: 1.2rem;  
	font-weight: bold;
	line-height: 25px; 
}
.post-pagination a.page-numbers {  
	display: inline-block;
	width: 25px;  
	height: 25px;  
	margin: 5px;  
    padding: 3px 0 0;  
	border: 1px solid #005bac; 
	border-radius: 10%; 
	font-size: 1rem; 
	text-decoration: none;
	line-height: 25px; 
}
.post-pagination a.page-numbers:hover {
	background: #e78b13;  
	color: #fff;
	transition: all .3s;
}
.post-pagination a.prev.page-numbers,
.post-pagination a.next.page-numbers {  
	width: auto;
	padding-right: 6px;
	padding-left: 6px;
	border: 0;

	border-radius: 0;
	background: transparent;
}
.post-pagination a.prev.page-numbers:hover,
.post-pagination a.next.page-numbers:hover { 
	background: #e78b13;  
	color: #fff;
}

.fadein-text {
    animation-name: fadeInAnime;
    animation-fill-mode:both;
    animation-duration:3s;
    animation-iteration-count:1;
    animation-timing-function:ease;
    animation-delay: 0.5s;
    animation-direction:normal;
    }
.fadein-text-slow {
    animation-name: fadeInAnime;
    animation-fill-mode:both;
    animation-duration:3s;
    animation-iteration-count:1;
    animation-timing-function:ease;
    animation-delay: 1.5s;
    animation-direction:normal;
    }
.fadein-img-slow {
        animation-name: fadeInAnime;
        animation-fill-mode:both;
        animation-duration:3s;
        animation-iteration-count:1;
        animation-timing-function:ease;
        animation-delay: 0.3s;
        animation-direction:normal;
        }
  
  
    @keyframes fadeInAnime{
      0% {
        opacity: 0;
      }
    
      100% {
        opacity: 1;
      }
    }



@media screen and (max-width:1200px){
    .menu {
        width: 38%;
    }
}
@media screen and (max-width:1090px){

.global-nav{
    float:right;
}
}

@media screen and (max-width:1050px){

    .content02{  
    padding-right: 250px;
    padding-left: 250px;
}
    .content-kaisha-re{   
    padding-right: 100px;
    padding-left: 100px;
}
.post-list-item li{  
    width: 33.3333%;
    }

}

@media screen and (max-width:900px){
    .menu {
        width: 48%;
    }
    .content02{  
    padding-right: 200px;
    padding-left: 200px;
}

.navi001report{
    width: 50%; 
  }

}

@media screen and (max-width:860px){
    
    .content-1 h3{
        font-size: 18px;
    }
    .content-1 p{ 
        font-size:16px;
    }
    .content-1b p{
        margin-top: -100px;
    }
    .navi001a{
        display: none;  
      }
      .header-content{
        height:125px;  
    }
    .header-top{
        height:145px;  
    }
    #back-c02 { 
        margin:-200px auto 100px;   
    }
    #back-c01 {
        margin-top: 10PX;
    }
    .pagetitle_canpany{
        padding: 2px 0 0;
    }
}

@media screen and (max-width:810px){

    /*リニューアル 20240424*/
    #back-c02under {  
        width: 255px;  
    }


.content-2{
    font-size: 16px;
    float: none;  
    margin:10px 0px 10px 0px;  
}
.content-3{  
    font-size: 16px;
    float: none;
}
#index h2{
    font-size: 16px;
}

    .content02{  
    padding-right: 150px;
    padding-left: 150px;
}
#back-c02 {  
    width: 255px;  
}
.content-23{  
    margin: 0 auto;
}
      
.illustrationa-content-2{
    float: none;    
}
.illustrationa-content-3{
    float: none;
}


.saiyou-text{  
        width: 380px;
    }
}

@media screen and (max-width:700px){

        /*リニューアル 20240424*/
    #back-c02under {  
        margin:30px auto 30px;
    }

    #back-c02under {  
        width: 255px;  
    }

.toppage-h1{
        font-size: 16px;

  }  

.content02{  
    padding-right: 120px;
    padding-left: 120px;
}   

}

@media screen and (max-width:650px){
    #drawer:checked + .open {
        transform: translateX(-15px);
    }
    .menu {
        width: 60%;
    }
        .ierepo-menu{
                margin:0 8%;
            }
    #form1{
        position:relative;

        margin-right: 330px; 
        }
}
@media screen and (max-width:600px){

        /*リニューアル 20240424*/
    .content-1under{
        font-size:    font-size: 3vw; 
    }


.global-nav li{
    display:inline;
    float:none;
}

.content{

            width:100%;
            padding-right: 0px;
            padding-left: 0px;
            margin-right: auto;
            margin-left: auto;
}
.main{
    float:none;
    width:auto;
    margin: 0 5%;

}
h2 img{
    max-width: 100%;
}

.content02{   
    padding-right: 80px;
    padding-left: 80px;
    max-width: 400px;
}
    .content-kaisha-re{   
    padding-right: 50px;
    padding-left: 50px;
}

.content-1{
    font-size:  3vw;  
}




.content-Title{

    font-size: 25px;

}

.navi001report{
    width: 80%; 
  }

}

    @media screen and (max-width:570px){
        #form1{
            position:relative;
            top: -15px;		     
            }
.about-catch{

    margin: 0 20px;
}

}
        }

@media screen and (max-width:520px){

.content02{  
    padding-right: 3px;
    padding-left: 3px;
}
    .content-kaisha-re{ 
    padding-right: 3px;
    padding-left: 3px;
}

.about-catch{
    font-size: 25px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 10px;
}

}
@media screen and (max-width:501px){

.menu {
    width: 70%;
}
.post-list-item li{  
    width: 50%;
    }
}
@media screen and (max-width:450px){

.content-2{  
    clear:both;
    width: 280px;
    font-size: 4vw; 
    padding: 15px;
    margin:0 auto 10px; 
}
.content-3{  
    clear:both;
    width: 280px;
    font-size: 4vw;   
    padding: 15px; 
    margin:0 auto 5px;   
}

.h2-02{
    font-size:  5vw;  
}

#header-h3 {  
    float:left;
    font-size: 11px;
    color: #000;
    margin: 5px 0 0 5px;
}

    
.saiyou-text{ 
    margin-top: 0;
        width: 320px;
    }

.wp-block-latest-posts__list_02{
        width: 115%;
        margin: 0 10px 0 -5px; 

      }
.wp-block-latest-posts__list_03{
    width: 105%;
    margin: 0 ; 

      }

        .about-catch{ 
            font-size: 20px;
        }
        .about-column{
            font-size: 20px;
        }

        .has-text-align-center strong{ 
            font-size: 19px;
        }
        .content-1b p{
            font-size:16px; 
        }
        .comcat-labelname span{
            font-size: 11px;
        }
        
}

@media screen and (max-width:365px){
    .menu {
        width: 78%;
    }
    .menu a {
        font-size: 15px;
    }
    
}

@media screen and (max-width:359px){
    .footcolor01{
        height: 160px;
    }
    .footnav{
        display:inline-block;
        text-align:center;
        width: 100%;
    }
    
    .illustrationa img{
      width: 330px;
    }
    .content-1b p{
        font-size:15px; 
    }

    }