html {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Noto Serif JP', serif;
    margin: 0;
    padding: 0;
}
.container {
    padding: 0 25px;
}
h1, h2 {
    font-family: 'Libre Baskerville', serif;
    font-weight: normal;
}
h2 {
    font-size: 2.5em;
}
dl {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0
}
dt {
    float: left;
    width: 20%;
    padding: 0;
    margin: 0
}
dd {
    float: left;
    width: 80%;
    padding: 0;
    margin: 0
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/******************************************
head menu style start
*******************************************/

.hide-mobile {
    display: none;
}

.head-bg {

    top: 0;
    width: 100%;
    position: fixed;

    border-bottom: 1px solid black;
    background: white;
}
.head-logo {
    width: 260px;
}
.menu {
    width: 35px;
}
header {
    display: flex;
    justify-content: space-between;
    padding: .8em 0;
}


nav ul {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    text-align: center;
    background: white;
    height: 100%;
    padding-top: 3.4em;
}

nav ul li a {
    color: black;
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 15px;
    display: block;
    width: 100%;
    padding-top: 2em;
    padding-bottom: .4em;
}
nav ul li a:hover {
    color: #044004;
}

.exit-btn {
    margin-top: -2.7em;
    float: right;
    padding: 0 1.9em;
}
.head-logo2 {
    padding-left: 1.55em;
    margin-top: -4.6em;
    width: 260px;
    float: left;
}
.exit-btn img {
    width: 25px;
    cursor: pointer;
}





/******************************************
Top page menu style start
*******************************************/



.top-page-img1 {
    margin-top: 65px;
    width: 100%;
}
.top-page-img2 {
    display: none;
}


/******************************************
News style start
*******************************************/
.news-anchor {
    height: 60px;
    margin-top: -60px;
}
.section-news {
    padding-bottom: 2em;
}
.section-news h1 {
    font-size: 35px;
    text-align: center;
}
.topics1 {
    font-size: 12px;
}
.topics1 dl {
    width: 100%;
    margin: 1em auto 0;
    padding: 8px;
}
.viewmore-news {
    font-size: 13px;
    margin: 3em auto 0;
    width: 220px;
    background: white;
    padding: 1em 0 1em 1.5em;
    border: #044004 solid 1px;
    text-decoration: none;
    color: #044004;
    display: block;
    text-align: center;
}
.news-1 {
    color: black;
    text-decoration: none;
    padding-left: 1em;
}
.news-span {
    font-family: 'Open Sans', sans-serif;
    background-color: #F47D00; 
    color: white; 
    font-size: 6px; 
    padding: 3px 10px; 
    margin: 0 6px;
}


/******************************************
About us style start
*******************************************/
.section-aboutus {
    text-align: center;
    background: #EFEFE1;
}
.section-aboutus h2 {
    font-family: 'Noto Serif JP', serif;
    padding-top: 1.2em;
    margin: 0;
    font-size: 50px;
}
.section-aboutus p:nth-child(2) {
    margin: 0;
    padding-bottom: 40px;
}
.section-aboutus p:nth-child(3) {
    padding-bottom: 4em;
    text-align: left;
    line-height: 27px;
}

/******************************************
Access style start
*******************************************/
.access-anchor {
    height: 60px;
    margin-top: -60px;
}
.section-access {
    background: white;
}
.section-access h1 {
    border-bottom: 1px solid #707070;
    margin-bottom: 0;
}
.section-access p:nth-child(2) {
    margin-top: 0;
    margin-bottom: 2em;
}
.section-access-f {
    margin-top: 0;
    margin-bottom: 3em;
}
.access-b {
    height: 130px;
    border: 1px solid #707070;
    font-size: 14px;
    margin: 1.5em 0;
}
.access-b p:nth-child(1) {
    background: #3C743C;
    margin: 0;
    padding: 10px;
    color: white;
}
.access-b p:nth-child(2) {
    padding: 25px;
}
.hide-mobile-m {
    display: none;
}
.hide-desktop-m {
    padding-bottom: 2.5em;
}

/******************************************
Company style start
*******************************************/
.section-company {
    background: #FAFAF9;
    padding-top: 3em;
    padding-bottom: 8em;
}
.section-company h1 {
    border-bottom: 1px solid #707070;
    margin-bottom: 0;
}
.section-company p {
    margin-top: 0;
    margin-bottom: 4.5em;
}
dl {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0
}
dt {
    float: left;
    width: 30%;
    padding: 0;
    margin: 0
}
dd {
    float: left;
    width: 70%;
    padding: 0;
    margin: 0
}
.topics2 dl {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #727171;
    padding: 20px 0;
}
.topics2 dl:nth-child(5) {
    border-bottom: 1px solid #727171;
}
.contact {
    margin: 3em auto 0;
    width: 220px;
    background: white;
    padding: 1em 1em;
    border: #044004 solid 1px;
    text-decoration: none;
    color: #044004;
    display: block;
    text-align: center;
}







/******************************************
Gaiyo content style start
*******************************************/

.gaiyo-bg {
    margin-top: 65px;
    background: #FAFAF9; 
}
.gaiyo-title {
    font-family: 'Noto Serif JP', serif;
    margin: 0 auto 2em;
    font-size: 25px;
    text-align: center;
    border-bottom: 1px solid #707070;
    padding-top: 1em;
    padding-bottom: .5em;
}
.gaiyo-content h2 {
    font-size: 18px;
    color: #044004;
    margin-bottom: 30px;
}
.gaiyo-content p {
    margin: 0;
    font-size: 13px;
    padding-bottom: 80px;
}
.gaiyo-content figure {
    margin: 0;
    display: inherit;
    margin-bottom: 1.5em;
}
.gaiyo-img {
    width: 100%;
}



/******************************************
toiawase content style start
*******************************************/

.toiawase-bg {
    margin-top: 65px;
    background: #FAFAF9; 
}
.toiawase-title {
    font-family: 'Noto Serif JP', serif;
    margin: 0 auto 2em;
    font-size: 25px;
    text-align: center;
    border-bottom: 1px solid #707070;
    padding-top: 1em;
    padding-bottom: .5em;
}
.toiawase-info1 {
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1em;
}
.toiawase-info1 tr th {
    width: 20%;
    text-align: left;
}
.toiawase-info2 {
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 8em;
}
.toiawase-info2 tr th {
    width: 20%;
    text-align: left;
}

/******************************************
privacy policy content style start
*******************************************/

.privacy-bg {
    margin-top: 65px;
    background: #FAFAF9; 
    padding-bottom: 8em;
}
.privacy-title {
    margin: 0 auto 2em;
    font-size: 25px;
    text-align: center;
    border-bottom: 1px solid #707070;
    padding-top: 1em;
    padding-bottom: .5em;
}
.privacy-content h2 {
    font-size: 18px;
    color: #044004;
    margin-bottom: 30px;
}
.privacy-content h3 {
    font-size: 16px;
    font-weight: inherit;
}
.privacy-content p {
    margin: 0;
    font-size: 13px;
    padding-bottom: 30px;
}
.toiawase-box {
    background: white;
    border: 1px solid #707070;
    padding: 1em;
}
.toiawase-box span {
    font-size: 13px;
}

/******************************************
News page content style start
*******************************************/


.news1-bg {
    margin-top: 65px;
    background: #FAFAF9; 
}
.news1-title {
    font-family: 'Noto Serif JP', serif;
    margin: 0 auto 2em;
    font-size: 25px;
    text-align: center;
    border-bottom: 1px solid #707070;
    padding-top: 1em;
    padding-bottom: .5em;
}
.news1-content h2 {
    font-size: 18px;
    color: #044004;
    margin-bottom: 30px;
}
.news1-content p {
    margin: 0;
    font-size: 13px;
    padding-bottom: 80px;
}



/******************************************
Footer style start
*******************************************/

.logo-footer {
    margin: 1.5em 0;
    width: 100%;
}
.footer-container {
    background: #044004;
    color: white;
    padding: 25px;
    text-align: center;
}
.footer-container p {
    font-size: 10px;
}
.footer-links {
    color: white;
    padding: 0;
}
.footer-links ul li {
    padding: 14px;
    list-style-type: none;
}
.footer-links ul li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: white;
}
.footer-b {
    font-family: 'Open Sans', sans-serif;
}
.pb-footer {
    padding-top: 4em;
}
.pb-footer a {
    color: white;
    text-decoration: none;
    font-size: 13px;
}


