@charset "UTF-8";

/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 350;
}

a {
    transition: 0.5s;
}

#header {
    padding: 15px 0;
}

#header .inner {
    width: 1024px;
    margin: 0 auto;
}

#header .inner h1 a {
    display: block;
    background: url(../img/common/logo.jpg) no-repeat 50% 50%;
    text-indent: -9999px;
    width: 270px;
    height: 70px;
    float: left;
    transition: 0.5s;
}

#header .inner h1 a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#header .inner .tel {
    width: 225px;
    height: 70px;
    background: url(../img/common/tel.jpg) no-repeat 50% 50%;
    text-indent: -9999px;
    float: right;
}

#header .inner #gNav p.navtitle {
    display: none;
}

#header .inner #gNav ul {
    padding: 0;
    margin: 30px 0 5px 0;
    list-style: none;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 160%;
}

#header .inner #gNav ul li {
    margin: 0;
    padding: 0 15px;
    background: url("../img/common/head_line.jpg") no-repeat 100% 50%;
}

#header .inner #gNav ul li.contact {
    background: none;
}

#header .inner #gNav ul li small {
    font-size: 11px;
    line-height: 160%;
    color: #187FC4;
    display: block;
    letter-spacing: 2px;
}

#header .inner #gNav ul li a {
    display: block;
    transition: 0.5s;
    text-decoration: none;
    color: #333;
}

#header .inner #gNav ul li a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.sp {
    display: none;
}


/* Footer
--------------------------------- */

#footer {
    background: #EEE;
    padding: 15px 0;
    border-top: 2px solid #187FC4;
}

#footer .inner {
    padding: 10px 0;
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}

#footer .inner .info {
    background: url(../img/common/foot/img.jpg) no-repeat 0 0;
    padding: 0 0 0 350px;
    float: left;
}

#footer .inner .info h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0 10px 0;
    padding: 0;
}

#footer .inner .info .sns_btn {
    margin-top: 15px;
}

#footer .inner .info .sns_btn .btn {
    margin: 0 0 0 5px;
}

#footer .inner ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .inner ul li {
    margin: 0 0 5px 0;
    padding: 0 0 0 15px;
    background: url(../img/common/ico/arrow_gray.gif) no-repeat 0 50%;
}

.copy {
    padding: 15px;
    margin: 0;
    text-align: center;
    background: #0069A7;
    color: #FFF;
}

.copy a {
    color: #FFF;
}

.totop a {
    display: block;
    color: #FFF;
    width: 115px;
    padding: 15px 0;
    text-align: center;
    position: fixed;
    bottom: 35px;
    right: 0;
    text-decoration: none;
    background: #555;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.totop a:hover {
    background: #0069A7;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.btn_recruit a {
    position: fixed;
    top: 20%;
    right: 0;
    background: url(../img/common/recruit.png) no-repeat;
    width: 80px;
    height: 145px;
    display: block;
    text-indent: -9999px;
    z-index: 1;
}

.btn_youtube a {
    position: fixed;
    top: 20%;
    right: 0;
    background: url("../img/common/youtube.png") no-repeat;
    width: 80px;
    height: 145px;
    display: block;
    text-indent: -9999px;
}

.btn_recruit a:hover,
.btn_youtube a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}


/* Contents
--------------------------------- */

#contents .main_img {
    width: 100%;
    height: 300px;
}

#contents h2 {
    background: #EEE;
    font-size: 21px;
    line-height: 140%;
    text-align: center;
    padding: 50px;
    margin: 0;
    font-weight: 500;
}

#contents h3 {
    background: url(../img/common/logo_icon.png) no-repeat 0 50%;
    font-size: 21px;
    line-height: 140%;
    text-align: left;
    padding: 10px 0 10px 50px;
    margin: 0 0 20px 0;
}

#contents h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    padding: 0;
}

#contents .area {
    width: 1000px;
    margin: 0 auto;
    padding: 15px 12px;
}

#contents .area ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

#contents .information {
    /* background: url(../img/contents/staff.jpg) no-repeat 100% 50%; */
    background: url(../wp-content/uploads/2023/06/cdb689cc57f56e8d037491bbf9e376e6.jpg) no-repeat 100%;
    background-size: contain;
    padding: 0 420px 0 0;
}

#contents .contact {
    margin: 50px auto;
}

#contents .contact a {
    display: block;
    width: 1024px;
    height: 80px;
    margin: 0 !important;
    text-indent: -9999px;
    background: url(../img/contents/contact.jpg) no-repeat;
}

#contents .contact a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}


/* Solar */

