@charset "UTF-8";
/* リセット */
@import url("default.css");
@import url("animation.css");
*,
*:before,
*:after {
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  box-sizing: border-box; }

html {
  box-sizing: border-box; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #545454;
  letter-spacing: 0.1rem;
  text-size-adjust: 100%;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff; }

.clear {
  clear: both; }

.on_mobile {
  display: block; }

.on_pc {
  display: none; }

.on_mobile_inline {
  display: inline; }

.on_pc_inline {
  display: none; }

.wrap {
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box; }

.drawer-brand {
  color: #FFF; }

.drawer-dropdown-menu {
  background-color: #555;
  padding: 0.8rem 0; }
  .drawer-dropdown-menu a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem; }
    .drawer-dropdown-menu a:hover {
      color: #999;
      text-decoration: none; }
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 2.2rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    color: #fff;
    padding-left: 25px; }

.drawer-hamburger {
  width: 3rem;
  color: #1aade0;
  font-size: 1rem; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #1aade0; }

#drawer-menu li {
  display: block;
  width: 100%; }

#drawer-menu .drawer-menu-item {
  font-size: 1.6rem;
  padding: 15px 15px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease-in-out; }
  #drawer-menu .drawer-menu-item:hover {
    color: #AAA;
    text-decoration: none; }

.drawer-nav {
  background-color: rgba(0, 0, 0, 0.7);
  background-color: #396294;
  width: 16.25rem;
  width: 25rem; }

.drawer--right .drawer-nav {
  right: -16.25rem;
  right: -25rem; }

.drawer--right .drawer-hamburger {
  right: 1rem; }

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
  right: 25rem; }

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#mfp_overlay_inner {
  color: #333; }

#global_footer {
  text-align: center;
  background-color: #396294;
  color: #FFF;
  padding-top: 5rem; }
  #global_footer a {
    text-decoration: none;
    color: #FFF;
    font-weight: 400; }
  #global_footer a:visited {
    color: #FFF; }
  #global_footer img {
    width: 50%;
    height: auto;
    display: block;
    margin: 2rem auto; }
  #global_footer .copy {
    text-align: center;
    padding: 3rem 0 2rem 0; }
    #global_footer .copy p {
      font-size: 0.7rem; }
  #global_footer .pad10 {
    padding: 0 10%; }
  #global_footer .right p {
    font-family: 'Alegreya SC', serif;
    text-align: center;
    padding: 0 0 1.2rem 0; }
  #global_footer .telfax {
    padding-bottom: 4rem; }
    #global_footer .telfax p {
      padding: 0.5rem 0;
      font-size: 1.4rem;
      color: #fff;
      text-align: center; }

#global_header {
  position: relative;
  z-index: 10; }
  #global_header a {
    color: #545454;
    text-decoration: none; }
    #global_header a:visited {
      text-decoration: none;
      color: #545454; }
  #global_header .header_img {
    padding: 0 3%; }
    #global_header .header_img h1 {
      text-align: left;
      padding: 0.5rem 0 0 0; }
      #global_header .header_img h1 img {
        width: 180px;
        height: auto; }
  #global_header .pc_menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 65px;
    background: #fff;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #396294; }
    #global_header .pc_menu ul {
      display: flex;
      max-width: 1500px;
      margin: 0 auto;
      justify-content: space-around; }
      #global_header .pc_menu ul li a {
        font-family: 'Alegreya SC', serif;
        font-size: 2.3rem;
        padding: 20px 0 0 0;
        display: block;
        color: #545454; }