@media only screen and (min-width: 650px) {


.top-page-img-b {
    background: #BAE2F9;
}
.top-page-img1 {
    display: none;
}
.top-page-img2 {
    display: inherit;
    width: 100%;
    max-width: 1700px;
    margin: 65px auto 0;
}


.news-content {
    display: flex;
    justify-content: space-around;
    padding-top: 2em;
}
.topics1 {
    font-size: 14px;
    padding-top: 12px;
    width: 50%;
}
.viewmore-news {
    margin: 20px auto 0;
}


.toiawase-title {
    width: 80%;
}
.toiawase-info1 {
    width: 85%;
}
.toiawase-info2 {
    width: 85%;
}

.privacy-title {
    width: 80%;
}
.privacy-content h3 {
    font-size: 17px;
}
.privacy-content p {
    font-size: 14px;
}


.section-aboutus p:nth-child(3) {
    width: 560px;
    margin: 0 auto;
}


.section-access h1 {
    font-size: 46px;
}
.section-company h1 {
    font-size: 46px;
}


/******************************************
Gaiyo content style start
*******************************************/
.gaiyo-content {
    margin: 0 auto;
}
.gaiyo-title {
    width: 80%;
    font-size: 32px;
    padding-bottom: 1em;
}
.gaiyo-content p {
    font-size: 14px;
}
.gaiyo-column {
    float: left;
    width: 45%;
    padding: 15px;
}
.gaiyo-row::after {
    content: "";
    clear: both;
    display: table;
}
.gaiyo-img {
    width: 100%;
}

/******************************************
news page content style start
*******************************************/
.news1-content {
    margin: 0 auto;
}
.news1-title {
    width: 80%;
    font-size: 32px;
    padding-bottom: 1em;
}
.news1-content p {
    font-size: 22px;
}




/******************************************
Footer start
*******************************************/

.logo-footer {
    width: 350px;
    text-align: center;
}

.footer-b {
    padding-top: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pb-footer {
    padding-top: 0em;
}
.pb-footer a {
    padding-right: 1em;
}
.footer-links ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-links ul li {
    padding: 0;
    position: relative;
}

.footer-links ul li:after {
    position: absolute;
    content:"";
    width: 1px;
    height:50%;
    background: white;
    transform: rotate(25deg);
    top:7px;
    left:0;
}
.footer-links ul li:nth-child(5)::before {
    position: absolute;
    content:"";
    width: 1px;
    height:50%;
    background: white;
    transform: rotate(25deg);
    top:7px;
    left:100px;
}

.footer-links ul li a {
    font-size: 12px;
    color: white;
    padding: 6px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

}


@media only screen and (min-width: 1200px) {

    .container {
        width: 80%;
        margin: 0 auto;
    }
    .top-container {
        width: 1000px;
    }
    .show-desktop {
        display: block;
        margin: 0 auto;
    }

    .hide-desktop {
        display: none;
    }

    header {
        padding: 0 0;
    }
    .head-logo {
        margin-bottom: 8px;
        margin-top: 1em;
        width: 360px;
    }



    .section-access-flex {
        display: flex;
        justify-content: space-between;
    }
    .section-access-flex div {
        width: 85%;
    }
    .hide-desktop-m {
        display: none;
    }
    .hide-mobile-m {
        display: inherit;
    }

    .gaiyo-content {
        width: 736px;
    }
    .gaiyo-title {
        padding-top: 2.5em;
    }

    .news1-content {
        width: 736px;
    }
    .news1-title {
        padding-top: 2.5em;
    }


    .toiawase-title {
        padding-top: 2.5em;
    }
    .toiawase-content {
        margin: 0 auto;
        width: 736px;
    }


    .privacy-title {
        padding-top: 2.5em;
    }
    .privacy-content {
        margin: 0 auto;
        width: 736px;
    }

    .company-flex {
        display: flex;
    }
    .company-flex div:nth-child(1) {
        width: 54%;
    }
    .contact {
        margin-top: 355px;
        margin-left: 2em;
    }
    .toiawase-content {
        padding-top: 2.5em;
    }


     nav ul {
        position: inherit;
        width: auto;
        display: flex;
        padding-top: 45px;
        text-align: inherit;
        background: none;
    }
    nav ul li {
        float: left;
        position: relative;
    }
    nav ul li:after {
        position: absolute;
        content:"";
        width: 1px;
        height:100%;
        background: #000;
        transform: rotate(30deg);
        top:0px;
        left:0;
    }
    nav ul li a {
        width: inherit;
        padding: 0px 30px;
        font-size: 15px;
        text-decoration: none;
    }
    .nav-space {
        margin-top: 55px;
    }

}