@charset "UTF-8";
/* 幅980px以下からcss適応 */
@media only screen and (max-width: 980px) {
  #top_mainimage {
    margin-top: 120px;
    margin-bottom: 48px;
  }
  .top_mainimage-text {
    height: calc(100% - 9vw);
    justify-content: center;
  }
  .top_mainimage-text01 p {
    font-size: 3.5vw;
  }
  .top_mainimage-btn01 {
    margin-top: 46px;
    margin-left: 1vw;
  }
  .top_mainimage-btn01-trial a {
    padding: 16px 45px 16px 80px;
  }
  .top_mainimage-btn01-trial a:before {
    width: 120px;
    height: 122px;
    background-size: contain;
    top: -34px;
  }
  .top_mainmenu01-conts {
    width: calc(100% / 3 - 11px);
    margin-right: 16px;
    border-width: 8px;
    padding: 16px;
  }
  .top_mainmenu {
    margin-bottom: 32px;
  }
  .nayami_conts01 {
    flex-direction: column;
    margin-top: 32px;
  }
  .nayami_conts01-l,
  .nayami_conts01-r {
    padding: 24px;
  }
  .nayami_conts01-l {
    width: 100%;
    max-width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .nayami_conts01-l-text {
    display: flex;
    flex-direction: row;
  }
  .feature_listconts {
    padding-top: 28px;
  }
  .feature_list-num {
    width: 56px;
    height: 56px;
    font-size: 28px;
    left: 12px;
  }
  .results_message01 {
    padding: 24px;
  }
  .results_message01-text {
    text-align: left;
  }
  .results_message01-text p {
    line-height: 1.6;
  }
  .voice_movie-arrow-l {
    left: -48px;
  }
  .voice_movie-arrow-r {
    right: -48px;
  }
  .mindconts {
    margin-bottom: 24px;
  }
  .mindconts01 .mindconts_wrap,
  .mindconts03 .mindconts_wrap {
    display: flex;
    flex-direction: row;
  }
  .mindconts02 .mindconts_wrap,
  .mindconts04 .mindconts_wrap {
    display: flex;
    flex-direction: row-reverse;
  }
  .mindconts_text {
    width: 65%;
    height: 100%;
    box-sizing: border-box;
    padding: 24px;
    position: relative;
  }
  .mindconts01_text,
  .mindconts03_text {
    background: -moz-linear-gradient(left, white 0%, white 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, white 0%, white 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 0%, white 80%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  }
  .mindconts02_text,
  .mindconts04_text {
    width: 65%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 25%, white 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 25%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 25%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    padding-left: 80px;
  }
  .mindconts_img {
    width: 70%;
    height: 100%;
    position: absolute;
  }
  .mindconts01_img,
  .mindconts03_img {
    right: 0;
  }
  .mindconts02_img,
  .mindconts04_img {
    left: 0;
  }
  .mind_youtube-conts {
    width: calc(50% - 12px);
    margin-right: 24px;
  }
  .reason_conts-wrap {
    flex-direction: column;
    position: relative;
  }
  .reason_img {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.2;
  }
  .reason_text {
    width: 100%;
  }
  .constitution_conts-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .constitution_img {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    margin-right: 0;
  }
  .constitution_text {
    width: 100%;
  }
  .address {
    padding-bottom: 240px;
    margin-bottom: 40px;
  }
}

/* 幅820px以下からcss適応 */
@media only screen and (max-width: 820px) {
  .voice_movie {
    width: 81vw;
  }
  .voice_memo {
    margin-top: 8px;
  }
  .newsblog_wrap {
    flex-direction: column;
  }
  .newsblog_l {
    width: 100%;
    margin: 0 auto 32px;
  }
  .newsblog_r {
    width: 100%;
    max-width: 632px;
    margin: 0 auto;
  }
  .newsblog_sidebnr {
    display: flex;
    flex-wrap: wrap;
  }
  .newsblog_sidebnr-conts {
    width: calc(50% - 16px);
    max-width: 300px;
    margin-right: 32px;
  }
  .newsblog_sidebnr-conts:nth-of-type(2n) {
    margin-right: 0;
  }
}

/* 幅680px以下からcss適応 */
@media only screen and (max-width: 680px) {
  #top_mainimage {
    margin-bottom: 38vw;
  }
  .top_mainimage-text {
    height: 100%;
  }
  .top_mainimage-text p {
    font-size: 4vw;
  }
  .top_mainimage-btn01 {
    position: absolute;
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
  .top_mainimage-btn01-trial a {
    font-size: 5vw;
    padding: 5vw 11vw 5vw 8vw;
    position: relative;
    left: -10px;
  }
  .top_mainimage-btn01-trial a:before {
    top: -4vw;
    width: 23vw;
    max-width: 120px;
    height: 23vw;
    max-height: 122px;
  }
  .top_news {
    padding: 12px;
  }
  .top_news p {
    font-size: 15px;
    text-align: left;
  }
  .top_mainmenu {
    margin-bottom: 16px;
  }
  .top_mainmenu01,
  .top_mainmenu02 {
    flex-direction: column;
  }
  .top_mainmenu01-conts {
    width: 100%;
    margin: 0 auto 16px;
    padding: 12px;
  }
  .top_mainmenu01-conts:last-of-type {
    margin-bottom: 0;
  }
  .top_mainmenu01-img {
    width: 80px;
    height: 80px;
  }
  .top_mainmenu01-img figure img {
    max-width: 100%;
    max-height: 100px;
  }
  .top_mainmenu01-ttl01 {
    line-height: 1.5;
  }
  .top_mainmenu02-conts {
    width: 100%;
    margin-bottom: 12px;
  }
  .top_mainmenu02-conts:last-of-type {
    margin-bottom: 0;
  }
  .top_pc-mainmenu03 {
    display: none;
  }
  .top_sp-mainmenu03 {
    display: block;
  }
  .top_sp-mainmenu03 p img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .nayami_conts01-l-text {
    flex-wrap: wrap;
  }
  .nayami_conts01-l {
    padding: 16px;
  }
  .nayami_conts01-l-wrap {
    width: 240px;
    margin: 0 auto;
  }
  .nayami_conts01-r {
    padding: 8px 16px;
  }
  .nayami_list{
    padding: 12px 16px;
  }
  .nayami_list ul li{
    padding-left: 26px;
    line-height: 1.75;
  }
  .list_check01 li {
    margin-right: 16px;
  }
  .nayami_textarea{
    margin-top: 16px;
  }
  .nayami_textarea p{
    font-size: 16px;
  }
  .profile_conts {
    flex-direction: column;
  }
  .profile_img01 {
    max-width: 200px;
    margin: 0 auto;
  }
  .profile_img-text {
    text-align: center;
  }
  .profile_conts-text {
    width: 100%;
    margin: 24px auto 0;
  }
  .top_message-icon {
    width: 24vw;
    max-width: 90px;
    margin: 0 auto 16px;
  }
  .top_message-icon img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .top_message-ttl {
    padding: 8px 12px;
    margin-bottom: 16px;
  }
  .top_message-mainttl {
    font-size: 18px;
    line-height: 1.8;
  }
  .top_message-ttl-bg01:before {
    width: 24px;
    height: 3px;
  }
  .top_message-ttl-bg01:after {
    width: 3px;
    height: 24px;
  }
  .top_message-ttl-bg02:before {
    width: 24px;
    height: 3px;
  }
  .top_message-ttl-bg02:after {
    width: 3px;
    height: 24px;
  }
  .top_message-text p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 1em;
    line-height: 1.8;
  }
  .top_message-text p.message_last {
    margin-top: 2em;
  }
  .sec03_bg01 {
    max-width: 100px;
    left: -16px;
  }
  .sec03_bg02 {
    max-width: 160px;
    left: -24px;
  }
  .sec03_bg03 {
    max-width: 120px;
    right: -12px;
    top: -40px;
  }
  .sec03_bg04 {
    max-width: 120px;
    right: -24px;
  }
  .feature_list {
    flex-direction: column;
  }
  .feature_listconts {
    width: 100%;
    margin: 0 auto 24px;
    padding-top: 32px;
  }
  .feature_list-num {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 64px;
    height: 64px;
    font-size: 28px;
  }
  .feature_ttl01 {
    font-size: 20px;
    text-align: left;
    margin: 8px auto 0;
    line-height: 1.6;
  }
  .results_message01 {
    padding: 16px;
  }
  .results_message01-wrap {
    flex-direction: column;
  }
  .results_message01-img {
    max-width: 80%;
    margin: 0 auto 16px;
  }
  .results_message01-text {
    margin: 0 auto;
  }
  .results_message01-text p {
    font-size: 18px;
  }
  .results_message01-text p .br {
    display: inline;
  }
  .results_data {
    margin-top: 24px;
  }
  .results_data-wrap {
    flex-direction: column;
  }
  .results_dataconts {
    width: 100%;
    margin: 0 auto 24px;
    padding: 12px;
  }
  .results_dataconts:last-of-type {
    margin-bottom: 0;
  }
  .result_main,
  .voice_movie {
    width: 90%;
    margin: 0 auto;
  }
  .result_mainconts-img img {
    border-width: 4px;
    height: auto;
  }
  .voice_movieconts-movie iframe {
    border-width: 4px;
    height: 56vw;
  }
  .result_main-arrow-l,
  .result_main-arrow-r,
  .voice_movie-arrow-l,
  .voice_movie-arrow-r {
    max-width: 12px;
    top: calc(50% - 6px);
  }
  .result_main-arrow-l img,
  .result_main-arrow-r img,
  .voice_movie-arrow-l img,
  .voice_movie-arrow-r img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .result_main-arrow-l,
  .voice_movie-arrow-l {
    left: -24px;
  }
  .result_main-arrow-r,
  .voice_movie-arrow-r {
    right: -24px;
  }
  .voice_memo {
    margin-top: 4px;
    line-height: 1.5;
  }
  .mindconts_wrap {
    width: 100%;
  }
  .mindconts_text {
    width: 100%;
    padding: 12px;
    background: none;
  }
  .mindconts_text p {
    text-shadow: 0 1px 2px #fff,
 1px 0 2px #fff,
 0 -1px 2px #fff,
 -1px 0 2px #fff;
  }
  .mindconts_img {
    opacity: 0.6;
  }
  .mindconts_bg img {
    width: auto;
    max-width: 100px;
    height: auto;
  }
  .mindconts_bg01,
  .mindconts_bg03 {
    right: -40px;
    bottom: 0;
  }
  .mindconts_bg02 {
    left: -40px;
    bottom: 0;
  }
  .mindconts_bg04 {
    left: -40px;
    top: auto;
    bottom: -20px;
  }
  .mind_youtube-wrap {
    flex-direction: column;
  }
  .mind_youtube-conts {
    width: 100%;
    margin: 0 auto 16px;
  }
  .mind_youtube-conts:last-of-type {
    margin-bottom: 0;
  }
  .mind_youtube-img {
    padding: 8px;
  }
  .mind_youtube-movie iframe{
    min-height: 160px;
    height: 50vw;
  }
  .mind_last-img{
    max-width: 150px;
  }
  .mind_last-text p{
    font-size: 12px;
  }
  .reason_conts {
    padding: 8px;
  }
  .reason_conts-wrap {
    padding: 16px;
  }
  .constitution_conts {
    padding: 8px;
  }
  .constitution_conts-wrap {
    padding: 16px;
  }
  .mediasec_wrap {
    flex-wrap: wrap;
  }
  .media_conts {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 20px;
  }
  .media_conts:nth-of-type(2n) {
    margin-right: 0;
  }
  .media_conts-img {
    margin-bottom: 12px;
  }
  .newsblog_mainconts-wrap {
    flex-direction: column;
  }
  .newsblog_ttl {
    order: 1;
    text-align: center;
  }
  .newsblog_more {
    order: 3;
    justify-content: center;
    margin-top: 24px;
  }
  .newsblog_list {
    order: 2;
    margin-top: 24px;
  }
  .newsblog_list dl {
    display: flex;
    flex-direction: column;
  }
  .newsblog_list dl dt,
  .newsblog_list dl dd {
    width: 100%;
  }
  .newsblog_r {
    margin-top: 32px;
  }
  .newsblog_sidebnr-conts {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  .address_wrap {
    padding-top: 32px;
    flex-direction: column-reverse;
  }
  .address {
    background-size: auto 80px;
    padding-bottom: 120px;
  }
  .address_map {
    width: 100%;
    margin-bottom: 16px;
  }
  .address_map iframe {
    height: 120vw;
  }
  .address_area {
    width: 100%;
  }
  .address_area-tel {
    margin-top: 12px;
    text-align: center;
  }
  .address_area-tel a {
    font-size: 9vw;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
  }
  .address_are-btn {
    margin: 12px auto;
  }
  .address_are-btn a {
    padding: 8px;
    max-width: 100%;
  }
  #top .f_menuconts dl{
    width: 100%;
  }
}
