/*Theme Name: 株式会社イシカワ総合サイト*/

@charset "utf-8";
@media screen and (min-width: 751px), print {
    /*-------------------------------------------
all
-------------------------------------------*/
html {
    font-size: calc(15 / 16 * 100%);
}
body {
    font-family: noto-sans-cjk-jp, sans-serif;
    margin: 0 auto;
    overflow: hidden;
    min-width: 1200px;
    width: 100%;
    line-height: 1.5;
    color: #000;
}
a {
    text-decoration: none;
    color: #000;
}
img {
    display: block;
}
main p {
    line-height: 2.2;
}
.imgleft {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.imgright {
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.imgleft p,
.imgright p {
    margin-bottom: 20px;
}
    /*---------------
header
---------------*/
header .inner {
    background: #333;
    padding: 5px 20px;
}
header .h_fix {
    position: fixed;
    width: 100%;
    z-index: 999;
}
header .blc {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}
header .left {
    display: flex;
    align-items: center;
}
header .left img {
    margin-right: 20px;
}
header .left p {
    font-size: 0.6rem;
    color: #fff;
}
header .left p span {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 5px;
}
header .submenu ul {
    display: flex;
    margin-left: 40px;
}
header .submenu ul li a {
    display: block;
    width: 200px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #000;
    margin-left: 20px;
    padding: 10px;
    border: 3px solid #f39800;
}
header .submenu ul li a:hover {
    background: #f39800;
}
nav ul {
    display: flex;
    justify-content: center;
}
nav ul li {
    margin-right: 20px;
    padding: 5px 0;
}
nav ul li:last-child {
    margin-right: 0;
}
nav ul li a:hover {
    text-decoration: underline;
}
#top .catch img {
    display: block;
    margin: 0 auto 110px;
    width: 100%;
}
    /*---------------
index
---------------*/
#top main h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 50px;
    font-weight: bold;
}
#top main h2 span {
    display: block;
    font-family: teko, sans-serif;
    font-size: 1.5rem;
}
#about {
    margin-bottom: 150px;
}
#about ul {
    background: #ebebeb;
    display: flex;
    justify-content: center;
    padding: 80px 0 100px;
}
#about li {
    width: 430px;
    margin-right: 150px;
}
#about li:last-child {
    margin-right: 0;
}
#about ul h3 {
    font-size: 1.5rem;
    font-weight: bold;
    background: rgb(255, 255, 255, 0.7);
    width: 200px;
    padding: 10px 20px;
    position: absolute;
    top: -40px;
    left: -20px;
}
#about h3 span {
    display: block;
    font-family: teko, sans-serif;
    font-size: 1rem;
}
#about ul li {
    position: relative;
}
#about ul li p {
    font-size: 0.8rem;
}
#about ul .blc {
    position: relative;
    width: 230px;
    background: #ffffff;
    padding: 20px 20px 30px;
    position: absolute;
    bottom: -50px;
    right: -50px;
}
#about ul .btn a {
    position: absolute;
    bottom: -15px;
    right: 30px;
    color: #fff;
    background: #000000;
    padding: 5px 10px;
    width: 120px;
    font-family: teko, sans-serif;
    text-align: center;
}
#b_and_p ul {
    display: flex;
    justify-content: center;
    margin-bottom: 200px;
}
#b_and_p ul li {
    width: 600px;
    position: relative;
}
#b_and_p h3 {
    font-size: 1.5rem;
    font-weight: bold;
    background: rgb(255, 255, 255, 0.7);
    padding: 10px 20px;
    position: absolute;
    top: 50px;
    left: 20px;
}
#b_and_p h3 span {
    display: block;
    font-family: teko, sans-serif;
    font-size: 1rem;
}
#b_and_p p {
    font-size: 0.8rem;
}
#b_and_p .blc {
    width: 410px;
    position: absolute;
    bottom: -80px;
    right: 50px;
    background: rgb(236, 236, 236, 0.7);
    padding: 20px 20px 50px;
}
#b_and_p .btn a {
    position: absolute;
    bottom: -10px;
    right: 30px;
    color: #fff;
    background: #000000;
    padding: 5px 10px;
    width: 120px;
    font-family: teko, sans-serif;
    text-align: center;
}
#system ul {
    display: flex;
    justify-content: center;
    margin-bottom: 150px;
}
#system ul li {
    position: relative;
}
#system ul h3 {
    font-size: 1.5rem;
    font-weight: bold;
    background: rgb(255, 255, 255, 0.7);
    width: 200px;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    width: 320px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