#sec_01_intro {
  background-image: url("../image/002b.jpg");
  background-size: cover;
  background-position: center center; }
  #sec_01_intro .top_adj {
    height: 65px; }
  #sec_01_intro .box {
    width: 80%;
    display: block;
    margin: 5rem auto 0 auto; }
    #sec_01_intro .box h1 {
      display: inline; }
      #sec_01_intro .box h1 img {
        width: 250px;
        height: auto; }
    #sec_01_intro .box h2 {
      font-size: 2.4rem;
      display: inline;
      vertical-align: bottom;
      padding-left: 4rem;
      font-weight: 400; }
  #sec_01_intro .box_a {
    display: inline-block;
    margin: 80px auto 40px 0;
    background-color: rgba(0, 0, 0, 0.7);
    background-color: rgba(57, 98, 148, 0.7);
    padding: 20px 20px 20px 10%; }
    #sec_01_intro .box_a h1 {
      padding: 0;
      display: inline;
      margin: 0; }
    #sec_01_intro .box_a img {
      width: 150px;
      height: auto; }
  #sec_01_intro .box_b {
    display: inline-block;
    width: 90%;
    background-color: rgba(0, 0, 0, 0.7);
    background-color: rgba(57, 98, 148, 0.7);
    margin: 20px auto 30px 0;
    padding: 30px 30px 30px 10%; }
    #sec_01_intro .box_b .bunshou {
      display: block;
      color: #fff;
      font-size: 1.6rem;
      line-height: 140%; }
  #sec_01_intro .adj_box {
    text-align: right; }
    #sec_01_intro .adj_box .box_c {
      display: inline-block;
      text-align: left;
      background-color: rgba(0, 0, 0, 0.7);
      background-color: rgba(57, 98, 148, 0.7);
      margin: 70px 0 0 auto;
      padding: 0 10% 0 0; }
      #sec_01_intro .adj_box .box_c .bunshou {
        display: inline-block;
        color: #fff;
        font-size: 1.8rem;
        line-height: 50%; }
        #sec_01_intro .adj_box .box_c .bunshou a {
          color: #fff;
          text-decoration: none;
          display: block;
          padding: 30px 0 30px 30px; }
  #sec_01_intro .bottom_adj {
    width: 100%;
    height: 100px; }
  #sec_01_intro .img_box {
    width: 100%;
    padding-top: 5rem; }
    #sec_01_intro .img_box img {
      width: 100%;
      height: auto; }

#sec_02_news {
  display: block;
  margin: 8rem auto;
  width: 80%;
  background-image: url("../image/004.jpg");
  background-size: 90% auto;
  background-position: top 5rem right 0;
  background-repeat: no-repeat; }
  #sec_02_news h2 {
    font-size: 5rem;
    padding: 10rem 0 8rem 0;
    font-weight: 400;
    line-height: 80%; }
    #sec_02_news h2 .chapter {
      font-size: 1.5rem; }
  #sec_02_news .article hr.line {
    display: block;
    height: 1px;
    border: none;
    margin-bottom: 2rem;
    margin-top: 0;
    background-color: #545454; }
  #sec_02_news .article .left {
    border-right: none; }
    #sec_02_news .article .left .day {
      font-size: 8rem;
      line-height: 8rem;
      letter-spacing: 0.4rem;
      padding-bottom: 0.5rem;
      color: #888; }
    #sec_02_news .article .left .month {
      font-size: 2rem;
      line-height: 2rem;
      padding-bottom: 1.5rem; }
  #sec_02_news .article .right {
    border-right: solid 1px #545454;
    width: 100%;
    max-width: 800px; }
    #sec_02_news .article .right p {
      color: #666;
      font-size: 1.5rem;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      #sec_02_news .article .right p a {
        text-decoration: underline;
        color: #545454; }

