* {
    box-sizing: border-box;
}

.container {
    min-height: calc(100vh - 180px);
}

.top_news_wrapper {
    /*display: none;*/
}

img {
    width: 100%;
}

/*body {*/
    /*background: #023f73;*/
/*}*/

.wrapepr {
    position: relative;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100vw;
    letter-spacing: 1px;
    line-height: 1.8;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    font-size: 15px;

}
p,h1,h2,h3,h4,h5 {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    margin: 0;
}

ul {
    margin: 0;
    padding-left: 15px;
}

a {
    color: #26b7bc;
}

a:hover, a:visited {
    color:#26b7bc;
}

.bold {
    font-weight: bold;
}

a:active {
    color: #1f8b8e;
}

header{
    width: 100vw;
    position: fixed;
    z-index: 200;
    background: #fff;
    height: 62px;
    top: 0;
}

.logo_img,.nav {
    display: inline-block;
}

.logo_img {
    padding-left: 40px;
    float: left;
    height: 100%;
}

.logo_img img {
    width: auto;
    height: 100%;
    padding: 10px 0;
}


.nav {
    width: auto;
    float: right;
}

.nav ul {
    width: fit-content;
    padding-right: 200px;
}

.nav ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    line-height: 62px;
}

.nav a {
    text-decoration: none;
}

.en {
    font-weight: 400;
    font-family: Viga,sans-serif;
}

.w {
    color: #fff;
}

.mv {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.back_img .husya {
    position: absolute;
    height: 12%;
    transform: translateX(-50%);
}

.back_img .husya img {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width: auto;
    height: 0%;
    opacity: 0;
}

.back_img .husya:nth-of-type(1){
    left: 35%;
    top: 34%;
}

.back_img .husya:nth-of-type(2){
    top: 26%;
    left: 66%;
}

.back_img .husya:nth-of-type(3){
    top: 38%;
    left: 78%;
}

.back_img .husya:nth-of-type(4){
    top: 61%;
    left: 24%;
}

.back_img .husya:nth-of-type(5){
    top: 64%;
    left: 69%;
}

.back_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-54%,-50%);
    width: 100%;
    height: 100%;
    max-width: 1000px;
    opacity: 1;
}

.back_img img {
    width: 100%;
    transform: translate(-50%,-50%);
    position: relative;
    top: 50%;
    left: 50%;
}

.back_cover {
    background-color: #9fd5a1;
    z-index: 20;
}

.mv_title h1{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    z-index: 30;
    opacity: 0;
}

.mv_title h1 {
    font-size: 30px;
    text-align: center;
    line-height: 2.3em;
    /*opacity: 0;*/
}

.devider {
    background: #fff;
    /*width: 570px;*/
    height: 1px;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 0px;
}

.seccon {
    max-width: 1080px;
    width: auto;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.shadow {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    background: rgba(253, 253, 253, 0.97);
}

.top_news_title {
    color: #fff;
    display: table-cell;
    text-align: right;
    width: 180px;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.2rem;
}

.top_news_title .bg {
    background-color: #26b7bc;
    display: block;
    width: 96px;
    line-height: 144px;
}

.top_news_title:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 144px 84px 0 0;
    border-color: #26b7bc transparent transparent transparent;
}

.top_news_list {
    display: table-cell;
    vertical-align: middle;
    list-style: none;
}

.top_news_list_item {
    position: relative;
    margin-bottom: 10px;
}

.top_news_list_item_date, .top_news_list_item_category, .top_news_list_item_text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
}

.top_news_list_item_category {
    margin-right: 10px;
    font-size: 12px;
    border: 1px solid #D3D3D3;
    background: #fff;
    padding: 5px 10px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.top_news_list_item_text {
    position: relative;
    left: 0;
    top: 5px;
    margin-right: 423px;
    height: 1.5em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 0;
    text-align: left;
}

.top_news_more {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    width: 130px;
}

.top_news_more a {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
}

.top_news_more a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 100px;
    background-color: #D3D3D3;
}

h2.sec_title {
    font-size: 44px;
    text-align: center;
}

