@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,300italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Nunito:400,300,700);

/* ==========================================================================
Typography
========================================================================== */
p {
    font-size: 15px;
    line-height: 29px;
    color: #3D4351;
    padding-bottom: 20px;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 28px;
    font-weight: 800;
    color: #004E66;
    text-align: center;
}

h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #004E66;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
    color: #3D4351;
    text-transform: uppercase;
    font-weight: 500;
}

.btn {
    font-size: 13px;
    border: solid 2px;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
}

.btn-yellow {
    display: inline-block;
    color: #fff;
    background-color: #FFD54F;
    border-color: #FFD54F;
    text-decoration: none;
}

.btn-orange {
    display: inline-block;
    color: #fff;
    background-color: #FF5F2E;
    border-color: #FF5F2E;
    text-decoration: none;
}

.btn-orange:disabled {
    display: inline-block;
    color: #fff;
    background-color: #8b8a8a;
    border-color: #8b8a8a;
    text-decoration: none;
}

.btn-white {
    display: inline-block;
    color: #004E66;
    background-color: #FFF;
    border-color: #FFF;
    text-decoration: none;
}

.btn-small {
    font-size: 13px;
    border: solid 2px;
    border-radius: 40px;
    padding: 8px 40px;
}

.btn-large {
    padding: 15px 40px;
}

/* ==========================================================================
Global Styles
========================================================================== */


.headline {
    margin: 40px 0 20px;
}

.headline h2 {
    text-decoration: underline;
    text-decoration-color: #FFD54F;
    text-decoration-thickness: 10px;
    text-underline-offset: -3px;
    text-decoration-skip-ink: none;
}


.container {
    display: grid;
}

a:hover,
a:focus {
    text-decoration: none;
}

body {
    font-family: 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-weight: 300;
    color: rgba(28, 54, 83, 0.6);
    -webkit-text-size-adjust: 100%;
}