#sec_03_about {
  width: 100%;
  margin: 0 auto;
  display: block; }
  #sec_03_about h2 {
    font-size: 5rem;
    padding: 10rem 10% 8rem 10%;
    font-weight: 400;
    line-height: 80%; }
    #sec_03_about h2 .chapter {
      font-size: 1.5rem; }
  #sec_03_about .bg_light {
    padding: 0 10%;
    background-image: url("../image/008.jpg");
    background-size: 90% auto;
    background-position: top 2rem right 0;
    background-repeat: no-repeat; }
  #sec_03_about .naiyou {
    width: 100%;
    display: block;
    margin: 0 auto 0 0;
    padding: 18rem 10% 3rem 10%;
    background-image: url("../image/003.jpg");
    background-repeat: no-repeat;
    background-position: top 5rem right 0;
    background-size: 90% auto; }
    #sec_03_about .naiyou h3 {
      font-size: 4rem;
      padding-bottom: 2rem; }
    #sec_03_about .naiyou h4 {
      margin: 2rem 0 1.5rem 0;
      font-size: 2.5rem;
      color: #888;
      padding-left: 4.2rem;
      text-indent: -4.2rem; }
      #sec_03_about .naiyou h4 .blue {
        color: #0e55e2; }
    #sec_03_about .naiyou p {
      font-size: 1.6rem;
      line-height: 2.5rem;
      padding-bottom: 1rem; }
  #sec_03_about .left {
    padding-bottom: 3rem; }
    #sec_03_about .left h3 {
      font-size: 3rem;
      line-height: 4.5rem; }
      #sec_03_about .left h3 .blue {
        color: #0e55e2; }
      #sec_03_about .left h3 .small {
        font-size: 2.0rem; }
    #sec_03_about .left .adj {
      margin-bottom: 1.2rem; }
    #sec_03_about .left .font_adj {
      font-size: 1.5rem;
      color: #fff; }
  #sec_03_about .right h4 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2rem;
    margin-top: 3.5rem;
    color: #888;
    padding: 0.5rem 0 0.5rem 2rem;
    border-left: solid 10px #0e55e2; }
  #sec_03_about .right img {
    width: 100%;
    height: auto; }
  #sec_03_about .right p {
    font-size: 1.2rem;
    line-height: 2.0rem;
    padding-bottom: 1rem; }
  #sec_03_about .zu {
    margin: 0 auto 0 auto;
    padding: 0 10%;
    width: 100%;
    letter-spacing: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; }
    #sec_03_about .zu img {
      width: 100%;
      height: auto; }
    #sec_03_about .zu .left {
      width: 27.5%; }
    #sec_03_about .zu .right {
      width: 27.5%; }
    #sec_03_about .zu .center {
      width: 44%; }

#sec_04_products {
  display: block;
  margin: 8rem auto 0 auto;
  padding-bottom: 8rem;
  width: 80%; }
  #sec_04_products h2 {
    font-size: 5rem;
    padding: 10rem 0 8rem 0;
    font-weight: 400;
    line-height: 80%; }
    #sec_04_products h2 .chapter {
      font-size: 1.5rem; }
  #sec_04_products .flex_box {
    border: solid 8px #0e55e2;
    display: flex;
    flex-wrap: wrap;
    color: #666;
    transition: all 0.3s ease;
    filter: brightness(1);
    margin-bottom: 6rem; }
    #sec_04_products .flex_box .left, #sec_04_products .flex_box .right {
      width: 100%;
      position: relative; }
      #sec_04_products .flex_box .left h3, #sec_04_products .flex_box .right h3 {
        width: 70%;
        max-width: 350px;
        padding: 2rem 0 0 2rem; }
      #sec_04_products .flex_box .left img, #sec_04_products .flex_box .right img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        letter-spacing: 0;
        line-height: 0;
        vertical-align: top; }
      #sec_04_products .flex_box .left p, #sec_04_products .flex_box .right p {
        font-size: 1.4rem;
        padding: 2rem 0 2rem 2rem;
        position: relative;
        transition: all 0.3s ease;
        text-decoration: underline;
        text-decoration-color: #000; }
    #sec_04_products .flex_box:hover {
      filter: brightness(1.2);
      color: #0e55e2; }
      #sec_04_products .flex_box:hover .left p, #sec_04_products .flex_box:hover .right p {
        text-decoration-color: #0e55e2; }

#sec_05_join {
  display: block;
  margin: 8rem auto 0 auto;
  padding-bottom: 8rem;
  width: 100%; }
  #sec_05_join h2 {
    font-size: 5rem;
    padding: 10rem 10% 8rem 10%;
    font-weight: 400;
    line-height: 80%; }
    #sec_05_join h2 .chapter {
      font-size: 1.5rem; }
  #sec_05_join .bg_light {
    background-image: url("../image/009.jpg");
    background-size: 90% auto;
    background-position: top 0 right 0;
    background-repeat: no-repeat;
    padding: 0 10%; }
  #sec_05_join .left {
    padding-bottom: 3rem; }
    #sec_05_join .left h3 {
      font-size: 3rem;
      line-height: 4.5rem; }
      #sec_05_join .left h3 .blue {
        color: #0e55e2; }
      #sec_05_join .left h3 .small {
        font-size: 2.0rem; }
    #sec_05_join .left .adj {
      margin-bottom: 1.2rem; }
    #sec_05_join .left .font_adj {
      font-size: 1.5rem;
      color: #fff; }
  #sec_05_join .moushikomi_box {
    display: flex;
    justify-content: space-around;
    width: 100%; }
  #sec_05_join .right {
    max-width: 700px;
    text-align: center; }
    #sec_05_join .right p {
      text-align: left;
      font-size: 1.6rem;
      line-height: 2.8rem;
      padding-bottom: 2rem; }