#sec2 .seccon,
#sec3 .seccon,
#sec4 .seccon,
#sec5 .seccon{
    padding: 70px 50px 50px;
}

p.jasub {
    text-align: center;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #333;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 100px;
    letter-spacing: 0.2rem;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

.sec2_img,.sec2_txt {
    float: left;
    width: 50%;
    height: 100%;
}
.sec2_img img {
    width: 100%;
}

.sec2_txt {
    padding: 0 50px;
}

p.sec_subtitle,
h3.sec_subtitle,
h2.sec_subtitle{
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: normal;
}

.secex {
    text-align: center;
    margin-bottom: 38px;
}

.sec3_item {
    padding: 35px 0;
    border: #eee solid;
    border-width:1px 0 1px 0 ;
    height: auto;
    overflow: hidden;
    position: relative;
}

.sec3_img,.sec3_txt {
    float: left;
}

.sec3_img {
    width: 40%;
}

.sec3_txt {
    width: 60%;
}

.sec3_img img {
    width: 100%;
}

.sec3_txt {
    padding-left: 50px;
    height: 100%;
}

.sec3_txt.right {
    padding-left: 0;
    padding-right: 50px;
}

.more,
.contact input[type="submit"],
.contact input[type="reset"]{
    position: absolute;
    left: calc(40% + 50px);
    width: 200px;
    height: 60px;
    background: #26b7bc;
    transition: 0.5s;
    bottom: 42px;
}

.more:hover,
.contact input[type="submit"]:hover,
.contact input[type="reset"]:hover{
    background: #5bf4f4;
    transition: 0.5s;
}

.right .more {
    left: 0;
}

.more a,.sec5_to_contanct a,
.contact input[type="submit"],
.contact input[type="reset"]{
    text-decoration: none;
    line-height: 60px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bold;
}

#sec4 {
    background: #9fd5a1;
    color: #fff;
}

#sec4 .seccon {
    position: relative;
}

#sec4 h2.sec_title {
    color: #fff;
}

#sec4 .jasub {
    color: #fff;
    border-bottom-color: #fff;
}

#sec4 .sec4_txt {
    text-align: center;
}

.sec4_txt {
    position: relative;
}

#sec4 .more {
    transform: translateX(-50%);
    left: 50%;
    bottom: 35px;
}

#sec4 h3.sec_subtitle {
    margin-bottom: 80px;
}

#sec5 .seccon {
    position: relative;
}

.sec5_to_contanct {
    width: 200px;
    height: 60px;
    background: #26b7bc;
    margin-bottom: 35px;
    transition: 0.5s;
}

.sec5_to_contanct:hover {
    background: #47e0e0;
    transition: 0.5s;
}

.sec5_con {
    height: auto;
    overflow: hidden;
}

.sec5_txt,.sec5_gmap {
    float: left;
}

.sec5_txt {
    width: 40%;
}

.sec5_gmap {
    width: 60%;
}

.gmap {
    width: 100%;
    height: 500px;
}

#sec5 dt {
    font-size: 18px;
    font-weight: bold;
}

#sec5 dd {
    margin-bottom: 20px;
}

#sec5 dd:last-of-type {
    margin-bottom: 50px;
}

section:last-of-type {
    margin-bottom: 100px;
}

footer {
    background-color: #26b7bc;
    text-align: center;
    padding: 50px;
    color: #fff;
}

/*service*/

.column_sec {
    width: 1080px;
    margin: 0 auto;
    padding-top: 70px;
}

p.sec_title,.column_sec h1.sec_title {
    font-size: 44px;
    text-align: center;
    padding-top: 100px;
}

.column_sec .seccon {
    padding: 0;
    padding-bottom: 120px;
}

.service .ser_sec_content {
    border: solid 1px #eee;
}

.service .ser_sec_item {
    float: left;
    width: 50%;
    padding: 40px;
}
.service .ser_sec_item:first-of-type {
    border-right: 1px solid #eee;
}

.ser_sec_img {
    width: 100%;
}

