@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&display=swap');
#content{
    overflow: hidden;
}


.main_block .main_foot {
    margin: 1.5rem auto;
    text-align: center;
}
.main_block .main_body{
    margin-top:-2em;
}
.main_block .main_head,
.main_block .main_body{
    background: #D3EDFB;
    position: relative;
}
.main_block .main_head:before{
    content: " ";
    display: block;
    width: 70%;
    height: 20rem;
    position: absolute;
    background: #fff;
    bottom: -5%;
    right: -30%;
    transform: skewX(-30deg);
    z-index: 5;
    
}
@media print,
(min-width:720px) {
    .main_block .main_head > .inner {
        margin-top: -3em;
    }

    .main_block .main_foot {
        margin: 3rem auto;
    }
}
@media only screen and (max-width:719px) {
    .main_block .main_head:before{
        bottom: -40%;
        right: -50%;
    }
}

.main_block .main_head .voice_portrait {
    margin: auto;
    overflow: hidden;
    z-index: 10;
}
.main_block .main_head .voice_portrait:before{
    content: '';
    display: block;
    background: #fff;
    width: 100%;
    height: 30%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.main_block .main_head .voice_portrait:after {
    content: '';
    display: block;
    padding-top: 45%;
    z-index: 10;
}

.main_block .main_head .voice_portrait > img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: auto;
    transform: translate(-10%, -50%);
}
#voice05.main_block .main_head .voice_portrait > img {
    top: 60%;
}

@media only screen and (max-width:719px) {
    .main_block .main_head .voice_portrait:after {
        content: '';
        display: block;
        padding-top: 90%;
        z-index: 10;
    }
    .main_block .main_head .voice_portrait > img {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        width: 150%;
        max-width: 150%;
        height: auto;
        transform: translate(-25%, -50%);
    }
}

@media print,
(min-width:720px) {
    .main_block .main_head .voice_portrait {}
}


/* next_link */
/* next_link */
.next_link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.25rem 1rem;
    padding: 1.5em 0;
    padding-right: 1.5em;
    height: 4em;
    text-decoration: none;
    color: #38A1DB;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1;
    z-index: 100;
    text-shadow:
        -1px -1px 0px #fff,
        -1px 0px 0px #fff,
        -1px 1px 0px #fff,
        0px -1px 0px #fff,
        0px 0px 1px #fff,
        0px 1px 0px #fff,
        1px -1px 0px #fff,
        1px 0px 0px #fff,
        1px 1px 0px #fff;
}

.next_link::before,
.next_link::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-style: solid;
    border-radius: 0.2em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.next_link::before {
    width: 2.3em;
    height: 2.3em;
    border-width: 0.5em 0.5em 0 0;
    border-color: #efefef;
}

.next_link::after {
    margin-right: 0.1em;
    width: 2em;
    height: 2em;
    border-width: 0.2em 0.2em 0 0;
}