#sec_06_contact {
  display: block;
  margin: 8rem auto 10rem auto;
  padding: 0 0 8rem 0;
  width: 100%; }
  #sec_06_contact h2 {
    font-size: 5rem;
    padding: 10rem 10% 8rem 10%;
    font-weight: 400;
    line-height: 80%; }
    #sec_06_contact h2 .chapter {
      font-size: 1.5rem; }
  #sec_06_contact .bg_light {
    background-image: url("../image/010.jpg");
    background-size: 90% auto;
    background-position: top 0 right 0;
    background-repeat: no-repeat;
    padding: 0 10%; }
  #sec_06_contact .left {
    padding-bottom: 3rem; }
    #sec_06_contact .left h3 {
      font-size: 3rem;
      line-height: 4.5rem; }
      #sec_06_contact .left h3 .blue {
        color: #0e55e2; }
      #sec_06_contact .left h3 .small {
        font-size: 2.0rem; }
    #sec_06_contact .left .adj {
      margin-bottom: 1.2rem; }
    #sec_06_contact .left .font_adj {
      font-size: 1.5rem;
      color: #fff; }
  #sec_06_contact .box {
    padding: 2rem 0;
    border: solid 8px #0e55e2;
    width: 100%;
    max-width: 800px;
    float: right;
    text-align: right;
    color: #444;
    background-color: #eee; }
    #sec_06_contact .box form#mailformpro {
      padding: 0; }
      #sec_06_contact .box form#mailformpro input, #sec_06_contact .box form#mailformpro textarea, #sec_06_contact .box form#mailformpro select {
        background-color: #333;
        color: #fff;
        padding: 1rem; }
        #sec_06_contact .box form#mailformpro input.problem, #sec_06_contact .box form#mailformpro textarea.problem, #sec_06_contact .box form#mailformpro select.problem {
          background-color: #302121; }
      #sec_06_contact .box form#mailformpro .disp_inbl {
        display: inline-block; }
      #sec_06_contact .box form#mailformpro .mfp_element_text, #sec_06_contact .box form#mailformpro .mfp_element_textarea, #sec_06_contact .box form#mailformpro .mfp_element_tel, #sec_06_contact .box form#mailformpro .mfp_element_email, #sec_06_contact .box form#mailformpro .mfp_element_select-one {
        box-shadow: 0px 0px 5px #555 inset;
        border: solid 1px #555; }
      #sec_06_contact .box form#mailformpro .must {
        margin-left: 1rem;
        box-shadow: none;
        text-shadow: none;
        background-color: #0e55e2;
        border: none; }
    #sec_06_contact .box form#mailformpro dl dd {
      background-color: transparent;
      border-top: solid 1px #222;
      font-size: 1.3rem; }
      @media screen and (max-width: 800px) {
        #sec_06_contact .box form#mailformpro dl dd {
          border-top: none;
          border-bottom: solid 1px #222; } }
    #sec_06_contact .box form#mailformpro dl dt {
      border-top: solid 1px #222;
      font-size: 1.3rem;
      width: 180px; }
      @media screen and (max-width: 800px) {
        #sec_06_contact .box form#mailformpro dl dt {
          border-top: none; } }
    #sec_06_contact .box .mfp_achroma {
      background-color: transparent; }
    #sec_06_contact .box .mfp_colored {
      background-color: transparent; }

