@charset "UTF-8";

/* CSS Document */

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
a {
    color: #DD5519;
}

.fp-tableCell {
    vertical-align: top;
}

body {
    font-size: 16px;
    color: #333333;
    margin: 0;
    padding: 0;
    font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2,
h3,
h4,
h5 {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main {
    line-height: 1.7em;
    width: auto;
    padding: 0;
}

h2 {
    margin-top: 0;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.about-content {
    width: 1000px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
}

#header-link {
    width: 1000px;
    margin: 0 auto;
    text-align: right;
    padding-top: 0.5em;
    font-size: 14px;
}

#section0 {
    height: 550px;
    overflow: hidden;
    margin-top: 2em;
}

#section0 .about-content {
    padding-top: 20px;
    width: 500px;
    margin: 0;
}

#section0 .about-img {
    position: relative;
    top: -396px;
    left: 560px;
}

#section0 .fp-tableCell {}

#section0 h2,
#section1 h2,
#section2 h2,
#section3 h2,
#section4 h2,
#section5 h2,
#section6 h2 {
    font-size: 44px;
    line-height: 1.3em;
    margin-bottom: 10px;
    margin-top: 10px;
    color: inherit;
    border: none;
}

#section0 h2 {
    font-size: 28px;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #444;
    border: none;
}

.account-btn a {
    display: inline-block;
    background: #DD5519;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    padding: 1em 2em;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
}

#section1 {
    background: #FB9700;
    color: #fff;
}

#section1 h3 {
    padding: 0 20px;
    font-size: 24px;
    color: #fff;
    border: none;
}

#section1 img {
    display: block;
    margin: 0 auto;
}

#section1 p {
    padding: 0 20px;
}

#section2 h2 {
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 1);
}

#section2 h3 {
    text-align: center;
    font-size: 26px;
    color: #f29a00;
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 1);
}

#section2 {
    background: #f2f2f2;
}

#section2 img {
    display: block;
    margin: 0 auto;
}

#section2 p {
    padding: 0 20px;
}

#section3 table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
}

#section3 table th,
td {
    border: 1px solid #ccc;
    padding: 20px;
}

#section3 table th {
    background: #eee;
    text-align: center;
}

#section4 {
    background: #FB9700;
    color: #fff;
    overflow: hidden;
    height: 550px;
}

#section4 p {
    color: rgba(255, 255, 255, 0.9);
}

#section4 a {
    color: #fff;
}

#section4 .about-img {
    float: left;
    padding-top: 50px;
}

#section4 .about-content,
#section6 .about-content {
    width: 500px;
    float: right;
}

#section5 {
    height: 600px;
    overflow: hidden;
}

#section5 .about-content {
    width: 500px;
    padding-right: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
}

#section5 .about-img {
    position: relative;
    top: -600px;
    left: 340px;
}

#section6 {
    background: #f2f2f2;
    height: 700px;
    overflow: hidden;
}

#section6 .about-img {
    float: left;
    padding-top: 130px;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}


/*footer-section*/

#footer-section {
    background: #eee;
    border-top: 0.9px solid #ddd;
}

.section-in {
    width: 940px;
    margin: 0 auto;
    padding: 30px 50px 40px;
    overflow: hidden;
}

#footer-section .f-flx {
    display: flex;
    font-size: 0.9em;
}

#footer-section .f-flx .f-flx-box {
    flex: 1;
}

#footer-section .f-flx .f-flx-box3 {
    flex: 0.5;
}

#footer-sns {
    text-align: left;
    margin-bottom: 2em;
}

#footer-section h3 {
    font-size: 1em;
    color: #777;
    border: none;
}

#footer-sns a {
    margin: 0 0.5em 0.5em;
    color: #444;
    display: block;
}

#footer-sns i {
    margin-right: 0.5em;
}

#bottom-logo {
    text-align: left;
}

.footerlink {
    list-style: none;
    border-left: 1px solid #ddd;
    padding-left: 1.5em;
    text-align: left;
}

.footerlink li {
    margin-bottom: 0.5em;
}