/*
.next_link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 1rem;
  padding: 1.5em 0;
  padding-right: 1.5em;
  height: 4em;
  text-decoration: none;
  color: #38A1DB;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1;
  z-index: 100;
}
.next_link::before, 
.next_link::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 2em;
  height: 0;
  margin-right: 2px;
  border-style: solid;
  border-width: 2px;
  border-radius: 2px;
  background-color: #38A1DB;
}
.next_link::before {
  bottom: 50%;
  margin-bottom: -2px;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.next_link::after {
  top: 50%;
  margin-top: -2px;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
*/
@media print,
(min-width:720px) {
    .next_link {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}



.main_block .main_head .head_block {
    padding: 1rem 0;
    z-index: 20;
}

@media only screen and (max-width:719px) {
    .main_block .main_head .head_block {
        margin: -3rem 0 0 -1rem;
    }
}

@media print,
(min-width:720px) {
    .main_block .main_head .head_block {
        width: 50%;
    }

    .main_block .main_head .head_block::before {
        /*content: '';
    display: block;
    padding-top: 100%;*/
    }

    .main_block .text_area.col_r > p:first-child {
        text-indent: 0 !important;
    }

}


/* person_info */
.person_info {
    position: relative;
    z-index: 10;

}

.person_info p {
    line-height: 1.25;
}

.person_info .person_company {
    background: #38A1DB;
    padding: 1.5em;
    color: #fff;
    margin-bottom: 0.5em;
}

@media only screen and (max-width:719px) {
    .person_info .person_company {
        font-size: 0.9375em;
    }
    
}

@media print,
(min-width:720px) {
    .person_info {}

    .person_info .person_company {
        font-size: 1.125em;
    }
}

/* person_profile */
.person_profile {
    font-weight: bold;
    z-index: 20;
    padding: 1em;
}

.person_profile .profile_name {
    margin-bottom: 0.5em;
}

.person_profile .profile_name .name_ja .name {
    font-size: 1.2em;
}

.person_profile .profile_name .name_en {
    display: inline-block;
    color: #38A1DB;
}

.person_profile .profile_text {
    font-size: 0.75em;
    line-height: 1.5;
    font-weight: normal;
}

@media only screen and (max-width:719px) {
    .person_profile .profile_text span {
        display: block;
    }
}

@media print,
(min-width:720px) {
    .person_profile {}

    .person_profile .profile_name {}
}

.voice_title {
    margin: 0 0 3rem;
    font-size: 1.3em;
    line-height: 2;
}

@media print,
(min-width:720px) {
    .voice_title {
        width: 50%;
        min-height: 6em;
    }

}

@media only screen and (max-width:719px) {
    .voice_title {
        font-size: 1.1em;
        line-height: 1.5;
        margin: 0 0 1rem;
    }
}


/* sect_block */

.main_body .sect_block.voice_text{

}
.main_body .sect_block.voice_text:after{
    content: " ";
    display: block;
    width: 70%;
    height: 20rem;
    position: absolute;
    background: #fff;
    bottom: -20%;
    left: -30%;
    transform: skewX(-30deg);
}
.main_body .sect_block.voice_text > .inner{
    background: #FFF;
    z-index: 20;
    padding: 2rem;
}

.main_body .sect_block {
    padding: 1.5rem 0;
}

@media print,
(min-width:720px) {
    .main_body .sect_block {
        padding: 2rem 0;
    }
}
@media only screen and (max-width:719px) {
    .main_body .sect_block.voice_text:after{
        left: -60%;
    }
    .main_body .sect_block.voice_text > .inner{
        padding: 1rem
    }
}
.voice_text .text_area > p {
    font-size: 0.875em;
    /*text-indent: 1em;*/
}

.main_body .sect_block .img_01{
    width: 40%;
    position: absolute;
    right: -10%;
    top: -20%;
}
.main_body .sect_block .text_area_wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:space-between;
}
.main_body .sect_block .col_l{
    order: 1;
    flex-basis:30%;
    
}
.main_body .sect_block .col_r{
    order: 2;
    flex-basis: 70%;
}

@media print,
    (min-width:720px) {
        .main_body .sect_block .col_l{
            transform: scale(1.5, 1.5) translate(-25%,15%);
        } 
}

@media only screen and (max-width:719px) {
    .voice_text .text_img {
        margin: 1rem auto;
    }
    .main_body .sect_block .img_01{
        width: 100%;
        position: relative;
        right: -2em;
        top: 0;
        overflow: hidden;
    }
    .main_body .sect_block .img_01:after{
        content: " ";
        display: block;
        padding-top:65%;
        width: 100%;
        
    }
    .main_body .sect_block .img_01 img{
        position: absolute;
        top: -7.5%;
    }
    .main_body .sect_block .text_area_wrap{
        flex-direction: column;
    }
    .main_body .sect_block .col_l{
        order: 2;
        transform: translate(-2rem,0);
    }
    .main_body .sect_block .col_r{
        order: 1;
        margin-top: 2rem;
    }
    
}

/*voice_learning*/
.main_body .sect_block.voice_learning{
    background: #38A1DB;
    color: #fff;
    margin-top: 6rem;
}