#sec_07_yakuin {
  display: block;
  margin: 8rem auto 0 auto;
  padding-bottom: 8rem;
  width: 100%; }
  #sec_07_yakuin h2 {
    font-size: 5rem;
    padding: 10rem 10% 8rem 10%;
    font-weight: 400;
    line-height: 80%; }
    #sec_07_yakuin h2 .chapter {
      font-size: 1.5rem; }
  #sec_07_yakuin .bg_light {
    background-image: url("../image/009.jpg");
    background-size: 90% auto;
    background-position: top 0 right 0;
    background-repeat: no-repeat;
    padding: 0 10%; }
  #sec_07_yakuin .left {
    padding-bottom: 3rem; }
    #sec_07_yakuin .left h3 {
      font-size: 3rem;
      line-height: 4.5rem; }
      #sec_07_yakuin .left h3 .blue {
        color: #0e55e2; }
      #sec_07_yakuin .left h3 .small {
        font-size: 2.0rem; }
    #sec_07_yakuin .left .adj {
      margin-bottom: 1.2rem; }
    #sec_07_yakuin .left .font_adj {
      font-size: 1.5rem;
      color: #fff; }
  #sec_07_yakuin .right {
    max-width: 700px;
    text-align: center; }
    #sec_07_yakuin .right p {
      text-align: left;
      font-size: 1.6rem;
      line-height: 2.8rem;
      padding-bottom: 2rem; }
    #sec_07_yakuin .right table {
      border: solid 1px #666;
      width: 100%;
      font-size: 1.8rem;
      line-height: 2.5rem; }
      #sec_07_yakuin .right table .small {
        font-size: 1.1rem;
        letter-spacing: 0; }
      #sec_07_yakuin .right table tr.bottom {
        border-bottom: solid 1px #666; }
      #sec_07_yakuin .right table th {
        padding: 1rem;
        color: #0e55e2;
        text-align: left; }
      #sec_07_yakuin .right table td {
        padding: 1rem;
        text-align: left; }

@media screen and (min-width: 480px) {
  #sec_03_about .bg_light {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left 10px bottom 0; }
  #sec_03_about .naiyou {
    background-image: url("../image/003.jpg");
    background-repeat: no-repeat;
    background-position: top 10rem right 0;
    background-size: 70% auto; }

  #sec_04_products .flex_box .left, #sec_04_products .flex_box .right {
    width: 50%; }
    #sec_04_products .flex_box .left p, #sec_04_products .flex_box .right p {
      font-size: 1.4rem;
      padding: 0 0 1rem 2rem;
      position: absolute;
      bottom: 1rem;
      left: 0; }

  #sec_05_join .bg_light {
    background-size: 600px auto;
    background-repeat: no-repeat;
    background-position: left 10px top 0; }

  #sec_06_contact .bg_light {
    background-size: 600px auto;
    background-repeat: no-repeat;
    background-position: left 10px top 0; }

  #sec_07_yakuin .bg_light {
    background-size: 600px auto;
    background-repeat: no-repeat;
    background-position: left 10px top 0; } }