.ser_sec_txt {
    width: 100%;
    position: relative;
}

.service .sec_subtitle {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: normal;
    margin-top: 15px;
}

.service .more {
    position: relative;
    left: 0;
    top: 0;
    width: 200px;
    height: 60px;
    background: #26b7bc;
    bottom: 0;
    transition: 0.5s;
    margin-top: 50px;
}

/*about*/

.about_sec_content {
    width: 100%;
}

.about_sec_content table,
.about_sec_content tbody,
.about_sec_content tr,
.access_sec_content table,
.access_sec_content tbody,
.access_sec_content tr,
table.formTable,
.formTable tr,
.formTable tbody {
    width: 100%;
}

.about_sec_content table,
.access_sec_content table,
table.formTable {
    border-top: 1px solid #eeeeee;
    margin-bottom: 50px;
}

.about_sec_content tr,
.access_sec_content tr,
.formTable tr{
    border-bottom: 1px solid #eee;
}

.about_sec_content th,
.about_sec_content td,
.access_sec_content th,
.access_sec_content td,
.formTable th,
.formTable td{
    padding: 30px 0;
}

.about_sec_content th,
.access_sec_content th,
.formTable th {
    text-align: left;
    font-weight: bold;
    width: 30%;
}

.about_gmap {
    width: 100%;
}


/*mission*/

.mission_sec_item {
    width: 100%;
    border: solid #eee;
    border-width: 1px 0 1px 0;
    padding: 50px 0;
    position: relative;
}

.mission_sec_img,
.mission_sec_txt {
    float: left;
}

.mission_sec_img {
    width: 47.5%;
}

.mission_sec_txt {
    width: 52.5%;
    padding-left: 50px;
}

.mission_sec_item:nth-of-type(2) .mission_sec_txt {
    padding-left: 0;
    padding-right: 50px;
}

.mission .more {
    left: calc(47.5% + 50px);
    bottom: 57px;
}

.mission_sec_item:nth-of-type(2) .more {
    left: 0;
}

.mission_mv {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.mission_mv img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-59%);
}

.in_section {
    width: 100%;
    padding: 0 50px;
    /*margin-top: 80px;*/
}

.mission .in_section {
    padding-top: 60px;
}

.mission .in_section:first-of-type {
    background: #9fd5a1;
    height: 300px;
    margin-top: 0;
}

.mission h2.sec_subtitle {
    color: #fff;
    font-size: 34px;
    text-align: center;
    font-weight: bold;
}

.mission .sec_subtitle_sub {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
}

.in_section h3:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    height: 5px;
    width: 100px;
    background-color: #47e0e0;
}

.in_section h3 {
    position: relative;
    border-top: 1px solid #eee;
    padding-top: 34px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}

/*contact*/

.contact input,
.contact textarea{
    width: 100%;
}

.contact input[type="submit"],
.contact input[type="reset"]{
    width: 150px;
    position: relative;
    left: auto;
    bottom: auto;
    display: inline-block;
    margin: 0px 38px;
    border: none;
}

.contact.confirm input[type="submit"] {
    margin: 0 auto;
    margin-top: 30px;
    display: block;
}

.confirm .g-recaptcha div {
    margin: 0 auto;
}

/*development contribution*/

/*.development .seccon,*/
/*.contribution .seccon {*/
    /*padding-bottom: 60px;*/
/*}*/

.development .more,
.contribution .more {
    transform: translateX(-50%);
    left: 50%;
    margin-top: 100px;
}

/*access*/
.access_gmap {
    width: 100%;
    margin-bottom: 30px;
}

.access .seccon {
    position: relative;
}

