@charset "utf-8";
body {
    color: #252628;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
}
a{
    color:inherit;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
#wrapper{
    min-width: 1270px;
}
h3{
	
}

input,select{
    -webkit-appearance: none;
    -moz-appearance:none;
    appearance:none;
}

input, textarea{
    outline: none;
}

#wrapper header{
    width: 100%;
    height: 100px;
}
#wrapper header > div{
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

#wrapper header > div > a{
    display: inline-block;
    margin-top: 33px;
}

#wrapper header > div h1{
    float: left;
    padding: 0 9px 0 7px;
}
#wrapper header > div h2{
    float: left;
    font-size: 14px;
    line-height: 49px;
    margin-left: 20px;
}
#wrapper header > div h2 .small{
    font-size: 10.92px;
    line-height: 10px;
    padding-bottom: 1px;
    display: block;
}
#wrapper header > div > p{
    float: right;
    padding: 30px 10px 0 0 ;
    color: #FC941A;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
}

#wrapper header ul{
    float: right;
    padding-top: 33px;
    line-height: 54px;
}

#wrapper header ul li{
    float: left;
    font-size: 13px;
}

#wrapper header ul li + li{
    margin-left: 40px;
}

#content_wrap{
    width: 960px;
    margin: 0 auto;
    padding: 40px 10px 70px;
    overflow: hidden;
    box-sizing: border-box;
}

#content_wrap aside{
    width: 240px;
    float: left;
}
#content_wrap aside h4{
    color: #252628;
    font-size: 12px;
    line-height: 39px;
    border-bottom: 1px solid #ccc;
}
#content_wrap aside > div + div{
    margin-top: 35px;
}
#content_wrap aside ul li{
    margin-top: 20px;
    color: #FC941A;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: 'Avenir Next', 'Roboto', 'Arial',sans-serif;
}
#content_wrap aside ul li:before{
    content: "・";
    font-size: 14px;
    display: inline-block;
}
#content_wrap .wp-pagenavi{
    margin-top: 55px;
    text-align: center;
}
#content_wrap #single .wp-pagenavi{
    margin: 75px 0px 20px;
    text-align: center;
}
#content_wrap .wp-pagenavi > *{
    margin: 0 15px;
    color: #FC941A;
    font-size: 13.6px;
    font-weight: bold;
}

#content_wrap #press .wp-pagenavi .previouspostslink,
#content_wrap #press .wp-pagenavi .nextpostslink{
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
    height: 14px;
    width: 30px;
    position: relative;
}
#content_wrap #press .wp-pagenavi .previouspostslink:after,
#content_wrap #press .wp-pagenavi .nextpostslink:after{
    display: block;
    text-indent: 0;
    text-align: center;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}

#content_wrap #press .wp-pagenavi .previouspostslink:after{
    content: "<";
}

#content_wrap #press .wp-pagenavi .nextpostslink:after{
    content: ">";
}

#content_wrap #press .wp-pagenavi .previouspostslink:hover:after,
#content_wrap #press .wp-pagenavi .nextpostslink:hover:after{
    text-decoration: underline;
}

#content_wrap #press .wp-pagenavi > .current{
    border-bottom: 1px solid #FC941A;
}

#press{
    width: 650px;
    padding-top: 10px;
    float: right;
}
#press > h3{
    margin-bottom: 10px;
    font-size: 18px;
}

#press > div.recent{
    border-bottom: 6px solid #ededed;
}
#press > div.recent article{
    height: 120px;
    padding: 30px 0 29px;
    border-top: 1px solid #d1d1d1;
}
#press > div.recent h3 + article{
    border: none;
}
#press > div.recent article p.thumbnail{
    width: 160px;
    height: 120px;
    background: url(../img/pressrelease/news_eyecatch.png) no-repeat center center;
    position: relative;
    float: left;
}
#press > div.recent article p.thumbnail img{
    max-width: 160px;
    max-height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#press > div.recent article > div{
    width: 500px;
    padding-left: 20px;
    float: left;
}
#press > div.recent article > div > p{
    font-size: 13px;
    color: #4c4c4c;
    line-height: 28px;
}
#press > div.recent article > div > h4{
    margin-top: 12px;
    font-size: 17px;
    color: #FC941A;
    line-height: 25px;
    letter-spacing: 0.08em;
}
#press > div.past article{
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}

