@charset "utf-8";
.f_japan { font-family: 'Noto Sans Japanese'; }
.main_page::after { background: rgba(169,137,75,0.3); }
.main_page .ttl {
	text-shadow: 0px 0px 8px #4d4d4d;
}
#container { 
    background: url(../imgs/bg.png) no-repeat right top / 32% auto;
    overflow: hidden;
}
.w1030 { margin:0 auto; max-width:1030px; width: 100%; }
.gold { color: #a9894b; }
sup { font-size: 1rem; }
.img_full.shadow .pos_rel{
    box-shadow: 5px 5px 10px #bebebe;
    z-index: 1;
}
.photo_cap { color: #d2d2d2;}
.sec_bg {
    background: url(../imgs/bg_section.jpg) no-repeat center center / cover;
}
@media screen and (max-width: 1024px) {
    #container { background-size: contain; }
}
@media screen and (max-width: 1000px) {
    .head_cont .head_txt {
      text-align: center;
    }
}
.sec_head {
    padding-bottom: 100px;
    position: relative;
}
@media screen and (max-width: 767px) {
    #container {
        background-position-y: 350px;
        background-size: 320px auto;
        background-position-x: 50%;
    }
    .head_cont {
        padding-bottom: 40px;
    }
    .sec_head {
        padding-bottom: 240px;
    }
    .sec_head .photo_cap {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.head_cont .head_txt {
    font-size: 2rem;
}
.head_cont .has_line {
    font-weight: 500;
    font-size: 3rem;
    position: relative;
    display: inline-block;
    padding: 0 10px 15px;
    margin: 0 0 30px;
}
.head_cont .has_line .line {
    background: url(../imgs/bg_dots.png) repeat-x top center / auto 100%;
    position: absolute;
    height: 6px;
    left: 0;
    right: 0;
    bottom: 0;
}
.head_text {
    padding-top: 85px;
    font-size: 1.8rem;
    line-height: 2.5;
    position: relative;
    text-align: center;
}
.head_text:after {
    content: "";
    background: url(../imgs/icon_dots.png) no-repeat top center / 100% auto;
    width: 46px;
    height: 40px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.sec_parenting {
	padding: 100px 0;
    position: relative;
    z-index: 0;
}
.sec_bg {
    padding: 200px 0;
}
.parenting_head {
    margin: 0 0 60px;
    color: #f09600;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1;
}
.parenting_head .en {
    display: block;
    color: #505050;
    font-size: 36%;
    font-weight: normal;
    margin-top: 10px;
}
.parenting_ttl {
    color: #b89e77;
    font-weight: bold;
    font-size: 2.6rem;
    letter-spacing: 0.12em;
    margin: 0 0 50px;
}
.parenting_block + .parenting_block {
    margin-top: 80px;
}
.block_inner {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
}
.block_ttl {
    color: #505050;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 55px;
}
.block_txt {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2.2;
    margin-bottom: 60px;
}
.block_txt .large {
    font-size: 114%;
    line-height: 2.8;
}
.block_txt .square {
    color: #E68CAA;
}
.block_image {
    margin: 0 0 50px;
}
.block_cap {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
}
.parenting_block .item .block_ttl {
    background: #ffffff;
    margin: 0 0 15px;
    padding: 20px 30px;
    border: 1px solid #e68caa;
    border-left-width: 12px;
}
.parenting_block .item .block_txt {
    margin: 0 0 15px;
}
.parenting_block .item .block_txt .large {
    line-height: 2;
}
.parenting_block .item .img02 {
	position: relative;
	width: 50%;
	max-width: 200px;
	margin-top: -130px;
	margin-left: auto;
	margin-right: -45px;
}
.parenting_block .item .img03 {
    width: 50%;
    max-width: 150px;
    margin: 0 auto;
    padding-top: 15px;
}
.parenting_block .item .img03 .cap {
    padding-top: 10px;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: -0.1em;
}
.parenting_block .item .block_cap {
    margin-top: 30px;
}
.parenting_block .txt_list .block_txt {
    font-size: 1.6rem;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.parenting_block .txt_list .block_txt .col_left {
    font-weight: 500;
    letter-spacing: 0.05em;
    width: 120px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
}
.parenting_block .txt_list .block_txt .col_left .square {
    display: inline-block;
    width: 20px;
}
.parenting_block .txt_list .block_txt .col_left .txt_align {
	width: calc(100% - 20px);
	display: inline-flex;
	justify-content: space-between;
}
.parenting_block .txt_list .block_txt .col_right {
    width: calc(100% - 120px);
    padding-left: 15px;
}
.parenting_block .txt_list .block_txt .txt {
    line-height: 1.7;
    display: block;
    text-indent: -1.2em;
    padding-left: 1.2em;
}

.point_block {
    background: rgba(252,249,219,0.5);
    padding: 80px 90px;
    position: relative;
}
.point_block .icon01 {
    position: absolute;
    bottom: -30px;
    left: -40px;
    z-index: 1;
    max-width: 178px;
    width: 16%;
}
.point_block .icon02 {
    bottom: auto;
    right: -45px;
    top: -50px;
    max-width: 178px;
    width: 16%;
    position: absolute;
}
.point_block .point_inner {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
}
.point_title {
    text-align: center;
    margin: 0 0 30px;
}
.point_title .icon {
    width: 58px;
    margin: 0 auto 30px;
}
.point_title .ttl {
    color: #000000;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.7;
}
.point_block .box_text {   
    position: relative;    
    margin: 0 auto 60px;
    width: 100%;
    max-width: 770px;
    z-index: 0;
}
.point_block .box_text:after {
    content: "";
    background: #91bcaa;
    position: absolute;
    z-index: -1;
    bottom: -5px;
    right: -5px;
    left: 5px;
    top: 5px;
}
.point_block .box_text::before {
    background: url(../imgs/icon02.png) no-repeat top center / 100% auto;
    content: "";
    width: 38px;
    height: 40px;
    top: 100%;
    right: 20%;
    z-index: 11;
    position: absolute;
    margin-top: -1px;
}
.point_block .box_text .txt {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0;
    padding: 30px 35px;
    position: relative;
    z-index: 10;
}
.point_list {
    margin-bottom: 60px;
}
.point_list .item {
    text-align: center;
}
.point_list .item .icon {
    border: 1px solid #3f3600;
    border-radius: 50%;
    width: 88px;
    height: 88px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    margin: 0 auto 15px;
}
.point_list .item .ttl {
    color: #464646;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.7;
}
.accordion_list {
    margin: 0 0 80px;
}
.accordion_list .item + .item {
    margin-top: 30px;
}
/* .accordion_list .item {
    border: 1px solid #00a29a;
} */
.accordion_list .item .ttl {
    background: #00a29a;
    cursor: pointer;
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    text-align: center;
    padding: 13px 80px;
    transition: all 0.3s ease-out;
}
.accordion_list .item .ttl:hover {
    background: #6eaaa0;
}
.accordion_list .item .ttl:after {
    content: "";
    background: url(../imgs/icon_arrow.png) no-repeat center center / 100% auto;
    width: 20px;
    height: 10px;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
}
.accordion_list .item .ttl.on:after {
    transform: translateY(-50%) rotate(180deg);
}
.accordion_list .item .cont {
    border: 1px solid #6eaaa0;
    display: none;
}
.accordion_list .item .txt {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.05em;
    background: #ffffff;
    position: relative;
    padding: 35px 40px;
    z-index: 0;
}
@media screen and (max-width: 1300px) {
    .point_block .icon01 {
        bottom: -30px;
        left: 15px;
    }
    .point_block .icon02 {
        bottom: auto;
        right: 15px;
        top: -40px;
        max-width: 178px;
        width: 16%;
        position: absolute;
    }
}
@media screen and (max-width: 1000px) {
    .point_block {
        padding: 80px 15px;
    }
    .point_list .item .ttl {
        font-size: 1.8rem;
        letter-spacing: -0.05em;
    }
}
@media screen and (max-width: 767px) {    
    .head_cont .head_txt {
        font-size: 1.2rem;
    }
    .head_cont .has_line {
        font-size: 1.6rem;
    }
    .head_text {
        padding-top: 45px;
        font-size: 1.2rem;
        line-height: 2;
    }
    .head_text::after {
        width: 30px;
    }
    .parenting_head {
        margin: 0 0 40px;
        font-size: 3rem;
    }
    .parenting_ttl {
        font-size: 1.8rem;
        letter-spacing: 0.02em;
        margin: 0 0 30px;
    }
    .sec_parenting {
        padding: 40px 0 0;
    }
    .sec_bg {
        padding: 80px 0;
    }
    .ac_sp {
        text-align: center;
    }
    .block_ttl {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    .block_txt {
        font-size: 1.2rem;
        line-height: 2;
        margin-bottom: 30px;
    }
    .block_txt .large {
        line-height: 2.2;
        letter-spacing: -0.01em;
    }
    .block_image {
        margin: 0 0 30px;
    }
    .parenting_block + .parenting_block {
        margin-top: 40px;
    }
    .parenting_block .item .block_cap {
        margin-top: 15px;
    }
    .parenting_block .item .block_ttl {
        padding: 15px 30px;
        border-left-width: 6px;
    }
    .block01 .item {
        margin-bottom: 40px;
    }
    .block01 .block_image {
        width: 100vw;
        margin-left: -15px;
    }
    .block_cap {
        font-size: 1rem;
    }
    .parenting_block .txt_list {
        margin-bottom: 30px;
    }
    .parenting_block .txt_list .block_txt {
        font-size: 1.4rem;
    }
    .parenting_block .txt_list .block_txt .col_left {
        letter-spacing: 0;
        width: 80px;
        padding-right: 0;
    }
    .parenting_block .txt_list .block_txt .col_right {
        width: calc(100% - 80px);
        letter-spacing: -0.03em;
    }
    .point_block {
        padding: 40px 15px;
        width: 100vw;
        margin-left: -15px;
    }
    .point_title .ttl {
        font-size: 1.8rem;
    }
    .point_title .icon {
        width: 50px;
    }
    .point_list .item .ttl {
        font-size: 1.4rem;
        letter-spacing: 0;
    }
    .point_list .item .icon {
        width: 74px;
        height: 74px;
        padding: 0 20px;
    }
    .point_block .box_text .txt {
        font-size: 1.4rem;
        padding: 20px 15px;
    }
    .point_block .box_text::before {
        width: 30px;
        right: 15%;
    }
    .point_list {
        margin-bottom: 30px;
    }
    .point_list .item {
        margin-bottom: 30px;
    }
    .accordion_list {
        margin: 0 0 30px;
    }
    .accordion_list .item + .item {
        margin-top: 20px;
    }
    .accordion_list .item .ttl {
        font-size: 1.6rem;
        padding: 8px 40px;
    }
    .accordion_list .item .ttl::after {
        width: 14px;
        height: 14px;
        right: 20px;
    }
    .accordion_list .item .txt {
        font-size: 1.4rem;
        line-height: 1.7;
        letter-spacing: 0.01em;
        padding: 20px 15px;
    }
    .point_block .icon01 {
        bottom: auto;
        left: 15px;
        top: 25px;
        width: 24%;
        max-width: 80px;
    }
    .point_block .icon02 {
        bottom: auto;
        right: 15px;
        top: 15px;
        width: 24%;
        max-width: 80px;
    }
}

.ani_wave {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}
.ani_wave.is_bottom {
    top: auto;
    bottom: 0;
}
@media screen and (max-width: 767px) {
    .ani_wave {
        height: 80px;
        bottom: 100%;
    }
}
.ani_wave svg {
    position: relative;
    animation: ani_wavea 10s infinite linear;
    height: 100%;
    width: 100%;
}
.ani_wave svg:last-child {
    position: absolute;
    top: 0;
    left: 0;
    animation: ani_waveb 10s infinite linear;
    z-index: 1;
}
@media screen and (max-width: 767px) {
  .ani_wave svg {
    position: relative;
    animation: ani_wavea 6s infinite linear;
    height: 100%;
    width: 100%;
}
.ani_wave svg:last-child {
    position: absolute;
    top: 0;
    left: 0;
    animation: ani_waveb 6s infinite linear;
    z-index: 1;
}
}
@keyframes ani_wavea {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes ani_waveb {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}