.access .more {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

.access .seccon {
    position: relative;
}

.access .more {
    bottom: 0;
}

/*.column_sec.access .seccon {*/
    /*padding-bottom: 110px;*/
/*}*/

/*nav*/

.mbhum,
.mbnav {
    display: none;
}


/*contribution*/


.contribution .in_section:first-of-type {
    background: #9fd5a1;
    height: 370px;
    margin-top: 0;
}

.contribution .in_section.with_img:first-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contribution .in_section:first-of-type {
    color: #fff;
}

.contribution .in_section .in_section_item:first-of-type {
    width: 55%;
    margin-right: 5%;
    padding-top: 45px;
}

.contribution .in_section .in_section_item:first-of-type h2,
.contribution .in_section:first-of-type h2{
    text-align: center;
    font-size: 30px;
    width: 100%;
}

.contribution .in_section .in_section_item:first-of-type p.jasub,
.contribution .in_section:first-of-type p.jasub{
    font-size: 12px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    border-bottom-color: #fff;
}

.contribution .in_section .in_section_item:nth-of-type(2) {
    width: 40%;
    position: relative;
    overflow: hidden;
}

.contribution .in_section .in_section_item:nth-of-type(2) img {
    position: relative;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.contribution .in_section.other_section {
    padding-top: 80px;
}

.contribution .in_section.other_section h2{
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 34px;
    margin-bottom: 70px;
    text-align: center;
}

.contribution .in_section.other_section h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 5px;
    background-color: #47e0e0;
}

.in_section_in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.in_section_in_item {
    width: 45%;
}

.in_section_in_item:first-of-type {
    margin-right: 5%;
}

.in_section_in_item:nth-of-type(2) {
    width: 50%;
}

.right .in_section_in_item {
    width: 50%;
}

.right .in_section_in_item:first-of-type {
    margin-right: 0;
}

.right .in_section_in_item:nth-of-type(2) {
    margin-left: 5%;
}

.right .in_section_in_item:nth-of-type(2) {
    width: 45%;
}

.contribution.work_flow .in_section:first-of-type {
    height: auto;
    min-height: 400px;
    padding-top: 25px;
    /* text-align: center; */
}

.contribution.work_flow .in_section:first-of-type p{
    text-align: center;
}

img.relation {
    margin: 3rem 0;
}


/*post*/

.post .in_section {
    padding-top: 80px;
}

.meta_header {
    margin-bottom: 32px;
}

p.meta_date {
    float: left;
    margin-top: 6px;
}

p.meta_category {
    float: right;
}

.post_title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid #DCE5EB;
    text-align: center;
}

.post .more {
    left: 50%;
    transform: translateX(-50%);
    margin: 76px 0 30px;
}

p.kouken_txt {
    padding-top: 3rem;
}

p.cr a {
    color: #ffffff;
    text-decoration: none;
}

@media screen and (max-width:1024px) {
    .back_img .husya {
        height: 8%;
    }

    .back_img .husya:nth-of-type(1) {
        left: 35%;
        top: 38%;
    }

    .back_img .husya:nth-of-type(2) {
        top: 34%;
        left: 66%;
    }

    .back_img .husya:nth-of-type(3) {
        top: 42%;
        left: 78%;
    }

    .back_img .husya:nth-of-type(4) {
        top: 57%;
        left: 24%;
    }

    .back_img .husya:nth-of-type(5) {
        top: 60%;
        left: 69%;
    }

    .top_news_title {
        text-align: right;
        width: 90px;
        position: relative;
        font-size: 8px;
    }

    .top_news_title .bg {
        width: 55px;
        line-height: 35px;
    }

    .top_news_title:after {
        border-width: 35px 35px 0 0;
    }

    .top_news_list {
        display: block;
        padding: 8px 15px 15px;
    }

    .top_news_list_item_date {
        margin-right: 12px;
        font-size: 12px;
    }

    .top_news_list_item_category {
        margin-right: 0;
        padding: 1px 7px;
        font-size: 10px;
    }

    .top_news_list_item_text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: auto;
        white-space: normal;
    }

    .top_news_list_item_text a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .top_news_more {
        display: inherit;
        vertical-align: middle;
        text-align: right;
        width: auto;
        padding: 0 15px 30px;
    }

    .top_news_more a {
        position: relative;
    }

    .top_news_more a i {
        position: relative;
        transform: none;
        top: 50%;
        left: -5px;
        font-size: 1.2em;
    }

    .container {
        padding: 50px 30px;
    }

    .mv {
        left: -30px;
    }


    section#sec1 .seccon {
        position: relative;
    }

    .top_news_more {
        width: 140px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .top_news_more a:before {
        height: 30px;
    }

    .top_news_title {
        text-align: left;
        width: 189px;
        position: relative;
        font-size: 15px;
    }

    .top_news_title .bg {
        width: 155px;
        line-height: 35px;
        padding-left: 15px;
    }

    .top_news_list_item_text {
        position: static;
        margin: 0;
        width: calc(100% - 140px);
    }

    p.sec_subtitle, h3.sec_subtitle, h2.sec_subtitle {
        font-size: 26px;
        margin-bottom: 15px;
        font-weight: normal;
    }

    .column_sec {
        width: auto;
    }

    .in_section {
        padding: 0 25px;
    }

    .contribution.work_flow .in_section:first-of-type,
    .contribution .in_section.with_img:first-of-type{
        height: auto;
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: unset;
    }

    .contribution .in_section .in_section_item:first-of-type,
    .in_section .in_section_item:first-of-type{
        padding-top: 0;
    }

}


