@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
/* PC
----------------------------------*/
.sp_menu {
  display: none;
}

/* SP
----------------------------------*/
@media screen and (max-width: 1240px) {
  /* header */
  #header .inner {
    max-width: 95%;
  }
  /* footer */
  #footer .inner {
    max-width: 95%;
    min-width: 95%;
  }
  /* contents */
  .single_01,
  .single_02,
  .single_03,
  .single_04,
  .single_05,
  .single_06,
  .single_07,
  .single_08 {
    max-width: 95%;
  }
  .single_01,
  .single_02,
  .single_03,
  .single_04,
  .single_09 {
    padding-bottom: 50px;
  }
  .bg_common {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1024px) {
  /* header */
  #header {
    -webkit-backdrop-filter: inherit;
    backdrop-filter: inherit;
  }
  #header .inner {
    min-width: 95%;
  }
  #header #head_right {
    display: none;
  }
  /* navi */
  #navi {
    display: none;
  }
  /* footer */
  #footer .address {
    margin-bottom: 0;
  }
  /* article */
  .article .article_image {
    width: 50%;
  }
  .article .article_detail {
    width: 50%;
  }
  .article .article_detail .inner {
    width: 90%;
  }
  /* top_main */
  .top_main .inner {
    margin: 20px 0 0;
  }
  .top_main .inner:before {
    display: none;
  }
  .top_main .inner .top_main_contents {
    width: 100%;
  }
  .top_main .inner .top_main_contents .top_main_txt {
    margin: -250px auto 0;
    width: 95%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top_main .inner .top_main_contents .top_main_img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 340px;
  }
  /* top_sub */
  .top_sub:before {
    width: 86%;
    height: 75%;
    top: -33px;
  }
  .top_sub .top_sub_inner {
    padding: 42px 0;
    margin-bottom: 50px;
  }
  .top_sub .sub_detail {
    width: 74%;
    top: 122px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 70px;
  }
  /* table */
  .tbl_simple {
    font-size: 1.1rem;
  }
  .tbl_simple th,
  .tbl_simple td {
    padding: 10px 7px;
  }
  .cell_01 {
    width: 32%;
  }
  /* flex_type */
  .flex_type {
    width: 100%;
  }
  /* feature */
  .feature {
    padding-top: 0;
  }
  /* index_bnr */
  .index_bnr {
    padding-top: 60.75%;
  }
  /* sub_navi */
  #sub_navi {
    width: 95%;
  }
  .sub_navi_title {
    margin: 0 auto 20px;
  }
  #sub_navi_list {
    width: 100%;
    font-size: 1.3rem;
  }
  /* box */
  .mbox {
    padding: 50px;
  }
  /* gallery_ul */
  .gallery_ul span {
    font-size: 1.2rem;
  }
  .gallery_ul.gallery_ul_01 li, .gallery_ul.gallery_ul_02 li {
    width: 48.5%;
  }
  .gallery_ul.gallery_ul_01 li:nth-child(3n), .gallery_ul.gallery_ul_02 li:nth-child(3n) {
    margin: 0 3% 3% 0;
  }
  .gallery_ul.gallery_ul_01 li:nth-child(2n), .gallery_ul.gallery_ul_02 li:nth-child(2n) {
    margin: 0 0 3% 0;
  }
  /* greeting_contents */
  .greeting_contents .detail {
    width: 45%;
  }
  /* list */
  .list_half li {
    width: 50%;
  }
  /* new_bnr */
  .new_bnr li {
    height: 220px;
  }
  .new_bnr li .bg {
    height: 220px;
  }
  .new_bnr li .text {
    bottom: 10%;
    left: 5%;
  }
  .new_bnr li .btn {
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .new_bnr li .btn:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  /* img_big */
  .img_big .inner div {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  /* top_contents */
  .top_contents {
    padding: 100px 0 0;
  }
  .top_contents .top_parent .top_detail {
    width: 64%;
  }
  .top_contents .top_parent .top_detail .inner {
    text-align: center;
  }
  /* news_list */
  .news_list li a,
  .news_list li .news_link {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_list li .news_category {
    display: inline-block;
    margin-right: 0;
  }
  .news_list li .news_item_title {
    margin-top: 10px;
    width: 100%;
  }
  /* greeting_v2 */
  .greeting_v2 {
    padding: 50px 0;
  }
  /* flow_v2 */
  .process .box {
    margin: 0 5em 0 2em;
  }
  /* index_bnr  */
  .index_bnr {
    padding-top: 46.75%;
  }
  .index_bnr .inner {
    width: 97%;
    padding: 22px;
  }
  .index_bnr .title:after {
    margin: 15px auto 25px;
  }
  .index_bnr .title span {
    font-size: 1.4rem;
  }
  .index_bnr .txt {
    display: none;
  }
  /* vertical_image */
  .vertical_image {
    height: 300px;
  }
  /* etc */
  .pc-tcenter {
    text-align: left;
  }
  .pc {
    display: none;
  }
  .tb {
    display: block;
  }
  /* page_title_box */
  .page_title_box .inner {
    padding: 110px 0 120px;
    width: 95%;
  }
  /* breadcrumb_box */
  .breadcrumb_box .breadcrumb {
    width: 95%;
  }
  /* sp_navi */
  #sp_navi {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    background: #0b8462;
  }
  #sp_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sp_navi ul li {
    width: 33.333333%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #sp_navi ul li:last-child {
    border-right: none;
  }
  #sp_navi ul li a {
    display: block;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-family: "YakuHanJP", "Crimson Text", serif;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  #sp_navi ul li a.sp_home:before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-weight: 900;
  }
  #sp_navi ul li a.sp_tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
  }
  #sp_navi ul li a.sp_web:before {
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    font-weight: 900;
  }
  #sp_navi ul li a.sp_contact:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
  }
  #sp_navi ul li a.sp_access:before {
    font-family: "Font Awesome 5 Free";
    content: "\f279";
    font-weight: 900;
  }
  #sp_navi ul li a.sp_menu:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c9";
    font-weight: 900;
  }
  #sp_navi ul li a span {
    display: block;
    font-size: 1.2rem;
  }
  .humb-menu {
    display: block;
  }
  #gnav-btn {
    color: gray;
    padding: 10px;
    font-size: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100;
    background-color: white;
    border: solid 1px #d1caca;
    border-radius: 3px;
  }
  #gnav-input:checked ~ #gnav-content {
    top: 0;
  }
  #gnav-content {
    position: fixed;
    top: -200%;
    left: 0;
    z-index: 10;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 100vh;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #0b8462), color-stop(80%, #ff7166));
    background: #fff;
    -webkit-overflow-scrolling: auto;
    overflow: auto;
  }
  .humb-menu__title {
    padding: 2.5rem;
  }
  .humb-menu__title a {
    display: block;
    width: 240px;
  }
  .humb-menu label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem;
    cursor: pointer;
    border-top: .5px solid #ccc;
  }
  .humb-menu input {
    display: none;
  }
  .humb-menu .accshow {
    height: 0;
    overflow: hidden;
  }
  .humb-menu .accshow li a {
    display: block;
    position: relative;
    padding: 16px 16px 16px 24px;
    color: #00021c;
  }
  .humb-menu .accshow li a:before {
    position: absolute;
    top: 50%;
    left: 2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #0b8462;
  }
  .humb-menu .cssacc:checked + .accshow {
    height: auto;
  }
}

