﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:500,600);
@import url('https://use.typekit.net/glv0sbx.css');

/*----------------------
 * 1. GENERAL
 *   1.1  Margin
 *   1.2  Text
 *   1.3  Titles and Subtitles
 *   1.4  Lists
 *   1.5 Btn
 *   1.6 Table
 * 2. HEADER
 * 	  2.1 Main Nav
 *        2.1.1 main-nav (pc-only)
 *        2.1.2 main-nav-xs (sp-only)
 * 3. MAIN VISUAL
 * 4. CONTENTS
 * 5. FOOTER
 * 6. SNS
 * 7. 260129 bnr
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html {
    font-size: 62.5%;
}
html,
body {
	overflow-x: hidden;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.7rem;
	color: #3f0405;
	line-height: 2;
	font-weight: 400;
	overflow: hidden;
	background: #1e1410;
}
@media (max-width: 1024px) {
    body {
        font-size: calc(14px + 3 * (100vw - 320px) / 704);
        line-height: 1.8;
    }
}

a {
    color: #3f0405;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #3f0405;
    text-decoration: underline;
}
a:focus {
  outline: none !important;
  overflow: hidden;
  text-decoration: none;
}
*:focus {
    outline: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

small {
    display: inline-block;
    font-size: 1.4rem;
}
@media (max-width: 960px) {
    small {
        font-size: calc(12px + 2 * (100vw - 320px) / 640);
    }
}

ul,
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl,
dl dt,
dl dd {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 600;
}

img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.opacity:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.sp,
.md,
.sp-md,
.sp-md-lg,
.md-lg,
.lg {
	display: none !important;
}
.md-lg-pc,
.lg-pc,
.pc {
    display: block !important;
}
@media (max-width: 1024px) {
    .lg,
    .md-lg,
    .sp-md-lg {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
@media (max-width: 960px) {
    .lg-pc,
    .lg {
        display: none !important;
    }
    .md,
    .sp-md {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .sp {
        display: block !important;
    }
    .md-lg-pc,
    .md-lg,
    .lg,
    .md,
    .pc {
        display: none !important;
    }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 1.1  Margin
 * ------------------------------*/
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 0.5rem !important; }
.mt10 { margin-top: 1rem !important; }
.mt15 { margin-top: 1.5rem !important; }
.mt20 { margin-top: 2rem !important; }
.mt30 { margin-top: 3rem !important; }
.mt40 { margin-top: 4rem !important; }
.mt50 { margin-top: 5rem !important; }
.mt60 { margin-top: 6rem !important; }
.mt70 { margin-top: 7rem !important; }
.mt80 { margin-top: 8rem !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 0.5rem !important; }
.mb10 { margin-bottom: 1rem !important; }
.mb15 { margin-bottom: 1.5rem !important; }
.mb20 { margin-bottom: 2rem !important; }
.mb30 { margin-bottom: 3rem !important; }
.mb40 { margin-bottom: 4rem !important; }
.mb50 { margin-bottom: 5rem !important; }
.mb60 { margin-bottom: 6rem !important; }
.mb70 { margin-bottom: 7rem !important; }
.mb80 { margin-bottom: 8rem !important; }

.pt00 { padding-top: 0 !important; }
.pt10 { padding-top: 1rem !important; }
.pt20 { padding-top: 2rem !important; }
.pt30 { padding-top: 3rem !important; }
.pt40 { padding-top: 4rem !important; }
.pt50 { padding-top: 5rem !important; }

.pb00 { padding-bottom: 0 !important; }
.pb10 { padding-bottom: 1rem !important; }
.pb20 { padding-bottom: 2rem !important; }
.pb30 { padding-bottom: 3rem !important; }
.pb40 { padding-bottom: 4rem !important; }
.pb50 { padding-bottom: 5rem !important; }