.footerlink li:before {
    content: '\f0da';
    color: #FB9700;
    font-family: FontAwesome;
    margin-right: 0.5em;
    font-size: 14px;
}

.footerlink li a {
    color: RGB(15, 15, 30)
}

#main p.address {
    color: #fff;
    font-size: 0.7em;
    margin-top: 1em;
    background: #444;
    padding: 0.5em 0;
    text-align: center;
}


/*END - footer-section*/

.about-next {
    display: block;
    margin: 0 auto;
    width: 64px;
}

.lang-en #section0 h2,
.lang-en #section1 h2,
.lang-en #section2 h2,
.lang-en #section3 h2,
.lang-en #section4 h2,
.lang-en #section5 h2,
.lang-en #section6 h2 {
    font-size: 40px;
}

.feature-box {
    display: flex;
}

.feature-box div {
    flex: 1;
}

.about-content {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: 1s;
}

.about-content-in {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.flx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flxbox {
    width: 30%;
    display: flex;
    justify-content: space-between;
}

.flxbox .imgbox {
    width: 20%;
    margin-top: 25px !important;
}

.flxbox .txtbox {
    width: 80%;
    font-size: 90%;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    #main {
        font-size: 90%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .about-content {
        padding: 2em 1.5em 1.5em;
        width: auto;
    }
    #header-link {
        width: auto;
        margin-right: 1em;
    }
    #section0 {
        height: auto;
        margin-top: 0;
    }
    #section0 .about-content {
        width: auto;
        padding: 1.5em;
    }
    #section0 .about-content img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    #section0 .about-img {
        top: 0;
        left: 0;
        padding: 0 2em 2em;
    }
    #section0 h2,
    #section1 h2,
    #section2 h2,
    #section3 h2,
    #section4 h2,
    #section5 h2,
    #section6 h2 {
        font-size: 28px;
        text-align: center;
    }
    .account-btn a {
        width: 60%;
        padding: 0.5em 1em;
        margin: 1em 0;
    }
    #section1 .about-content {
        padding: 2em 1.5em 1.5em;
        ;
    }
    #section1 h3 {
        padding: 0;
        margin-bottom: 0;
    }
    #section1 p {
        padding: 0;
    }
    #section1 .float_left {
        float: none;
        width: auto !important;
    }
    #section3 table {
        table-layout: fixed;
    }
    #section3 table th,
    td {
        padding: 10px;
    }
    #section3 table th {
        text-align: center;
    }
    #section4 {
        height: auto;
    }
    #section4 .about-img {
        top: 0;
        text-align: center;
        padding: 0;
    }
    #section4 .about-img img {
        width: 40%;
        vertical-align: bottom;
    }
    #section4 .about-content,
    #section6 .about-content {
        width: auto;
        padding: 2em 1.5em 1.5em;
    }
    #section5 {
        height: auto;
    }
    #section5 .about-content {
        width: auto;
        padding: 2em 1.5em 1.5em;
    }
    #section5 .about-img {
        top: 0;
        left: 0;
        text-align: center;
    }
    #section5 .about-img img {
        width: 70%;
    }
    #section6 {
        height: auto;
    }
    #section6 .about-img {
        text-align: center;
        padding-top: 10px;
    }
    #section6 .about-img img {
        width: 60%;
    }
    .w1000 {
        width: auto;
    }
    /*footer-section*/
    .footerlink {
        text-align: left;
        padding-left: 10px;
    }
    .footerlink li {}
    .footerlink li a {
        text-decoration: none;
    }
    .flink-main {
        text-align: left;
        padding-left: 10px;
    }
    .lang-en #section0 h2,
    .lang-en #section1 h2,
    .lang-en #section2 h2,
    .lang-en #section3 h2,
    .lang-en #section4 h2,
    .lang-en #section5 h2,
    .lang-en #section6 h2 {
        font-size: 28px;
    }
    .feature-box {
        display: block;
    }
    #footer-section .f-flx {
        display: block;
        font-size: 0.9em;
        padding: 0 2em;
        width: auto;
    }
    .flxbox {
        width: 100%;
    }
    .flxbox .imgbox {}
    .flxbox .txtbox {
        width: 70%;
    }
}