#system ul h3 span {
    display: block;
    font-family: teko, sans-serif;
    font-size: 1rem;
}
.btngroup ul {
    display: flex;
    justify-content: center;
    margin-bottom: 200px;
}
.btngroup ul li span {
    display: block;
}
.btngroup ul li a {
    width: 320px;
    display: block;
    text-align: center;
    background: #000000;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 10px;
    border: 3px solid #f39800;
}
.btngroup ul li a:hover {
    background: #f39800;
}
.btngroup ul li {
    margin-right: 50px;
}
.btngroup ul li:last-child {
    margin-right: 0;
}
.btngroup ul li a span {
    display: block;
    font-family: teko, sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0px;
}
    /*---------------
sub
---------------*/
#sub .catch img {
    margin: 0 auto 100px;
    width: 100%;
}
#sub .title_center {
    position: relative;
}
#sub .title_center h2 {
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 5px;
    color: #fff;
    position: absolute;
    text-align: center;
    top: 60%;
    transform: translateY(-60%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 20%;
    text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.8);
}
#sub .title_center h2 span {
    font-size: 1.6rem;
    font-weight: bold;
    text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.8);
    display: block;
    text-transform: uppercase;
}
.story_catch {
    position: relative;
    margin-bottom: 100px;
}
.story_catch img {
    width: 100%;
}
.story_catch p {
    position: absolute;
    background: #000;
    width: 260px;
    color: #fff;
    bottom: 40px;
    left: 100px;
    padding: 20px 40px;
    font-size: 1.4rem;
    line-height: 1.8;
    background: rgba(243, 152, 0, 0.8);
}
.story_catch.right_title p {
    right: 70px;
    left: auto;
}
/* profile */
.profile {
    width: 800px;
    margin: 0 auto 300px;
}
.profile h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
}
.profile p {
    margin-bottom: 30px;
}
.profile ul {
    display: flex;
    justify-content: space-between;
    margin: 100px 0 200px;
}
.profile ul li {
    width: 350px;
}
.profile ul h4 {
    font-size: 1.4rem;
    border-bottom: 1px solid #000;
    text-align: center;
    margin-bottom: 20px;

    padding-bottom: 10px;
}
.profile #found,
.profile #think {
    margin-top: -250px;
    padding-top: 250px;
}
/* philosophy */
.philosophy {
    width: 800px;
    margin: 0 auto 300px;
}
.philosophy h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 60px;
}
.philosophy .blc {
    background: rgb(227, 222, 62, 0.15);
}
#sub_philosophy,
#subthink {
    margin-top: -250px;
    padding-top: 250px;
}
.sub_philosophy .txt {
    margin: 0 auto 60px;
    width: 800px;
    text-align: center;
}
.sub_philosophy .trust {
    width: 480px;
    margin: 0 auto 50px;
    padding: 40px;
    text-align: center;
}
.philosophy h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: bold;
}
.philosophy .trust p {
    font-size: 1.2rem;
    line-height: 2;
}
.philosophy ul {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.philosophy ul .blc {
    width: 380px;
    padding: 40px 20px;
    text-align: center;
}
.philosophy ul .blc p {
    font-size: 1.2rem;
}
.sub_philosophy {
    margin-bottom: 100px;
}
.subthink ul li {
    width: 380px;
}
.subthink .blc {
    margin-bottom: 50px;
}
/* business */
.business {
    margin-bottom: 360px;
}
.business #shizai {
    margin-top: -250px;
    padding-top: 250px;
}
.business h3 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 40px;
}
.business .txt {
    width: 800px;
    margin: 0 auto 60px;
}
.business ul {
    margin-bottom: 200px;
}
.business li {
    position: relative;
}
.business li img {
    width: 100%;
}
.business li .blc {
    padding: 40px 50px;
    width: 506px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    background: rgba(255, 255, 255, 0.85);
}
.business li.left .blc {
    left: 50px;
}
.business li .blc h4 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10px;
}
.business li .blc p {
    line-height: 2;
}
.business #kyoten {
    width: 800px;
    margin: 0 auto;

    margin-top: -250px;
    padding-top: 250px;
}
.business #kyoten h3 + p {
    margin-bottom: 80px;
}
.business #kyoten img {
    margin: 0 auto 80px;
}
.business #kyoten h4 {
    text-align: center;
}
.business #kyoten span {
    font-size: 1.8rem;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #707070;
}
.business #kyoten h4 + p {
    margin-bottom: 40px;
}