@media screen and (max-width: 820px) {
  /* footer */
  #footer {
    text-align: center;
  }
  #footer .inner {
    padding: 60px 0 100px;
  }
  #footer .foot_address {
    width: 100%;
  }
  #footer .foot_link {
    display: none;
  }
  #footer .flogo {
    margin: 0 auto 24px;
  }
  /* slideshow */
  .slide-img {
    height: 50vh;
  }
  #catch {
    top: 47%;
    width: 70%;
  }
  .page_scroll {
    display: none;
  }
  /* column */
  .column2_tab {
    margin-bottom: 0;
  }
  .column2_tab > .child {
    width: 100%;
    margin: 0 0 20px;
  }
  .column2_tab > .child:nth-child(2n) {
    margin: 0 0 20px;
  }
  .column2_tab > .child:last-child {
    margin: 0;
  }
  .column3 > .child {
    width: 48.5%;
    margin: 0 3% 3% 0;
  }
  .column3 > .child:nth-child(3n) {
    margin: 0 3% 3% 0;
  }
  .column3 > .child:nth-child(2n) {
    margin: 0 0 3% 0;
  }
  .column4 > .child {
    width: 48.5%;
    margin: 0 3% 6% 0;
  }
  .column4 > .child:nth-child(3n) {
    margin: 0 3% 6% 0;
  }
  .column4 > .child:nth-child(2n) {
    margin: 0 0 6% 0;
  }
  /* mtitle */
  .mtitle_middle {
    font-size: 1.6rem;
  }
  .mtitle_greeting {
    display: block;
    text-align: center;
  }
  .mtitle_greeting span:after {
    margin: 10px auto 15px;
  }
  /* box */
  .sbox {
    padding: 30px;
  }
  /* ggmap */
  .ggmap {
    padding-bottom: 70.25%;
  }
  /* index_contents */
  .index_contents {
    height: inherit;
  }
  .index_contents > div {
    width: 100%;
  }
  .index_contents .index_image {
    height: 360px;
  }
  .index_contents .index_image .animation-txt {
    height: inherit;
  }
  .index_contents .index_detail {
    padding: 40px 5%;
    height: inherit;
  }
  /* top_business */
  .top_business .explanation,
  .top_business .detail {
    width: 100%;
  }
  .top_business .explanation {
    margin-bottom: 30px;
  }
  /* top_contents */
  .top_contents {
    background-position: left top;
  }
  .top_contents .top_parent .top_detail {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .top_contents .top_parent .top_detail .inner {
    padding: 56px 40px;
  }
  /* img_contents */
  .img_contents {
    padding-top: 150px;
    margin-bottom: 0;
  }
  .img_contents .img_area {
    margin-left: -90px;
    left: 0;
  }
  .img_contents .img_container .txt {
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    padding: 48px;
    width: 100%;
  }
  .img_contents .img_container .txt_01 {
    margin-bottom: 30px;
  }
  /* service */
  .service::before {
    width: 80%;
  }
  .service_list .service_contents {
    padding: 94px 40px 50px;
  }
  .service_item {
    top: -8%;
  }
  .service_item img {
    height: 100px;
  }
  /* recruit */
  .recruit::before {
    left: inherit;
    right: 0;
  }
  .recruit .inner {
    width: 100%;
  }
  /* contact_v2 */
  .contact_box_v2::before {
    width: 80%;
  }
  .contact_v2 .telephone,
  .contact_v2 .mail_v2 {
    width: 100%;
  }
  .contact_v2 .telephone {
    margin-bottom: 24px;
  }
  /* about */
  .about::before {
    width: 80%;
  }
  /* flow_v2 */
  .flow_v2 figure {
    width: 42%;
  }
  /* index_bnr */
  .index_bnr {
    padding-top: 60.75%;
  }
  /* program_box */
  .program_box .program_course {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
  }
  /* etc */
  .pc {
    display: none;
  }
}

