@media screen and (max-width: 750px) {
  * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  body {
    min-width: 100%;
    max-width: 750px;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  #container {
    max-width: 750px;
    overflow: hidden;
  }

  .mr55 {
    margin-right: 0;
  }

  .ml55 {
    margin-left: 0;
  }

  #container #intro .txt_box,
  #container #mainImg h1,
  #container #intro h2,
  #message .message_box,
  #message,
  #report .txt,
  #report h2,
  #qa .qa_container .q_ttl,
  #qa .qa_container .a_txt,
  #qa,
  #qa h2,
  #lesson .flow_txt,
  #lesson .txt,
  #lesson h2,
  #course h2,
  #stepup .step,
  #container #reason .container .contentBox_1 .map,
  #container #reason .container,
  #container #reason h2,
  .cta_btn,
  #container #cv_turning h2,
  #container #customer .voice_box .voice_txt,
  #container #customer .voice_box,
  #container #customer h2,
  #container #nard h3,
  #container #nard h2,
  .contentInner_960 {
    width: 100%;
  }

  #container #cv_turning,
  #container #cv,
  #container #cv_end,
  #container #mainImg {
    height: auto;
  }

  #container #reason .container .cont_txt_left {
    width: 100%;
    margin-right: 0;
  }

  #column {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .meiryo {
    font-family: メイリオ, Meiryo, sans-serif;
    font-weight: normal;
  }

  .break_sp {
    display: block;
  }

  .break_pc {
    display: contents;
  }

  .centering {
    text-align: center;
  }

  .head._container {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #b89d8b;
  }

  .head._inner {
    display: table;
    margin-bottom: 1%;
    width: 100%;
    table-layout: fixed;
  }

  .head._logo {
    display: table-cell;
    padding: 1% 12% 1% 5%;
    vertical-align: top;
  }

  .head._logo img {
    display: block;
    width: 100%;
  }

  .head._info {
    display: table-cell;
    padding: 0 1%;
    vertical-align: top;
  }

  .head._info img {
    display: block;
    margin: auto;
    width: 100%;
  }

  .head._btn {
    display: table;
    margin-bottom: 4%;
    width: 100%;
  }

  .head._btn_item {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }

  .head._btn_item.__access {
    padding: 0 1% 1% 0;
  }

  .head._btn_item.__access a {
    display: block;
    padding: 4% 10%;
    border-radius: 0 0 10px 10px;
    background: #6e5849;
    text-align: center;
  }

  .head._btn_item.__tel {
    padding: 0 1% 0 1%;
  }

  .head._btn_item.__tel a {
    display: block;
    padding: 4% 10%;
    border-radius: 0 0 10px 10px;
    background: #d86260;
    text-align: center;
  }

  .head._hours {
    display: block;
    float: right;
    width: 100%;
  }

  .header_teltxt {
    font-size: 2.5vw;
    line-height: 1;
  }

  .head._menu {
    display: none;
  }

  .head._menu_ttl {
    padding: 3% 2%;
    border-radius: 3px 3px 0 0;
    background: #6e5849;
    line-height: 1;
  }

  .head._menu_ttl img {
    display: block;
    width: 100%;
  }

  .head._menu_content {
    padding: 2%;
    width: 100%;
  }

  .head._menu_content img {
    width: 100%;
  }

  .head._menu_link {
    display: block;
    margin-bottom: 1%;
    padding: 4% 0;
    border-bottom: 1px dashed #000;
  }

  .head._menu_link:last-child {
    border-bottom: none;
  }

  .fancybox-item.fancybox-close {
    top: 2%;
    right: 2.5%;
    z-index: 100000;
    width: 5%;
    height: 3.5%;
    background: url(../img/close.png);
    background-size: cover;
  }

  .gnav_container {
    display: table;
    width: 100%;
    border: 1px solid #b89d8b;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fff3f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fff3f0));
    background: -webkit-linear-gradient(top, #ffffff 0%, #fff3f0 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fff3f0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #fff3f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fff3f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fff3f0', GradientType=0);
  }

  .gnav_item {
    display: table-cell;
    padding: 1% 2%;
    border-right: 1px solid #b89d8b;
    text-align: center;
    vertical-align: middle;
  }

  .gnav_item:last-child {
    border: none;
  }

  .gnav_item img {
    display: block;
    margin: auto;
    width: 100%;
  }

  .gnav_follow_container {
    position: fixed;
    top: -30%;
    display: table;
    width: 100%;
    border: 1px solid #b89d8b;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fff3f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fff3f0));
    background: -webkit-linear-gradient(top, #ffffff 0%, #fff3f0 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fff3f0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #fff3f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fff3f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fff3f0', GradientType=0);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  }

  .gnav_follow_item {
    display: table-cell;
    border-right: 1px solid #b89d8b;
    text-align: center;
    vertical-align: bottom;
  }

  .gnav_follow_item:first-child,
  .gnav_follow_item:nth-child(2) {
    padding: 2%;
    vertical-align: middle;
  }

  .gnav_flow_item.__home {
    width: 10%;
  }

  .gnav_flow_item.__menu {
    width: 10%;
  }

  .gnav_follow_item:last-child {
    border: none;
  }

  .gnav_follow_item img {
    display: block;
    margin: auto;
    width: 100%;
  }

  #pageTop a {
    display: block;
    z-index: 999;
    width: 50px;
    height: 50px;
    background: url(../img/sp/pageTop.png) no-repeat;
    background-size: cover;
    text-decoration: none;
    position: relative;
  }

  #container #mainImg {
    width: 100%;
    height: 148vw;
    display: block;
    background-image: url('../img/sp/mv_bg_sp_8.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 0 !important;
    position: relative;
    aspect-ratio: 640 / 950;
  }

  #container #mainImg .contentInner_960 {
    height: 100%;
    position: relative;
  }

  #container #mainImg h1 {
    display: none;
  }

  #container #mainImg02 {
    width: 100%;
    height: 143vw;
    display: block;
    background-image: url('../img/sp/mv_bg_sp_3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 0 !important;
    position: relative;
  }

  #container #mainImg02 .contentInner_960 {
    height: 100%;
    position: relative;
  }

  #container #mainImg02 h1 {
    display: none;
  }

  #container #mainImg03 {
    width: 100%;
    height: 143vw;
    display: block;
    background-image: url('../img/sp/mv_bg_sp_4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 0 !important;
    position: relative;
  }

  #container #mainImg03 .contentInner_960 {
    height: 100%;
    position: relative;
  }

  #container #mainImg03 h1 {
    display: none;
  }

  #container #mainImg04 {
    width: 100%;
    height: 143vw;
    display: block;
    background-image: url('../img/sp/mv_bg_sp_5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 0 !important;
    position: relative;
  }

  #container #mainImg04 .contentInner_960 {
    height: 100%;
    position: relative;
  }

  #container #mainImg04 h1 {
    display: none;
  }

  #container #mainImg05 {
    width: 100%;
    height: 143vw;
    display: block;
    background-image: url('../img/sp/mv_bg_sp_6.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 0 !important;
    position: relative;
  }

  #container #mainImg05 .contentInner_960 {
    height: 100%;
    position: relative;
  }

  #container #mainImg05 h1 {
    display: none;
  }

  ._fade_fv_sp {
    position: relative;
  }

  ._fade_fv_sp ._ctrl_1 {
    width: 80%;
    position: absolute;
    top: 17%;
    left: 0;
    animation-delay: 0.6s;
  }

  ._fade_fv_sp ._ctrl_2 {
    width: 30%;
    position: absolute;
    top: 41.5%;
    left: 10%;
    animation-delay: 2.4s;
    animation-duration: 0.1s;
  }

  ._fade_fv_sp ._ctrl_3 {
    width: 30%;
    position: absolute;
    top: 41%;
    left: 41%;
    animation-delay: 3s;
    animation-duration: 0.1s;
  }

  ._fade_fv_sp ._ctrl_4 {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 1;
    animation-delay: 1.8s;
  }

  ._fade_fv_sp ._ctrl_5 {
    width: 90%;
    position: absolute;
    left: 5%;
    bottom: 2.5%;
    animation-delay: 1.2s;
  }

  #container #cv,
  #container #cv_end {
    background-image: url('../img/sp/cta_bg.png');
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    height: auto;
    padding: 6vw 0;
  }

  .cta_btn {
    background-image: url('../img/sp/cta_btn.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 95vw;
    height: 19.5vw;
    margin: 0 auto;
    cursor: pointer;
  }

  #container #intro h2 {
    background-image: url(../img/sp/sec01_h_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 99vw;
    height: 34vw;
  }

  #container #intro {
    background-image: url(../img/sp/sec01_bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    width: 100%;
    height: auto;
    margin-top: 0 !important;
    padding-top: 3vw;
    padding-bottom: 70vw;
  }

  #container #intro .txt_box {
    width: 100%;
    height: auto;
    padding: 4.7vw 3vw;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: justify;
    font-size: 16px;
    line-height: 1.8;
    margin-left: 0;
    box-sizing: border-box;
  }

  #container #attention {
    background-image: url(../img/sp/sec02_bg02.jpg);
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    width: 100%;
    height: auto;
    padding: 3vw 3vw 4.7vw;
    box-sizing: border-box;
  }

  #container #attention h2 {
    background-image: url(../img/sp/sec02_h_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 91vw;
    height: 38vw;
    margin-bottom: 1.6vw;
  }

  #container #attention .txt_box {
    width: 100%;
    padding: 6.25vw 3vw 4.7vw;
    background-color: rgba(255, 255, 255, 1);
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
  }

  #container #attention .txt_accent {
    font-size: 16px;
  }

  #container #nard {
    padding: 4.7vw 3vw;
  }

  #container #nard h2 {
    background-image: url(../img/sp/sec03_h_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 93vw;
    height: 28vw;
    margin: 0 auto 4.7vw;
  }

  #container #nard h3 {
    background-image: url(../img/sp/sec03_passrate_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 87.5vw;
    height: 17.3vw;
    margin: 0 auto 4.7vw;
  }

  #container #nard .txt_frame {
    background-color: #ebe1a1;
    border-radius: 10px;
    padding: 3vw;
  }

  #container #nard .txt_box {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    padding: 4.7vw;
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
  }

  #container #customer {
    width: 100%;
    height: auto;
    padding: 4.7vw 3vw 7.8vw;
  }

  #container #customer h2 {
    background-image: url(../img/sp/sec04_h_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 86.7vw;
    height: 27vw;
    margin: 0 auto 4.7vw;
  }

  #container #customer .voice_box {
    width: 100%;
    height: auto;
    background-image: url(../img/sp/sec04_border_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    padding-top: 7.8vw;
    margin: 0 auto 4.7vw;
    text-align: left;
  }

  #container #customer .voice_box h3 {
    margin-bottom: 4vw;
  }

  #container #customer .voice_box .photo_R {
    float: right;
    margin-left: 3vw;
  }

  #container #customer .voice_box .photo_R.mb170 {
    margin-bottom: 6vw;
  }

  #container #customer .voice_box .photo_R.mb60,
  #container #customer .voice_box .photo_L.mb60 {
    margin-bottom: 12vw !important;
  }

  #container #customer .voice_box .photo_R.mb10 {
    margin-bottom: 2vw !important;
  }

  #container #customer .voice_box .photo_L {
    float: left;
    margin-right: 3vw;
    margin-bottom: 0;
  }

  #container #customer .voice_box .txt_accent,
  #container #customer .voice_box .voice_txt {
    font-size: 16px;
  }

  #container #customer .voice_box .photo_L img,
  #container #customer .voice_box .photo_R img {
    width: 46.25vw;
    height: auto;
  }

  #container #cv_turning {
    background-image: url(../img/sp/cta_bg_2.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 68vw;
    padding: 4.7vw 0;
  }

  #container #cv_turning h2 {
    background-image: url(../img/sp/cta_ttl_1_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 100vw;
    height: 26.6vw;
    margin: 0 auto 0.3vw;
  }

  #container #cv_turning h3 {
    background-image: url(../img/sp/cta_ttl_2_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 82.5vw;
    height: 10vw;
    margin: 3vw auto 0;
  }

  #container #reason {
    margin: 0 auto 15.5vw;
    background-image: url(../img/sp/reason_bg.png);
    background-repeat: no-repeat;
    padding-top: 100px;
  }

  #container #reason .container {
    width: 94vw;
    height: auto;
    border: solid 5px #766c67;
    box-sizing: border-box;
    padding: 2px;
    margin: 0 auto 3vw;
  }

  #container #reason h2 {
    background-image: url(../img/sp/sec05_h_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 88vw;
    height: 25vw;
    margin-bottom: 4.7vw;
  }

  #container #reason .contentBox_9 {
    padding-bottom: 0px !important;
  }

  #container #reason .thumb_rs.mr0 {
    margin-right: 0px;
    margin-bottom: 5vw;
    margin-top: 4vw;
  }

  #container #reason h3 {
    margin-left: 18vw;
    margin-bottom: 5vw;
  }

  #container #reason .container .cont_txt,
  #container #reason .container .cont_txt_left {
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 0;
  }

  #container #reason .container .contentBox_1 .cont_txt_left {
    margin-right: 0;
    margin-bottom: 4.7vw;
  }

  #container #reason .container .contentBox_1,
  #container #reason .container .contentBox_2,
  #container #reason .container .contentBox_3,
  #container #reason .container .contentBox_4,
  #container #reason .container .contentBox_5,
  #container #reason .container .contentBox_6,
  #container #reason .container .contentBox_7,
  #container #reason .container .contentBox_8,
  #container #reason .container .contentBox_9,
  #container #reason .container .contentBox_10 {
    border: solid 1px #766c67;
    box-sizing: border-box;
    padding: 4vw;
    background-repeat: no-repeat;
    background-size: 24vw;
    background-position: left top;
  }

  #container #container #reason .container .contentBox_1 {
    padding: 4vw;
  }

  #container #reason .container .contentBox_1 {
    background-image: url('../img/reason_num_1.png');
  }

  #container #reason .container .contentBox_2 {
    background-image: url('../img/reason_num_2.png');
  }

  #container #reason .container .contentBox_3 {
    background-image: url('../img/reason_num_3.png');
  }

  #container #reason .container .contentBox_4 {
    background-image: url('../img/reason_num_4.png');
  }

  #container #reason .container .contentBox_5 {
    background-image: url('../img/reason_num_5.png');
  }

  #container #reason .container .contentBox_6 {
    background-image: url('../img/reason_num_6.png');
  }

  #container #reason .container .contentBox_7 {
    background-image: url('../img/reason_num_7.png');
  }

  #container #reason .container .contentBox_8 {
    background-image: url('../img/reason_num_8.png');
  }

  #container #reason .container .contentBox_9 {
    background-image: url('../img/reason_num_9.png');
  }

  #container #reason .container .contentBox_10 {
    background-image: url('../img/reason_num_10.png');
  }

  #container #reason .thumb_rs {
    float: unset;
    margin-right: 0;
  }

  #container #reason .container .contentBox_1 .map {
    top: 0;
    margin-bottom: 0;
  }

  .box._map {
    display: block;
    margin: 0 auto;
    min-height: 250px;
    width: 100%;
  }

  #container #reason .container .contentBox_1 .map {
    margin-top: 6vw;
  }

  #container #reason .container .contentBox_10 h4 {
    margin: 4.7vw auto 2vw;
  }

  #container #reason .container .contentBox_10 h4 img {
    width: 80vw;
    height: auto;
  }

  #container #reason .container .contentBox_10 ul {
    width: 73vw;
    margin: 0 auto 4vw !important;
    display: flex;
    flex-wrap: wrap;
  }

  #container #reason .container .contentBox_10 ul li {
    display: inline-block;
    width: 50%;
    margin-right: 0;
  }

  #container #reason .container .contentBox_10 ul li.mb35 {
    margin-bottom: 3vw !important;
  }

  #container #reason .container .contentBox_10 ul li img {
    width: 34vw;
    height: auto;
  }

  #stepup {
    padding-bottom: 8vw;
    background-image: url('../img/sp/sec06_bg_sp.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
  }

  #stepup h2 {
    margin: 0 auto 6vw;
  }

  #container #stepup .contentInner_960 {
    padding: 0 3.1vw;
    margin: 0 auto;
  }

  #stepup .step .txt {
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.03rem;
    color: #333;
    order: 2;
  }

  #stepup .step .arrow img {
    width: 30vw;
    height: auto;
  }

  #stepup .step .des {
    width: 58.8vw;
    display: flex;
    flex-wrap: wrap;
  }

  #stepup .step .des .photo {
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 3vw;
  }

  #stepup .step .des .txt {
    order: 1;
  }

  #stepup .step .photo img {
    width: 25.8vw;
    height: auto;
  }

  #container #course {
    padding: 8vw 0 0 0;
  }

  #container #course .contentInner_600 {
    width: 93.8vw;
    margin: 0 auto;
  }

  #container #course h2 {
    background-image: url(../img/sp/sec07_h_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 92.7vw;
    height: 67vw;
    margin: 0 auto 4.7vw;
  }

  #container #course .txt_box {
    padding: 4.7vw;
    width: 93.8vw;
    background-color: rgba(255, 255, 255, 1);
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin: 0 auto 4.7vw;
  }

  #container #course .point {
    flex-wrap: wrap;
    width: 93.8vw;
    margin: 0 auto;
  }

  #container #course .point.mb30 {
    margin-bottom: 0 !important;
  }

  #course .point .box {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding-bottom: 3vw;
    margin-bottom: 4.7vw;
  }

  #course .point .box p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin: 3vw 4.7vw 0;
  }

  #container #course .txt_accent {
    font-size: 16px;
  }

  #course .calculum_box,
  #calculum .calculum_box {
    border: solid 5px #766c67;
    box-sizing: border-box;
    padding: 2px;
    margin: 12.5vw auto;
    background-color: #fff;
    width: 93.8vw;
  }

  #course .calculum_box .container,
  #calculum .calculum_box .container {
    border: solid 1px #766c67;
    box-sizing: border-box;
    padding: 0 3vw 6.25vw;
  }

  #course .calculum_box .container h3,
  #calculum .calculum_box .container h3 {
    margin: -6.25vw auto 3vw;
  }

  #course .calculum_box .container h3 img,
  #course .calculum_box .container .photo img,
  #calculum .calculum_box .container .photo img,
  #course .calculum_box .container .calculum_img img {
    width: 100%;
    height: auto;
  }

  #course .calculum_box .container .txt,
  #calculum .calculum_box .container .txt {
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
  }

  #course .course_ed h4 img {
    margin-top: -5vw;
  }

  #course .course_ed {
    padding-bottom: 0;
  }

  #course .course_ed h4 {
    padding-bottom: 4vw;
  }

  #column .txt_box {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 0;
    padding: 4vw;
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
  }

  #column {
    width: 100%;
    min-height: auto;
    height: auto;
    background-image: url(../img/sec08_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 8vw;
    padding: 8vw 3vw;
    text-align: left;
  }

  #column h2 img {
    width: 100vw;
    height: auto;
    margin-bottom: 0;
  }

  #lesson h2 {
    background-image: url('../img/sec09_h_sp.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 94vw;
    height: 38vw;
    margin: 0 auto 6.25vw;
  }

  #lesson {
    padding: 8vw 0 6vw;
  }

  #lesson .txt {
    width: 93.8vw;
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin: 0 auto;
  }

  #lesson .txt a {
    color: #ee7270;
    font-size: 4vw;
    font-weight: bold;
    display: block;
    cursor: pointer;
    text-decoration: underline;
  }

  #lesson .flow img {
    width: 97vw;
    height: auto;
    margin-left: 3vw;
  }

  #lesson .flow_txt {
    width: 93.8vw;
    background-color: #fffcd2;
    padding: 4.7vw;
    box-sizing: border-box;
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    box-shadow: 0.8vw 0.8vw 0 0 #ece5b8;
    margin: 0 auto 6vw;
  }

  #lesson .flow_txt span {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
  }

  #container #lesson .contentInner_960 {
    width: 100%;
    margin: 0 auto;
  }

  #container #lesson .flow img {
    width: 97vw;
    height: auto;
    margin-left: 3vw;
  }

  #container #lesson .mt40.mb60 {
    margin-top: 4vw;
    margin-bottom: 8vw;
  }

  #qa {
    width: 87.5vw;
    padding: 10vw 0 0 0;
    box-sizing: border-box;
  }

  #qa h2 {
    background-image: url(../img/sec10_h.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 55vw;
    height: 16vw;
    margin: 0 auto 5vw;
  }

  #qa .qa_container {
    width: 100%;
    padding: 4.7vw 0;
    background-image: url('../img/sec10_dotline_sp.png');
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  #qa .qa_container .q_ttl,
  #qa .qa_container .a_txt {
    width: 86vw;
  }

  #qa .qa_container .q_ttl {
    padding-left: 10vw;
    background: url('../img/sec10_q.png') no-repeat;
    background-position: left center;
    background-size: 7.8vw;
    min-height: 7.8vw;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 4vw;
    color: #655a54;
    display: flex;
    align-items: center;
  }

  #qa .qa_container .a_txt {
    padding-left: 10vw;
    background: url('../img/sec10_a.png') no-repeat;
    background-position: left top;
    background-size: 7.8vw;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    color: #333;
  }

  #report {
    background-image: url('../img/sec11_bg.png');
    width: 100%;
    height: auto;
    padding: 10vw 0 10vw;
  }

  #report .contentInner_960 {
    width: 93.8vw !important;
    margin: 0 auto;
  }

  #report h2 {
    background-image: url('../img/sec11_h_sp.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 90.5vw;
    height: 40vw;
    margin: 0 auto 6.25vw;
  }

  #report .txt {
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
    color: #333;
    margin: 0 auto;
  }

  #report .photo img {
    width: 93.8vw;
    height: auto;
  }

  #report h3 {
    background-image: url('../img/sec11_seminar.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 32vw;
    height: 9.7vw;
    margin-bottom: 2vw;
  }

  #report .jisseki {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02rem;
    text-align: justify;
    color: #333;
    margin: 0 auto;
  }

  #message {
    width: 100%;
    background-image:
      url('../img/sec12_deco_top.png'),
      /*上部の飾り背景用*/ url('../img/sec12_deco_bottom.png');
    background-repeat:
      no-repeat,
      /*上部の飾り背景用*/ no-repeat;
    background-size:
      25%,
      /*上部の飾り背景用*/ 35%;
    background-position:
      0 12vw,
      /*上部の飾り背景用*/ bottom right;
    margin: 9.4vw auto 5vw;
  }

  /* #message h2 {
    background-image: url('../img/sec12_h.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 33vw;
    height: 15vw;
    margin: 0 auto 14vw;
  } */

  #message .message_box {
    width: 93.8vw;
    margin: 0 auto;
  }

  #message .message_box .matsue_photo {
    float: right;
    margin-left: 5vw;
    margin-bottom: 3vw;
  }

  #message .message_box .matsue_photo img {
    width: 46vw;
    height: auto;
  }

  #message .message_box .txt {
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    font-family: 'Noto Serif JP', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    color: #333;
    padding-bottom: 0;
  }

  #footer {
    margin-top: 0;
    display: table;
    padding: 2% 2%;
    background: #6e5849;
  }

  #footer .fInner {
    width: 100%;
    text-align: left;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }

  #footer .fNavi02,
  #footer .fNavi {
    display: none;
  }

  #footer .fNavi02 {
    width: 100%;
    margin-right: 0;
  }

  #footer .fNavi02 li a {
    color: #fff;
  }

  #footer .copyright {
    float: left;
    margin-top: 0;
    width: 100%;
    text-align: center;
  }

  .copyright {
    padding: 1% 0;
    background: #6e5849;
    color: #fff;
    text-align: center;
    font-size: 10px;
  }

  .ftBox .fTel {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  #footer .ftBox .fTel {
    padding: 0;
  }

  .ftBox .fTel .foot._logo {
    display: table-cell;
    padding-right: 3%;
    width: 50%;
    vertical-align: bottom;
  }

  .ftBox .fTel .foot._tel {
    display: table-cell;
    width: 50%;
    padding-left: 3%;
    vertical-align: bottom;
  }

  #pageTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
  }

  .foot_links {
    margin: 2% 0;
    padding-bottom: 2%;
    border-bottom: 1px solid #a89b92;
    font-size: 10px;
  }

  .foot_links a {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    margin-bottom: 2%;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
  }

  .foot_links a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    display: block;
    margin: auto;
    width: 4px;
    height: 6px;
    background: url(../img/triangle.png) top left no-repeat;
    background-size: cover;
    content: '';
  }

  iframe[name='google_conversion_frame'] {
    display: none;
  }
}
