/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */
body, button, input, select, textarea {
  font-family: 'YakuHanJP','Noto Sans', 'Noto Sans CJK JP', 'Noto Sans JP Subset', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  overflow-wrap: break-word;
  text-align: justify;
}
.container{  font-family: 'YakuHanJP','Noto Sans', 'Noto Sans CJK JP', 'Noto Sans JP Subset', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  overflow-wrap: break-word;
  text-align: justify;}

.u-serif{font-family:'Noto Serif JP', serif}
.section-title{font-family:'Noto Serif JP', serif}

/* Header
------------------------------*/
/* ----- toppage-mv ----- */
.toppage-mv {
  display: flex;
  height: 100vh;
}

.top-msg-area-wrap {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 50%;
	height: 100vh;
}
.top-icatch {
  height: 100vh;
  width: 50%;
  text-align:right;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (max-width: 1024px) {
	.toppage-mv {
		flex-direction: column;
		height: auto;
		margin-bottom: 0%;
	}
	.top-msg-area-wrap {
		width: 100%;
		height: auto;
		order:2;
	}
	.top-msg-area {
    	padding: 14% 8% 60px;
	}
	.top-msg-area .copy {
		margin: 0 auto 22%;
		font-size: 1.7rem;
	}
	.top-icatch {
		width: 100%;
		height: 680px;
		order:1;
	}
	/* ----- toppage item list ----- */
	.idx-thumb li {
    	width: 214px;
    	margin: 0 4% 6% 0;
	}
	.idx-thumb li:nth-child(4n) {
  		margin-right: 0;
	}
	/* ----- // toppage item list ----- */
    /* ----- toppage newpost ----- */
    .pt-cv-wrapper img {
    vertical-align: middle;
    max-height: 148px;
    object-fit: cover;
    }
    /* ----- // toppage newpost ----- */


}
@media screen and (max-width: 834px) {
	.heading.heading-widget {
		font-size: 1.4rem;
    }
	.widget .textwidget {
		font-size: 1.2rem;
	}
	.imgListWidget__title {
    	font-size: 1.2rem;
	}
	
	/* ----- photo layout ----- */
    .ph-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(226px, 1fr));
        gap: 32px;
        margin: 80px 0 !important;
    }
    /* ----- // photo layout ----- */
	
	.top-icatch {
		height: 512px;
	}
	.top-msg-area .top-logo {
		max-width: 124px;
		margin: 0 auto 18%;
	}
	.top-msg-area .copy {
		font-size: 1.55rem;
	}
	/* ----- toppage item list ----- */
	.idx-thumb li {
		font-size: 1.2rem !important;
    	width: 160px;
    	margin: 0 4% 6% 0;
	}
	.idx-thumb li:nth-child(4n) {
  		margin-right: 0;
	}
	/* ----- // toppage item list ----- */
	
	/* ----- toppage newpost ----- */
        .idx-newpost {
        margin: 112px 0 0;
    }
    .pt-cv-wrapper img {
    vertical-align: middle;
    max-height: 108px;
    object-fit: cover;
    }
    /* ----- // toppage newpost ----- */

	
}