/* story */
.story {
    width: 800px;
    margin: 0 auto 350px;
}
.story .txt{
    margin: 0 auto 60px;
    width: 800px;
}
.story ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.story .blc {
    position: relative;
}
.story h3 {
    background: rgb(243, 152, 0, 0.8);
    position: absolute;
    bottom: 0;
    width: 140px;
    padding: 20px 20px 10px;
    text-align: center;
    font-family: teko, sans-serif;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
}
.story img {
    margin-bottom: 30px;
}
.story h3 span {
    display: block;
    font-size: 2rem;
}
.story .name {
    font-family: teko, sans-serif;
    text-align: center;
    font-size: 2rem;
    line-height: 1;
    font-weight: normal;
}
.story ul li p {
    text-align: center;
    line-height: 1.8;
    font-size: 1.2rem;
    font-weight: bold;
}
.story ul li {
    margin-bottom: 50px;
    width: 360px;
}
/* single-story */
.single-story .title {
    color: #f39800;
    font-size: 1.8rem;
    letter-spacing: 3px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.single-story .txt {
    text-align: center;
    margin-bottom: 120px;
    font-size: 1.4rem;
    line-height: 1.6;
}
.single-story h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 60px;
}
.single-story .blc {
    width: 800px;
    margin: 0 auto 100px;
}
.single-story .imgblc img {
    width: 100%;
    margin-bottom: 100px;
}
.single-story .orange_blc {
    background: #fad689;
    padding: 60px;
}
.single-story .imgleft {
    width: 800px;
    margin: 0 auto;
}
.single-story .imgleft img {
    margin-right: 40px;
}
.gotop {
    margin: 150px 0 400px;
}
.gotop ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 70px;
    flex-wrap: wrap;
    margin: 0 auto;
}
.gotop ul li {
    width: 25px;
    height: 25px;
    background: #7b7b7b;
    margin: 5px;
}
.gotop p {
    text-align: center;
    font-size: 2rem;
}
.gotop p a:hover {
    text-decoration: underline;
}
/* support */
.support {
    margin-bottom: 300px;
}
.support .txt {
    width: 800px;
    margin: 0 auto 60px;
}
.support .list > li {
    background: #f6f4f1;
    margin-bottom: 40px;
    padding: 100px 0;
}
.support .list h3 {
    background: rgb(243, 152, 0, 0.8);
    color: #fff;
    font-family: teko, sans-serif;
    text-align: center;
    line-height: 1;
    width: 130px;
    margin: 0 auto;
    padding: 30px 0 10px;
    font-size: 1.4rem;
    margin-bottom: 30px;
}
.support .list h3 span {
    display: block;
    font-size: 3rem;
}
.support h4 {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}
.support .line01 {
    border-bottom: 5px solid #707070;
    width: 350px;
    margin: 20px auto 50px;
}
.support .sublist {
    display: flex;
    justify-content: center;
}
.support .sublist > li {
    width: 220px;
    margin-right: 60px;
}
.support .sublist > li:last-child {
    margin-right: 0;
}
.support .btngroup {
    padding: 50px 0;
}
.support .btngroup li {
    margin-bottom: 20px;
}
.support .btngroup a {
    color: #fff;
    background: #000;
    border: 3px solid #f39800;
    padding: 10px;
    width: 200px;
    display: block;
    text-align: center;
}
.support .btngroup a:hover {
    background: #f39800;
}
.support .sublist > li h5 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.support .line02 {
    border-bottom: 5px solid #707070;
    width: 500px;
    margin: 20px auto 50px;
}
.support .line03 {
    border-bottom: 5px solid #707070;
    width: 280px;
    margin: 20px auto 50px;
}
.support .line04 {
    border-bottom: 5px solid #707070;
    width: 280px;
    margin: 20px auto 50px;
}
.support .list .txt {
    width: 800px;
    margin: 0 auto;
}
/* company */
.company dl {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    margin: 50px 0;
    width: 800px;
    margin: 0 auto 300px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.company dl dt {
    width: 15%;
    font-size: 1.4rem;
    box-sizing: border-box;
    padding: 40px 0;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #707070;
}
.company dl dd {
    margin: 0;
    font-size: 1.4rem;
    width: 85%;
    line-height: 1.6;
    background: #fff;
    box-sizing: border-box;
    padding: 40px;
    border-bottom: 1px solid #707070;
}
.company dl dd p {
    margin-bottom: 40px;
}
.company dl dd p:last-child {
    margin-bottom: 0;
}
    /*---------------
footer
---------------*/
footer .bg_black {
    background: #333;
    padding: 50px 0;
}
footer .bg_black img {
    display: block;
    margin: 0 auto 50px;
}
footer .inner {
    width: 1000px;
    margin: 0 auto;
}
footer .inner .wrap {
    display: flex;
    justify-content: space-between;
}
footer h2.right {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 75px;
}
footer h2.left {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
footer .blc .box {
    display: flex;
}
footer .blc:first-of-type .box .list {
    margin-right: 70px;
}
footer .blc:last-of-type .box .list {
    margin-left: 70px;
}
footer .border {
    border-right: 1px solid #fff;
}
footer ul li a {
    color: #fff;
}
.small_list a {
    font-size: 0.6rem;
}
.small_list {
    margin-bottom: 20px;
}
footer .title {
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 5px;
}
footer .title a {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 15px;
    display: block;
}
footer ul li a:hover {
    text-decoration: underline;
}
footer .bg_orange {
    background: #f39800;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
footer .bg_orange img {
    margin-right: 30px;
}
small {
    color: #fff;
    font-size: 0.9rem;
}
footer .pagetop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
}
footer .pagetop a {
    display: block;
    background: #f39800;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 2.2rem;
    width: 100px;
    height: 100px;
    padding: 25px 0;
}
footer .pagetop a:hover {
    opacity: 0.8;
}

    /*---------------
other
---------------*/
.smonly {
    display: none !important;
}
}