@media (max-width: 767px) {
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt10-xs {
        margin-top: 1rem !important;
    }
    .mt15-xs {
        margin-top: 1.5rem !important;
    }
    .mt20-xs {
        margin-top: 2rem !important;
    }
    .mt30-xs {
        margin-top: 3rem !important;
    }
    .mt40-xs {
        margin-top: 4rem !important;
    }
    .mt50-xs {
        margin-top: 5rem !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb10-xs {
        margin-bottom: 1rem !important;
    }
    .mb15-xs {
        margin-bottom: 1.5rem !important;
    }
    .mb20-xs {
        margin-bottom: 2rem !important;
    }
    .mb30-xs {
        margin-bottom: 3rem !important;
    }
    .mb40-xs {
        margin-bottom: 4rem !important;
    }
    .mb50-xs {
        margin-bottom: 5rem !important;
    }
    .pt00-xs {
        padding-top: 0 !important;
    }
    .pt10-xs {
        padding-top: 1rem !important;
    }
    .pt20-xs {
        padding-top: 2rem !important;
    }
    .pt30-xs {
        padding-top: 3rem !important;
    }
    .pb00-xs {
        padding-bottom: 0 !important;
    }
    .pb10-xs {
        padding-bottom: 1rem !important;
    }
    .pb20-xs {
        padding-bottom: 2rem !important;
    }
    .pb30-xs {
        padding-bottom: 3rem !important;
    }
}

/* 1.2 Text
 * ------------------------------*/
p {
    margin: 1rem 0;
    /*text-align: justify;
    text-justify: inter-ideograph;*/
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
@media (max-width: 960px) {
     .text-left-md {
        text-align: left !important;
    }
    .text-center-md {
        text-align: center !important;
    }
    .text-right-md {
        text-align: right !important;
    }
}
@media (max-width: 767px) {
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
}

.txt-white,
.txt-white a,
.txt-white a:hover {
    color: #fff !important;
}
.txt-gray,
.txt-gray a,
.txt-gray a:hover {
    color: #546988 !important;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

.txt-trajan {
    font-family: "trajan-pro-3", serif;
    font-weight: 300;
    font-style: normal;
}

.txt-indent {
    margin: 0;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.8;
}

.f10 { font-size: 1rem !important; }
.f11 { font-size: 1.1rem !important; }
.f12 { font-size: 1.2rem !important; }
.f13 { font-size: 1.3rem !important; }
.f14 { font-size: 1.4rem !important; }
.f15 { font-size: 1.5rem !important; }
.f16 { font-size: 1.6rem !important; }
.f17 { font-size: 1.7rem !important; }
.f18 { font-size: 1.8rem !important; }
.f19 { font-size: 1.9rem !important; }
.f20 { font-size: 2rem !important; }
.f21 { font-size: 2.1rem !important; }
.f22 { font-size: 2.2rem !important; }
.f23 { font-size: 2.3rem !important; }
.f24 { font-size: 2.4rem !important; }
.f25 { font-size: 2.5rem !important; }
@media (max-width: 960px) {
    .f18, .f19 {
        font-size: 1.6rem !important;
    }
    .f20, .f21 {
        font-size: 1.7rem !important;
    }
    .f22, .f23 {
        font-size: 1.8rem !important;
    }
    .f24, .f25 {
        font-size: 2rem !important;
    }
}
@media (max-width: 767px) {
    .f13, .f14 {
        font-size: 1.2rem !important;
    }
    .f15, .f16 {
        font-size: 1.3rem !important;
    }
    .f17, .f18 {
        font-size: 1.4rem !important;
    }
    .f19, .f20, .f21 {
        font-size: 1.5rem !important;
    }
    .f22, .f23, .f24, .f25 {
        font-size: 1.6rem !important;
    }
    .f15-xs {
        font-size: 1.5rem !important;
    }
    .f14-xs {
        font-size: 1.4rem !important;
    }
    .f13-xs {
        font-size: 1.3rem !important;
    }
    .f12-xs {
        font-size: 1.2rem !important;
    }
    .f11-xs {
        font-size: 1.1rem !important;
    }
    .f10-xs {
        font-size: 1rem !important;
    }
}

/* 1.3 Titles and Subtitles
 * ------------------------------*/
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 1.6;
}

.section-ttl {
    margin: 0;
    padding: 4rem 0 4.2rem;
    font-size: 3rem;
    text-align: center;
    color: #fff;
}
@media (max-width: 1024px) {
    .section-ttl {
        font-size: calc(17px + 13 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .section-ttl {
        padding: 2rem 0 2.2rem;
    }
}

/* 1.4 Lists
 * ------------------------------*/
ul.disc-list {
    list-style: disc;
    margin: 0 0 0 2.2rem;
    line-height: 2.3;
}

ol.ol-list {
    padding: 0;
    margin: 0 0 0 2.2rem;
    line-height: 2.3;
}
@media (max-width: 767px) {
    ul.disc-list {
        margin-left: 2rem;
    }
    ul.disc-list,
    ol.ol-list {
        line-height: 2;
    }
}

/* 1.5 Btn
 * ------------------------------*/
.btn {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    padding: 0.2rem 0 0.6rem;
    position: relative;
    overflow: visible;
    background: #E2DEC5;
    border: 1px solid #3f0405;
    font-size: 2.6rem;
    font-weight: 600;
    border-radius: 80px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}
.btn:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.5s;
}
.btn i {
    display: block;
    width: 10px;
    height: 17px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    background: url(../img/pc/icon-arrow.png) 0 0 no-repeat;
    background-size: contain;
}
@media (max-width: 1024px) {
    .btn {
        font-size: calc(15px + 11 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .btn {
        max-width: 300px;
        padding: 0.7rem 0 0.9rem;
    }
    .btn i {
        width: 7px;
        height: 12px;
        right: 20px;
    }
}

/*----- btn-entry -----*/
.btn-entry {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 690px;
    height: 90px;
    margin: 0 auto;
    padding: 0 0 0.5rem;
    position: relative;
    overflow: visible;
    background: url(../img/pc/btn-bg.png) center center no-repeat;
    background-size: cover;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #3f0405;
}
.btn-entry:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.5s;
}
.btn-entry.hayawari {
    line-height: 1.6;
}
.btn-entry.hayawari span {
    display: block;
    color: #E40B0A;
    font-size: 1.6rem;
}
.btn-entry.hayawari span span {
    display: inline-block;
    margin-left: 1.5rem;
}
@media (max-width: 1024px) {
    .btn-entry {
        font-size: calc(17px + 11 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .btn-entry {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .btn-entry {
        height: 64px;
        padding-bottom: 0;
    }
    .btn-entry.hayawari {
        height: 84px;
    }
    .btn-entry.hayawari span {
        font-size: 1.3rem;
        line-height: 1.4;
    }
    .btn-entry.hayawari span span {
        display: block;
        margin-left: 0;
    }
}

/* 1.6 Table
 * ------------------------------*/
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 2.5rem 0 0;
    line-height: 1.7;
}
table th {
    background: #460E0E;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #3f0405;
    padding: 0.7rem 1rem;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    box-sizing: border-box;
}
table td {
    background: #fff;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #3f0405;
    padding: 0.7rem 1rem;
    box-sizing: border-box;
}
table td p,
table td ul,
table td ol {
    margin: 0;
}
@media (max-width: 767px) {
    table {
        display: block;
        margin-top: 0;
    }
    table tr {
        display: block;
        margin-top: 2rem;
    }
    table tr:first-of-type {
        margin-top: 1.5rem;
    }
    table th,
    table td {
        display: block;
        width: 100%;
    }
    table th {
        text-align: center;
        padding: 0.7rem 0.5rem;
    }
    table td {
        padding: 0.8rem 1.5rem 0.9rem;
    }
    table tr td:last-of-type {
        border-top: none;
        padding: 0.4rem 0.5rem 0.5rem;
    }
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header {
    max-width: 1050px;
    margin: 0 auto;
    background: #330002 url(../img/pc/header-bg.png) top center no-repeat;
    background-size: contain;
    height: 80px;
    overflow: hidden;
    position: relative;
}
@media (max-width: 960px) {
    header {
        position: fixed;
        width: 100vw;
        height: 60px;
        background-image: url(../img/sp/header-bg.png);
        background-size: cover;
        z-index: 1000;
    }
}

/* 2.1 Main Nav
 * ------------------------------*/
.icon-kentei {
    display: block;
    position: absolute;
    top: 16px;
    left: 16px;
    margin: 0;
    padding: 0;
}
.icon-kentei img {
    width: 48px;
    height: auto;
    margin: 0;
}
@media (max-width: 960px) {
    .icon-kentei {
        top: 10px;
        left: 10px;
    }
    .icon-kentei img {
        width: 40px;
    }
}

/* 2.1.1 main-nav (pc-only) ------------*/
#main-nav {
    width: 950px;
    height: 40px;
    position: absolute;
    margin: 0;
    z-index: 100 !important;
    left: 80px;
    top: 20px;
    background: #330002 url(../img/pc/nav/bg.png) center center no-repeat;
    overflow: hidden;
}
#main-nav ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 37px;
}
#main-nav ul li span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
#main-nav ul li a {
    display: block;
    padding: 0.35rem 0 0;
    box-sizing: border-box;
}
#main-nav ul li a:hover {
    text-decoration: none;
}
#main-nav ul li a:focus {
    background-color: transparent;
    overflow: inherit;
}
#main-nav ul li a div {
    height: 27px;
    padding: 0 4.5rem 0 0;
    background-position: 60% 4px !important;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
#main-nav ul li a:hover div {
    transition: 0.3s;
    z-index: 1;
    background-color: #452622;
}
#main-nav ul li a:hover div::before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 18px #DCC086;
    border-bottom: solid 59px transparent;
    z-index: -1;
}
#main-nav ul li a:hover div::after {
    position: absolute;
    content: '';
    right: -3px;
    top: -8px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 18px transparent;
    border-bottom: solid 59px #DCC086;
    z-index: -1;
}
#main-nav ul li.nav-top a div {
    width: 34px;
    background-size: 34px 17px;
    background-image: url(../img/pc/nav/top.png);
}
#main-nav ul li.nav-top a:hover div {
    background-image: url(../img/pc/nav/top-on.png);
}
#main-nav ul li.nav-about a div {
    width: 149px;
    background-size: 149px 17px;
    background-image: url(../img/pc/nav/about.png);
}
#main-nav ul li.nav-about a:hover div {
    background-image: url(../img/pc/nav/about-on.png);
}
#main-nav ul li.nav-voice a div {
    width: 76px;
    background-size: 76px 17px;
    background-image: url(../img/pc/nav/voice.png);
}
#main-nav ul li.nav-voice a:hover div {
    background-image: url(../img/pc/nav/voice-on.png);
}
#main-nav ul li.nav-data a div {
    width: 74px;
    background-size: 74px 17px;
    background-image: url(../img/pc/nav/data.png);
}
#main-nav ul li.nav-data a:hover div {
    background-image: url(../img/pc/nav/data-on.png);
}
#main-nav ul li.nav-study a div {
    width: 46px;
    background-size: 46px 17px;
    background-image: url(../img/pc/nav/study.png);
}
#main-nav ul li.nav-study a:hover div {
    background-image: url(../img/pc/nav/study-on.png);
}
#main-nav ul li.nav-benefits a div {
    width: 76px;
    background-size: 76px 17px;
    background-image: url(../img/pc/nav/benefits.png);
}
#main-nav ul li.nav-benefits a:hover div {
    background-image: url(../img/pc/nav/benefits-on.png);
}
#main-nav ul li.nav-entry a div {
    width: 150px;
    background-size: 150px 17px;
    background-image: url(../img/pc/nav/entry.png);
}
#main-nav ul li.nav-entry a:hover div {
    background-image: url(../img/pc/nav/entry-on.png);
}
#main-nav ul li.nav-entry.end a div {
    width: 60px;
    background-size: 60px 17px;
    background-image: url(../img/pc/nav/entry-end.png);
}
#main-nav ul li.nav-entry.end a:hover div {
    background-image: url(../img/pc/nav/entry-end-on.png);
}
@media (max-width: 960px) {
    #main-nav {
        display: none;
    }
}

