@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700&display=swap);
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
@import url(https://fonts.googleapis.com/css?family=Sawarabi+Mincho);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
    display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
	width: 100% !important;
}

li {
    list-style: none;
}

a,
a:link {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    height: auto;
    /*padding: 10px 0;*/
    vertical-align: bottom;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    /*-webkit-appearance: none;*/
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="radio"]::-ms-check,
input[type="checkbox"]::-ms-check {
    display: none;
}

i {
    font-style: normal;
}

textarea {
    resize: none;
    font-family: sans-serif;
}

* {
    box-sizing: border-box;
}

/*=============================================*/
/*  Page  Base                        */
/*=============================================*/
.page_main_side {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 0 70px 0;
}

.page_main_ttl {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.page_main_ttl:before {
    position: absolute;
    left: -20%;
    top: -100%;
    content: '';
    width: 70%;
    height: 300%;
    background-color: #30C669;
    transform: rotate(15deg);
    z-index: 1;
}

.page_main_ttl:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 55%;
    height: 100%;
    background: url(../img/page/common/header-bg-img.jpg) no-repeat center left/cover;
    z-index: 0;
}

.page_main_ttl .txt {
    position: relative;
    padding: 3.5em 0;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, sans-serif;
    font-weight: 700;
    font-size: 2.7rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.05em;
    z-index: 1;
}

.page_main_ttl .txt:before {
    position: absolute;
    left: -80px;
    top: 60px;
    content: '';
    width: 117px;
    height: 117px;
    background: url(../img/page/event-seminar/earth.svg) no-repeat;
    z-index: -1;
}

.page_main_ttl_ver02 {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    background: url(../img/page/common/header-bg-img_ver02.jpg) no-repeat center left/cover;
}

.page_main_ttl_ver02:before {
    position: absolute;
    right: -20%;
    top: -100%;
    content: '';
    width: 40%;
    height: 300%;
    background-color: #30C669;
    transform: rotate(15deg);
    z-index: 1;
}

.page_main_ttl_ver02:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(85, 85, 85, 0.2);
}

.page_main_ttl_ver02 .txt {
    position: relative;
    padding: 2.5em 0;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, sans-serif;
    font-weight: 700;
    font-size: 2.7rem;
    color: #555555;
    letter-spacing: 0.05em;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    z-index: 1;
    line-height: 1.2em;/*kawasakituiki*/
}

.page_main_ttl_ver02 .txt:before {
    position: absolute;
    left: -80px;
    top: 60px;
    content: '';
    width: 117px;
    height: 117px;
    background: url(../img/page/event-seminar/earth.svg) no-repeat;
    z-index: -1;
}

.bread_crumb ol .breadcrumb_list {
    position: relative;
    display: inline-block;
    margin-right: 2.5rem;
    margin-top: 2.5rem;
}

.bread_crumb ol .breadcrumb_list:before {
    position: absolute;
    top: 0;
    right: -17px;
    margin: auto;
    content: "/";
}

.bread_crumb ol .breadcrumb_list:last-of-type {
    margin-right: 0;
}

.bread_crumb ol .breadcrumb_list:last-of-type:before {
    content: none;
}

.bread_crumb ol .breadcrumb_list a, .bread_crumb ol .breadcrumb_list span {
    font-size: 1.4rem;
}

.bread_crumb ol .breadcrumb_list a {
    text-decoration: underline;
    color: #00655E;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.bread_crumb ol .breadcrumb_list a:hover {
    opacity: 0.6;
    transition: all 0.5s;
}

.bread_crumb ol .breadcrumb_list {
    color: ##555555;
    font-size: 1.4rem;
}

.page_nav .prev,
.page_nav .next {
    width: 76%;
    background: #EBF6FD;
}

.page_nav .prev a,
.page_nav .next a {
    position: relative;
    display: block;
    font-size: 1.5rem;
    line-height: 1.8;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page_nav .prev a:hover,
.page_nav .next a:hover {
    opacity: 0.6;
    transition: all 0.5s;
}

.page_nav .prev {
    margin-bottom: 20px;
}

.page_nav .prev a {
    padding: 2em 2.5em 2em 4em;
}

.page_nav .prev a:before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 20px;
    font-family: "Font Awesome 5 Free";
    width: 1em;
    height: 1em;
    margin: auto;
    line-height: 1em;
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 6.3rem;
    color: rgba(164, 211, 237, 0.7);
}