@media screen and (max-width: 667px) {
  body {
    font-size: 1.3rem;
  }
  /* header */
  #header .inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header #logo {
    width: 250px;
  }
  /* footer */
  #footer .foot_content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .foot_content .child {
    width: 80%;
  }
  #footer .foot_info {
    margin-bottom: 32px;
    padding-right: 0;
    border-right: none;
  }
  #footer .foot_info::after {
    display: none;
  }
  /* contact_box */
  .contact_box {
    padding: 32px;
  }
  /* slideshow */
  #catch {
    width: 88%;
  }
  /* contact_list */
  .contact_list li {
    width: 100%;
    margin: 0 0 15px;
  }
  .contact_list li:last-child {
    margin: 0;
  }
  .contact_list li a {
    font-size: 1.6rem;
  }
  /* column */
  .half {
    margin-bottom: 40px;
  }
  .half > .child {
    width: 100%;
  }
  .column2 {
    margin-bottom: 0;
  }
  .column2 > .child {
    width: 100%;
    margin: 0 0 20px;
  }
  .column2 > .child:nth-child(2n) {
    margin: 0 0 20px;
  }
  .column2 > .child:last-child {
    margin: 0;
  }
  .column3 {
    margin-bottom: 0;
  }
  .column3 > .child {
    width: 100%;
    margin: 0 0 40px;
  }
  .column3 > .child:nth-child(3n) {
    margin: 0 0 40px;
  }
  .column3 > .child:nth-child(2n) {
    margin: 0 0 40px;
  }
  .column3 > .child:last-child {
    margin: 0;
  }
  /*
  .column4 {
    >.child {
      width: 100%;
      margin: 0 0 40px;

      &:nth-child(4n),
      &:nth-child(3n),
      &:nth-child(2n) {
        margin: 0 0 40px;
      }

      &:last-child {
        margin: 0;
      }
    }
  }
  */
  .column5 > .child {
    width: 30%;
  }
  .column5 > .child:nth-child(5n) {
    margin: 0 2% 2% 0;
  }
  .column5 > .child:nth-child(3n) {
    margin: 0 0 2% 0;
  }
  /* mtitle */
  .mtitle_page {
    font-size: 2.4rem;
  }
  .mtitle_big {
    font-size: 2.4rem;
  }
  .mtitle_big span {
    font-size: 1.4rem;
  }
  .mtitle_point {
    font-size: 1.6rem;
  }
  .mtitle_small {
    padding: 10px 24px;
    font-size: 1.6rem;
  }
  .mtitle_top {
    font-size: 1.8rem;
  }
  .mtitle_sub {
    font-size: 1.6rem;
  }
  .mtitle_greeting {
    margin-bottom: 16px;
    font-size: 2rem;
  }
  .mtitle_greeting span {
    font-size: 1.4rem;
  }
  .mtitle_ribon {
    font-size: 1.8rem;
  }
  .mtitle_list {
    font-size: 2rem;
  }
  .mtitle {
    font-size: 2rem;
    text-align: center;
  }
  .read {
    font-size: 1.5rem;
  }
  .read span {
    margin-left: 1.5em;
    padding-left: 0.5em;
  }
  /* btn */
  .contact_btn li a,
  .contact_btn li button {
    padding: 0.5em 2em;
  }
  .contact_btn li .contact_w_01 {
    width: 100%;
    padding: 1em 3em;
  }
  /* table */
  .scroll_table {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll_table::-webkit-scrollbar {
    height: 5px;
  }
  .scroll_table::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .scroll_table::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .tbl {
    font-size: 1rem;
  }
  .tbl th,
  .tbl td {
    padding: 5px;
  }
  .tbl.tbl01 th {
    width: 37%;
  }
  .company th {
    width: 32%;
  }
  /* article */
  .article {
    display: block;
  }
  .article .article_image,
  .article .article_detail {
    width: 100%;
  }
  .article .article_image {
    display: none;
  }
  .article .article_detail {
    padding: 40px 0 50px;
  }
  /* news */
  .news_list li {
    padding: 20px 10px;
  }
  /* sns_list */
  .sns_list {
    display: block;
  }
  .sns_list li {
    width: 100%;
    margin: 0 0 15px;
  }
  .sns_list li:nth-child(3n) {
    margin: 0 0 15px;
  }
  .sns_list li:last-child {
    margin: 0;
  }
  /* feature */
  .feature_image {
    width: 100%;
  }
  .feature_image img {
    width: 100%;
  }
  .feature_num {
    font-size: 2rem;
    text-align: center;
  }
  .feature_num span {
    font-size: 3.5rem;
  }
  /* top_main */
  .top_main .inner .top_main_contents .top_main_img {
    height: inherit;
  }
  .top_main .inner .top_main_contents .top_main_img .animation-txt {
    height: inherit;
  }
  .top_main .inner .top_main_contents .top_main_txt {
    margin: -100px auto 0;
    padding: 30px 20px;
  }
  /* top_sub */
  .top_sub .sub_detail {
    width: 95%;
    padding: 30px 20px;
  }
  /* flex_type */
  .flex_type .flex_image,
  .flex_type .flex_detail {
    width: 100%;
  }
  .flex_type .flex_image {
    margin-bottom: 20px;
    text-align: center;
  }
  .order {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
  /* vertical */
  .vertical.vertical_01 .title {
    width: 15%;
  }
  .vertical.vertical_01 .contents {
    width: 80%;
  }
  /* blog */
  .blog_contents .blog_main,
  .blog_contents .blog_side {
    width: 100%;
  }
  .blog_contents .blog_side {
    margin-top: 50px;
  }
  .pages {
    margin-top: 30px;
  }
  .pages .page_next,
  .pages .page_prev {
    display: block;
    float: none;
  }
  .pages .page_next {
    margin-bottom: 10px;
  }
  /* gallery_ul */
  .gallery_ul a {
    height: 140px;
  }
  /* image */
  .vertical_image {
    height: 190px;
  }
  .feature_image {
    height: 190px;
  }
  /* calendar */
  .calendar_box > .calendar {
    width: 100%;
    margin-bottom: 30px;
  }
  .calendar_box > .calendar:last-child {
    margin-bottom: 0;
  }
  /* features_contents */
  .features_contents {
    margin: 0 auto 40px;
    width: 90%;
  }
  .features_contents .features_image,
  .features_contents .features_detail {
    width: 100%;
  }
  .features_contents .features_image {
    margin-bottom: 15px;
  }
  .features_title {
    font-size: 1.8rem;
  }
  /* greeting_contents */
  .greeting_contents {
    display: block;
  }
  .greeting_contents .image {
    width: 100vw;
  }
  .greeting_contents .image img {
    height: inherit;
  }
  .greeting_contents .detail {
    margin: 0 auto;
    margin-top: 5.33333vw;
    width: 84vw;
  }
  .greeting_contents .title {
    font-size: 2rem;
  }
  /* slide_list */
  .slide_list li img {
    height: 80px;
  }
  /* sub_navi_list */
  #sub_navi_list li {
    margin: 0 1% 10% 1%;
  }
  /* list */
  .list_half li {
    width: 100%;
  }
  /* index_contents */
  .index_contents .index_image {
    height: 240px;
  }
  /* new_bnr */
  .new_bnr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .new_bnr li {
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
  }
  .new_bnr li:last-child {
    margin-bottom: 0;
  }
  .new_bnr li .bg {
    height: 180px;
  }
  .new_bnr li .text {
    bottom: 15px;
    left: 5%;
  }
  .new_bnr li .btn {
    bottom: 12px;
    right: 12px;
  }
  /* flow */
  .flow > li dl {
    padding-left: 40px;
  }
  .flow > li dl dt {
    font-size: 1.6rem;
  }
  /* img_big */
  .img_big {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .img_big .inner:before {
    width: calc(100% - 30px);
    height: calc(100% + 60px);
  }
  .img_big .inner div img {
    height: 300px;
  }
  /* news */
  .news_box .news_title,
  .news_box .news_list {
    width: 100%;
  }
  /* top_contents */
  .top_contents .top_parent .top_detail {
    width: 100%;
  }
  /* top_bnr */
  .top_bnr .child a {
    display: block;
  }
  .top_bnr .child a .top_bnr_image {
    width: 100%;
    height: 124px;
  }
  .top_bnr .child a .top_bnr_image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: middle;
  }
  .top_bnr .child a .top_bnr_detail {
    width: 100%;
    padding: 16px 8px 32px 8px;
  }
  .top_bnr .child a .top_bnr_detail .caption {
    display: none;
  }
  .top_bnr .child a .top_bnr_detail .top_bnr_ttl {
    font-size: 1.6rem;
  }
  .top_bnr .child a .top_bnr_detail .top_bnr_ttl span {
    font-size: 1rem;
  }
  .top_bnr .child a .top_bnr_detail .top_bnr_btn {
    display: block;
    margin: 10px auto 0;
  }
  /* about_box */
  .about_box .inner {
    padding: 48px 24px 48px;
    font-size: inherit;
  }
  /* greeting_v2 */
  .greeting_v2 {
    padding: 30px 0;
  }
  /* top_main_v2 */
  .top_main_v2 .image,
  .top_main_v2 .detail {
    width: 100%;
  }
  .top_main_v2 .detail {
    margin-top: -40px;
  }
  /* service */
  .service::before {
    top: -8%;
  }
  .service .service_list {
    width: 100%;
  }
  /* recruit */
  .recruit {
    padding-bottom: 230px;
  }
  .recruit::before {
    width: 76%;
  }
  /* contact_v2 */
  .contact_box_v2::before {
    top: -10%;
  }
  .contact_v2 .telephone .title,
  .contact_v2 .telephone .content,
  .contact_v2 .mail_v2 .title,
  .contact_v2 .mail_v2 .content {
    width: 100%;
  }
  .contact_v2 .telephone .title span,
  .contact_v2 .mail_v2 .title span {
    display: inline-block;
    margin-left: .5em;
  }
  .contact_v2 .telephone .content,
  .contact_v2 .mail_v2 .content {
    padding-left: 0;
    padding-top: 12px;
    margin-top: 12px;
    border-left: none;
    border-top: 1px solid #00021c;
  }
  .contact_v2 .telephone {
    text-align: center;
  }
  /* about */
  .about::before {
    top: -8%;
  }
  /* flow_v2 */
  .flow_v2 li {
    padding-bottom: 15vw;
    background-position: center bottom 10.5vw;
  }
  .flow_v2 figure {
    position: relative;
    left: 0;
    top: -24px;
    margin: auto;
    width: 90%;
  }
  .process {
    width: 100%;
    height: auto;
  }
  .process .box {
    max-width: 85%;
    margin: 7.5vw auto 14vw;
  }
  /* story_list */
  .story_list li {
    width: 48.5%;
    margin: 0 3% 3% 0;
  }
  .story_list li:last-child() {
    margin: 0 3% 3% 0;
  }
  .story_list li:nth-child(2n) {
    margin: 0 0 3% 0;
  }
  /* program_box */
  .program_box {
    margin-bottom: 40px;
  }
  .program_box .program_txt {
    width: 100%;
  }
  .program_box .program_course {
    padding: 32px 32px 60px;
  }
  .program_box .program_img {
    top: 0;
    width: 100%;
  }
  /* etc */
  .fleft0,
  .fleft1,
  .fleft2,
  .fright0,
  .fright1,
  .fright2 {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .w200,
  .w300,
  .w350,
  .w400 {
    width: 100%;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_tcenter {
    text-align: center;
  }
  .sp_image {
    margin: 24px auto 0;
    width: 72%;
  }
  .mbox,
  .sbox {
    padding: 30px;
  }
  /* page_title_box */
  .page_title_box .inner {
    padding: 120px 0 80px;
  }
  /* form */
  .form_dl {
    border-bottom: none;
  }
  .form_dl dt,
  .form_dl dd {
    width: 100%;
  }
  .form_dl dt {
    padding: 4% 4% 4.5%;
  }
  .form_dl dd {
    padding: 15px 0;
  }
}
/*# sourceMappingURL=smartphone.css.map */