@media screen and (min-width: 768px) {
  /*
  drawerをmobileのみで表示する場合はコメントアウトを外す
  
  .drawer-hamburger{
      display: none;
  }
  */
  .on_mobile {
    display: none; }

  .on_pc {
    display: block; }

  .on_mobile_inline {
    display: none; }

  .on_pc_inline {
    display: inline; }

  #global_footer {
    text-align: left;
    color: #FFF;
    padding-top: 2rem; }
    #global_footer img {
      width: 250px;
      height: auto;
      padding: 0;
      display: inline;
      margin: 0; }
    #global_footer .copy {
      text-align: center;
      padding: 7rem 0 2rem 0; }
      #global_footer .copy p {
        font-size: 0.7rem; }
    #global_footer .pad10 {
      padding: 0;
      float: left;
      width: 50%; }
    #global_footer .pad_adj {
      padding: 10rem 10% 2rem 10%; }
    #global_footer .right {
      float: right;
      width: 30%; }
      #global_footer .right p {
        text-align: left; }
    #global_footer .telfax {
      padding-left: 27px; }
      #global_footer .telfax p {
        text-align: left; }

  #global_header .header_img {
    padding: 0 10%; }
    #global_header .header_img h1 img {
      position: absolute;
      width: 280px;
      height: auto;
      top: 40vh;
      left: 20vw; }

  #sec_01_intro .box_a img {
    width: 250px; }
  #sec_01_intro .box_b {
    width: inherit; }
    #sec_01_intro .box_b .bunshou {
      font-size: 2.4rem; }
  #sec_01_intro .adj_box .box_c {
    margin: 70px 0 0 auto;
    padding: 0 10% 0 0; }
    #sec_01_intro .adj_box .box_c .bunshou {
      font-size: 2.4rem; }

  #sec_02_news {
    display: block;
    margin: 8rem auto 0 auto;
    padding-bottom: 8rem;
    width: 80%;
    background-size: 70% auto;
    background-position: top 6rem right 2rem; }
    #sec_02_news h2 {
      font-size: 8rem;
      line-height: 100%; }
      #sec_02_news h2 .chapter {
        font-size: 2.5rem; }
    #sec_02_news .article .right p {
      font-size: 1.8rem; }

  #sec_03_about {
    display: block; }
    #sec_03_about h2 {
      font-size: 8rem;
      line-height: 100%; }
      #sec_03_about h2 .chapter {
        font-size: 2.5rem; }
    #sec_03_about .bg_light {
      background-size: auto;
      background-repeat: no-repeat;
      background-position: left 10px bottom 0; }
    #sec_03_about .naiyou {
      background-size: auto;
      background-image: url("../image/003.jpg");
      background-repeat: no-repeat;
      background-position: right 10px bottom 0;
      padding-bottom: 10rem; }
    #sec_03_about .left {
      float: left;
      width: 30%; }
      #sec_03_about .left h3 {
        font-size: 4rem;
        line-height: 6rem; }
        #sec_03_about .left h3 .small {
          font-size: 2.8rem; }
    #sec_03_about .right {
      float: right;
      width: 50%; }
      #sec_03_about .right h4 {
        font-size: 3rem;
        font-weight: 400;
        margin-bottom: 1rem;
        margin-top: 1.5rem;
        padding: 0.5rem 0 0.5rem 2rem;
        border-left: solid 10px #0e55e2; }
      #sec_03_about .right p {
        font-size: 1.6rem;
        line-height: 2.5rem;
        padding-bottom: 1rem; }
    #sec_03_about .zu {
      margin: 5rem auto 0 auto; }

  #sec_04_products h2 {
    font-size: 8rem;
    line-height: 100%; }
    #sec_04_products h2 .chapter {
      font-size: 2.5rem; }
  #sec_04_products .flex_box {
    margin-bottom: 10rem; }
    #sec_04_products .flex_box .left h3, #sec_04_products .flex_box .right h3 {
      width: 50%;
      max-width: 350px;
      padding: 4rem 0 0 4rem; }
    #sec_04_products .flex_box .left p, #sec_04_products .flex_box .right p {
      font-size: 2.2rem;
      padding: 0 0 4rem 4rem;
      position: absolute; }

  #sec_05_join h2 {
    font-size: 8rem;
    line-height: 100%; }
    #sec_05_join h2 .chapter {
      font-size: 2.5rem; }
  #sec_05_join .bg_light {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left 10px bottom 0; }
  #sec_05_join .left {
    float: left;
    width: 30%; }
    #sec_05_join .left h3 {
      font-size: 4rem;
      line-height: 6rem; }
      #sec_05_join .left h3 .small {
        font-size: 2.8rem; }
  #sec_05_join .right {
    text-align: right;
    float: right;
    padding-right: 3rem;
    width: 60%;
    border-right: solid 9px #333; }
    #sec_05_join .right p {
      text-align: right;
      font-size: 2.2rem;
      line-height: 4.5rem;
      padding-bottom: 2rem; }

  #sec_06_contact h2 {
    font-size: 8rem;
    line-height: 100%; }
    #sec_06_contact h2 .chapter {
      font-size: 2.5rem; }
  #sec_06_contact .bg_light {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left 10px bottom 0; }
  #sec_06_contact .left {
    float: left;
    width: 35%;
    min-width: 300px; }
    #sec_06_contact .left h3 {
      font-size: 4rem;
      line-height: 6rem; }
      #sec_06_contact .left h3 .small {
        font-size: 2.8rem; }
  #sec_06_contact .box {
    float: right;
    width: 60%;
    min-width: 600px; }

  #sec_07_yakuin h2 {
    font-size: 8rem;
    line-height: 100%; }
    #sec_07_yakuin h2 .chapter {
      font-size: 2.5rem; }
  #sec_07_yakuin .bg_light {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left 10px bottom 0; }
  #sec_07_yakuin .left {
    float: left;
    width: 30%; }
    #sec_07_yakuin .left h3 {
      font-size: 4rem;
      line-height: 6rem; }
      #sec_07_yakuin .left h3 .small {
        font-size: 2.8rem; }
  #sec_07_yakuin .right {
    text-align: right;
    float: right;
    padding-right: 3rem;
    width: 60%;
    border-right: solid 9px #333; }
    #sec_07_yakuin .right p {
      text-align: right;
      font-size: 2.2rem;
      line-height: 4.5rem;
      padding-bottom: 2rem; } }