/* 2.1.2 main-nav-xs (sp-only) ------------*/
#main-nav-sp {
    display: none;
}
@media (max-width: 960px) {
    #main-nav-sp {
        display: block;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2000 !important;
    }
    .nav-menu {
        position: fixed;
        display: table;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        width: 100vw;
        height: 100lvh;
        background:rgba(255,255,255,1);
        transition: .5s;
        visibility: hidden;
        opacity: 0;
    }
    .side-open .nav-menu {
        transition: .5s;
        visibility: visible;
        opacity: 1;
    }
    .nav-menu ul {
        display: table-cell;
        vertical-align: top;
        padding-top: 7rem;
    }
    .nav-menu li {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        opacity: 0;
    }
    .side-open .nav-menu li {
        opacity: 1;
    }
    .side-open .nav-menu li:nth-child(1) {
        -webkit-transition: opacity 1s ease .3s;
        transition: opacity 1s ease .3s;
    }
    .side-open .nav-menu li:nth-child(2) {
        -webkit-transition: opacity 1s ease .4s;
        transition: opacity 1s ease .4s;
    }
    .side-open .nav-menu li:nth-child(3) {
        -webkit-transition: opacity 1s ease .5s;
        transition: opacity 1s ease .5s;
    }
    .side-open .nav-menu li:nth-child(4) {
        -webkit-transition: opacity 1s ease .6s;
        transition: opacity 1s ease .6s;
    }
    .side-open .nav-menu li:nth-child(5) {
        -webkit-transition: opacity 1s ease .7s;
        transition: opacity 1s ease .7s;
    }
     .side-open .nav-menu li:nth-child(6) {
        -webkit-transition: opacity 1s ease .8s;
        transition: opacity 1s ease .8s;
    }
     .side-open .nav-menu li:nth-child(7) {
        -webkit-transition: opacity 1s ease .9s;
        transition: opacity 1s ease .9s;
    }
    .nav-menu li a {
        display: block;
        height: 90px;
        line-height: 90px;
        font-size: 2.5rem;
        color: #3f0405;
        -webkit-transition: all .5s;
        transition: all .5s;
        font-weight: 500;
    }
    .nav-menu li a:hover {
        text-decoration: none;
    }
    /* --------- menu-btn */
    .menu-btn {
        display: block;
        width: 60px;
        height: 60px;
        cursor: pointer;
        position: fixed;
        top: 0;
        right: 0;
        background: #fff;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-animation: fadeIn 1s linear both;
        animation: fadeIn 1s linear both;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
        z-index: 10;
    }
    .menu-btn span {
        width: 36px;
        height: 3px;
        display: block;
        background-color: #3f0405;
        position: absolute;
        right: 12px;
        content: '';
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    .menu-btn span:nth-child(1) {
        top: 17px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    .menu-btn span:nth-child(2) {
        top: 28px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    .menu-btn span:nth-child(3) {
        top: 39px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    .menu-btn.active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 17px;
    }
    .menu-btn.active span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .menu-btn.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 41px;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    .nav-menu ul {
        vertical-align: middle;
        padding-top: 0;
    }
    .nav-menu li a {
        height: 45px;
        line-height: 45px;
        font-size: 2rem;
    }
}
@media (max-width: 767px) {
    .nav-menu li a {
        height: 45px;
        line-height: 45px;
        font-size: 2rem;
    }
}
@media (max-width: 480px) {
    .nav-menu ul {
        vertical-align: top;
        padding-top: 25vw;
    }
    .nav-menu li a {
        height: 60px;
        line-height: 60px;
    }
}
@media (max-width: 360px) {
    .nav-menu ul {
        padding-top: 20vw;
    }
    .nav-menu li a {
        height: 50px;
        line-height: 50px;
    }
}

/*----- 共通header 修正-----*/
.cmn-header {
     position: relative;
}
.cmn-header__logo img {
     position: absolute;
     top: 10px;
}
@media screen and (max-width: 656px) {
    .cmn-header__logo img {
        top: 1.4444444vw;
    }
}

/*----- 共通pageTop 修正-----*/
@media (max-width: 960px) {
    .l-pageTop {
        display: none;
    }
}

/*-------------------------------
 * 3. MAIN VISUAL
 * ----------------------------*/
#main-visual {
    margin: 0;
    padding: 0;
    position: relative;
}
@media (max-width: 960px) {
    #main-visual {
        top: 60px;
        margin-bottom: 60px;
    }
}