.page_nav .next {
    margin: 0 0 40px auto;
}

.page_nav .next a {
    padding: 2em 4em 2em 2.5em;
}

.page_nav .next a:before {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    left: auto;
    font-family: "Font Awesome 5 Free";
    width: 1em;
    height: 1em;
    margin: auto;
    line-height: 1em;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 6.3rem;
    color: rgba(164, 211, 237, 0.7);
}

.page_nav .btn {
    text-align: center;
}

.page_nav .btn a {
    position: relative;
    display: inline-block;
    padding: 1em 3.5em 1em 3em;
}

.page_nav .btn a:before {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: auto;
    font-family: "Font Awesome 5 Free";
    width: 1em;
    height: 1em;
    margin: auto;
    line-height: 1em;
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}

/********************************************/
/* Page  ttl layout */
/********************************************/
/********************************************/
/* @Page page_main_content_block */
/********************************************/
.the_content {
    padding-bottom: 3em;
}

.the_content h2,
.the_content h3 {
    position: relative;
    margin: 1em 0;
    /* margin-bottom: 2.2em; */
    padding: 1em 1.5em 1em 2em;
    background: #fff;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, sans-serif;
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 1.7;
}

.the_content h2:before,
.the_content h3:before {
    position: absolute;
    top: 45;
    left: 0;
    margin: auto;
    content: "";
    width: 10px;
    height: 50%;
    background: #00655E;
}

.the_content p {
    margin-bottom: 1.8em;
    /*margin-bottom: 3.3em;*/
    font-size: 1.6rem;
    line-height: 1.8;
    /*line-height: 2.4;*/
    letter-spacing: 0.02em;
    /*letter-spacing: 0.05em;*/
}
/* Chrome Edge Opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    .the_content p {
        letter-spacing: 0.03em;
    }
}
.the_content p a {
    font-size: 1.6rem;
    line-height: 2.4;
    letter-spacing: 0.05em;
    color: #00655E;
    text-decoration: underline;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.the_content p a:hover {
    opacity: 0.6;
    transition: all 0.5s;
}

.the_content li a {
  font-size: 1.5rem;
  line-height: 2.4;
  letter-spacing: 0.05em;
  color: #00655E;
  text-decoration: underline;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.the_content li a:hover {
    opacity: 0.6;
    transition: all 0.5s;
}

/********************************************/
/* @Page page_report_block */
/********************************************/
.page_report_block .border_center_ttl.green_ver span:first-letter {
    color: #555555;
}

.page_report_block .page_topics_list {
    width: 100%;
    padding: 2em 0;
}

.page_report_block .page_topics_list .date {
    width: 15%;
}

.page_report_block .page_topics_list .topics_inner {
    width: 85%;
}

.page_report_block .page_topics_list .topics_inner .ttl {
    width: 100%;
    margin-bottom: 0.6em;
}

.page_report_block .page_topics_list .topics_inner .ttl a {
    font-weight: bold;
}

.page_report_block .page_topics_list .topics_inner .txt {
    font-size: 1.4rem;
}

.link_page_list {
    padding: 40px 0 60px;
}

.link_page_list .link_page {
    display: inline-block;
    padding: 0.4em 0.6em;
    background: #fff;
    border: 1px solid #30C669;
    font-size: 1.8rem;
    font-weight: bold;
    color: #30C669;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.link_page_list .link_page:hover {
    opacity: 0.6;
    transition: all 0.5s;
}

.link_page_list .link_page.current_page {
    background: #F5AD5A;
    border: none;
    color: #fff;
    cursor: auto;
}

.link_page_list .link_page.current_page:hover {
    opacity: 1;
}

.link_page_list .link_next {
    position: relative;
    padding: 0.4em 1.3em 0.4em 0.6em;
}

.link_page_list .link_next:before {
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 17px;
    background: url(../img/page/report/arrow.svg) no-repeat;
}

.history {
    padding: 40px 0;
}

.history .history_list {
    padding: 30px 0;
}

.history .history_list .history_date {
    display: inline-block;
    margin-left: 1em;
    margin-bottom: 1em;
}

