@charset "utf-8";
/*
Theme Name:五光山彦株式会社
Author:JIMOTOPAGE
Author URI:http://jimotopage.com/
*/
/*------------------------------------------------------------
     common
------------------------------------------------------------ */
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.img_text {
    vertical-align: baseline;
}
.webfont, time, .more_btn a {
    font-family: 'Pathway Gothic One', sans-serif;
}
.mincho {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.half {
    width: 48%;
    max-width: 510px;
}
.half:nth-child(2n-1) {
    float: left;
}
.half:nth-child(2n) {
    float: right;
}
.h2_title {
    color: #1950a0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    position: relative;
}
.h2_title span {
    display: block;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 300;
    letter-spacing: 0.05em
}
.h2_title .circle {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #1950a0;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
.h2_title .line {
    content: "";
    width: 200%;
    height: 1px;
    background-color: #1950a0;
    position: absolute;
    top: 25px;
    left: 15px;
    transform-origin: left center;
}
.anchor {
    padding-top: 40px;
    margin-top: -40px;
}
.products_item li {
    float: left;
    width: 33.3333%;
    position: relative;
}
.products_item li::before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.products_item li:nth-child(1)::before {
    background-image: url(img/common/mp1_2x.jpg);
}
.products_item li:nth-child(2)::before {
    background-image: url(img/common/mp2_2x.jpg);
}
.products_item li:nth-child(3)::before {
    background-image: url(img/common/mp3_2x.jpg);
}
.products_item li a {
    display: block;
}
.products_item li .box {
    width: 50%;
    height: 240px;
    padding: 50px 5% 0;
    margin-left: auto;
    position: relative;
}
.products_item li:nth-child(1) .box {
    background-color: #1950a0;
}
.products_item li:nth-child(2) .box {
    background-color: #ee7a00;
}
.products_item li:nth-child(3) .box {
    background-color: #46b446;
}
.products_item li .box::after {
    content: "\f13a";
    font-family: FontAwesome, sans-serif;
    color: #FFF;
    font-size: 18px;
    line-height: 1;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
}
.products_item h3 {
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}
.products_item .ment {
    color: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
/* banner */
.banner_area {
    margin-left: -20px;
    margin-bottom: -20px;
}
.banner_area li {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
    vertical-align: top;
}
.banner_area a {
    display: inline-block;
}
.banner_area span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .05em;
}
.banner_area .rikunabi-direct a {
    padding: 17px 0;
}
/* header
------------------------------------------------------------ */
.header {
    background-image: url(img/common/nav_bg.png);
}
.header .container {
    width: 100%;
    max-width: 1200px;
}
/* logo */
.logo {
    float: left;
    padding: 26px 0;
}
.logo a {
    display: block;
}
/* nav */
.gnav {
    float: right;
}
.gnav ul li {
    float: left;
    width: 120px;
}
.gnav ul li:nth-child(1) {
    width: 100px;
}
.gnav ul li a {
    display: block;
    height: 90px;
    padding: 27px 15px;
    position: relative;
}
.gnav ul li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(img/common/hover.png);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.gnav ul li a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.gnav ul li a img.hover {
    opacity: 0.0;
}
.gnav ul li.current img.hover, .gnav ul li a:hover img.hover {
    opacity: 1.0;
}
.gnav ul li.current img.no-hover, .gnav ul li a:hover img.no-hover {
    opacity: 0.0;
}
.gnav ul li.current a, .gnav ul li a:hover {
    opacity: 1.0;
}
.gnav ul li.current a::before, .gnav ul li a:hover::before {
    opacity: 1.0;
}
/* container
------------------------------------------------------------ */
.container {
    width: 94%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.main {
    overflow: hidden;
}
/* footer
------------------------------------------------------------ */
.footer {
    background-color: #F4F4F4;
}
.footer-container {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    position: relative;
}
.footer-container::after {
    content: "";
    display: block;
    width: calc(50vw - 50%);
    height: 100%;
    background-color: #C0D1E3;
    position: absolute;
    top: 0;
    left: 100%;
}
/* page top */
.pagetop a {
    display: block;
    height: 60px;
    line-height: 60px;
    background-color: #1950a0;
    text-align: center;
    color: #FFF;
    font-size: 36px;
}
/* info */
.f_info {
    width: 34.5%;
    padding-top: 40px;
    padding-left: 5px;
    background-color: #C0D1E3;
}
.f_info .f_logo {
    text-align: right;
    margin-bottom: 25px;
}
.f_info .f_logo a {
    display: inline-block;
}
.f_info .f_logo a + a {
    margin-top: 1em;
}
.f_info .add {
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.818;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}
/* nav */
.fnav {
    width: 65.5%;
    padding: 55px 5px 15px 0;
    background-color: #F4F4F4;
}
.fnav ul {
    margin-bottom: 70px;
}
.fnav ul li {
    display: inline-block;
    min-width: 80px;
    vertical-align: top;
    margin-right: 25px;
}
.fnav ul li:last-child {
    margin-right: auto;
}
.fnav ul li .nav_title {
    margin-bottom: 8px;
}
.fnav ul li .nav_title a {
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.fnav ul li a:hover {
    text-decoration: underline;
    opacity: 1.0;
}
.fnav ul li ul {
    margin-bottom: auto;
}
.fnav ul li ul li {
    display: block;
    min-width: inherit;
    margin-right: auto;
}
.fnav ul li ul li a {
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.05em;
}
.fnav ul li ul li::before {
    content: "- ";
}
.copy {
    padding-right: 100px;
    text-align: center;
    color: #999;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}
/*------------------------------------------------------------
     index
------------------------------------------------------------ */
/* about */
.top_about {
    padding: 55px 0;
}
.top_about h1 {
    text-align: center;
    margin-bottom: 40px;
}
.top_about .ment, .top_about .group {
    text-align: center;
}
.top_about .ment {
    margin-bottom: 20px;
}
/* PRODUCTS */
.top_products {
    margin-bottom: 105px;
}
.top_products h2 {
    margin-bottom: 50px;
}
.top_products .products_item {
    margin-bottom: 30px;
}
.top_products .ment2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.14;
    letter-spacing: 0.1em;
}
/* CONTENTS */
.top_contents {
    padding: 40px 0 140px;
}
.top_contents .h2_title {
    padding-left: 40px;
    margin-bottom: 30px;
}
.top_contents .h2_title .line {
    -webkit-transform: rotate(-150deg);
    transform: rotate(-150deg);
    z-index: -2;
}
.top_contents ul {
    margin-bottom: -96px;
}
.top_contents ul li {
    width: 520px;
    max-width: 49%;
    margin-bottom: 96px;
    position: relative;
}
.top_contents ul li:nth-child(2n-1) {
    float: left;
}
.top_contents ul li:nth-child(2n) {
    float: right;
}
.top_contents ul li:nth-child(2) {
    margin-top: 82px;
}
.top_contents ul li > a {
    display: block;
    height: 520px;
    padding: 160px 5px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
/*
.top_contents ul li.top_network > a {
    background-image: url(img/index/topc1.jpg);
}
.top_contents ul li.top_access > a {
    background-image: url(img/index/topc2.jpg);
}
.top_contents ul li.top_client > a {
    background-image: url(img/index/topc3.jpg);
}
.top_contents ul li.top_recruit > a {
    background-image: url(img/index/topc4.jpg);
}*/
.top_contents ul li > a img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -weblit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}
.top_contents ul li > a:hover {
    opacity: 1.0;
}
.top_contents ul li > a:hover img {
    top: 60%;
    left: 60%;
    -weblit-transform: scale(1.2)translate(-50%, -50%);
    transform: scale(1.2)translate(-50%, -50%);
}
.top_contents h3 {
    text-align: center;
    color: #FFF;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
}
.top_contents .no-ment h3 {
    padding-top: 60px;
}
.top_contents h3 span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    margin-top: 10px;
}
.top_contents .ment {
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.714;
    letter-spacing: 0.1em;
}
.top_contents .more_btn a {
    display: block;
    width: 230px;
    padding: 26px 0;
    background-color: #1950a0;
    border: 2px solid #1950a0;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    position: absolute;
    right: 30px;
    bottom: -45px;
}
.top_contents .more_btn a i {
    width: 8px;
    height: 12px;
    font-size: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 64px;
    margin: auto;
}
.top_contents .more_btn a:hover {
    background-color: #FFF;
    color: #1950a0;
    opacity: 1.0;
}
/* NEWS / CALENDAR */
.top_news-calendar {
    padding: 40px 0 100px;
}
.top_news-calendar h2 {
    margin-bottom: 30px;
}
/* NEWS */
.top_news {
    float: left;
    width: 475px;
    max-width: 44%;
}
.top_news ul {
    margin-bottom: 40px;
}
.top_news ul li {
    padding: 18px 0;
    border-bottom: 1px solid #D2D2D2;
    overflow: hidden;
}
.top_news time {
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-right: 35px;
}
.top_news .cat {
    float: left;
    line-height: 24px;
}
.top_news .cat a {
    display: inline-block;
    padding: 2px 5px;
    background-color: #1950a0;
    color: #FFF;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: 20px;
}
.top_news h3 {
    margin-left: 90px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
.top_news h3 a:hover {
    text-decoration: underline;
    opacity: 1.0;
}
.top_news #excerpt *:first-child {
    margin-top: 10px;
}
.top_news #excerpt p {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}
.top_news .more_btn {
    text-align: center;
}
.top_news .more_btn a {
    display: inline-block;
    width: 80px;
    padding: 1px 3px;
    border: 2px solid #1950a0;
    text-align: center;
    color: #1950a0;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}
.top_news .more_btn a:hover {
    background-color: #1950a0;
    color: #FFF;
    opacity: 1.0;
}
/* CALENDAR */
.top_calendar {
    float: right;
    width: 550px;
    max-width: 51%;
}
.top_calendar .banner_area {
    margin-top: 30px;
}
/*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
/* common
------------------------------------------------------------ */
/* pankuzu */
#pankuzu {
    width: 94%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    padding-top: 10px;
    line-height: 1.7;
}
#pankuzu a {
    text-decoration: underline;
}
.kasou_title {
    padding: 95px 0 100px;
    background-size: cover;
    background-position: center;
}
.kasou_title.kt_business {
    background-image: url(img/kasou/ktitle_business2.jpg);
}
.kasou_title.kt_products {
    background-image: url(img/kasou/ktitle_product2.jpg);
}
.kasou_title.kt_company {
    background-image: url(img/kasou/ktitle_company.jpg);
}
.kasou_title.kt_recruit {
    background-image: url(img/kasou/ktitle_recruit.jpg);
}
.kasou_title.kt_contact {
    background-image: url(img/kasou/ktitle_contact2.jpg);
}
.kasou_title h1 {
    color: #FFF;
}
.kasou_title h1 .eng {
    display: block;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 40px;
    font-size: 4.0rem;
    letter-spacing: 0.05em;
}
.kasou_title h1 .jp {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    position: relative;
}
.kasou_title h1 .jp::before, .kasou_title h1 .jp::after {
    content: "";
    display: block;
    background-color: #46b446;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    margin: auto;
}
.kasou_title h1 .jp::before {
    width: 50px;
    height: 1px;
    margin-left: 10px;
}
.kasou_title h1 .jp::after {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: 60px;
}
/* contents */
.contents_nav {
    padding-bottom: 60px;
    background-color: #E5EDF6;
}
.contents_nav ul {
    margin-top: 60px;
    text-align: center;
}
.contents_nav ul li {
    display: inline-block;
    margin: auto 11px;
}
.contents_nav ul li:first-child {
    margin-left: auto;
}
.contents_nav ul li:last-child {
    margin-right: auto;
}
.contents_nav ul li a {
    display: block;
    width: 110px;
    height: 110px;
    background-color: #FFF;
    border: 1px solid #D2D2D2;
    padding: 35px 5px 5px;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
}
.contents_nav ul li a::after {
    display: block;
    content: "\f107";
    font-family: FontAwesome, sans-serif;
    color: #1950a0;
    font-size: 18px;
    line-height: 1;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: auto;
}
/* business
------------------------------------------------------------ */
.philosophy {
    padding: 95px 0 110px;
    /*background: url(img/kasou/about_img.png), url(img/kasou/bg_img.jpg);*/
    background: none, url(img/kasou/bg_img.jpg);
    background-repeat: no-repeat;
    background-position: bottom right, center;
    background-size: auto, cover;
    overflow: hidden;
    position: relative;
}
.philosophy .h2_title {
    padding-left: 40px;
    margin-bottom: 30px;
}
.philosophy .h2_title .circle {
    width: 20px;
    height: 20px;
    top: 12px;
}
.philosophy .h2_title .line {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    top: 22px;
    left: 10px;
}
.philosophy .main_ment {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
    margin-bottom: 35px;
}
.philosophy ul li {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    position: relative;
}
.philosophy ul li::before {
    content: "◆";
    color: #1950a0;
    margin-right: 12px;
}
/* VISION TO NEXT */
.vision {
    padding: 135px 0 115px;
    background-image: url(img/kasou/visoion_ment.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.vision ul li {
    float: left;
    width: 31.415%;
    margin-right: 2.8775%;
}
.vision ul li:last-child {
    margin-right: auto;
}
.vision ul li h3 {
    padding: 20px 0 10px;
    text-align: center;
    color: #1950a0;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.4em;
    position: relative;
}
.vision ul li h3 span {
    display: block;
    width: 72px;
    height: 72px;
    background-color: #1950a0;
    border-radius: 50%;
    color: #FFF;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 72px;
    letter-spacing: 0.05em;
    position: absolute;
    top: -25px;
    left: 20px;
}
.vision ul li .ment {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.714;
    letter-spacing: 0.1em;
}
.vision ul li .ment span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
/* MESSAGE */
.daihyo_message {
    padding-top: 95px;
    background-color: #F6F6F6;
    overflow: hidden;
    position: relative;
    z-index: -2;
}
.daihyo_message .container {
    padding-bottom: 50px;
    position: relative;
}
.daihyo_message .h2_title {
    padding-left: 40px;
    margin-bottom: 35px;
}
.daihyo_message .h2_title .circle {
    width: 20px;
    height: 20px;
    top: 12px;
}
.daihyo_message .h2_title .line {
    -webkit-transform: rotate(-150deg);
    transform: rotate(-150deg);
    top: 22px;
    left: 10px;
}
.daihyo_message .ment {
    width: 560px;
    max-width: 100%;
    margin: 0 auto 35px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.666;
    letter-spacing: 0.05em;
}
.daihyo_message .name {
    width: 560px;
    max-width: 100%;
    margin: 0 auto;
    text-align: right;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
}
.daihyo_message .name span {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}
.daihyo_message .image {
    position: absolute;
    right: 0;
    bottom: 0;
}
/* OUR BUSINESS */
.business {
    padding: 80px 0 0;
    overflow: hidden;
}
.business .h2_title {
    padding-left: 40px;
    margin-bottom: 55px;
}
.business .h2_title .circle {
    width: 20px;
    height: 20px;
    top: 12px;
}
.business .h2_title .line {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    top: 22px;
    left: 10px;
}
.business01 {
    margin-bottom: 75px;
}
.business01 h3 {
    padding-bottom: 5px;
    text-align: center;
    color: #1950a0;
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.2em;
    border-bottom: 1px solid #1950a0;
    margin-bottom: 15px;
}
.business01 .ment {
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.1em;
}
.business02 li {
    position: relative;
}
.business02 li.housing {
    background-color: #ee7a00;
}
.business02 li.plant {
    background-color: #1950a0;
}
.business02 li.works {
    background-color: #46b446;
}
.business02 .box {
    width: 50%;
    padding-top: 35px;
}
.business02 li .image {
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}
.business02 li.housing .image {
    background-image: url(img/kasou/bus1.jpg);
}
.business02 li.plant .image {
    background-image: url(img/kasou/bus2.jpg);
}
.business02 li.works .image {
    background-image: url(img/kasou/bus3.jpg);
}
.business02 li .image .eng {
    text-align: right;
    color: #FFF;
    font-size: 56px;
    font-size: 5.6rem;
    letter-spacing: 0.05em;
    position: absolute;
    top: 20px;
    right: 3.5%;
}
.business02 li h3 {
    float: left;
    width: 130px;
    height: 130px;
    background-color: #FFF;
    border-radius: 50%;
    line-height: 130px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.business02 li.housing h3 {
    color: #ee7a00;
}
.business02 li.plant h3 {
    color: #1950a0;
}
.business02 li.works h3 {
    color: #46b446;
}
.business02 .wrap {
    margin-bottom: 35px;
}
.business02 .ment.mincho {
    margin-left: 158px;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: italic;
    line-height: 1.875;
    letter-spacing: 0.2em;
}
.business02 li.housing .ment.mincho, .business02 li.plant .ment.mincho {
    padding-top: 30px;
}
.business02 li.works .ment.mincho {
    padding-top: 20px;
}
.business02 .ment.w_bg {
    background-color: #FFF;
    min-height: 150px;
    margin-right: 30px;
    margin-left: -100px;
    padding: 30px 30px 5px 100px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.14;
    letter-spacing: 0.1em;
}
.client {
    padding: 100px 0 220px;
    overflow: hidden;
}
/* products
------------------------------------------------------------ */
.manufacturers {
    overflow: hidden;
}
.manufacturers #pankuzu {
    margin-bottom: 50px;
}
.client .h2_title, .manufacturers .h2_title {
    padding-left: 40px;
    margin-bottom: 35px;
}
.client .h2_title .line, .manufacturers .h2_title .line {
    -webkit-transform: rotate(-150deg);
    transform: rotate(-150deg);
}
.manufacturers .section {
    margin-bottom: 55px;
}
.manufacturers .section:last-child {
    margin-bottom: auto;
}
.manufacturers .ment {
    font-size: 16px;
    font-size: 1.6rem;
}
.manufacturers h3 {
    display: inline-block;
    padding: 5px 25px 5px 0;
    background-color: #E5004A;
    color: #FFF;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    position: relative;
    margin-bottom: 30px;
}
.manufacturers h3::before {
    content: "";
    display: block;
    width: 1000%;
    height: 100%;
    background-color: #E5004A;
    position: absolute;
    top: 0;
    right: 100%;
}
.client .ment {
    font-size: 16px;
    font-size: 1.6rem;
}
.client .section ul,
.manufacturers .section ul {
    border-top: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    column-count: 4;
    column-gap: 0;
}
.client .section ul li, .manufacturers .section ul li {
    padding: 0 3% 0 9%;
    border-bottom: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
/* MAJOR PRODUCTS */
.products {
    padding: 110px 0 125px;
    overflow: hidden;
}
.products .h2_title {
    padding-bottom: 65px;
    margin-bottom: 30px;
}
.products .h2_title .circle {
    top: inherit;
    bottom: 0;
}
.products .h2_title .line {
    top: inherit;
    bottom: 15px;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.products .products_item {
    margin-bottom: 115px;
}
.products .section {
    margin-bottom: 75px;
}
.products .section:last-child {
    margin-bottom: auto;
}
.products .section h3 {
    display: inline-block;
    padding: 3px 25px;
    border: 1px solid #46b446;
    color: #46b446;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    margin-bottom: 25px;
}
.products .section .main_ment {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 35px;
}
.products .section ul {
    margin-bottom: 15px;
}
.products .section ul li {
    float: left;
    width: 23.65%;
    margin-right: 1.8%;
    margin-bottom: 15px;
}
.products .section ul li:last-child {
    margin-right: auto;
}
.products .section .ment {
    max-width: 770px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.14;
    letter-spacing: 0.1em;
}
/* company
------------------------------------------------------------ */
/* PROFILE-HISTORY */
.profile-history {
    padding: 95px 0;
    overflow: hidden;
}
.profile-history .h2_title {
    margin-bottom: 25px;
}
.profile-history table {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.714;
    letter-spacing: 0.1em;
}
.profile-history table th, .profile-history table td {
    padding: 12px 0;
    border-top: 1px dotted #BFBFBF;
    border-bottom: 1px dotted #BFBFBF;
    text-align: left;
}
.profile-history table th {
    width: 130px;
}
.profile .h2_title {
    padding-left: 40px;
}
.profile-history .h2_title .circle, .profile-history .h2_title .line {}
.profile-history .h2_title .circle {
    width: 20px;
    height: 20px;
}
.profile-history .out_link {
    margin-top: 30px;
}
.profile-history .out_link figure a {
    display: inline-block;
}
.profile-history .out_link figure figcaption {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .05em;
}
.profile-history .out_link figure figcaption a {
    color: #1A73E8;
}
.profile-history .out_link figure figcaption a::before {
    content: "＜";
}
.profile-history .out_link figure figcaption a::after {
    content: "＞";
}
.profile .h2_title .circle {
    top: 15px;
}
.profile .h2_title .line {
    top: 25px;
    -webkit-transform: rotate(-155deg);
    transform: rotate(-155deg);
}
.history .h2_title .circle {
    top: -25px;
}
.history .h2_title .line {
    top: -15px;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
/* EXECUTIVE TEAM */
.team {
    padding: 40px 0;
    background-color: #F8F8F8;
}
.team .h2_title {
    margin-bottom: 30px;
}
.team ul {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -35px;
}
.team ul li {
    float: left;
    width: 20%;
    padding: 0 20px;
    margin-bottom: 35px;
}
/*.team ul li:first-child {
    margin-left: 10.30125%;
}*/
.team ul li:nth-child(4n), .team ul li:last-child {
    margin-right: auto;
}
.team ul li .image {
    padding: 10px;
    background-color: #FFF;
    margin-bottom: 10px;
}
.team ul li p {
    text-align: center;
}
.team ul li .position {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}
.team ul li .name {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}
.team ul li .phonetic {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}
/* CHART */
.chart {
    padding: 60px 0 50px;
}
.chart .h2_title {
    margin-bottom: 60px;
}
/* ACCESS */
.access {
    padding: 50px 0 55px;
}
.access .h2_title {
    margin-bottom: 50px;
}
.access ul {
    margin-bottom: -65px;
}
.access ul li {
    width: 48%;
    max-width: 480px;
    margin-bottom: 65px;
}
.access ul li:nth-child(2n-1) {
    float: left;
}
.access ul li:nth-child(2n) {
    float: right;
}
.access ul li h3 {
    padding: 5px 30px;
    background-color: #1950a0;
    color: #FFF;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
}
.access ul li .add {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
/* NETWORK */
.network {
    padding: 55px 0 155px;
}
.network .h2_title {
    margin-bottom: 30px;
}
.network_contents {
    min-height: 540px;
    margin-bottom: 150px;
    position: relative;
}
.network_contents h3 {
    padding-top: 15px;
    color: #1950a0;
    font-size: 30px;
    font-size: 3.0rem;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}
.network .image {
    position: absolute;
    top: 20px;
    left: 265px;
}
.network_contents .ment {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.666;
    letter-spacing: 0.1em;
}
.network_contents .ment span {
    display: inline-block;
    padding: 0 14px;
    border: 1px solid #1950a0;
    color: #1950a0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 15px;
}
.p-company-network__base {
    margin-top: 10px;
}
.p-company-network__base-row::after {
    content: "";
    display: block;
    clear: both;
}
.p-company-network__base-item {
    float: left;
    margin: -2px;
}
.p-company-network__base-table {
    border-top: 4px solid #FFF;
    border-left: 4px solid #FFF;
    font-size: 11px;
    font-size: 1.1rem;
}
.p-company-network__base-table th, .p-company-network__base-table td {
    padding: .25em .5em;
    border-right: 4px solid #FFF;
    border-bottom: 4px solid #FFF;
    text-align: center;
    vertical-align: middle;
}
.p-company-network__base-table th {
    width: 4.5em;
    background-color: #E5EDF6;
}
.p-company-network__base-table th.p-company-network__base-table__head {
    background-color: #1950A0;
    color: #FFF;
    font-weight: 700;
}
.p-company-network__base-table td {
    background-color: #F6F6F6;
}
.network .half:nth-child(1) {
    width: 48%;
    max-width: 480px;
}
.network_info h3 {
    padding: 5px 30px;
    background-color: #1950a0;
    color: #FFF;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
}
.network_info .ment {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.network .link {
    position: relative;
}
.network .link::after {
    display: block;
    content: "";
    clear: both;
}
.network .link span {
    display: block;
    width: 100px;
    height: 24px;
    line-height: 20px;
    border: 2px solid #1950a0;
    text-align: center;
    color: #1950a0;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    position: absolute;
    left: 0;
}
.network .link a {
    color: #1950a0;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 24px;
    letter-spacing: 0.1em;
    margin-left: 120px;
}
.network .link a:hover {
    text-decoration: underline;
    opacity: 1.0;
}
/* recruit
------------------------------------------------------------ */
/* EVENT */
.event {
    padding-bottom: 50px;
}
.event #pankuzu {
    margin-bottom: 55px;
}
.event .container {
    position: relative;
}
.event .wrap {
    position: relative;
}
.event .h2_title {
    margin-bottom: 20px;
}
.event ul {
    margin-bottom: -35px;
}
.event ul li {
    width: 48%;
    max-width: 510px;
    background-color: #FFF;
    border: 1px solid #D2D2D2;
    margin-bottom: 35px;
}
.event ul li:nth-child(2n-1) {
    float: left;
}
.event ul li:nth-child(2n) {
    float: right;
}
.event ul li h3 {
    padding: 10px 25px;
    background-image: url(img/kasou/pt1.png);
    color: #FFF;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.event ul li .ment {
    padding: 20px 18px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.846;
    letter-spacing: 0.05em;
}
.event .list_btn a {
    display: block;
    width: 120px;
    padding: 5px;
    background-color: #FFF;
    border: 2px solid #1950a0;
    text-align: center;
    color: #1950a0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: absolute;
    top: 20px;
    right: 0;
}
.event .list_btn a:hover {
    color: #FFF;
    background-color: #1950a0;
    opacity: 1.0;
}
.event .kiji_none {
    color: red;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: -50px;
}
/* banner */
.rec_mynavi__text {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}
.rec_mynavi__text.is-red {
    color: red;
}
/* MESSAGE */
.interview {
    padding: 75px 0 110px;
}
.interview .h2_title {
    margin-bottom: 40px;
}
.interview .main_area .bg {
    padding-bottom: 80px;
    background-color: #F8F8F8;
    margin-top: 120px;
}
.interview .main_area .image {
    position: relative;
    top: -80px;
}
.interview .main_area .area {
    display: block;
    width: 560px;
    max-width: 100%;
    padding: 40px 35px 50px 45px;
    background-color: #FFF;
    margin-top: -300px;
    position: relative;
    margin-left: auto;
    margin-right: 8.333%;
}
.interview .main_area h3 {
    padding-bottom: 15px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #1950a0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
}
.interview .main_area h3 span {
    float: right;
    color: #1950a0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}
.interview .main_area .question {
    color: #1950a0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}
.interview .main_area .main_ment {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.875;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.interview .main_area .ment {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.857;
    letter-spacing: 0.05em;
}
.interview .sub_area {
    margin-bottom: 70px;
}
.interview .sub_area .area {
    float: left;
    width: 55%;
    max-width: 560px;
    padding: 45px 35px 40px 45px;
    background-color: #EDF3F8;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
.interview .sub_area .area .question {
    color: #1950a0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}
.interview .sub_area .area .ment {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.857;
    letter-spacing: 0.05em;
}
.interview .sub_area .serif {
    float: right;
    max-width: 35%;
    margin-top: 5px;
    margin-right: 7.5%;
}
.interview .schedule-profile h3 {
    padding: 8px 2%;
    background-color: #1950a0;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
    margin-bottom: 30px;
}
.interview .schedule-profile h3::after {
    content: "";
    display: block;
    width: 10px;
    border-top: 8px solid #1950a0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.schedule {
    float: left;
    width: 50%;
    padding-right: 20px;
}
.interview_profile {
    float: right;
    width: 50%;
    padding-left: 20px;
}
.schedule-profile .ment {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.857;
    letter-spacing: 0.05em;
}
.interview_profile .ment span {
    color: #1950a0;
    font-weight: bold;
}
/* RECRUIT */
.recruit {
    margin-bottom: 75px;
}
.recruit .h2_title {
    margin-bottom: 25px;
}
.recruit table {
    width: 100%;
    max-width: 864px;
}
.recruit table th, .recruit table td {
    padding: 5px;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    border-bottom: 1px solid #DCDCDC;
    vertical-align: top;
}
.recruit table th {
    width: 20%;
    color: #00A0E9;
}
.recruit .none_ment {
    color: red;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
}
.p-recruit--salary-list {
    display: flex;
    flex-wrap: wrap;
    margin: -.25em -1em;
}
.p-recruit--salary-list--item {
    padding: .25em 1em;
}
/* ENTRY */
.entry {
    margin-bottom: 200px;
}
.entry .h2_title {
    margin-bottom: 20px;
}
.entry .note {
    color: #FF0000;
    font-size: 14px;
    font-size: 1.4rem;
}
.entry table {
    width: 100%;
    max-width: 864px;
}
.entry table th, .entry table td {
    padding: 5px;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    border-bottom: 1px solid #DCDCDC;
    vertical-align: top;
}
.entry table th {
    width: 20%;
    color: #00A0E9;
}
.entry table td .adjust {
    display: none;
}
.entry .input1 {
    width: 5%;
    min-width: 2em;
}
.entry .input2 {
    width: 20%;
    min-width: 10em;
}
.entry .input3 {
    width: 40%;
    min-width: 20em;
}
.entry .input4 {
    width: 70%;
    min-width: 40em;
}
.entry textarea {
    height: 115px;
}
.entry input[type="text"]:focus, .entry textarea:focus {
    background-image: none;
}
.privacy_area {
    padding: 15px;
    margin-bottom: 45px;
}
.privacy {
    width: 100%;
    max-width: 834px;
    height: 300px;
    padding: 40px 15px 15px;
    border: 1px solid #CCC;
    overflow-y: scroll;
    font-size: 14px;
    font-size: 1.4rem;
}
.privacy h3 {
    padding-left: 20px;
    margin-bottom: 20px;
}
.privacy .title {
    padding-left: 10px;
    margin-bottom: 10px;
}
.privacy .ment {
    margin-bottom: 10px;
}
.privacy .name {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.entry #btn_submit {
    margin-left: 15px;
}
.entry #btn_submit button {
    display: inline-block;
    width: auto;
    overflow: hidden;
    cursor: pointer;
    border: none;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    padding: 10px 44px;
    color: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.entry #btn_submit .submit {
    background-color: #1950a0;
    margin-right: 35px;
}
.entry #btn_submit .reset {
    background-color: #AAA;
}
/* contact
------------------------------------------------------------ */
.contact_about {
    margin-bottom: 55px;
}
.contact_about #pankuzu {
    margin-bottom: 55px;
}
.contact_about .ment {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.857;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.contact_about .tel li {
    display: inline-block;
    color: #1950a0;
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    margin-right: 45px;
}
.p-contact-about__text {
    margin-top: 2em;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}
.contact_about .tel li a {
    color: #1950a0;
}
.contact_about .tel span {
    float: left;
    width: 50px;
    border: 2px solid #1950a0;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-right: 20px;
    margin-top: 12px;
}
.contact_form {
    margin-bottom: 210px;
}
.contact_form .note {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact_form .note span {
    color: #FF0000;
}
.contact_form .form_table th {
    background-color: #F4FAFF;
    color: #000;
    font-weight: bold;
}
.contact_form button {
    display: inline-block;
    width: 120px;
    padding: 12px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: auto 30px;
}
.contact_form .submit {
    background-color: #1950a0;
    margin-left: auto;
}
.contact_form .reset {
    background-color: #AAA;
    margin-right: auto;
}
/*table*/
.form_table {
    font-size: 1.4rem;
    width: 100%; /*変更しない*/
    border: 1px solid #E5E5E5;
    border-collapse: collapse;
    margin-bottom: 40px;
}
.form_table th {
    background: #ebebeb;
    text-align: left;
    width: 25%;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px dotted #E5E5E5;
}
.form_table th, .form_table td {
    padding: 15px;
    vertical-align: middle;
}
.form_table td {
    border-width: 0 1px 1px 0;
    border-style: dotted;
    border-color: #E5E5E5;
    background-color: #fff;
}
/*入力エリア*/
.form_table input[type="text"], .form_table textarea, .form_table select, .form_table input[type="email"] {
    padding: 5px;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    font-size: 1.4rem;
}
.form_table input[type="text"]:focus, .form_table textarea:focus {
    background-image: none;
}
.form_table input[type="text"], .form_table input[type="email"], .form_table select {
    width: 100%;
}
.form_table input[type="text"].zip {
    width: 80px;
}
.email_confirm_error {
    color: #FF0004;
    margin-left: 10px;
    display: none;
}
.form_table textarea {
    height: 120px;
    width: 100%;
    font-size: 14px;
}
.form_table input[type="radio"], .form_table input[type="checkbox"] {
    vertical-align: text-top;
}
/* 必須・任意 */
.form_table th span {
    padding: 0 5px;
    display: block;
    float: right;
}
.form_table .required::before { /* 必須 */
    content: "*";
    color: #FF0000;
}
.form_table .any { /* 任意 */
    color: #fff;
    background-color: #333;
}
/* 送信ボタン */
button {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    border: none;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    /* 変更 */
    color: #fff;
    background-color: #000;
    font-size: 24px;
    width: 220px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.submit:hover {
    opacity: .8;
}
/* Contact Responsive */
@media screen and (max-width:1023px) {
    .form_table input[type="text"], .form_table textarea, .form_table select {
        box-sizing: border-box;
    }
    .form_table input[type="text"], .form_table input[type="email"] {
        width: 45%;
    }
    .form_table select {
        width: 45%;
    }
    .form_table textarea {
        height: 120px;
        width: 80%;
    }
}
@media screen and (max-width:767px) {
    .form_table input[type="text"], .form_table input[type="email"] {
        width: 55%;
    }
    .form_table select {
        width: 55%;
    }
    .form_table textarea {
        height: 120px;
        width: 80%;
    }
}
@media screen and (max-width:479px) {
    .form_table tbody, .form_table tr, .form_table th, .form_table td {
        display: block;
        width: auto;
        box-sizing: border-box;
    }
    .form_table th, .form_table td {
        border-right: 0;
        border-bottom-style: solid;
    }
    .form_table tr:last-child td {
        border-bottom: 0;
    }
    .form_table input[type="text"], .form_table input[type="email"], .form_table select, .form_table textarea {
        width: 100%;
        font-size: 16px;
    }
    .form_table select {
        font-size: 16px;
    }
}
/**************************************************************
【 contact 】 End
**************************************************************/
/* archive
------------------------------------------------------------ */
.archive {
    padding: 15px 0 270px;
}
.archive #pankuzu {
    margin-bottom: 55px;
}
.archive ul {
    margin-bottom: 30px;
}
.archive ul li {
    border: 1px solid #E5E5E5;
    margin-bottom: 35px;
}
.archive .data {
    padding: 10px 20px;
    background-color: #CCDCEC;
    overflow: hidden;
}
.archive .data time {
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}
.archive .data h1 {
    margin-left: 80px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.archive .data h1 a {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.archive .data h1 a:hover {
    text-decoration: underline;
    opacity: 1.0;
}
.archive .ment {
    padding: 30px 40px 40px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.05em;
}
.wp-pagenavi span, .wp-pagenavi a {
    display: inline-block;
    min-width: 35px;
    padding: 7px 5px 8px;
    border: 2px solid #1950a0;
    text-align: center;
    font-family: 'Pathway Gothic One', sans-serif;
    color: #1950a0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    vertical-align: middle;
    letter-spacing: 0.05em;
    margin-right: 15px;
}
.wp-pagenavi span, .wp-pagenavi a:hover {
    background-color: #1950a0;
    color: #FFF;
    opacity: 1.0;
}
.wp-pagenavi span:last-child, .wp-pagenavi a:last-child {
    margin-right: auto;
}
/* 404
------------------------------------------------------------ */
.page404 h1 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.page404 p {
    font-size: 16px;
    font-size: 1.6rem;
}
.page404 p a {
    color: blue;
}
/* html公開時非表示
------------------------------------------------------------ */
.event.event-none {
    padding: 0;
}
.interview.event-none {
    padding-top: 0;
}