#contents .main_img.solar {
    background: url(../img/contents/solar/main.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

#contents .main_img.solar img {
    position: absolute;
    bottom: 20px;
    left: 80%;
}

#contents .area .about {
    margin-bottom: 70px;
}

#contents .area .about hr {
    border: 0;
    border-bottom: 1px dashed #CCC;
    margin: 10px 0;
}

#contents .area ul.point li {
    width: 19%;
    float: left;
    margin: 0 0 0 1%;
    background: #EEE;
    padding: 2%;
    border: 2px #DDDDDD solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#contents .area ul.point li h4 {
    color: #187FC4;
    font-size: 16px;
    line-height: 150%;
}

#contents .area ul.point li p {
    height: 80px;
    margin: 0;
    padding: 5px 0;
}

#contents .area ul.point li a {
    display: block;
    width: 100%;
    padding: 5px 0;
    color: #FFF;
    background: #0069A7;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 3px 0 #003F7E;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#contents .area ul.point li a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#contents .area #point_info {
    padding: 5px;
    clear: both;
    margin-bottom: 50px;
}

#contents .area #point_info .inner {
    padding: 20px 300px 20px 20px;
    margin-top: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    min-height: 240px;
}

#contents .area h4 {
    color: #187FC4;
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 5px 0;
}

#contents .area #point_info .inner div {
    padding-left: 60px;
    margin-bottom: 10px;
}

#contents .area #point_info .inner.p01 {
    background: #F3F8FC url(../img/contents/solar/point1_i.jpg) no-repeat 97% 50%;
}

#contents .area #point_info .inner.p01 div {
    background: url(../img/contents/solar/point1_n.jpg) no-repeat 0 50%;
}

#contents .area #point_info .inner.p02 {
    background: #F3F8FC url(../img/contents/solar/point2_i.jpg) no-repeat 97% 50%;
}

#contents .area #point_info .inner.p02 div {
    background: url(../img/contents/solar/point2_n.jpg) no-repeat 0 50%;
}

#contents .area #point_info .inner.p03 {
    background: #F3F8FC url(../img/contents/solar/point3_i.jpg) no-repeat 97% 50%;
}

#contents .area #point_info .inner.p03 div {
    background: url(../img/contents/solar/point3_n.jpg) no-repeat 0 50%;
}

#contents .area #point_info .inner.p04 {
    background: #F3F8FC url(../img/contents/solar/point4_i.jpg) no-repeat 97% 50%;
}

#contents .area #point_info .inner.p04 div {
    background: url(../img/contents/solar/point4_n.jpg) no-repeat 0 50%;
}

#contents .area ul.flow {
    background: #EEE;
    margin-bottom: 50px;
}

#contents .area ul.flow li {
    padding: 50px 20px 20px 20px;
    margin: 10px;
    background: #FFF;
    position: relative;
}

#contents .area ul.flow h4 {
    color: #187FC4;
    font-size: 18px;
    line-height: 160%;
    margin: 0 0 5px 0;
}

#contents .area ul.flow img {
    position: absolute;
    top: 10px;
    left: 0;
}

#contents ul.portfolio {
    padding: 0;
    margin: 10px 10px 50px 10px;
    list-style: none;
    overflow: hidden;
}

#contents ul.portfolio li {
    width: 23%;
    float: left;
    margin: 1%;
    font-size: 13px;
}

#contents ul.portfolio li img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}


/* wind */

#contents .main_img.wind {
    background: url(../img/contents/wind/main.jpg) no-repeat 0 20%;
    background-size: cover;
}

#contents .item {
    background: #F3F8FC;
    padding: 20px;
}

#contents .item h3 {
    width: 940px;
    margin: 0 auto;
}

#contents .item .inner {
    width: 970px;
    margin: 15px auto 30px auto;
    padding: 25px 27px;
    background: #FFF;
}

#contents .item .inner h4 {
    color: #187FC4;
    font-size: 18px;
    line-height: 160%;
    margin: 0 0 5px 0;
}

#contents .item .inner p {
    padding: 0;
    margin: 0;
    width: 50%;
    float: left;
}

#contents .item .inner img {
    margin-bottom: 10px;
}

#contents .item .inner img.img {
    float: right;
}

#contents .item .inner table {
    margin: 10px 0;
    border-top: 1px solid #CCC;
}

#contents .item .inner th,
#contents .item .inner td {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px solid #CCC;
}


/* Battery */

#contents .main_img.battery {
    background: url(../img/contents/battery/main.jpg) no-repeat 50% 50%;
    background-size: cover;
}