.voice_learning .sect_head{
    text-align: center;
    margin-top: -3.5rem;
    margin-bottom: 2rem;
    position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    
}
.voice_learning .sect_head:after{
    content: " ";
    display: block;
    width: 2.2em;
    height: 2.2em;
    background: #fff;
    transform: rotate(45deg);
    right: calc(50% - 7rem);
    top: 0.4rem;
    z-index: 5;
    position: absolute;
}
.voice_learning .sect_head h2{
    display: inline-block;
    background: #fff;
    color: #38A1DB;
    font-size: 1.2em;
    padding: 0.5em 0.5em 0.5em 1em;
    z-index: 10;
    height: 3.11rem;
    line-height: 1.75;
    font-weight: 500;
    font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
}
.voice_learning .sect_body .step{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.voice_learning .sect_body .step dl{
    flex-basis: 23%;
}
#voice08 .voice_learning .sect_body .step dl,
#voice09 .voice_learning .sect_body .step dl{
    flex-basis: 48%;
}


.voice_learning .sect_body .step dl dt{
    text-align: center;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #fff;
    position: relative;
    font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
}
.voice_learning .sect_body .step dl dt span{
    font-size: 1.5em;
    display: inline-block;
    margin-right: 0.2em;
}

.voice_learning .sect_body .step dl dt:after{
    content: " ";
    display: block;
    width: 1px;
    height: 0.75rem;
    border-left: 1px solid #fff;
    position: absolute;
    right: 0.25em;
    bottom: 0;
    transform: skewX(30deg);
    
}
.voice_learning .sect_body .step dl dd{
    font-size: 0.9em;
}
@media only screen and (max-width:719px) {
    .voice_learning .sect_head{
        margin-top: -3rem;
    }
    .voice_learning .sect_body .step dl{
        flex-basis: 48%;
        margin-bottom: 4%;
    }
    
}


/* voice_message */
.voice_message {
    background-color: #fff;
}

.voice_message .inner{
    max-width: 800px 
}

.voice_message .sect_head {
    margin-bottom: 1rem;
    text-align: center;
}

.voice_message .message_icn .icn_img {
    fill: #38A1DB;
    font-size: 5em;
}

.voice_message .message_icn .icn_txt {
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
    height: 1em;
    color: #FFF;
    font-family: monospace;
}

.voice_message .sect_title {
    display: block;
    color: #38A1DB;
    font-size: 1.8em;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.voice_message .sect_title span{
    display: inline-block;
    font-size: 0.45em;
    background: #38A1DB;
    color: #fff;
    font-weight: normal;
    padding: 0.5em 1em;
    letter-spacing: 0em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width:719px) {
    .voice_message .message_icn {
        position: relative;
        margin-top: -10em;
        vertical-align: bottom;
    }
}

@media print,
(min-width:720px) {
    .voice_message .message_icn {
        position: absolute;
        bottom: 0;
        right: 50%;
        margin-right: 8em;
    }
}

/* index_btn */
.index_btn {
    display: block;
    margin: 0.5em auto;
    padding: 1em;
    line-height: 1;
    color: #38A1DB;
    text-decoration: none;
    font-size: 0.9em;
}

.index_btn::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 1.5em;
    width: 1em;
    height: 0.25em;
    border-bottom: 1px solid #38A1DB;
    border-right: 1px solid #38A1DB;
    transform: skewX(30deg);
}


@media print,
(min-width:720px) {
    .index_btn {
        display: inline-block;
        margin: auto 0;
        width: 16em;
        border-left: 1px solid #38A1DB;
        border-right: 1px solid #38A1DB;
    }
    .index_btn + .index_btn{
        border-left: none;
    }
}
@media only screen and (max-width:719px) {
    .index_btn {
        border-top: 1px solid #38A1DB;
        border-bottom: 1px solid #38A1DB;
    }
    .index_btn + .index_btn{
        border-top: none;
        margin-top: 0;
    }
}

.voice_note {
    padding-top: 0.5rem;
    background: #fff;
}

.voice_note .footnote {
    text-align: right;
    font-size: 0.75em;
}

.voice_text .text_area > p + p {
    margin-top: 0 !important;
}