/*-------------------------------
 * 4. CONTENTS
 * ----------------------------*/
main {
    margin: 0;
    padding: 0;
    position: relative;
}
#wrapper {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0;
    background: #563729 url(../img/pc/bg.png) top center repeat;
    background-size: contain;
    -webkit-animation: fadeIn 0.8s ease both;
    animation: fadeIn 0.8s ease both;
}
section {
    margin: 0;
    padding: 0;
}
.wrap {
    margin: 0;
    padding: 0;
}
.wrap::after {
    content: "";
    display: block;
    clear: both;
}
@media (max-width: 767px) {
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
}

/*----- about -----*/
.about-wrap .inner {
    background: #fff url(../img/pc/about-bg.png) center center no-repeat;
    background-size: cover;
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
    padding: 2rem 3rem;
}
.about-wrap .txt {
    margin: 2rem 0;
}
@media (max-width: 1024px) {
    .about-wrap .inner {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .about-wrap .inner {
        background-image: url(../img/sp/about-bg.png);
        padding: 1rem;
    }
}
@media (max-width: 360px) {
    .about-wrap .inner {
        font-size: 1.2rem;
    }
}

/*----- voice -----*/
.voice-wrap ul.list {
    padding: 0 3rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 30px 0;
}
.voice-wrap ul.list li:nth-of-type(odd) {
    padding-right: 5rem;
}
.voice-wrap ul.list li:nth-of-type(even) {
    padding-left: 5rem;
}
@media (max-width: 767px) {
    .voice-wrap ul.list {
        gap: 20px 0;
        padding: 0 1.5rem;
    }
    .voice-wrap ul.list li {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/*----- data -----*/
.data-wrap .inner {
    background: #fff;
}
.data-wrap .sub {
    padding: 3rem 0;
    text-align: center;
}
.data-wrap .sub .sub01 {
    display: block;
    font-size: 2rem;
}
.data-wrap .sub .sub02 {
    display: block;
    font-size: 2.4rem;
    margin: 1rem 0 1.5rem;
}
.data-wrap .sub .sub02 span {
    display: inline-block;
    font-size: 3rem;
    color: #cb0034;
    vertical-align: -5%;
    margin: 0 0.3rem;
}
.data-wrap .sub .sub03 {
    display: block;
    font-size: 1.8rem;
}
.data-wrap .subsub {
    font-size: 2rem;
    text-align: center;
}
@media (max-width: 1024px) {
    .data-wrap .sub .sub01 {
        font-size: calc(16px + 4 * (100vw - 320px) / 704);
    }
    .data-wrap .sub .sub02 {
        font-size: calc(16px + 8 * (100vw - 320px) / 704);
    }
    .data-wrap .sub .sub02 span {
        font-size: calc(24px + 6 * (100vw - 320px) / 704);
    }
    .data-wrap .sub .sub03 {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
    }
    .data-wrap .subsub {
        font-size: calc(16px + 2 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .data-wrap .sub {
        padding: 2rem 0 2.2rem;
    }
    .data-wrap .sub .sub02 {
        margin: 0 0 0.3rem;
    }
}

.data-wrap .lebel-box {
    background: #F7F4EF;
    border-top: 1px solid #3f0405;
    padding: 2.5rem 3rem 4.5rem;
}
.data-wrap .lebel-box table {
    font-size: 1.6rem;
}
.data-wrap .lebel-box table td {
    font-size: 1.5rem;
    text-align: justify;
    text-justify: inter-ideograph;
}
.data-wrap .lebel-box table td.percent {
    white-space: nowrap;
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
}
.data-wrap .lebel-box table td.percent .num {
    display: inline-block;
    font-size: 3rem;
    color: #cb0034;
    margin: 0 0.2rem;
    vertical-align: -5%;
}
@media (max-width: 1024px) {
    .data-wrap .lebel-box table {
        font-size: calc(14px + 2 * (100vw - 320px) / 704);
    }
    .data-wrap .lebel-box table td {
        font-size: calc(13px + 2 * (100vw - 320px) / 704);
    }
    .data-wrap .lebel-box table td.percent {
        font-size: calc(14px + 2 * (100vw - 320px) / 704);
    }
    .data-wrap .lebel-box table td.percent .num {
        font-size: calc(24px + 6 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .data-wrap .lebel-box {
        padding: 1.5rem 1.5rem 3rem;
    }
}

.data-wrap .img-data {
    max-width: 85%;
    margin: 0 auto;
    padding: 4rem 0 6rem;
}
@media (max-width: 767px) {
    .data-wrap .img-data {
        max-width: 92%;
        padding: 2rem 0 3rem;
    }
}

/*----- message -----*/
.message-wrap .img-message {
    background: #fff;
}
@media (max-width: 767px) {
    .message-wrap .img-message {
        padding: 1.5rem 1.5rem 3rem;
    }
}

/*----- study -----*/
.study-wrap .inner {
    background: #F7F4EF;
    padding: 4rem 3rem;
}
.study-wrap .question-answer-box {
    max-width: 800px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .study-wrap .inner {
        padding: 3rem 1.5rem;
    }
}

.study-wrap .question {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0;
    padding: 1.5rem 1rem;
    max-width: 100%;
    font-size: 2.3rem;
    background: #C6B589;
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
}
.study-wrap .question::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right: 20px solid #C6B589;
}
.study-wrap .question .q {
    display: block;
    width: 50px;
    height: 50px;
    background: #400305;
    border-radius: 50%;
    color: #fff;
    line-height: 1.95;
    margin-right: 1rem;
    text-align: center;
}
@media (max-width: 1024px) {
    .study-wrap .question {
        font-size: calc(14px + 9 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .study-wrap .question .q {
        width: 46px;
        height: 46px;
        line-height: 2.1;
    }
}
@media (max-width: 767px) {
    .study-wrap .question {
        padding: 1rem;
    }
    .study-wrap .question::before {
        left: -20px;
    }
    .study-wrap .question .q {
        width: 32px;
        height: 32px;
        line-height: 1.9;
        margin-right: 0.5rem;
    }
}

.study-wrap .answer-box {
    background: #fff;
    margin: 2rem 0 5rem;
    padding: 2rem 1.2rem 1rem 3.5rem;
    border-radius: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;
}
.study-wrap .answer-box .txt-area {
    width: 82%;
    box-sizing: border-box;
}
.study-wrap .answer-box .img-area {
    width: 18%;
    box-sizing: border-box;
}
.study-wrap .answer-box .txt-area .txt {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    max-width: 80%;
    margin: 2rem auto 0;
    text-align: left;
}
.study-wrap .answer-box .txt-area .txt strong {
    display: inline-block;
    margin-left: -0.7rem;
    margin-bottom: -0.5rem;
}
.study-wrap .answer-box .img-area .img-book {
    margin-top: -2.5rem;
}
@media (max-width: 960px) {
    .study-wrap .answer-box {
        padding-left: 2rem;
        padding-bottom: 2rem;
    }
    .study-wrap .answer-box .txt-area .txt {
        max-width: 85%;
    }
}
@media (max-width: 767px) {
    .study-wrap .answer-box {
        padding: 1.5rem;
        margin-bottom: 3rem;
    }
    .study-wrap .answer-box .txt-area,
    .study-wrap .answer-box .img-area {
        width: 100%;
        text-align: left;
    }
    .study-wrap .answer-box .txt-area .txt {
        max-width: 100%;
        margin-top: 1rem;
        font-size: 1.3rem;
        display: block;
    }
    .study-wrap .answer-box .txt-area .txt strong {
        margin-bottom: 0;
    }
    .study-wrap .answer-box .img-area .img-book {
        margin: 0;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 100px;
    }
}
@media (max-width: 480px) {
    .study-wrap .answer-box .img-area .img-book {
        top: 40px;
        width: calc(90 / 480 * 100vw);
    }
}
@media (max-width: 380px) {
    .study-wrap .answer-box .img-area .img-book {
        width: calc(60 / 380 * 100vw);
    }
}

.study-wrap .answer-box .answer {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 2.3rem;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid #400305;
    padding-bottom: 2rem;
}
.study-wrap .answer-box .answer .a {
    display: block;
    width: 50px;
    height: 50px;
    background: #C6B589;
    border-radius: 50%;
    color: #400305;
    line-height: 1.95;
    margin-right: 1rem;
    text-align: center;
}
@media (max-width: 1024px) {
    .study-wrap .answer-box .answer {
        font-size: calc(14px + 9 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .study-wrap .answer-box .answer {
        text-align: left;
        line-height: 1.6;
    }
    .study-wrap .answer-box .answer .a {
        width: 46px;
        height: 46px;
        line-height: 2.1;
    }
}
@media (max-width: 767px) {
    .study-wrap .answer-box .answer {
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        border-width: 1px;
        padding-bottom: 1rem;
    }
    .study-wrap .answer-box .answer .a {
        width: 32px;
        height: 32px;
        line-height: 1.9;
        margin-right: 0.5rem;
    }
}

.study-wrap .box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 30px;
    line-height: 1.8;
}
.study-wrap .box .col {
    width: calc(100% / 2 - 15px );
    box-sizing: border-box;
}
@media (max-width: 960px) {
    .study-wrap .box {
        gap: 20px 0;
    }
    .study-wrap .box .col {
        width: 100%;
    }
}

.study-wrap .box .sub {
    border-top: 4px solid #400305;
    border-bottom: 4px solid #400305;
    margin: 0 0 1.7rem;
    padding: 0.7rem 0;
    font-size: 1.9rem;
}
.study-wrap .box .sub span {
    display: inline-block;
    position: relative;
    background-color: #3F0405;
    color: #fff;
    height: 40px;
    line-height: 38px;
    padding: 0 1.5rem;
    margin-right: 1.5rem;
    font-weight: 500;
}
.study-wrap .box .sub span::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #3F0405 transparent;
    border-style: solid;
    content: "";
}
.study-wrap .box .sub span::after {
    right: -10px;
    border-width: 20px 10px 20px 0px;
}
.study-wrap .box p + .sub {
    margin-top: 3rem;
}
@media (max-width: 1024px) {
    .study-wrap .box .sub {
        font-size: calc(14px + 5 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .study-wrap .box .sub {
        border-width: 3px;
        margin: 0 0 1rem;
        padding: 0.5rem 0;
    }
    .study-wrap .box .sub span {
        height: 32px;
        line-height: 30px;
        padding: 0 1rem;
        margin-right: 1rem;
    }
    .study-wrap .box .sub span::after {
        right: -10px;
        border-width: 16px 10px 16px 0px;
    }
    .study-wrap .box p + .sub {
        margin-top: 2.5rem;
    }
}

.study-wrap .w-box {
    background: #fff;
    text-align: center;
    padding: 1.5rem 1rem;
    margin: 4rem 0;
}
@media (max-width: 767px) {
    .study-wrap .w-box {
        margin: 3rem 0;
    }
}

/*----- practice -----*/
.practice-wrap .inner {
    background: #fff;
    padding: 4rem 3rem;
}
@media (max-width: 767px) {
   .practice-wrap .inner {
        padding: 3rem 1.5rem;
    }
}

.practice-wrap .box {
    max-width: 800px;
    margin: 0 auto 4rem;
    border-left: 2px solid #c5b588;
    border-right: 2px solid #c5b588;
    border-bottom: 2px solid #c5b588;
}
.practice-wrap .box:last-of-type {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .practice-wrap .box {
        border-width: 1px;
        margin-bottom: 2rem;
    }
}

.practice-wrap .sub {
    background: #400305;
    color: #fff;
    text-align: center;
    font-size: 1.9rem;
    padding:  0.5rem 1rem 0.7rem;
}
@media (max-width: 1024px) {
    .practice-wrap .sub {
        font-size: calc(15px + 4 * (100vw - 320px) / 704);
    }
}

.practice-wrap dl dt {
    background: #F7F4EF;
    font-size: 1.9rem;
    border-bottom: 2px solid #c5b588;
    padding: 0.5rem 1rem 0.6rem 3rem;
    color: #322118;
    font-weight: 500;
}
.practice-wrap dl dt .num {
    display: inline-block;
    position: relative;
    width: 80px;
    margin-right: 2rem;
}
.practice-wrap dl dt .num::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background-color: #c5b588;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.practice-wrap dl dd {
    text-align: center;
    padding: 3rem 1rem;
    line-height: 1.8;
}
.practice-wrap dl dd.w-size {
    text-align: left;
    max-width: 71%;
    margin: 0 auto;
}
.practice-wrap dl ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 30px;
}
.practice-wrap dl ul li {
    text-indent: -1em;
    padding-left: 1em;
}
.practice-wrap dl ul.wide {
    justify-content: flex-start;
    gap: 0;
}
.practice-wrap dl ul.wide li {
    width: 100%;
}
@media (max-width: 1024px) {
    .practice-wrap dl dt {
        font-size: calc(14px + 5 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .practice-wrap dl dd {
        padding: 3rem;
        text-align: left;
    }
    .practice-wrap dl dd.w-size {
        max-width: 100%;
    }
    .practice-wrap dl ul {
        justify-content: flex-start;
        gap: 0;
    }
    .practice-wrap dl ul li {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .practice-wrap dl dt {
        border-width: 1px;
        padding: 0.8rem 0 1rem 0;
        line-height: 1.5;
    }
    .practice-wrap dl dt div {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }
    .practice-wrap dl dt .num {
        margin: 0;
        width: 15%;
        text-align: center;
        box-sizing: border-box;
        border-right: 1px solid #c5b588;
    }
    .practice-wrap dl dt .num::after {
        display: none;
    }
    .practice-wrap dl dt .txt {
        width: 85%;
        padding: 0 1rem;
        box-sizing: border-box;
    }
    .practice-wrap dl dd {
        padding: 1.5rem;
    }
}

/*----- benefits -----*/
.benefits-wrap .sub-box {
    background: #fff;
    padding: 3rem 0 4rem;
}
.benefits-wrap .sub {
    text-align: center;
    font-size: 3.2rem;
}
@media (max-width: 1024px) {
    .benefits-wrap .sub {
        font-size: calc(18px + 14 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .benefits-wrap .sub-box {
        padding: 2rem 0 2.5rem;
    }
}

.benefits-wrap .inner {
    background: #fff;
    padding: 4rem 3rem;
    margin-top: 1rem;
}
.benefits-wrap .benefits-box {
    margin: 4rem 0 0;
}
@media (max-width: 767px) {
    .benefits-wrap .inner {
        padding: 2.5rem 1.5rem;
    }
    .benefits-wrap .benefits-box {
        margin-top: 3rem;
    }
}

.benefits-wrap .sub-txt {
    font-weight: 600;
    line-height: 1.7;
}
.benefits-wrap .txt-indent {
    line-height: 1.6;
    font-size: 1.5rem;
}
@media (max-width: 1024px) {
    .benefits-wrap .txt-indent {
        font-size: calc(13px + 2 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .benefits-wrap .sub-txt {
        letter-spacing: -0.03rem;
    }
}

.benefits-wrap .subsub {
    background: #301B0D;
    color: #dbd08d;
    font-size: 2.5rem;
    border-radius: 80px;
    padding: 0.1rem 1rem 0.5rem 7rem;
    margin: 0 0 2.5rem;
    position: relative;
}
.benefits-wrap .subsub span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #301B0D;
    background: #dbd08d;
    text-align: center;
    font-size: 3.5rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-style: italic;
    box-sizing: border-box;
    padding-right: 0.6rem;
}
@media (max-width: 1024px) {
    .benefits-wrap .subsub {
        font-size: calc(17px + 8 * (100vw - 320px) / 704);
    }
    .benefits-wrap .subsub span {
        font-size: calc(22px + 13 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .benefits-wrap .subsub {
        padding: 0.1rem 1rem 0.3rem 5rem;
        margin-bottom: 1.2rem;
    }
    .benefits-wrap .subsub span {
        width: 38px;
        height: 38px;
        padding-top: 0.1rem;
    }
}

.benefits-wrap .subsub-txt {
    font-size: 2.2rem;
}
.benefits-wrap .txt {
    margin: 0 0 1rem;
}
@media (max-width: 1024px) {
    .benefits-wrap .subsub-txt {
        font-size: calc(15px + 7 * (100vw - 320px) / 704);
    }
}

.benefits-wrap ul.list {
    width: 80%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 20px;
    margin: 2rem auto;
}
.benefits-wrap ul.list.wide {
    width: 100%;
}
.benefits-wrap ul.list li {
    width: calc(100% / 3 - 14px );
}
.benefits-wrap ul.list .txt {
    font-size: 1.5rem;
    text-align: center;
    margin: 1rem 0 0;
    line-height: 1.6;
}
@media (max-width: 1024px) {
    .benefits-wrap ul.list .txt {
        font-size: calc(13px + 2 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .benefits-wrap ul.list {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .benefits-wrap ul.list {
        gap: 0 10px;
        margin: 1.5rem 0;
    }
    .benefits-wrap ul.list li {
        width: calc(100% / 3 - 7px );
    }
}
@media (max-width: 480px) {
    .benefits-wrap ul.list .txt {
        font-size: 1.2rem;
        line-height: 1.45;
    }
    .benefits-wrap .f12-xs {
        line-height: 1.7;
    }
}

/*-------------------------------
 * 5. FOOTER
 * ----------------------------*/
footer {
    margin: 0;
    padding: 7rem 0;
    text-align: center;
    color: #fff;
}
footer ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 30px;
    font-size: 1.5rem;
    font-weight: 500;
}
footer .logo-meiji {
    width: 105px;
    margin: 4rem auto 2rem;
}
@media (max-width: 1024px) {
    footer ul {
        font-size: calc(13px + 2 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    footer .wrap {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media (max-width: 767px) {
    footer {
        padding: 3.5rem 0 3rem;
    }
    footer .logo-meiji {
        width: 90px;
        margin: 3rem auto 2rem;
    }
}
@media (max-width: 480px) {
    footer .wrap {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/*-------------------------------
 * 6. SNS
 * ----------------------------*/
.knt_general-set {
    /*max-width: 350px;*/
    margin: 0;
    position: absolute;
    z-index: 10;
    top: 150px;
    right: 0;
}
@media (max-width: 960px) {
    .knt_general-set {
        top: 17px;
        right: 70px;
    }
}

.knt_general-set .icon_social {
    position: relative;
    top: 0;
    right: 0;
    margin: auto;
    height: auto;
}
.knt_general-set .icon_social img {
    width: auto;
    vertical-align: top;
}
.knt_general-set .icon_social .line {
    display: inline-block;
    line-height: 23px
}
.knt_general-set .icon_social .line img {
    vertical-align: top
}
.knt_general-set .icon_social iframe {
    margin-left:10px;
    max-width: 120px !important
}
.knt_general-set .icon_social .twitter-share-button {
    height: 25px !important
}

.social-footer {
    margin: 4rem auto;
}
.social-footer .socialBoxON {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.social-footer .socialBoxON iframe {
    margin: 5px;
}
@media (max-width: 767px) {
    .social-footer {
        margin: 2rem auto;
    }
}

/*-------------------------------
 * 7. 260129 bnr
 * ----------------------------*/
.bnr-wrap .inner {
    padding: 3rem 3rem 0;
}
@media (max-width: 767px) {
    .bnr-wrap .inner {
        padding: 1.5rem 1.5rem 0;
    }
}

/*--------- keyframes --------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