#contents .about.s_battery p,
#contents .about.all_eng p {
    padding: 0;
    margin: 0;
    width: 750px;
    float: left;
}

#contents .about.s_battery img,
#contents .about.all_eng img {
    margin-bottom: 10px;
    float: right;
}


/* Company */
#contents .company .philosophy p:nth-child(2) {
    font-size: 1.5rem;
    letter-spacing: 2px;
}
#contents .company .philosophy p:last-child {
    font-size: 1rem;
    letter-spacing: 2px;
}

#contents .company .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 12px;
    overflow: hidden;
}

#contents .company .txt {
    width: 610px;
    float: left;
}

#contents .company .txt dl {
    overflow: hidden;
    margin: 0 0 25px 0;
    padding: 0;
    line-height: 150%;
}

#contents .company .txt dt {
    width: 30%;
    float: left;
    margin: 0;
    padding: 0;
}

#contents .company .txt dd {
    width: 68%;
    float: right;
    margin: 0;
    padding: 0;
}

#contents .company .img {
    width: 390px;
    float: right;
}

#contents .company .img img {
    margin: 0 0 15px 0;
}

#contents .company .img iframe {
    width: 100%;
    height: 400px;
}

#contents .company .map {
    margin: 50px auto;
    width: 1024px;
}

#contents .company .map iframe {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 800px;
}


/* Contact
-------------------------------- */

#contents .contact_form {
    text-align: left;
    width: 1000px;
    margin: 0 auto;
    padding: 50px 12px;
}

#contents .contact_form .form {
    padding: 15px 20px;
    border: 5px solid #EEE;
}

#contents .contact_form img.ajax-loader {
    width: auto;
}

#contents .contact_form hr {
    border: 1px dotted #EEE;
    margin: 20px 0;
}

#contents .contact_form dl,
#seminar dl {
    overflow: hidden;
    margin-bottom: 15px;
    text-align: left;
}

#contents .contact_form dt,
#seminar dt {
    float: left;
    width: 20%;
}

#contents .contact_form dd,
#seminar dd {
    float: left;
    width: 75%;
}

#contents .contact_form p {
    text-align: center;
}

#contents .contact_form input.wpcf7-text,
#contents .contact_form textarea,
#contents .contact_form select,
#seminar input.wpcf7-text,
#seminar textarea,
#seminar select {
    font-size: 14px;
    line-height: 140%;
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 95%;
}

#contents .contact_form .zip input.wpcf7-text,
#seminar .zip input.wpcf7-text {
    width: 50%;
    margin-left: 5px;
}

#contents .contact_form input.wpcf7c-btn-confirm,
#contents .contact_form input.wpcf7-back,
#contents .contact_form input.wpcf7-submit,
#seminar input.wpcf7c-btn-confirm,
#seminar nput.wpcf7-back,
#seminar input.wpcf7-submit {
    padding: 10px 50px;
    background: #555;
    border: 1px solid #CCC;
    color: #FFF;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 14px;
}

#contents .contact_form input.wpcf7c-btn-confirm:hover,
#contents .contact_form input.wpcf7-back:hover,
#contents .contact_form input.wpcf7-submit:hover,
#seminar input.wpcf7c-btn-confirm:hover,
#seminar input.wpcf7-back:hover,
#seminar input.wpcf7-submit:hover {
    background-color: #333;
}

#contents .contact_form input.wpcf7c-conf,
#contents .contact_form select.wpcf7c-conf,
#contents .contact_form textarea.wpcf7c-conf,
#seminar input.wpcf7c-conf,
#seminar select.wpcf7c-conf,
#seminar textarea.wpcf7c-conf {
    background: none;
    border: 0;
}


/* Recruit */

#contents .main_img.recruit {
    background: url(../img/contents/recruit/main.jpg) no-repeat 50% 50%;
}

#contents .mission {
    padding: 10px 20px;
    background: #EEE;
    margin: 5px 0 0px 0;
    font-size: 18px;
    line-height: 150%;
    color: #0069A7;
}

#contents .mission li {
    margin: 15px 0;
    background: url(../img/common/ico/arrow_gray_mini.png) no-repeat 0 10px;
    padding: 0 0 0 18px;
}

#contents .history {
    margin: 0 10px;
}

#contents .history .txt {
    width: 700px;
    float: left;
}

#contents .history img {
    width: 250px;
    height: auto;
    margin-bottom: 10px;
    float: right;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#contents .history dl {
    overflow: hidden;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px dotted #CCC;
}

#contents .history dt {
    width: 18%;
    float: left;
    padding: 5px;
    margin: 0;
    vertical-align: top;
}