@media screen and (max-width:768px) {
    header {
        height: 45px;
    }

    .logo_img {
        padding-left: 20px;
        width: 60%;
    }

    .nav {
        display: none;
    }

    .mbhum,
    .mbnav {
        display: inherit;
    }

    .mbhum {
        float: left;
        width: 40%;
        position: relative;
        height: 100%;
    }

    .mbhum .hum {
        float: right;
        /*margin-right: 5px;*/
        position: relative;
        height: 100%;
        width: 46px;
        background: #26b7bc;
    }

    .hum span {
        position: absolute;
        transform: translateX(-50%) rotate(0deg);
        left: 50%;
        width: 17px;
        height: 2px;
        background: #fff;
        transition: 0.5s;
    }

    .hum span.active {
        transition: 0.5s;
    }

    .hum span:nth-of-type(1) {
        top: 14px;
    }

    .hum span:nth-of-type(2) {
        top: 20px;
        opacity: 1;
    }

    .hum span:nth-of-type(3) {
        top: 26px;
    }

    .hum.active span:nth-of-type(1){
        top: 20px;
        transform: translateX(-50%) rotate(-315deg);
    }

    .hum.active span:nth-of-type(2){
        opacity: 0;
    }

    .hum.active span:nth-of-type(3){
        top: 20px;
        transform: translateX(-50%) rotate(315deg);
    }

    .mbnav {
        display: inherit;
        position: fixed;
        width: 100vw;
        background: #26b7bc;
        top: -100%;
        z-index: 40;
        height: auto;
        margin-top: 45px;
    }

    .mbnav ul {
        list-style: none;
        padding: 0;
        width: 100%;
    }

    .mbnav li {
        padding: 15px 20px;
        border-bottom: solid 1px #fff;
        width: 100%;
    }
    .mbnav li:last-of-type {
        border-bottom: none;
    }

    .mbnav ul li a {
        text-decoration: none;
        color: #fff;
    }

    .mbnav ul li p {
        position: relative;
    }

    .fas {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        text-align: right;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 0;
        transform: translateY(-50%);
        top: 50%;
    }

    #sec2 .seccon, #sec3 .seccon, #sec4 .seccon, #sec5 .seccon {
        padding: 35px 25px 25px;
    }


}