p {
    font-size: 17px;
    font-family: 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    line-height: 29px;
    color: #004E66;
    padding-bottom: 20px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.explanation {
    text-align: center;
}

.overview {
    text-align: center;
}

.overview img {
    height: 220px;
}


/* ==========================================================================
Header
========================================================================== */

header {
    padding: 28px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    position: relative;
    margin: 0 auto;
    background-color: #FFF;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    margin-left: 20px;
    display: inline-block;
}

header .logo img {
    height: auto;
    width: 160px;
}

header .header-nav {
    display: inline-block;
}

header ul li {
    display: inline;
}

header ul li a {
    margin-right: 20px;
}

/* ==========================================================================
Hero
========================================================================== */
.hero {
    background-color: #FFD54F;
    background-size: cover;
    position: relative;
    width: 100%;
}

.hero .container {
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    display: flex;
}

.hero .eye-catch {
    width: 500px;
    display: flex;
    justify-content: center;
}

.hero .eye-catch img {
    display: block;
    width: 500px;
    margin: auto;
}

.hero .top-catchphrase {
    float: right;
    width: 500px;
    margin: 15px auto 15px;
}

.top-image {
    display: block;
    width: 350px;
}

.hero .top-catchphrase .title {
    height: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.hero .top-catchphrase .catch {
    font-size: 1.6em;
    line-height: 1.4em;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.hero .top-catchphrase .catch strong {
    font-size: 1.6em;
    font-weight: 1000;
    line-height: 1.6em;
}

.hero .top-catchphrase .annotation {
    font-size: 0.9em;
    padding-bottom: 8px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.top-cta {
    background-color: #FF5F2E;
    border-color: #FF5F2E;
    text-decoration: none;
    width: 80%;
    display: block;
    border-radius: 40px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
}

.top-cta p {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #fff;
}

.top-cta p .btn-annotation {
    font-size: 0.6em;
}

/* ==========================================================================
about
========================================================================== */
.about {
    background-color: #FFF;
    background-size: cover;
    position: relative;
    padding: 40px 20px 20px;
}

.about .container {
    display: block;
}

.about-item {
    margin-bottom: 30px;
}


.explanation {
    text-align: center;
}

.overview {
    text-align: center;
}

.about .overview-section2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about .overview-section2 img {
    height: 180px;
    margin: 0 30px 30px;
}


/* ==========================================================================
worldview
========================================================================== */

.worldview {
    background-color: #FFF;
    background-size: cover;
    position: relative;
    padding: 40px 20px 20px;
}

/* ==========================================================================
problem
========================================================================== */

.problem {
    background-color: #FFF;
    background-size: cover;
    position: relative;
    padding: 40px 20px 80px;
}

.problem .container {
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.problem-box {
    width: 350px;
    text-align: center;
    margin: 20px 0 30px;

}

.problem-box h3 {
    text-align: center;
}

.problem-img .problem-icon {
    width: auto;
    max-height: 200px;
}

.problem-list {
    padding-left: 56px;
}

.problem-list li {
    list-style: inside;
    text-align: left;
}

/* ==========================================================================
howtouse
========================================================================== */
.howtouse {
    background-color: #FFFFFF;
    background-size: cover;
    position: relative;
    padding: 40px 20px 60px;
}

.howtouse .headline {
    margin-bottom: 60px;
}

.howtouse .box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 40px;
}

.howtouse .howtouse-wrapper-general {
    margin: auto;
}

.howtouse h3 {
    font-size: 20px;
    text-align: center;
    margin: 0;
}

.howtouse .description p {
    font-size: 17px;
}

.howtouse .howtouse-image {
    margin-left: 3%;
}

.howtouse-image img {
    width: 600px;
    height: auto;
}

.howtouse .box:nth-child(even) {
    flex-direction: row-reverse;
}

/*.howtouse .box:nth-child(even) .howtouse-wrapper-general {
    text-align: right;
}*/

.howtouse .box:nth-child(even) h3 {
    font-size: 20px;
    text-align: center;
    margin: 0;
}


.howtouse .box:nth-child(even) .description p {
    font-size: 17px;
}

.howtouse .box:nth-child(even) .howtouse-image {
    margin-left: 3%;
    margin-right: 3%;
}

.howtouse-image .box:nth-child(even) .howtouse-image img {
    width: 600px;
    height: auto;
}

/* ==========================================================================
Request
========================================================================== */
.request {
    background-color: #FF5F2E;
    background-size: cover;
    position: relative;
    padding: 40px 20px 60px;
}

.request .appeal-area {
    text-align: center;
}

.request .appeal {
    font-size: 24px;
    font-weight: 800;
    color: #FFF;
    text-align: center;
}

.request .request-cta {
    font-size: 24px;
    border-radius: 40px;
    padding: 15px 40px;
    font-weight: bold;
}

/* ==========================================================================
customization
========================================================================== */
.customization {
    background-color: #E1EEF6;
    background-size: cover;
    position: relative;
    padding: 40px 20px 40px;
}

.customization .appeal-area {
    text-align: center;
}


.customization .appeal {
    font-size: 28px;
    font-weight: 800;
    color: #004E66;
    text-align: center;
    margin-bottom: 10px;
}

.customization .appeal-area p {
    margin-bottom: 0;
}


/* ==========================================================================
Contact form
========================================================================== */
.contact {
    background-color: #FFF;
    background-size: cover;
    position: relative;
    padding: 80px;
}

.contact .frm-description {
    text-align: center;
}

.contact .container {
    background-color: #FFF;
    padding: 60px;
}

.contact .form-content {}

.contact .frm-required {
    background-color: #FF5F2E;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px;
    margin-right: 1.5rem;
    padding: .3rem;
    text-align: center;
    width: 30px;
}

.contact .frm-control {
    margin: 10px;
    display: block;
    width: 90%;
    height: 30px;
    padding: .5rem 1.7rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cecece;
    border-radius: .4rem;
}

.contact .frm-text {
    margin: 10px;
    display: block;
    width: 90%;
    height: 200px;
    padding: .5rem 1.7rem;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cecece;
    border-radius: .4rem;
}

.contact .privacy-checkbox {
    text-align: center;
}

.contact .privacy-checkbox a {
    color: #FF5F2E;
}

.contact .frm-btn {
    text-align: center;
}

.contact .contact-cta {
    border: none;
    outline: none;
    cursor: pointer;
    margin: 10px;
    font-size: 20px;
    border-radius: 40px;
    padding: 15px 80px;
    font-weight: bold;
}

/* ==========================================================================
Footer
========================================================================== */
footer {
    padding: 40px;
    background-color: #E1EEF6;
    position: relative;
    height: 80px;
}

footer .container {
    display: flex;
}

footer .footer-left {
    margin-right: auto;
    padding-top: 20px;
}

footer .footer-left img {
    width: 160px;
}

footer p {
    color: #ACB1B4;
    font-size: 13px;
}

.footer-list {
    margin-top: 30px;
}

.footer-list ul,
ol {
    margin: 0;
    padding: 0;
}

.footer-list ul li {
    list-style: none;
    display: inline;
}

.footer-list li a {
    font-size: 17px;
    font-family: 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    line-height: 29px;
    color: #004E66;
    margin-right: 40px;
    padding-bottom: 20px;
    text-decoration: none;
}


/* ==========================================================================
利用規約
========================================================================== */
#termofuse {
    margin: 10px 40px;
}

#termofuse h2 h3 {
    padding-bottom: 16px;
}

#termofuse p {
    padding-bottom: 5px;
}

#termofuse ul,
ol {
    margin: 10px;
    margin-left: 30px;
    padding: 0px 20px 20px;
}

#termofuse ul li {
    list-style: unset;
    margin-bottom: 10px;
    color: #004E66;
}