#contents .history dd {
    width: 78%;
    float: right;
    padding: 5px;
    margin: 0;
    vertical-align: top;
}

#contents .history .comp_btn {
    padding-top: 15px;
}

#contents .history .comp_btn a {
    width: 300px;
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    float: right;
    background: #0069A7 url(../img/common/ico/arrow_white_mini.png) no-repeat 95% 50%;
    box-shadow: 0px 3px 0px #003F7E;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
}

#contents .history .comp_btn a:hover {
    background: #003F7E url(../img/common/ico/arrow_white_mini.png) no-repeat 95% 50%;
}

#contents .course {
    margin: 0 0 70px 0;
}

#contents .course hr {
    margin: 15px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
}

#contents .course h4 {
    margin: 15px 0 0 0;
}

#contents .course h5 {
    margin: 10px 0 5px 0;
    font-size: 16px;
}

#contents .course h5.ttl_time {
    margin: 30px 0 5px 0;
}

#contents .course .inner {
    margin: 0 10px 40px 10px;
}

#contents .course dl {
    overflow: hidden;
    margin: 5px 0;
    padding: 0;
}

#contents .course .time dl {
    border-bottom: 1px dotted #CCC;
    padding: 5px 0;
}

#contents .course dt {
    width: 10%;
    float: left;
    padding: 5px;
    margin: 0;
    vertical-align: top;
}

#contents .course dd {
    width: 88%;
    float: right;
    padding: 5px;
    margin: 0;
    vertical-align: top;
}

#contents .movie,
#contents .message {
    overflow: hidden;
    margin-bottom: 70px;
}

#contents .movie iframe {
    width: 670px;
    height: 420px;
    float: left;
}

#contents .movie p {
    float: right;
    width: 300px;
    padding: 0;
    margin: 0;
}

#contents .message div {
    float: left;
    width: 760px;
    padding: 0;
    margin: 0;
}

#contents .message img {
    width: 210px;
    height: auto;
    margin-bottom: 10px;
    float: right;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#contents .message h6 {
    color: #187FC4;
    font-size: 14px;
    line-height: 150%;
    margin: 20px 0 5px 0;
}

#contents .essential {
    margin: 0;
}

#contents .essential h4 {
    clear: both;
    border-bottom: 1px dashed #CCC;
    padding-bottom: 10px;
}

#contents .essential .inner {
    overflow: hidden;
}

#contents .essential .box {
    width: 46%;
    float: left;
    margin: 5px 2% 40px 2%;
    padding-top: 10px;
}

#contents .essential .box b {
    background: #FFF4A5;
    font-size: 15px;
    font-weight: normal;
}

#contents .essential .box dl {
    padding: 0;
    margin: 5px 0;
    overflow: hidden;
}

#contents .essential .box dt {
    width: 20%;
    float: left;
    padding: 1%;
    margin: 0;
    vertical-align: top;
    clear: both;
    font-weight: bold;
}

#contents .essential .box dd {
    width: 71%;
    float: right;
    padding: 1%;
    margin: 0;
    vertical-align: top;
}

#contents .test {
    clear: both;
    margin-top: 15px;
    padding: 15px;
    border: 10px solid #EEE;
    margin-bottom: 50px;
}

#contents .test h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #CCC;
}

#contents .test dl {
    padding: 0;
    margin: 5px 0;
    overflow: hidden;
}

#contents .test dt {
    width: 13%;
    float: left;
    padding: 15px 1%;
    margin: 0;
    vertical-align: top;
    clear: both;
    font-size: 16px;
    font-weight: bold;
    color: #187FC4;
}

#contents .test dd {
    width: 73%;
    float: right;
    padding: 15px 1%;
    margin: 0;
    vertical-align: top;
}

#contents .test p {
    padding: 20px;
    background: #EEE;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 20px 0 0 0;
}

#contents .test p b {
    background: #FFF4A5;
    font-size: 15px;
}


/* SDGs */

#sdgs {
    letter-spacing: 2px;
}

#sdgs h3 {
    background: none;
}

#sdgs p {
    letter-spacing: 1px;
    line-height: 180%;
}

#sdgs .head_area {
    background: #187FC4;
    padding: 30px;
}

#sdgs .head_area .inner {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sdgs .head_area img {
    width: 200px;
    height: auto;
}

#sdgs .head_area h2 {
    padding: 0;
    margin: 0 0 0 30px;
    background: none;
    color: #FFF;
    font-weight: normal;
    font-size: 32px;
    line-height: 160%;
}

#sdgs .head_area h2 small {
    display: block;
    font-size: 16px;
    line-height: 160%;
}