@media screen and (max-width:767px) {
    body {
        font-size: 14px;
    }

    .back_img {
        height: 138vw;
        transform: translate(-51%,-50%);
    }

    .top_news_list_item_text {
        width: 100%;
    }

    #sec2 .seccon, #sec3 .seccon, #sec4 .seccon, #sec5 .seccon {
        padding: 35px 15px;
    }

    h2.sec_title {
        font-size: 30px;
        line-height: 1;
    }

    p.jasub {
        border-bottom: 1.5px solid #333;
        margin-bottom: 48px;
        font-size: 10px;
    }

    .sec2_img, .sec2_txt {
        width: 100%;
    }

    .sec2_txt {
        padding: 0;
    }

    h3.sec_subtitle, h2.sec_subtitle,.service .sec_subtitle {
        font-size: 22px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .sec3_img {
        width: 100%;
    }

    .sec3_txt {
        width: 100%;
        padding: 0;
    }

    .more, .contact input[type="submit"], .contact input[type="reset"] {
        left: 0;
        width: 100%;
        position: relative;
        top: 0;
        transform: none;
        margin-top: 30px;
    }

    .sec3_item:nth-of-type(2) {
        /*content: "";*/
        /*display: block;*/
        /*padding-top: 100%;*/
        display:flex;           /* Flexコンテナ―に設定 */
        flex-direction:column;
    }

    .sec3_txt.right,.sec3_item:nth-of-type(2) .sec3_img {
        /*position: absolute;*/
    }

    .sec3_item:nth-of-type(2) .sec3_img {
        top: 0;
    }

    .sec3_txt.right {
        /*bottom: 0;*/
        /*height: auto;*/
        padding: 0;
        order: 1;
    }

    .sec5_txt {
        width: 100%;
    }

    .sec5_gmap {
        width: 100%;
    }

    #sec5 dt {
        font-size: 14px;
    }

    .sec5_to_contanct {
        width: 100%;
    }

    .mv_title h1 {
        font-size: 22px;
        width: 100vw;
    }

    .column_sec {
        width: auto;
        padding: 0;
    }

    .column_sec .seccon {
        padding: 35px 0;
    }

    p.sec_title,.column_sec h1.sec_title {
        padding-top: 33px;
        line-height: 1;
        font-size: 30px;
    }

    footer {
        padding: 25px;
    }

    .mission_sec_img {
        width: 100%;
    }

    .mission_sec_txt {
        width: 100%;
        padding-left: 0;
    }

    .mission_sec_item {
        padding: 25px 0;
    }

    .mission_sec_item:nth-of-type(2):before {
        content: "";
        display: block;
        padding-top: 92%;
    }

    .mission_sec_item {
        position: relative;
    }

    .mission_sec_item:nth-of-type(2) .mission_sec_txt,
    .mission_sec_item:nth-of-type(2) .mission_sec_img {
        position: absolute;
    }

    .mission_sec_item:nth-of-type(2) .mission_sec_txt {
        bottom: 25px;
        height: auto;
        padding: 0;
    }

    .mission_sec_item:nth-of-type(2) .mission_sec_img {
        top: 25px;
    }

    .service .ser_sec_item {
        width: 100%;
        padding: 20px;
    }

    .service .more {
        width: 100%;
        margin-top: 25px;
    }

    .service .ser_sec_item:first-of-type {
        border-right: 0;
        border-bottom: 1px solid #eee;
    }

    .contact_sec_content tr,
    .contact_sec_content th,
    .contact_sec_content td {
        display: block;
        width: 100%;
        padding: 15px 0;

    }

    .contact input, .contact textarea {
    padding: 10px 5px;
    border: 1px solid #eee;
    }

    .contact input[type="submit"], .contact input[type="reset"] {
        margin: 0 auto;
        padding: 0;
    }

    .column_sec.access .seccon {
        padding-bottom: 35px;
    }

    section#sec1 .seccon {
        padding-bottom: 45px;
    }

    .contribution .in_section .in_section_item {
        width: 100% !important;
        margin-right: 0;
    }

    .contribution .in_section .in_section_item:first-of-type h2, .contribution .in_section:first-of-type h2 {
        font-size: 20px;
    }

    .contribution .in_section.other_section h2 {
        font-size: 16px;
    }

    .in_section_in {
        display: block;
    }

    .in_section_in_item {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .right .in_section_in_item {
        margin-left: 0 !important;
    }

    .in_section_in_item img {
        margin: 10px 0;
    }

    .access .more {
        width: calc(100% - 50px);
    }

    .mission h2.sec_subtitle {
        font-size: 5vw;
    }
}


/*2020-09-03*/
.myNotification {
    font-size: 2em;
    text-align: center;
    color: red;
}
