/* Reset */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display:block;} audio, canvas, progress, video {display: inline-block; vertical-align: baseline;}
/* Basic settings */
br {letter-spacing:0;} ul, li {list-style:none;} img, a img {border:0; text-decoration:none; vertical-align:top;} mark {background:#ff0; color:#000;} b, strong {font-weight:bold;} table {border-collapse:collapse; border-spacing:0;} td, th {padding:0;} hr {box-sizing:content-box; height:0;} button, input, optgroup, select, textarea {color:inherit; font:sans-serif; margin:0;} button {overflow: visible;}
button, select {text-transform:none;} button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer;} input[type="checkbox"], input[type="radio"] {box-sizing:border-box; padding:0;} textarea {overflow:auto;}

/* Base */
html {
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
body {
color:#444;
font-family: -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
line-height:1.0;
}

a {background-color:transparent; outline:0;}
a:link    {color:#3366CC; text-decoration:none;}
a:visited {color:#3366CC; text-decoration:none;}
a:hover   {color:#1a428c; text-decoration:underline;}
a:active  {color:#99CCFF; text-decoration:none;}

/* -------------------------------------------------------
Layout
---------------------------------------------------------- */
html,
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.footer {
  margin-top: auto;
}

.fadein {
  -webkit-transition: .7s;
  transition: .7s ease-out;
  opacity: 0;
}


/* -------------------------------------------------------
for SmartPhone
---------------------------------------------------------- */
@media only screen and (max-width:1079px){
  .pcv {
    display: none;
  }

  /* header */
  .top_header {
    height: 400px;
  }
  .top_header .logo,
  .header .logo {
    height: 60px;
    box-sizing: border-box;
    padding: 6px 0 0 16px;
  }
  .top_header h1 img,
  .header h1 img {
    width: auto;
    height: 48px;
  }
  .top_h_right {
    position: relative;
    height: 340px;
    margin-bottom: 80px;
  }
  .bg-slider {
    width: 100%;
    height: 340px;
    overflow: hidden;
    background-size: cover;
    background-position: left top;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
  }
  .top_h_right .top_catch {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    background: rgba(255,255,255,.7);
  }
  .top_h_right .top_catch .c_t {
    padding: .5em 1em;
    color: #111;
    font-size: 110%;
    font-family: serif;
    font-weight: bold;
    line-height: 1.6;
    text-shadow: 0 0 4px #fff;
  }

  .h_right {
    position: relative;
    width: 100%;
    height: 240px;
  }
  .h_right.bg_1 {
    background: url(../images/top_c_1.jpg) no-repeat center;
    background-size: cover;
  }
  .h_right.bg_2 {
    background: url(../images/top_c_2.jpg) no-repeat center;
    background-size: cover;
  }
  .h_right.bg_3 {
    background: url(../images/top_c_3.jpg) no-repeat left top;
    background-size: cover;
  }
  .h_right.bg_4 {
    background: url(../images/top_c_4.jpg) no-repeat left top;
    background-size: cover;
  }
  .h_right.bg_5 {
    background: url(../images/top_c_5.jpg) no-repeat left center;
    background-size: cover;
  }

  .h_right .page_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 16px;
    background: rgba(255,255,255,.7);
  }
  .h_right .page_title h1 {
    padding: .4em 0 .4em .5em;
    border-left: 4px solid #bb5535;
    color: #bb5535;
    font-size: 120%;
    font-weight: bold;
  }
  .h_right .page_title h2 {
    margin-top: 8px;
    margin-left: 16px;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
  }

  /* nav ------------------------- */
  /* navbar_toggle */
  .navbar_toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 16px 0 0 16px;
    background: #fd8524;
    z-index: 101;
  }
  .navbar_toggle_icon {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .navbar_toggle_icon:nth-child(1) {
    top: 0;
  }
  .navbar_toggle_icon:nth-child(2) {
    margin: 8px 0;
  }
  .navbar_toggle_icon:nth-child(3) {
    top: 0;
  }
  .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* nav */
  .nav {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: #fff;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 160px auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    z-index: 100;
  }
  .nav ul {
    border-top: 1px solid #e5e5e5;
  }
  .nav ul li {
    border-bottom: 1px solid #e5e5e5;
  }
  .nav ul li.side_nav_title {
    height: 60px;
    padding: 0 1em;
    color: #111;
    line-height: 60px;
  }
  .nav ul li a {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1em 1em;
    color: #111;
    text-decoration: none;
  }
  .nav ul li.lk a:after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -7px;
    font-size: 14px;
  }
  .nav ul li a img {
    display: inline-block;
    width: auto;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
  }

  .nav .h_tel {
    display: none;
  }

  /* nav - option */
  .side_info {
    padding: 24px 16px 0;
  }
  .side_info .site_name {
    margin-bottom: 1em;
    font-weight: 700;
  }
  .side_info p {
    font-size: 14px;
    line-height: 1.6;
  }
  .side_info .side_contact {
    margin-top: 16px;
  }
  .side_contact .side_tel_box a {
    display: block;
    background: #fff;
    border-radius: 24px;
    color: #111;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    line-height: 48px;
    text-align: center;
  }
  .side_info .s_menu_tel {
    letter-spacing: 1px;
  }

  .top_nav_fl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    padding: 0 16px;
  }
  nav.nav .btn {
    width: 120px;
  }
  nav.nav .btn + .btn {
    margin-left: 8px;
  }
  nav.nav .btn a {
    display: block;
    padding: 1em 0;
    background: #ed6d35;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
  }
  nav.nav .btn a:hover {
    background-color: #f7b977;
  }
  nav.nav .btn img {
    width: auto;
    height: 32px;
  }
  nav.nav .btn span {
    display: block;
    margin-top: 8px;
  }

  /*nav OPEN時の動き*/
  .nav.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100vh;
  }

  /* top_contents */
  .top_contents_wrap {
    height: 340px;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .top_mes_wrap {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../images/top_c_1.jpg) no-repeat center top;
    background-size: cover;
  }
  .top_mes_wrap img.t_m_img {
    display: none;
  }
  .top_mes_txt {
    position: absolute;
    bottom: -80px;
    box-sizing: border-box;
    margin: 0 0 0 16px;
    padding: 16px;
    background-color: rgba(255,255,255,.8);
    border-top: 1px solid #f3bf88;
    border-left: 1px solid #f3bf88;
    z-index: 5;
  }
  .top_mes_txt h2 {
    margin-bottom: 24px;
    color: #111;
    font-size: 110%;
    font-family: serif;
    font-weight: bold;
    line-height: 1.8;
    text-shadow: 0 0 4px #fff;
  }
  .top_mes_txt p + p {
    margin-top: 1em;
  }
  .top_mes_txt p img {
    display: inline-block;
    width: auto;
    height: 18px;
    margin-right: 8px;
  }
  .top_mes_txt a {
    color: #ed6d35;
    text-decoration: underline;
  }

  .top_slide_wrap {
    position: relative;
    margin-top: 80px;
    padding: 80px 0 40px;
    background: url(../images/footer-bg.png) repeat center top;
  }
  .top_slide_catch {
    position: absolute;
    top: -64px;
    left: 24px;
    padding: 16px;
    background: #fff;
    border-top: 1px solid #f3bf88;
    border-left: 1px solid #f3bf88;
    z-index: 10;
  }
  .top_slide_catch h2 {
    font-size: 110%;
    font-family: serif;
    line-height: 1.8;
  }
  .top_slide {
    width: 100%;
  }
  .t_s_box {
    margin: 0 8px;
  }
  .t_s_box img {
    width: auto;
    height: 240px;
  }

  /* contents --------------- */
  .contents_wrap {
    margin-top: 40px;
  }
  .side {
    display: none;
  }
  .container {
    padding: 0 16px;
  }
  .section_title {
    margin-bottom: 24px;
    padding: .8em 1em;
    background: #fbfaf5;
    border-bottom: 1px solid #ed6d35;
    font-size: 100%;
    line-height: 1.4;
  }

  .features_hd {
    margin-bottom: 24px;
    padding: 1em;
    /*background: url(../images/c_2_1.jpg) no-repeat left center;
    background-size: cover;*/
    line-height: 1.8;
  }
  .features_hd p {
    color: #111;
    background: -webkit-linear-gradient(0deg, #65ab31, #00a1e9);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /*font-family: serif;*/
    font-size: 120%;
    font-weight: bold;
  }

  .features_list li {
    line-height: 1.6;
  }
  .features_list li img {
    display: inline-block;
    width: auto;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .features_list li + li {
    margin-top: .6em;
  }

  .features_img {
    margin-top: 40px;
  }
  .features_img img {
    max-width: 100%;
  }

  .gallery_wrap {
    margin-top: 40px;
  }
  .gallery,
  .no_pop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .no_pop {
    margin-top: 32px;
  }
  .gallery li,
  .no_pop li {
    position: relative;
    width: 48%;
    margin-bottom: 16px;
    overflow: hidden;
  }
  .gallery li:before,
  .no_pop li:before {
    content: "";
    display: block;
    padding-top: 62.5%;
  }
  .gallery li img,
  .no_pop li img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .momiji {
    margin-top: 40px;
  }
  .momiji .bg-momiji {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    overflow: hidden;
    background-size: cover;
  }
  .momiji .bg-momiji:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .momiji .momiji_txt {
    margin-top: 8px;
    font-family: serif;
  }

  .fee_pdf_wrap {
    width: 100%;
    height: 80vh;
    box-sizing: border-box;
    margin: 40px 0;
  }

  .fee_img_wrap {
    padding: 16px 0;
    background-color: #f5f5f5;
    text-align: center;
  }
  .fee_img_wrap .fee_img_box {
    padding: 0 8px;
  }
  .fee_img_wrap .fee_img_box + .fee_img_box {
    margin-top: 40px;
  }
  .fee_img_wrap img {
    width: 100%;
    max-width: 480px;
    height: auto;
  }

  .recruit_btn {
    margin-top: 16px;
    margin-bottom: 64px;
    padding: 0 16px;
    text-align: center;
  }
  .recruit_btn a {
    display: block;
    padding: 1em 0;
    background: #ed6d35;
    border-radius: 4px;
    color: #fff;
    font-size: 100%;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  }
  .recruit_btn a:hover {
    background-color: #f7b977;
  }

  .policy_block {
    margin-top: 32px;
  }
  .policy_block + .policy_block {
    margin-top: 40px;
  }
  .policy_block h4 {
    /*padding: .4em 0 .4em .5em;
    border-left: 4px solid #fd8524;*/
    color: #ee7800;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: .1em;
  }
  .policy_block h4:before {
    content: "[";
    display: inline-block;
    margin-right: 4px;
    color: #f8b862;
    font-size: 105%;
    font-weight: normal;
  }
  .policy_block h4:after {
    content: "]";
    display: inline-block;
    margin-left: 4px;
    color: #f8b862;
    font-size: 105%;
    font-weight: normal;
  }

  .policy_box {
    margin-top: 8px;
    padding: 16px;
    background: -moz-linear-gradient(top left, #fffff9, #fef4f4);
    background: -webkit-linear-gradient(top left, #fffff9, #fef4f4);
    background: linear-gradient(to bottom right, #fffff9, #fef4f4);
    border-radius: 8px;
  }
  .policy_box p {
    line-height: 1.6;
  }
  .policy_box ul {
    padding-left: 1em;
  }
  .policy_box ul li {
    line-height: 1.6;
    text-indent: -1em;
  }
  .policy_box ul li + li {
    margin-top: .8em;
  }
  .policy_box ul li:before {
    content: "●";
    display: inline-block;
    width: 1em;
    color: #f8b862;
    text-align: center;
  }

  .info_block {
    margin-top: 80px;
  }
  table.info_table {
    width: 100%;
    letter-spacing: .1em;
    margin-top: 16px;
  }
  table.info_table th,
  table.info_table td {
    padding: .6em 0;
    line-height: 1.4;
  }
  table.info_table th {
    width: 6em;
  }

  .map_box {
    margin-top: 40px;
    text-align: center;
  }
  .map_box img {
    width: 100%;
    max-width: 480px;
    height: auto;
  }
  .map_box p {
    margin-top: 1em;
    line-height: 1.4;
  }

  .map_box .map_btn {
    margin-top: 16px;
  }
  .map_box .map_btn a {
    display: inline-block;
    padding: 16px 24px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }
  .map_box .map_btn img {
    display: inline-block;
    width: auto;
    height: 18px;
    margin-right: 4px;
    vertical-align: middle;
  }

  /* footer --------------- */
  .footer {
    padding-top: 40px;
  }
  .footer_inner {
    padding: 0 16px 24px;
  }
  .f_title {
    text-align: center;
  }
  .f_title img {
    width: 200px;
    height: auto;
  }
  .f_address {
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }
  .f_tel {
    margin-top: 8px;
  }
  .f_tel a {
    display: block;
    height: 48px;
    background: #fffff7;
    border: 1px solid #ddd;
    border-radius: 24px;
    color: #111;
    font-size: 18px;
    text-decoration: none;
    line-height: 48px;
    text-align: center;
  }
  .f_tel .telnum {
    letter-spacing: 1px;
  }
  .f_c_link, .f_other {
    display: none;
  }

  .cp {
    padding: 8px 0;
    background: #fd8524;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
}/* end SP */


/* -------------------------------------------------------
for TAB
---------------------------------------------------------- */
@media screen and (min-width:481px) and (max-width:1079px) {
  .spv-s {
    display: none;
  }

  .top_header {
    height: 60vh;
  }
  .top_h_right {
    height: calc(60vh - 60px);
  }
  .bg-slider {
    height: calc(60vh - 60px);
  }
  .top_h_right .top_catch .c_t {
    font-size: 120%;
  }

  .top_contents_wrap {
    height: 520px;
  }
  .top_mes_wrap {
    position: relative;
    width: 100%;
    height: 480px;
    background: url(../images/top_c_1.jpg) no-repeat center top;
    background-size: cover;
  }
  .top_mes_txt {
    right: 48px;
    bottom: -80px;
    padding: 16px 32px;
  }

  .features_img {
    text-align: center;
  }
  .features_img img {
    width: auto;
    max-width: 560px;
    height: auto;
  }

  .momiji .momiji_txt {
    text-align: center;
  }

  .f_tel {
    margin-top: 8px;
  }
  .f_tel a {
    margin-top: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
  }

  .gallery li,
  .no_pop li {
    width: 24%;
    margin-bottom: 16px;
  }
}/* end TAB */

@media screen and (min-width:768px) and (max-width:1079px) {
  .h_right {
    height: 320px;
  }
}/* end TAB 780-1079 */

/* -------------------------------------------------------
for PC
---------------------------------------------------------- */
@media only screen and (min-width:1080px){
  body {
    zoom:1;
  }
  .spv,
  .spv-s {
    display: none;
  }
  a {transition: all .3s;}

  /* header --------------- */
  .top_header,
  .header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .top_h_left,
  .h_left {
    width: 30%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 80px;
  }
  .h_left {
    width: 400px;
    height: 100%;
    box-sizing: border-box;
    padding-top: 40px;
  }
  .top_h_right {
    position: relative;
    width: 70%;
    height: 800px;
  }
  .h_right {
    position: relative;
    flex: 1;
    height: 480px;
  }
  .h_right.bg_1 {
    background: url(../images/top_c_1.jpg) no-repeat center;
    background-size: cover;
  }
  .h_right.bg_2 {
    background: url(../images/top_c_2.jpg) no-repeat center;
    background-size: cover;
  }
  .h_right.bg_3 {
    background: url(../images/top_c_3.jpg) no-repeat left top;
    background-size: cover;
  }
  .h_right.bg_4 {
    background: url(../images/top_c_4.jpg) no-repeat left top;
    background-size: cover;
  }
  .h_right.bg_5 {
    background: url(../images/top_c_5.jpg) no-repeat left center;
    background-size: cover;
  }

  /* contents > page title */
  .h_right .page_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 32px 40px;
    background: rgba(255,255,255,0.7);
  }
  .h_right .page_title h1 {
    padding: .4em 0 .4em .5em;
    border-left: 4px solid #bb5535;
    color: #bb5535;
    font-size: 130%;
    font-weight: bold;
  }
  .h_right .page_title h2 {
    margin-top: 8px;
    margin-left: 16px;
    font-weight: bold;
  }


  /* top_header */
  .top_h_left h1 {
    margin-bottom: 56px;
    text-align: center;
  }
  .top_h_left h1 img {
    width: 240px;
    height: auto;
  }
  .h_left h1 {
    margin-bottom: 32px;
    text-align: center;
  }
  .h_left h1 img {
    width: 200px;
    height: auto;
  }

  .top_h_left nav,
  .h_left nav {
    width: 300px;
    margin: 0 auto;
  }
  .top_h_left nav ul {
    margin-bottom: 40px;
  }
  .h_left nav ul {
    margin-bottom: 24px;
  }
  .top_h_left nav li,
  .h_left nav li {
    padding: 1em;
    border-bottom: 1px solid #eee;
    font-weight: bold;
  }
  .top_h_left nav li a,
  .h_left nav li a {
    color: #333;
    text-decoration: none;
  }
  .top_h_left nav li a:hover,
  .h_left nav li a:hover {
    color: #ed6d35;
  }
  .top_h_left nav li a img,
  .h_left nav li a img {
    display: inline-block;
    width: auto;
    height: 18px;
    margin-right: 8px;
  }

  .top_nav_fl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nav .btn {
    width: 45%;
  }
  .nav .btn a {
    display: block;
    padding: 1em 0;
    background: #ed6d35;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
  }
  .nav .btn a:hover {
    background-color: #f7b977;
  }
  .nav .btn img {
    width: auto;
    height: 32px;
  }
  .nav .btn span {
    display: block;
    margin-top: 8px;
  }
  body.page .nav .btn img,
  body.form .nav .btn img {
    display: inline-block;
    width: auto;
    height: 24px;
    vertical-align: middle;
  }
  body.page .nav .btn span,
  body.form .nav .btn span {
    display: inline-block;
    margin-left: 8px;
  }

  /* page_header */
  .header {
    width: 100%;
  }
  .header_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .header_inner h1 {
    width: 240px;
  }
  .header_inner h1 img {
    width: auto;
    height: 56px;
  }
  .header_inner .nav {
    flex: 1;
  }
  .header_inner nav ul {
    letter-spacing: -0.4em;
  }
  .header_inner nav li {
    letter-spacing: normal;
    display: inline-block;
    font-size: 14px;
  }
  .header_inner nav li + li {
    margin-left: 2em;
  }
  .header_inner nav li a {
    color: #333;
    text-decoration: none;
  }
  .header_inner nav li a:hover {
    color: #ed6d35;
  }
  .header_inner nav li a img {
    display: inline-block;
    width: auto;
    height: 16px;
    margin-right: 8px;
  }



  /* top_visual */
  .bg-slider {
    width: 100%;
    height: 800px;
    overflow: hidden;
    background-size: cover;
    background-position: left top;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
  }
  .top_h_right .top_catch {
    position: absolute;
    /*
    right: 0;
    bottom: 80px;
    */
    top: 64px;
    right: 32px;
    z-index: 100;
  }
  .top_h_right .top_catch .c_t {
    color: #fff;
    font-size: 24px;
    font-family: serif;
    font-weight: bold;
    line-height: 1.8;
    text-shadow: 0 0 6px rgba(0,0,0,0.4);
  }

  /* top_contents */
  .top_contents_wrap {
    margin-top: 112px;
  }

  .top_mes_wrap {
    position: relative;
    width: 100%;
    /*height: 560px;*/
    overflow: hidden;
  }
  .top_mes_wrap:before {
    content: "";
    display: block;
    padding-top: 38%;
  }

  .top_mes_wrap img.t_m_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60vw;
    height: auto;
  }
  .top_mes_txt {
    position: absolute;
    top: 80px;
    right: 80px;
    width: 45%;
    box-sizing: border-box;
    padding: 64px 0 64px 64px;
    background: rgba(255,255,255,1);
    border-top: 1px solid #f3bf88;
    border-left: 1px solid #f3bf88;
  }
  .top_mes_txt h2 {
    margin-bottom: 40px;
    font-size: 28px;
    font-family: serif;
    line-height: 1.8;
  }
  .top_mes_txt p {
    margin-bottom: 1em;
    margin-left: 2em;
  }
  .top_mes_txt a {
    color: #333;
    text-decoration: none;
  }
  .top_mes_txt a:hover {
    color: #ed6d35;
  }
  .top_mes_txt p a img {
    display: inline-block;
    width: auto;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
  }


  .top_slide_wrap {
    position: relative;
    margin-top: 140px;
    padding: 96px 0 80px;
    background: url(../images/footer-bg.png) repeat center top;
  }
  .top_slide_catch {
    position: absolute;
    top: -64px;
    left: 6%;
    padding: 1em 2em;
    background: #fff;
    border-top: 1px solid #f3bf88;
    border-left: 1px solid #f3bf88;
    z-index: 10;
  }
  .top_slide_catch h2 {
    font-size: 24px;
    font-family: serif;
    line-height: 1.8;
  }

  .top_slide {
    box-sizing: border-box;
    overflow: hidden;
  }
  .top_slide .t_s_box {
    margin: 0 16px;
  }
  .top_slide .t_s_box img {
    width: auto;
    height: 300px;
  }

  /* contents ------------- */
  .contents_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .contents_wrap .side {
    width: 400px;
  }
  .contents_wrap .container {
    flex: 1;
    /*padding: 40px 40px 80px 40px;*/
    padding: 40px 40px 80px 0;
  }
  .section_title {
    padding: 1em;
    background: #fbfaf5;
    border-bottom: 1px solid #ed6d35;
    color: #222;
    font-size: 120%;
  }
  .block_title {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: .4em 0 .4em .5em;
    border-left: 4px solid #ff6600;
    color: #222;
    font-size: 110%;
  }

  .features_hd {
    padding: 40px 0 0 40px;
    /*background: url(../images/c_2_1.jpg) no-repeat left center;*/
    /*background-size: cover;*/
    line-height: 1.8;
  }
  .features_hd p {
    color: #111;
    background: -webkit-linear-gradient(0deg, #65ab31, #00a1e9);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /*font-family: serif;*/
    font-size: 130%;
    font-weight: bold;
  }
  .features_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .features_list {
    padding: 0 40px 0 24px;
  }
  .features_img {
    flex: 1;
  }
  .features_list li {
    line-height: 1.6;
  }
  .features_list li img {
    display: inline-block;
    width: auto;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .features_list li + li {
    margin-top: .6em;
  }
  .features_img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .gallery_wrap {
    margin-top: 64px;
  }
  .gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 24px;
  }
  .gallery li {
    position: relative;
    width: 24%;
    margin: 0 0 16px;
    overflow: hidden;
  }

  .gallery li:before {
    content: "";
    display: block;
    padding-top: 62.5%;
  }
  .gallery li:hover {
    cursor: pointer;
  }
  .gallery li img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .no_pop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 24px;
  }
  .no_pop li {
    position: relative;
    width: 16%;
    margin-bottom: 8px;
    overflow: hidden;
  }
  .no_pop li:before {
    content: "";
    display: block;
    padding-top: 62.5%;
  }
  .no_pop li img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .momiji {
    position: relative;
    margin-top: 40px;
  }
  .momiji .bg-momiji {
    width: 800px;
    height: 600px;
    margin: 0 auto;
    background-size: cover;
  }
  /*
  .momiji .momiji_txt {
    position: absolute;
    top: 80px;
    left: 380px;
    padding: 1em;
    background: rgba(255,255,255,1);
    border-left: 4px solid #fd8524;
    font-size: 120%;
    font-family: serif;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    z-index: 1;
  }
  */
  .momiji .momiji_txt {
    margin-top: 16px;
    /*font-family: serif;*/
    font-weight: bold;
    text-align: center;
  }

  .fee_block {
    padding-left: 24px;
  }
  .fee_table1 table {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .fee_table1 th,
  .fee_table1 td {
    padding: 1em 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .fee_table1 th {
    background: #f5f5f5;
    font-weight: normal;
    text-align: center;
  }
  .fee_table1 td {
    text-align: center;
  }

  .fee_pdf_wrap {
    width: 100%;
    /*height: 600px;*/
    height: 100vh;
    box-sizing: border-box;
    margin: 40px 0;
  }
  .fee_img_wrap {
    padding: 40px 0;
    background-color: #f5f5f5;
    text-align: center;
  }
  .fee_img_wrap .fee_img_box + .fee_img_box {
    margin-top: 40px;
  }
  .fee_img_wrap img {
    max-width: 800px;
    height: auto;
  }



  .recruit_btn {
    margin-top: 40px;
    text-align: center;
  }
  .recruit_btn a {
    display: inline-block;
    padding: 1em 3em;
    background: #ed6d35;
    border-radius: 4px;
    color: #fff;
    font-size: 120%;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  }
  .recruit_btn a:hover {
    background-color: #f7b977;
  }

  .policy_block {
    margin-top: 40px;
    padding: 0 24px;
  }
  .policy_block + .policy_block {
    margin-top: 40px;
  }
  .policy_block h4 {
    /*padding: .4em 0 .4em .5em;
    border-left: 4px solid #fd8524;*/
    color: #ee7800;
    font-size: 120%;
    font-weight: bold;
    letter-spacing: .1em;
  }
  .policy_block h4:before {
    content: "[";
    display: inline-block;
    margin-right: 4px;
    color: #f8b862;
    font-size: 115%;
    font-weight: normal;
  }
  .policy_block h4:after {
    content: "]";
    display: inline-block;
    margin-left: 4px;
    color: #f8b862;
    font-size: 115%;
    font-weight: normal;
  }

  .policy_box {
    margin-top: 16px;
    padding: 24px;
    background: -moz-linear-gradient(top left, #fffff9, #fef4f4);
    background: -webkit-linear-gradient(top left, #fffff9, #fef4f4);
    background: linear-gradient(to bottom right, #fffff9, #fef4f4);
    border-radius: 8px;
    font-size: 120%;
    font-weight: bold;
  }
  .policy_box p {
    line-height: 1.8;
  }
  .policy_box ul {
    padding-right: 1em;
    padding-left: 2em;
  }
  .policy_box ul li {
    line-height: 1.6;
    text-indent: -1em;
  }
  .policy_box ul li + li {
    margin-top: .8em;
  }
  .policy_box ul li:before {
    content: "●";
    display: inline-block;
    width: 1em;
    color: #f8b862;
    text-align: center;
  }

  .info_block {
    margin-top: 80px;
  }
  table.info_table {
    width: 100%;
    letter-spacing: .1em;
    margin-top: 24px;
  }
  table.info_table th,
  table.info_table td {
    padding: 1em 0;
  }
  table.info_table th {
    width: 8em;
  }

  .map_box {
    margin-top: 40px;
  }
  .map_box img {
    width: 560px;
    height: auto;
  }
  .map_box p {
    margin-top: 1em;
    font-size: 14px;
  }

  .map_box .map_btn {
    margin-top: 16px;
  }
  .map_box .map_btn a {
    display: inline-block;
    padding: 16px 24px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }
  .map_box .map_btn img {
    display: inline-block;
    width: auto;
    height: 18px;
    margin-right: 4px;
    vertical-align: middle;
  }


  /* footer --------------- */
  .footer {
    padding-top: 40px;
  }
  .footer_inner {
    width: 1080px;
    margin: 0 auto;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
  }
  .f_info {
    display: flex;
  }
  .f_title {
    padding-top: 8px;
  }
  .f_title img {
    width: 200px;
    height: auto;
  }
  .f_address {
    padding-left: 64px;
    font-size: 14px;
    line-height: 1.8;
  }
  .f_tel a {
    color: #333;
    text-decoration: none;
  }
  .f_tel .telnum {
    letter-spacing: 1px;
  }
  .f_c_link, .f_other {
    font-size: 14px;
  }
  .f_c_link li + li,
  .f_other li + li {
    margin-top: 1em;
  }
  .f_c_link a,
  .f_other a {
    color: #333;
    text-decoration: none;
  }
  .f_c_link a:hover,
  .f_other a:hover {
    color: #ed6d35;
  }
  .f_c_link a img,
  .f_other a img {
    display: inline-block;
    width: 16px;
    height: auto;
    margin-right: 4px;
    vertical-align: middle;
  }

  .cp {
    padding: 8px 0;
    background: #fd8524;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
}/* end PC */



/* -------------------------------------------------------
Common
---------------------------------------------------------- */
.fs80 {font-size:80%;}
.fs90 {font-size:90%;}
.fs100 {font-size:100%;}
.fs120 {font-size:120%;}
.fs150 {font-size:150%;}

.lh15 {line-height:1.5;}
.lh18 {line-height:1.8;}
.lh20 {line-height:2.0;}

.mgt1em {margin-top:1em;}
.mgt2em {margin-top:2em;}
.mgb1em {margin-bottom:1em;}
.mgb2em {margin-bottom:2em;}
.mgb3em {margin-bottom:3em;}
.mgb4em {margin-bottom:4em;}

.tac {text-align:center;}
.tal {text-align:left;}
.tar {text-align:right;}