#sdgs .intro {
    margin: 80px auto 150px auto;
    width: 1024px;
}

#sdgs .intro article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
    position: relative;
}

#sdgs .intro article:nth-child(2n) {
    flex-direction: row-reverse;
}

#sdgs .intro article:last-child {
    margin: 0px;
}

#sdgs .intro article .photo {
    width: 500px;
}

#sdgs .intro article .photo img {
    width: 100%;
    height: auto;
}

#sdgs .intro article .txt {
    width: 600px;
    position: absolute;
    bottom: -30px;
    right: 0;
    background: #FFF;
    padding: 30px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

#sdgs .intro article:nth-child(2n) .txt {
    left: 0;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.15);
}

#sdgs .intro article .txt h3 {
    font-size: 26px;
    line-height: 160%;
    margin: 0 0 15px 0;
    padding: 0;
}

#sdgs .intro article .txt p {
    margin: 0;
    padding: 0;
}

#sdgs .sub_photo01 {
    background: url("../img/contents/sdgs/202306-bg-sdgs.webp") no-repeat fixed;
    background-size: cover;
    height: 600px;
}

#sdgs .sub_photo02 {
    background: url("../img/contents/sdgs/subphoto02.jpg") no-repeat fixed;
    background-size: cover;
    height: 600px;
}

#sdgs .icons {
    background: #DDD;
    padding: 80px;
}

#sdgs .icons h3 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 32px;
    line-height: 160%;
    text-align: center;
    color: #187FC4;
}

#sdgs .icons article {
    padding: 30px 50px;
    background: #FFF;
    width: 1024px;
    margin: 0 auto;
}

#sdgs .icons article h4 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 22px;
    line-height: 160%;
    border-bottom: 1px solid #DDD;
}

#sdgs .icons article h5 {
    margin: 0 0 10px 0;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: normal;
    line-height: 160%;
    background: #187FC4;
    color: #FFF;
}

#sdgs .icons article ul {
    margin: 0 0 50px 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}

#sdgs .icons article ul:last-child {
    margin: 0;
}

#sdgs .icons article ul li {
    margin: 10px 0;
    padding: 0;
    width: 18%;
}

#sdgs .icons article ul li img {
    width: 100%;
    height: auto;
}

#sdgs .icons article ul li p {
    font-size: 14px;
    line-height: 160%;
    color: #333;
}

#sdgs .report {
    margin: 80px auto;
    width: 1024px;
}

#sdgs .report h3 {
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 32px;
    line-height: 160%;
    text-align: center;
    color: #187FC4;
}

#sdgs .report h3 small {
    display: block;
    font-size: 18px;
    line-height: 160%;
}

#sdgs .report article {
    margin-bottom: 80px;
}

#sdgs .report article .sentence {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#sdgs .report article .sentence .ico {
    width: 200px;
}

#sdgs .report article .sentence .ico img {
    width: 100%;
    height: auto;
}

#sdgs .report article .sentence .txt {
    width: 780px;
}

#sdgs .report article .sentence .txt h4 {
    font-size: 18px;
    line-height: 160%;
    margin: 0 0 5px 0;
}

#sdgs .report article .photo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#sdgs .report article .photo img {
    width: 30%;
}

#sdgs .contact {
    margin: 80px auto;
    border: 1px solid #187FC4;
    padding: 30px 30px 50px 30px;
    text-align: center;
}

#sdgs .contact h3 {
    font-size: 24px;
    line-height: 160%;
    margin: 0 0 5px 0;
}

#sdgs .contact .btn {
    margin: 30px 0 0 0;
}

#sdgs .contact a {
    color: #FFF;
    background: #187FC4;
    padding: 20px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 21px;
    width: 600px;
    height: auto;
    text-indent: 0;
    margin: 0 auto !important;
}

/* 会社概要のスライダー */
.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
display: flex;
justify-content: center;
/* align-items: center;
font-weight: bold; */

max-width: 250px;
aspect-ratio: 4/3;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}



.slide1 {
    background-image: url(../wp-content/uploads/2024/04/shichikencho2.webp);
}

.slide2 {
    background-image: url(../wp-content/uploads/2024/04/shichikencho1.webp);
}

.slide3 {
    background-image: url(../wp-content/uploads/2024/04/hamamathsu1.webp);
}

.slide4 {
    background-image: url(../wp-content/uploads/2024/04/hamamatsu2.webp);
}

.slide5 {
    background-image: url(../wp-content/uploads/2024/04/honsya1.webp);
}

.slide6 {
    background-image: url(../wp-content/uploads/2024/04/honsya2.webp);
}