.history .history_list .history_date a {
    display: block;
    padding: 1em 2em;
    background: #EBF6FD;
    border-radius: 40px;
    font-size: 1.4rem;
    color: #00655E;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.history .history_list .history_date a:hover {
    opacity: 0.6;
    transition: all 0.5s;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
@media screen and (max-width: 1024px) {
    /*=============================================*/
    /*  Page  Base                        */
    /*=============================================*/
    .page_main_side {
        display: block;
        padding: 10px 0 30px 0;
    }
    .page_main_ttl:before {
        width: 75%;
    }
    .page_nav .prev,
    .page_nav .next {
        width: 100%;
    }
    .page_nav .prev a {
        padding: 1em 1em 1em 3em;
    }
    .page_nav .prev a:before {
        position: absolute;
        top: 0;
        right: auto;
        bottom: 0;
        left: 12px;
        font-family: "Font Awesome 5 Free";
        width: 1em;
        height: 1em;
        margin: auto;
        line-height: 1em;
        font-size: 3.3rem;
    }
    .page_nav .next {
        margin: 0 0 20px auto;
    }
    .page_nav .next a {
        padding: 1em 3em 1em 1em;
    }
    .page_nav .next a:before {
        position: absolute;
        top: 0;
        right: 12px;
        bottom: 0;
        left: auto;
        font-family: "Font Awesome 5 Free";
        width: 1em;
        height: 1em;
        margin: auto;
        line-height: 1em;
        font-size: 3.3rem;
    }
    /********************************************/
    /* @Page page_main_content_block */
    /********************************************/
    .the_content h3 {
        margin-bottom: 1em;
        padding: 0.6em 0.6em 0.6em 1.5em;
        font-size: 2rem;
    }
    .the_content h3:before {
        width: 10px;
    }
    .the_content p {
        margin-bottom: 2em;
        line-height: 2;
    }
    .the_content p a {
        line-height: 2;
    }
    /********************************************/
    /* @Page page_report_block */
    /********************************************/
    .page_report_block .page_topics_list {
        width: 100%;
    }
    .page_report_block .page_topics_list .date {
        width: 100%;
        margin-bottom: 0.5em;
    }
    .page_report_block .page_topics_list .topics_inner {
        width: 100%;
    }
    .page_report_block .page_topics_list .topics_inner .ttl {
        margin-bottom: 0.7em;
    }
    .page_report_block .page_topics_list .topics_inner .txt {
        line-height: 1.6;
    }
}

/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
    /*=============================================*/
    /*  Page  Base                        */
    /*=============================================*/
    .page_main_side {
        display: block;
        padding: 10px 0 30px 0;
    }
    .page_main_ttl:before {
        z-index: 1;
    }
    .page_main_ttl:after {
        background: url(../img/page/common/header-bg-img-sp.jpg) no-repeat center left/cover;
    }
    .page_main_ttl .txt {
        padding: 2.2em 0;
        font-size: 2rem;
    }
    .page_main_ttl .txt:before {
        left: 0px;
        top: 30px;
        background-size: 60%;
    }
    .page_main_ttl_ver02 .txt {
        padding: 1.2em 0 1.2em 0.5em;
        font-size: 1.8rem;
    }
    .page_main_ttl_ver02 .txt:before {
        left: 0px;
        top: 10px;
        background-size: 60%;
    }
    .bread_crumb ol .breadcrumb_list a, .bread_crumb ol .breadcrumb_list span {
        font-size: 1.2rem;
    }
    .page_nav .prev,
    .page_nav .next {
        width: 100%;
    }
    .page_nav .prev a,
    .page_nav .next a {
        position: relative;
        display: block;
        font-size: 1.5rem;
        line-height: 1.8;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .page_nav .prev a:hover,
    .page_nav .next a:hover {
        opacity: 0.6;
        transition: all 0.5s;
    }
    .page_nav .prev a {
        padding: 1em 1em 1em 3em;
    }
    .page_nav .prev a:before {
        position: absolute;
        top: 0;
        right: auto;
        bottom: 0;
        left: 12px;
        font-family: "Font Awesome 5 Free";
        width: 1em;
        height: 1em;
        margin: auto;
        line-height: 1em;
        font-size: 3.3rem;
    }
    .page_nav .next {
        margin: 0 0 20px auto;
    }
    .page_nav .next a {
        padding: 1em 3em 1em 1em;
    }
    .page_nav .next a:before {
        position: absolute;
        top: 0;
        right: 12px;
        bottom: 0;
        left: auto;
        font-family: "Font Awesome 5 Free";
        width: 1em;
        height: 1em;
        margin: auto;
        line-height: 1em;
        font-size: 3.3rem;
    }
    /********************************************/
    /* @Page page_main_content_block */
    /********************************************/
    .the_content h2,
    .the_content h3 {
        margin-bottom: 1em;
        padding: 0.6em 0.6em 0.6em 1.5em;
        font-size: 2rem;
    }
    .the_content h2:before,
    .the_content h3:before {
        width: 10px;
    }
    .the_content p {
        margin-bottom: 2em;
        line-height: 2;
    }
    .the_content p a {
        line-height: 2;
    }
    /********************************************/
    /* @Page page_report_block */
    /********************************************/
    .page_report_block .page_topics_list {
        width: 100%;
    }
    .page_report_block .page_topics_list .date {
        width: 100%;
        margin-bottom: 0.5em;
    }
    .page_report_block .page_topics_list .topics_inner {
        width: 100%;
    }
    .page_report_block .page_topics_list .topics_inner .ttl {
        margin-bottom: 0.7em;
    }
    .page_report_block .page_topics_list .topics_inner .txt {
        line-height: 1.6;
    }
    .link_page_list {
        padding: 30px 0;
    }
    .link_page_list .link_page {
        margin-bottom: 0.5em;
        font-size: 1.6rem;
    }
    .history {
        padding: 30px 0;
    }
    .history .history_list {
        padding: 30px 0;
    }
}
    /********************************************/
    /* kawasaki tuiki */
    /********************************************/
.the_content h4 {
    padding: 0.3em 0.6em;
    font-size: 1.5rem;
}
.the_content h4 {
    font-size: 140%;
    color: #333;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #999;
    background-color: #efefef;
    padding: 8px 8px;
        padding-top: 8px;
        padding-right: 8px;
        padding-bottom: 8px;
        padding-left: 8px;
    margin: 1em 0.4em;
}
.thumbnail  {
    padding: 0 0.6em;
    width: 15%;
}
@media screen and (max-width:780px) {
.thumbnail  {
    padding: 0 0.6em;
    width: 100%;
}
}

.page_main_content_block .the_content ul li {
	list-style-type: disc;
	margin: 0 0 0 1em;
	line-height: 1.6;
}

.page_main_content_block .the_content ul li ul li {
  margin: 0.8em 0;
  line-height: 1.6;
  list-style: circle;
  padding: 0 0 0 22px;
}

/*=============================================*/
/* executive table */
/*=============================================*/
.tb01 {
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
  letter-spacing: 0.05em;
}
.tb01 th {
  background: #00655E;
  color: #fff;
}
.th-w20 {
	width: 20%;
}
.th-w25 {
	width: 25%;
}
.th-w30 {
	width: 30%;
}
.th-w60 {
	width: 60%;
}
.th-w70 {
	width: 65%;
}

@media screen and (max-width: 640px) {
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  table.tb01 td:first-child{
    background: #00655E;
    color:#fff;
    font-weight:bold;
  }
  table.tb01 td:before{
    content: attr(data-label);
    font-size: .9rem;
    font-weight:bold;
    color: #999;
    display: block;
	line-height: 2em;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

/*=============================================*/
/* news table */
/*=============================================*/
.tb02 {
  margin: 30px 0;
}
.tb02 th,
.tb02 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
.tb02 th {
  background: #00655E;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .tb02 .head{
    display:none;
  }
  .tb02 {
    width: 100%;
  }
  table.tb02 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  table.tb02 td:first-child{
    background: #00655E;
    color:#fff;
    font-weight:bold;
  }
  table.tb02 td:before{
    content: attr(data-label);
    font-size: .9rem;
    font-weight:bold;
    color: #999;
    display: block;
	line-height: 2em;
  }
  .tb02 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

.link-news li {
	list-style-type: decimal !important;
    margin-left: 2em;
    padding-left: 0.2em;
    line-height: 1.5em !important;
    margin-bottom: 0.5em;
}
.link-list li {
	list-style-type: disc !important;
	margin: 0 0 0 2em;
	padding-left: 0.2em;
	line-height: 2em !important;
}
.fs12 {font-size:12px;}
.fs13 {font-size:13px;}
.fs14 {font-size:14px;}
.fs14-nomal {font-size:14px; font-weight: normal;}
.fs16 {font-size:16px;}
.fs18 {font-size:18px;}