@media screen and (max-width: 767px) {
    nav.globalNavi {    
        display: initial;
    }
    .globalNavi__toggle:checked + .globalNavi__switch + .globalNavi__list {
        background: rgba(255, 255, 255, 0.9);
    }
    .globalNavi__list::before {
        content: "メニュー";
        background: #1d5d92;    
        margin: 0 0 32px;
    }
    .globalNavi__list li {
        background: #ffffff;
        border-top: none;
        box-shadow: none;
        display: initial;
    }
    .globalNavi__list li a {
        display: block;
        padding: 8px 0px;
    }
    .siteTitle {
        float: none;
        padding: 20px 0 0 0;
    }
    .siteTitle__logo {
        height: 48px;
    }
    .siteTitle__logo img {
        width: auto;
        height: 48px;
    }
    .globalNavi__switch {
        background-color: #ffffff;
    }
    .globalNavi__switch::before {
        color: #555;
    }
    .tagline {
        float: initial;
        max-width: 100%;
        padding: 40px 0 48px;
        font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 1.3rem;
        letter-spacing: .2em;
        text-align: center;
    }
    .l-hMain {
        padding-bottom: 0;
        border-bottom: none;
    }
    .l-main {
        width: 100% !important;
        padding: 40px 16px;
    }
    .l-main.l-main-single {
        border-style: none;
        padding: 60px 16px;
    }
   .l-sidebar {
        width: 100%;
        padding: 60px 16px;
    }
    .widget {
        margin: 0 0 112px;
    }
    .widget .textwidget {
        font-size: 1.4rem;
        text-align: center;
    }
    nav.gnav-side {
        margin: 32px 0 88px;
    }
    .heading.heading-widget {
        font-size: 1.6rem;
    }
    .heading.heading-widget {
        font-size: 1.6rem;
    }
    .imgListWidget__title {
        font-size: 1.4rem;
    }
    .content h2 {
        font-size: 2.2rem;
    }
    .content h2:first-letter {
        font-size: 2.2rem !important;
    }
    .content h2 span {
        font-size: 1.4rem;
    }
	.top-icatch {
		height: 250px;
	}
	.top-msg-area {
		padding: 25% 8% 60px;
	}
	.top-msg-area .top-logo {
		max-width: 112px;
		margin: 0 auto 25%;
	}
	.top-msg-area .copy {
        margin: 0 auto 28%;
		font-size: 1.4rem;
		width: 16.8em;
        line-height: 2.8;
	}
	.top-msg-area .top-nav ul {
    	display: block;
    	text-align: center;
	}
	.top-msg-area .top-nav ul li {
		letter-spacing: .15em;
		margin: 0 0 24px 0;
		float: initial;
	}
	.idx-thumb {
        display: block;
    }
    .idx-thumb li {
        font-size: 1.6rem !important;
        width: 100%;
        margin: 0 0 12%;
    }
    .idx-thumb li img {
        height: auto;
        width: 100%;
    }
    /* ----- toppage read ----- */
    .idx-read {
        display: initial;
    }
    .idx-read-txt {
        padding: 32px 0 16px;
        width: 100%;
        order: 1;
    }
    .top-read-ph {
        width: 100%;
        padding: 32px 0 0;
        order: 2;
    }
    /* ----- // toppage read ----- */

    /* ----- toppage newpost ----- */
    .pt-cv-colsys {
        margin-left: -10px;
        margin-right: -10px;
    }
    .pt-cv-wrapper img {
    vertical-align: middle;
    max-height: 96px;
    object-fit: cover;
    }
    /* ----- // toppage newpost ----- */
	
}

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

}
.top-msg-area {
	padding: 16.8% 14% 2%;
}
.top-msg-area .top-logo {
	max-width: 100vh;
	display: block;
	margin: 0 auto 0 10%;
}
.top-msg-area .top-logo > img {
	width: 100%;
	height: auto;
}
.top-msg-area .copy {
	width: 18em;
	margin: 0 auto 10%;
    font-size: 1.5rem;
    line-height: 3;
    letter-spacing: .3em;
	
}
.top-msg-area .top-nav ul {
	letter-spacing: .3em;
	list-style: none;
	margin: 0 auto 10%;
}
.top-msg-area .top-nav ul li {
    font-size: 1.3rem;
    letter-spacing: .1em;
    margin: 0 0 2% 18px;
}
.top-msg-area .top-nav ul li > a {
    display: block;
}
.top-msg-area .top-nav ul li > a:hover,
.top-msg-area .top-nav ul li > a:active
{
    text-decoration: underline;
    color: #1d5d92;
    transition: .2s;
}