#press > div.past article > a {
    display: block;
    position: relative;
    padding: 14px 0 14px 170px;
}

#press > div.past article .image {
    width: 150px;
    position: absolute;
    left: 0; top: 14px; bottom: 14px;
}
#press > div.past article .image img {
    width: 150px;
    height: 100px;
    object-fit: cover;
}
#press > div.past article p{
    font-size: 13px;
    color: #4c4c4c;
    letter-spacing: 0.01em;
    position: absolute;
    left: 20px; top: 50%;
    transform: translateY(-50%);
}

#press > div.past article .image + p {
    position: relative;
    left: auto; top: auto;
    transform: none;
    margin-bottom: 10px;
    padding-top: 5px;
}

#press > div.past article .image + p + h4 {
    min-height: 72px;
}

#press > div.past article h4{
    font-size: 14px;
    color: #FC941A;
    line-height: 22px;
    letter-spacing: 0.06em;
}

#single{
    width: 650px;
    float: right;
}
#single article h3{
    margin-bottom: 20px;
    font-size: 22px;
    color: #252628;
    line-height: 34px;
    letter-spacing: 0.06em;
}
#single article h3 + p{
    font-size: 13px;
    line-height: 34px;
    letter-spacing: 0.1em;
}
#single article .content{
    padding-top: 22px;
    border-top: 1px solid #d1d1d1;
}
#single article .content_body a{
    color: #FC941A
}
#single article .content_body p{
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.06em;
    position: relative;
}

#single article .img+.content_body{
    padding-top: 20px;
}

#single article .content_body p + p{
    margin-top: 20px;
}

#single article .content .img{
    text-align: center;
}
#single article .content p img{
    max-width: 100%;
    height: auto;
/*     padding: 7px; */
    box-sizing: border-box;
/*     border: 1px solid #ccc; */
}

#wrapper > footer > .page_width{
    margin: 0 auto;
    position: relative;
    width: auto;
    max-width: 1080px;
    min-width: 1024px;
}

#wrapper > footer img{
    vertical-align: middle;
}

#mainvisual{
    height: 350px;
    border-radius: 10px;
    background: url(../img/main_visual_pc.jpg) repeat center center;
    background-size: 715px 320px;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#mainvisual:before{
    content: "";
    display: block;
    position: absolute;
    left: 0; bottom: 0; top: 0; right: 0;
    background: url(../img/main_visual_earth.png) no-repeat left bottom;
    background-size: 100% auto;
}

#mainvisual ._1{
    position: absolute;
    top: 65px;
    left: 65px;
}

#mainvisual ._1 span{
    display: block;
    padding-top: 20px;
}

#mainvisual ._1 span a{
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;    
}

#mainvisual ._2{
    position: absolute;
    bottom: -2px;
    right: 90px;
}
#about h2{
    margin-bottom: 20px;
}
#about table{
    width: 100%;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    font-size: 13px;
    line-height: 18px;
}
#about table th,
#about table td{
    padding: 15px 15px;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}

#about table th{
    width: 80px;
}

#about table+h2{
    margin-top: 40px;
}

#page-history h2 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 3em;
    margin-bottom: 1em;
    color: rgba(252,148,26,1);
    padding: 12px;
    border: 1px solid rgba(252,148,26,0.8);
}

#page-history h3 {
    font-size: 18px !important;
    margin-top: 2em;
    margin-bottom: 1em !important;
}

#page-history img {
    width: 100%;
    height: auto;
}