@media screen and (min-width: 1200px) {
  #sec_02_news {
    background-size: 50% auto; }
    #sec_02_news .article hr.line {
      display: block;
      height: 1px;
      border: none;
      margin-bottom: 2rem;
      background-color: #545454; }
    #sec_02_news .article .left {
      float: left;
      border-right: solid 1px #545454;
      padding-right: 3rem; }
      #sec_02_news .article .left .month {
        padding-bottom: 1.5rem; }
    #sec_02_news .article .right {
      border-right: none;
      float: left;
      padding-left: 3rem; }
      #sec_02_news .article .right p {
        padding-bottom: 0.5rem; } }
/*アニメーション*/
.bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px; }

.bg.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background-color: #362ae0;
  background-color: #0e55e2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center; }

.bg .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  z-index: 1; }

@media screen and (min-width: 768px) {
  .bg .bg-wrap .inn {
    font-size: 25px; } }
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%); }
  30% {
    transform: scaleX(1) translateX(0); }
  100% {
    transform: scaleX(1) translateX(0); }
  30%, 100% {
    opacity: 1; } }
.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block; }

.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0; }

.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px; }

.matrix .bg-wrap .inn.large {
  font-size: 36px;
  font-weight: bold; }

.matrix .bg-wrap .inn.small {
  font-size: 15px; }

.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1); }

.matrix.is-animated .bg-wrap {
  opacity: 1; }

.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0); }

.smooth {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path; }

.smooth.is-animated {
  clip-path: inset(0); }

.smooth2 {
  clip-path: inset(0 0 0 100%);
  display: inline-block;
  transition: 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path; }

.smooth2.is-animated {
  clip-path: inset(0); }

.smooth3 {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: 0.7s ease;
  transition-property: clip-path; }

.smooth3.is-animated {
  clip-path: inset(0); }

.smooth4 {
  clip-path: inset(0 0 0 100%);
  display: inline-block;
  transition: 0.7s ease;
  transition-property: clip-path; }

.smooth4.is-animated {
  clip-path: inset(0); }

.anim-box.fadeup {
  opacity: 0; }

.anim-box.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards; }

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  80% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.anim-box.zoomin {
  opacity: 0; }

.anim-box.zoomin.is-animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards; }

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0; }
  100% {
    opacity: 1;
    transform: scale(1); } }
.bnt-massage {
  display: inline-block;
  min-width: 130px;
  text-align: center;
  background-color: #ffd128;
  font-size: 20px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 16px 10px 16px;
  position: relative;
  transition: .9s;
  border: 1px solid #aaa;
  margin-top: 4rem; }

.bnt-massage span {
  color: #fff;
  display: block;
  position: absolute;
  background-color: #0e55e2;
  top: 0;
  left: 0;
  width: 100%;
  height: 34px;
  font-size: 12px;
  line-height: 34px;
  border-radius: 0 0 8px 0;
  z-index: -1;
  transition: .5s; }

.bnt-massage:hover {
  border-radius: 8px 0 0; }

.bnt-massage:hover span {
  transform: translateY(50px); }

.btn-shine {
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  width: 120px;
  height: 120px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  text-shadow: 2px 2px 3px #0e55e2;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
  border-radius: 200px;
  background-color: #0e55e2; }
  .btn-shine .moji {
    text-align: center; }
    .btn-shine .moji .big {
      font-size: 19px; }
  @media screen and (min-width: 768px) {
    .btn-shine {
      font-size: 16px;
      width: 200px;
      height: 200px; }
      .btn-shine .moji .big {
        font-size: 22px; } }

.btn-shine:hover {
  border-color: #FFF;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  text-shadow: 2px 2px 3px #000;
  background-color: #0e55e2; }

.container-02 {
  display: inline-block;
  margin: 4rem 0; }
  @media screen and (min-width: 768px) {
    .container-02 {
      margin: 4rem 2rem; } }