.st1{stroke:#000; stroke-width:0.5px; fill:transparent; stroke-dasharray:600; stroke-dashoffset:600; animation:anim 5s ease-in 0s forwards;width:600px; height:102px;}
@keyframes anim{
0%{stroke-dashoffset:600px;}
30%{fill:transparent;}
60%{stroke-dashoffset:0;}
100%{stroke-dashoffset:0; fill:#000000;}
}

/* ----- // toppage-mv ----- */

/* Section: Hero
------------------------------*/
.l-main-img {
  width: 100%;
 display: flex;
  justify-content: center;
  align-items: center;
	position:relative;
}

.l-main-img__inner{
  width: 1000px;
	
}
@media all and (min-width: 600px){
.l-main-img__inner{}
}

.l-main-img-copy{width:1000px;}
@media all and (min-width: 600px){
.l-main-img-copy{}
}
.l-main-img-copy__img{margin:0 auto;}
@media all and (max-width: 599px){
.l-main-img-copy__img{max-width:301px}
}

.l-main-img-info{
	display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
    position: absolute;
    top: 50%;
    left: 60%;	
}
.l-main-img-info__txt-marker{display:inline-block;padding:4px 2px 4px 10px;margin-top:3px;background:-webkit-gradient(linear, left top, right top, from(#48b117), to(#94da01));background:linear-gradient(to right, #48b117 0%, #94da01 100%);color:#fff;font-size:1.3rem;letter-spacing:0.05em}

.home-about__contents{-webkit-box-flex:0;-ms-flex:0 0 555px;flex:0 0 555px;padding-bottom:5%}
.home-about__head{margin-bottom:20px;font-size:2.3rem;line-height:1.7;text-align:center}
@media all and (min-width: 600px){.home-about__head{margin-bottom:30px;text-indent:-0.5em;font-size:3.5rem;text-align:left}}
.home-about__txt{line-height:2.5;text-align:center}@media all and (min-width: 600px){.home-about__txt{text-align:left}}
.home-about__img{margin:30px 0 0 6%}@media all and (min-width: 600px){.home-about__img{margin:0 60px 0 -60px;max-width:50vw;min-width:476px;-ms-flex-item-align:start;align-self:flex-start}}


/* Section: Features
------------------------------*/
.icon-background-default {
  color: #03c4eb;
}

.feature-item {
  text-align: center;
	background:#fff;
}
.feature-item .feature-icon {
  color: #fff;
}
.feature-item .fa-5x {
  font-size: 4em;
}
.feature-item:hover .icon-background-default {
  color: #333333;
	background:#fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (min-width: 940px) {
  .feature-item.col-lg-3:nth-child(4n+1), .feature-item.col-lg-4:nth-child(3n+1), .feature-item.col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}

.feature-media {
  text-align: center;
  margin-bottom: 20px;
}

.feature-item h4 {
	width:90%;
	display:inline-block;
	padding:4px 2px 4px 10px;
	margin-top:3px;
	background:-webkit-gradient(linear, left top, right top, from(#48b117), to(#94da01));
	background:linear-gradient(to right, #48b117 0%, #94da01 100%);
	color:#fff;
	font-size:1.5rem;
	letter-spacing:0.05em
}

/* Section: Counter
------------------------------*/
.counter_item {
  text-align: center;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.counter_item .counter__number {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 800;
  color: #03c4eb;
  line-height: 1;
  text-transform: uppercase;
}
.counter_item .counter_title {
  font-size: 18px;
  font-size: 1.125rem;
}
.counter_item .n-b{
   font-size: 18px;
}

/* Section: 応募者一覧
------------------------------*/
 .tbl-r04 th{
    padding:10px;
	 font-weight:bold;
	 vertical-align:top;
	 background:#0099e3;
	 color:#ffffff;
  } 
 .tbl-r04 td{
    padding:10px;
	 vertical-align:top;
  } 
 .tbl-r04 tr:nth-child(even){
    background:#cee7ff;
  } 
@media screen and (max-width: 640px) {
  .tbl-r04 {
    width: 80%;
  } 
  .tbl-r04 .thead {
    display: none;
  }
  .tbl-r04 tr,
  .tbl-r04 td{
    display: block;
    width: 100%;
    position: relative;
  }
  .tbl-r04 td:first-child:before {
    content: "見出し:before";
    background: #e9727e;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    height: 40px;
    padding: 10px;
    position: absolute;
    top: -41px;
    left: -0.2%;
    display: block;
    width: 100.5%;
  }
  .tbl-r04 tr {
    margin-bottom: 40px;
  }
}
/* Section: 応募者詳細
------------------------------*/
.tbl_oubo{
  border-collapse:collapse;
  margin:0 auto;
  color:#005ab3;
}
.tbl_oubo th{
    padding:10px;
	 font-weight:bold;
	 vertical-align:top;
	 background:#efefef;
	 width:20%;
  } 
.tbl_oubo td{
    padding:10px;
	 vertical-align:top;
  } 
