@charset "UTF-8";
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header {
  background: url("../img/common/sp_line_top.png") no-repeat center top;
  background-size: 100%;
  background-color: #fff; }
  #header .tracking {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100; }
    #header .tracking ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center; }
      #header .tracking ul li {
        width: 33.333333%; }
        #header .tracking ul li a {
          display: flex;
          text-align: center; }
    #header .tracking .time {
      display: block;
      background-color: #47372c;
      color: #fff;
      line-height: 2;
      text-align: center; }
  #header h1 {
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem; }
  #header #h_logo {
    float: left;
    padding-left: 20px; }
    #header #h_logo p {
      margin-top: 5px;
      font-size: 14px;
      font-size: 1.4rem; }
  #header #lilipon {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-size: 1.4rem; }
    #header #lilipon .bold {
      padding-top: 28px; }
  #header #pc_info {
    padding: 10px 0;
    float: right;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center; }
    #header #pc_info .float_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #header #pc_info .float_box > div {
        margin: 0 10px; }
      #header #pc_info .float_box .line, #header #pc_info .float_box .insta {
        width: 60px; }
      #header #pc_info .float_box .btn_box p + p {
        margin-top: 10px; }
      #header #pc_info .float_box .company {
        margin-top: 10px;
        margin-right: 10px;
        text-align: right; }
        #header #pc_info .float_box .company a {
          text-decoration: underline;
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 600; }
          #header #pc_info .float_box .company a:hover {
            text-decoration: none; }
          #header #pc_info .float_box .company a:before {
            content: "";
            padding-right: 5px;
            display: inline-block;
            vertical-align: middle;
            color: #333;
            line-height: 1;
            width: 0;
            height: 0;
            border-style: solid;
            border-color: transparent;
            border-width: 0.375em 0.64952em;
            border-left-color: currentColor;
            border-right: 0; }
      #header #pc_info .float_box .tel {
        line-height: 1.4; }
        #header #pc_info .float_box .tel a {
          color: #47372c; }
          #header #pc_info .float_box .tel a span {
            font-size: 13px;
            font-size: 1.3rem; }
            #header #pc_info .float_box .tel a span.no {
              display: inline-block;
              margin-bottom: 5px; }
      #header #pc_info .float_box .line span {
        display: block;
        margin-top: 5px; }
      #header #pc_info .float_box .sdgs a {
        display: block;
        line-height: 45px;
        border: solid 1px #ccc;
        background-color: #fff; }
  #header #nav-toggle, #header #nav-toggle span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer; }
  #header #nav-toggle {
    position: fixed;
    width: 60px;
    height: 60px;
    background: #fbeb4e;
    top: 0;
    right: 0;
    z-index: 2; }
    #header #nav-toggle span {
      position: absolute;
      background: #47372c;
      width: 30px;
      height: 2px;
      left: 0;
      right: 0;
      margin: auto; }
      #header #nav-toggle span:nth-of-type(1) {
        top: 15px; }
      #header #nav-toggle span:nth-of-type(2) {
        top: 0;
        bottom: 10px; }
      #header #nav-toggle span:nth-of-type(3) {
        bottom: 25px; }
    #header #nav-toggle .menu_txt {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      bottom: 8px;
      font-size: 10px;
      font-size: 1rem;
      font-weight: 600; }
  #header #nav-toggle.open span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg); }
  #header #nav-toggle.open span:nth-of-type(2) {
    opacity: 0; }
  #header #nav-toggle.open span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg); }
  #header #sp_menu {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 101;
    height: 60px; }
    #header #sp_menu .tel {
      position: absolute;
      right: 60px;
      top: 0;
      z-index: 10; }
    #header #sp_menu .contact {
      position: absolute;
      right: 120px;
      top: 0;
      z-index: 10; }
  #header #sp_nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    padding-bottom: 50px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #f5535d;
    overflow: scroll; }
    #header #sp_nav .news a {
      color: #fff;
      padding-left: 20px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 600; }
    #header #sp_nav .sp_navInner {
      padding: 30px 25px;
      width: 100%;
      height: 100%;
      overflow: hidden;
      overflow-y: scroll; }
      #header #sp_nav .sp_navInner .nav_list {
        display: flex;
        flex-wrap: wrap; }
        #header #sp_nav .sp_navInner .nav_list li {
          width: 48%;
          margin-bottom: 10px; }
          #header #sp_nav .sp_navInner .nav_list li:nth-child(even) {
            margin-left: 4%; }
          #header #sp_nav .sp_navInner .nav_list li .sub {
            display: none; }
            #header #sp_nav .sp_navInner .nav_list li .sub li {
              margin-bottom: 0; }
              #header #sp_nav .sp_navInner .nav_list li .sub li a {
                position: relative;
                color: #fff;
                padding: 15px 25px 15px 40px;
                border-radius: 0;
                background: url("../img/common/arrow001.svg") no-repeat left 25px center;
                background-color: inherit;
                background-size: 8px; }
          #header #sp_nav .sp_navInner .nav_list li:nth-child(1) a {
            background: url("../img/common/nav_icon00.svg") no-repeat top 15px center;
            background-color: #fff;
            background-size: 27px; }
          #header #sp_nav .sp_navInner .nav_list li:nth-child(2) a {
            background: url("../img/common/nav_icon01.svg") no-repeat top 13px center;
            background-color: #fff;
            background-size: 28px; }
          #header #sp_nav .sp_navInner .nav_list li:nth-child(3) a {
            background: url("../img/common/nav_icon02.svg") no-repeat top 13px center;
            background-color: #fff;
            background-size: 24px; }
          #header #sp_nav .sp_navInner .nav_list li:nth-child(4) a {
            background: url("../img/common/nav_icon03.svg") no-repeat top 15px center;
            background-color: #fff;
            background-size: 25px; }
          #header #sp_nav .sp_navInner .nav_list li:nth-child(5) a {
            background: url("../img/common/nav_icon04.svg") no-repeat top 16px center;
            background-color: #fff;
            background-size: 28px; }
          #header #sp_nav .sp_navInner .nav_list li:nth-child(6) a {
            background: url("../img/common/nav_icon05.svg") no-repeat top 18px center;
            background-color: #fff;
            background-size: 40px; }
          #header #sp_nav .sp_navInner .nav_list li:nth-child(7) a {
            background: url("../img/common/nav_icon06.svg") no-repeat top 13px center;
            background-color: #fff;
            background-size: 26px; }
          #header #sp_nav .sp_navInner .nav_list li:nth-child(8) a {
            background: url("../img/common/nav_icon07.svg") no-repeat top 13px center;
            background-color: #fff;
            background-size: 26px; }
          #header #sp_nav .sp_navInner .nav_list li:nth-child(9) a {
            background: url("../img/common/nav_icon08.svg") no-repeat top 13px center;
            background-color: #fff;
            background-size: 28px; }
          #header #sp_nav .sp_navInner .nav_list li:nth-child(10) a {
            background: url("../img/common/nav_icon09.svg") no-repeat top 10px center;
            background-color: #fff;
            background-size: 22px; }
          #header #sp_nav .sp_navInner .nav_list li:nth-child(11) a {
            background: url("../img/common/nav_icon10.svg") no-repeat top 15px center;
            background-color: #fff;
            background-size: 40px; }
          #header #sp_nav .sp_navInner .nav_list li:nth-child(12) a {
            background: url("../img/common/nav_icon11.svg") no-repeat top 10px center;
            background-color: #fff;
            background-size: 25px; }
          #header #sp_nav .sp_navInner .nav_list li:nth-child(13) a {
            background: url("../img/common/nav_icon12.svg") no-repeat top 13px center;
            background-color: #fff;
            background-size: 26px; }
          #header #sp_nav .sp_navInner .nav_list li:nth-child(14) a {
            background: url("../img/common/nav_icon13.svg") no-repeat top 12px center;
            background-color: #fff;
            background-size: 23px; }
          #header #sp_nav .sp_navInner .nav_list li a {
            position: relative;
            font-size: 14px;
            font-size: 1.4rem;
            text-align: center;
            display: block;
            text-decoration: none;
            color: #47372c;
            background-color: #fff;
            padding: 50px 0 15px;
            font-weight: 600;
            border-radius: 20px; }
            #header #sp_nav .sp_navInner .nav_list li a.nav-open::before {
              display: block;
              content: "＋";
              position: absolute;
              right: 20px;
              top: 50%;
              -webkit-transform: translateY(-50%);
              /* Safari用 */
              transform: translateY(-50%);
              font-size: 24px;
              font-size: 2.4rem;
              color: #f5535d; }
            #header #sp_nav .sp_navInner .nav_list li a.nav-open.active::before {
              /* 開いている時 */
              content: "－"; }
      #header #sp_nav .sp_navInner .sns {
        margin-top: 20px; }
        #header #sp_nav .sp_navInner .sns li.line a {
          background: url("../img/common/line_icon_sp.svg") no-repeat left 10px center;
          background-size: 20px; }
        #header #sp_nav .sp_navInner .sns li.insta a {
          background: url("../img/common/insta_icon_sp.svg") no-repeat left 10px center;
          background-size: 20px; }
        #header #sp_nav .sp_navInner .sns li:not(.sdgs) a {
          text-align: left;
          display: block;
          color: #fff;
          margin-bottom: 5px;
          padding: 10px 35px;
          font-weight: 600; }
      #header #sp_nav .sp_navInner .sdgs a {
        text-align: center;
        display: block;
        background-color: #fffbcd;
        margin-top: 30px;
        padding: 15px 25px;
        border-radius: 50px; }

.ti-widget.ti-goog.ti-disable-animation .ti-widget-container {
  background-color: #f4f4f4; }
  .ti-widget.ti-goog.ti-disable-animation .ti-widget-container a.ti-header {
    padding: 8px 20px !important; }
    .ti-widget.ti-goog.ti-disable-animation .ti-widget-container a.ti-header .ti-profile-details {
      display: block;
      padding: 8px 0; }
      .ti-widget.ti-goog.ti-disable-animation .ti-widget-container a.ti-header .ti-profile-details .ti-text, .ti-widget.ti-goog.ti-disable-animation .ti-widget-container a.ti-header .ti-profile-details .ti-stars {
        display: inline-block; }

@media screen and (min-width: 768px) {
  #container.nav_fixed {
    padding-top: 215px; }

  #container.nav_fixed #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 130px; }
    #container.nav_fixed #header #pc_info .float_box .btn_box .sdgs {
      display: none; }

  #container.nav_fixed #pc_menu {
    background-color: #fff;
    position: fixed;
    top: 130px;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%; }
    #container.nav_fixed #pc_menu #gnav ul li > a {
      background-position: left center;
      padding-left: 36px;
      padding-top: 0;
      line-height: 30px;
      height: 30px;
      width: auto;
      display: inline-block; }
    #container.nav_fixed #pc_menu #gnav ul li .sub {
      top: 40px; }
      #container.nav_fixed #pc_menu #gnav ul li .sub li a {
        line-height: 40px;
        height: 40px;
        padding-left: 15px; } }
@media screen and (max-width: 767px) {
  #container {
    margin-top: 0;
    padding-top: 60px; }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 60px;
    line-height: 60px; }
    #header #h_logo {
      padding-left: 10px;
      width: 150px;
      position: relative;
      z-index: 110; }
      #header #h_logo p {
        display: none; }
    #header h1 {
      display: none; }
    #header #lilipon {
      width: 110px;
      font-size: 6px;
      font-size: .6rem; }
      #header #lilipon p {
        width: 50px; }
      #header #lilipon .bold {
        padding: 15px 0 0;
        width: 60px;
        display: block;
        line-height: 1.5; }
    #header #sp_menu {
      display: block;
      line-height: 1; }
    #header #pc_info {
      display: none; }

  #pc_menu {
    display: none; } }
/*----------------------------------------------------
	ナビ
----------------------------------------------------*/
#pc_menu {
  border-top: 1px solid #ccc;
  border-bottom: 5px solid #e5e5e5; }
  #pc_menu #gnav {
    width: 100%;
    max-width: 1320px;
    padding: 10px 15px;
    margin: 0 auto; }
    #pc_menu #gnav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #pc_menu #gnav ul li {
        position: relative;
        text-align: center;
        position: relative;
        border-left: 1px solid #ccc; }
        #pc_menu #gnav ul li:last-child {
          border-right: 1px solid #ccc; }
        #pc_menu #gnav ul li:nth-child(1) {
          width: 14%; }
          #pc_menu #gnav ul li:nth-child(1) a {
            background: url("../img/common/navi_icon01.svg") no-repeat top center;
            background-size: 30px; }
        #pc_menu #gnav ul li:nth-child(2) {
          width: 20%; }
          #pc_menu #gnav ul li:nth-child(2) a {
            background: url("../img/common/navi_icon02.svg") no-repeat top center;
            background-size: 25px; }
        #pc_menu #gnav ul li:nth-child(3) {
          width: 20%; }
          #pc_menu #gnav ul li:nth-child(3) a {
            background: url("../img/common/navi_icon03.svg") no-repeat top center;
            background-size: 24px; }
        #pc_menu #gnav ul li:nth-child(4) {
          width: 23%; }
          #pc_menu #gnav ul li:nth-child(4) a {
            background: url("../img/common/navi_icon04.svg") no-repeat top 6px center;
            background-size: 30px; }
        #pc_menu #gnav ul li:nth-child(5) {
          width: 20%; }
          #pc_menu #gnav ul li:nth-child(5) a {
            background: url("../img/common/navi_icon05.svg") no-repeat top center;
            background-size: 22px; }
        #pc_menu #gnav ul li:nth-child(6) {
          width: 15%; }
          #pc_menu #gnav ul li:nth-child(6) a {
            background: url("../img/common/navi_icon06.svg") no-repeat top center;
            background-size: 29px; }
        #pc_menu #gnav ul li a {
          padding-top: 32px;
          height: 60px;
          display: inline-block;
          width: 100%;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 600;
          -webkit-transition: none;
          -o-transition: none;
          transition: none; }
        #pc_menu #gnav ul li .sub {
          display: none;
          position: absolute;
          width: max-content;
          text-align: left;
          top: 70px;
          left: 0;
          background-color: #f5535d;
          min-width: 100%;
          z-index: 10; }
          #pc_menu #gnav ul li .sub li {
            width: 100%;
            text-align: left;
            border-bottom: 1px solid #fab6b9;
            border-left: none; }
            #pc_menu #gnav ul li .sub li:last-child {
              border-right: none; }
            #pc_menu #gnav ul li .sub li a {
              text-align: left;
              display: inline-block;
              height: 40px;
              line-height: 40px;
              background: none;
              padding: 0 10px 0 15px;
              color: #fff;
              font-size: 15px;
              font-size: 1.5rem; }

/*----------------------------------------------------
	ページトップ
----------------------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 100px;
  z-index: 1; }

#pagetop a:hover {
  opacity: .98; }

@media screen and (max-width: 767px) {
  #pagetop {
    width: 60px;
    bottom: 100px; } }
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer {
  padding: 60px 0 0;
  background: url("../img/common/sp_line_top.png") no-repeat center top;
  background-size: 100%;
  background-color: #fff; }
  #footer #bottom_imfomation .left {
    float: left;
    width: 38%; }
    #footer #bottom_imfomation .left .info_left {
      float: left;
      width: 53%; }
      #footer #bottom_imfomation .left .info_left .info_txt {
        line-height: 1.2; }
    #footer #bottom_imfomation .left .info_right {
      float: right;
      width: 47%; }
    #footer #bottom_imfomation .left .logo {
      display: block;
      margin-top: -25px;
      margin-bottom: 5px; }
      #footer #bottom_imfomation .left .logo img {
        width: 45%;
        vertical-align: bottom; }
      #footer #bottom_imfomation .left .logo a {
        display: inline-block;
        vertical-align: bottom;
        width: 51%; }
        #footer #bottom_imfomation .left .logo a img {
          width: 100%;
          vertical-align: bottom; }
    #footer #bottom_imfomation .left .tel {
      display: inline-block;
      padding: 5px 15px;
      background-color: #eee;
      text-align: center; }
      #footer #bottom_imfomation .left .tel .no {
        line-height: 1;
        display: block;
        margin-bottom: 5px; }
      #footer #bottom_imfomation .left .tel span {
        text-align: center;
        font-size: 10px;
        font-size: 1rem; }
    #footer #bottom_imfomation .left .link_list {
      text-align: center; }
      #footer #bottom_imfomation .left .link_list div {
        display: inline-block;
        margin: 0 5px 5px; }
  #footer #bottom_imfomation .right {
    float: right;
    width: 60%; }
    #footer #bottom_imfomation .right .image {
      float: left;
      width: 48%; }
      #footer #bottom_imfomation .right .image .reform_logo, #footer #bottom_imfomation .right .image p {
        display: inline-block;
        vertical-align: middle; }
    #footer #bottom_imfomation .right .map {
      float: right;
      width: 48%; }
  #footer .copyright {
    margin-top: 40px;
    padding: 10px 0;
    background-color: #f5535d;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center; }

#f_nav {
  padding: 50px 0;
  background-color: #f5535d; }
  #f_nav .f_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    #f_nav .f_nav_list .nav_box {
      border-left: 1px #FC9CA1 solid;
      padding-left: 20px; }
      #f_nav .f_nav_list .nav_box dl dt {
        color: #fff;
        font-weight: 600;
        margin-bottom: 5px; }
        #f_nav .f_nav_list .nav_box dl dt a {
          font-weight: 600; }
      #f_nav .f_nav_list .nav_box dl dd a {
        font-size: 13px;
        font-size: 1.3rem;
        padding-left: 10px;
        margin-bottom: 3px; }
        #f_nav .f_nav_list .nav_box dl dd a:before {
          content: "- "; }
      #f_nav .f_nav_list .nav_box a {
        color: #fff; }
      #f_nav .f_nav_list .nav_box p a {
        color: #fff;
        font-weight: 600; }

@media screen and (max-width: 767px) {
  #footer {
    padding: 40px 0 0; }
    #footer #bottom_imfomation {
      display: block; }
      #footer #bottom_imfomation .left {
        float: none;
        width: 100%;
        margin-bottom: 10px; }
        #footer #bottom_imfomation .left .info_left, #footer #bottom_imfomation .left .info_right {
          float: none;
          width: 100%; }
        #footer #bottom_imfomation .left p {
          font-size: 10px;
          font-size: 1rem; }
        #footer #bottom_imfomation .left .logo_wrap {
          text-align: left;
          margin: 0 auto; }
        #footer #bottom_imfomation .left .tel {
          display: none;
          margin-top: 10px;
          padding: 3px 10px;
          float: left;
          width: 55%;
          vertical-align: middle; }
          #footer #bottom_imfomation .left .tel span {
            font-size: 10px;
            font-size: 1rem; }
        #footer #bottom_imfomation .left .info_txt {
          float: left;
          width: 50%; }
          #footer #bottom_imfomation .left .info_txt a {
            font-weight: 600; }
        #footer #bottom_imfomation .left .reform_logo {
          margin-top: 0;
          float: right;
          width: 40%;
          vertical-align: middle; }
      #footer #bottom_imfomation .right {
        float: none;
        width: 100%; }
    #footer .copyright {
      margin-top: 30px; }

  #f_nav {
    padding: 30px 0; }
    #f_nav .f_nav_list {
      display: block; }
      #f_nav .f_nav_list .nav_box {
        font-size: 15px;
        margin-bottom: 0 !important;
        border-left: none;
        padding-left: 0; }
        #f_nav .f_nav_list .nav_box:first-child {
          border-top: 1px solid #fab6b9; }
        #f_nav .f_nav_list .nav_box:last-child {
          margin-bottom: 0; }
        #f_nav .f_nav_list .nav_box p {
          margin-bottom: 0 !important;
          padding: 8px 0;
          border-bottom: 1px solid #fab6b9; }
        #f_nav .f_nav_list .nav_box dl {
          margin-bottom: 0 !important; }
          #f_nav .f_nav_list .nav_box dl dt {
            position: relative;
            margin-bottom: 0 !important;
            padding: 8px 0;
            border-bottom: 1px solid #fab6b9; }
            #f_nav .f_nav_list .nav_box dl dt::before {
              display: block;
              content: "＋";
              position: absolute;
              right: 20px;
              top: 50%;
              -webkit-transform: translateY(-50%);
              /* Safari用 */
              transform: translateY(-50%);
              font-size: 20px;
              font-size: 2rem;
              font-weight: 400;
              color: #fff; }
            #f_nav .f_nav_list .nav_box dl dt.active::before {
              /* 開いている時 */
              content: "－"; }
          #f_nav .f_nav_list .nav_box dl dd {
            display: none;
            padding: 10px;
            border-bottom: 1px solid #fab6b9; }
            #f_nav .f_nav_list .nav_box dl dd a {
              font-size: 14px;
              padding: 1px 0 1px 10px;
              display: block; } }
/*----------------------------------------------------
	iframe
----------------------------------------------------*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 69%;
  position: relative; }

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

@media screen and (max-width: 1319px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; } }
/*----------------------------------------------------
	共通デザイン
----------------------------------------------------*/
.bnr_box {
  background: url("../img/common/bg001.png") no-repeat center;
  background-size: cover;
  padding: 80px 0; }

.bnr_toryou {
  background: url(../img/common/sp_line_top.png), url(../img/common/sp_line_btm.png);
  background-size: contain, contain;
  background-repeat: no-repeat;
  background-position: left top, left bottom;
  background-color: #fffbcd;
  padding: 80px 0; }

.section_pd80 {
  padding: 80px 0; }

.bold {
  font-weight: 700; }

.key {
  color: red; }

a.link_key {
  color: #f5535d;
  text-decoration: underline; }

a.link_key:hover {
  text-decoration: none; }

.title_style01 {
  margin-bottom: 40px;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  font-weight: 700; }

.title_style02 {
  margin-bottom: 30px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700; }

.title_style03 {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
  padding: 10px 0; }

.title_style03:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #f5535d;
  z-index: 1; }

.title_style03:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #eee; }

.title_style04 {
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 9px;
  font-weight: 600;
  padding-left: 10px;
  border-left: solid 4px #f5535d; }

.title_style05 {
  padding: 10px 5px;
  background-color: #fff0f1;
  border: solid 1px #f5535d;
  color: #f5535d;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 600; }

.title_style06 {
  margin-bottom: 30px;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700; }

.title_style06 span {
  font-size: 40px;
  font-size: 4rem;
  color: #f5535d;
  background: linear-gradient(transparent 60%, #fbeb4e 60%);
  font-weight: 600; }

.title_style07 {
  margin-bottom: 30px;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 700;
  background-color: #f5535d;
  color: #fff;
  padding: 15px;
  border-radius: 15px;
  position: relative; }

.title_style07::before {
  content: "";
  position: absolute;
  border: solid 2px #fff;
  border-radius: 15px;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px; }

.title_style08 {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #f5535d;
  color: #fff;
  padding: 8px 15px;
  position: relative;
  border-radius: 5px; }

.title_style09 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-bottom: 40px;
  font-size: 38px;
  font-size: 3.8rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.2; }
  .title_style09 .small {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700; }
  .title_style09 .key {
    color: #f5535d;
    font-size: 55px;
    font-size: 5.5rem;
    font-weight: 700; }
  .title_style09 .en {
    color: #f5535d;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700; }

.dl_style01 dt {
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600; }

.dl_style01 dd {
  margin-bottom: 50px; }

.menu_box {
  border: solid 3px #f5535d;
  background-color: #fff;
  border-radius: 10px; }
  .menu_box h3 {
    background-color: #f5535d;
    color: #fff;
    text-align: center;
    padding: 10px 0; }
  .menu_box .menu_inner {
    padding: 20px; }

#page_title {
  background-color: #fffbcd;
  padding: 80px 0; }
  #page_title h2 {
    font-size: 38px;
    font-size: 3.8rem;
    text-align: center;
    font-weight: 600; }

.breadcrumbs {
  padding: 10px 0;
  background-color: #eee; }
  .breadcrumbs a {
    color: #f5535d; }

.term_title {
  margin-bottom: 40px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  font-weight: 600; }

.flex_4col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .flex_4col > li {
    width: 33.333333%;
    padding: 0 20px;
    margin-bottom: 30px; }
    .flex_4col > li .post_title {
      margin-bottom: 5px; }
      .flex_4col > li .post_title a {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 600; }
    .flex_4col > li .post-categories {
      display: inline-block;
      margin-left: -5px; }
      .flex_4col > li .post-categories li {
        display: inline-block; }
        .flex_4col > li .post-categories li a {
          font-size: 10px;
          font-size: 1rem;
          display: inline-block;
          padding: 1px 5px;
          margin: 0 5px;
          border: solid 1px #f5535d;
          color: #f5535d; }
          .flex_4col > li .post-categories li a:hover {
            background-color: #f5535d;
            color: #fff; }
    .flex_4col > li.post .image {
      margin-bottom: 10px; }
      .flex_4col > li.post .image .image img {
        width: 100%;
        height: 150px;
        object-fit: cover; }

ul.disc {
  /* リスト（●） */
  list-style: none;
  padding-left: 1.5em; }

ul.disc li {
  text-indent: -1.5em; }

ul.disc li:before {
  content: "\25cf";
  margin-right: 0.5em;
  color: #f5535d; }

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 40px; }

.wp-pagenavi a, .wp-pagenavi span {
  color: #f5535d;
  background-color: #FFFFFF;
  padding: 8px 11px !important;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: thin dotted #f5535d !important; }

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #f5535d !important; }

.wp-pagenavi span.current {
  color: #fff;
  background-color: #f5535d !important; }

@media screen and (max-width: 767px) {
  .section_pd80, .bnr_box, .bnr_toryou {
    padding: 40px 0; }

  #page_title {
    margin-top: 0;
    background-color: #fffbcd;
    padding: 40px 0; }
    #page_title h2 {
      font-size: 28px;
      font-size: 2.8rem; }

  .title_style01 {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2; }

  .title_style02 {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem; }

  .title_style03 {
    margin-bottom: 8px;
    font-size: 18px;
    font-size: 1.8rem; }

  .title_style06 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px; }

  .title_style06 span {
    font-size: 20px;
    font-size: 2rem; }

  .title_style07 {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    padding: 6px;
    border-radius: 10px; }

  .title_style07::before {
    border-radius: 10px;
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px; }

  .title_style08 {
    font-size: 17px;
    font-size: 1.7rem; }

  .title_style09 {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem; }
    .title_style09 .small {
      font-size: 16px;
      font-size: 1.6rem; }
    .title_style09 .key {
      font-size: 25px;
      font-size: 2.5rem; }
    .title_style09 .en {
      font-size: 16px;
      font-size: 1.6rem; }

  .flex_4col > li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px; }
    .flex_4col > li .post_title {
      margin-bottom: 5px; }
      .flex_4col > li .post_title a {
        font-size: 16px;
        font-size: 1.6rem; }

  .menu_box h3 {
    padding: 5px 0; }
  .menu_box .menu_inner {
    padding: 15px; } }
/*----------------------------------------------------
	トップ
----------------------------------------------------*/
.cv_point {
  padding: 80px 0;
  background: url(../img/top/news_bg.jpg) repeat center;
  background-size: cover; }
  .cv_point .cv_bnr_wrap {
    position: relative; }
    .cv_point .cv_bnr_wrap a {
      display: block;
      position: absolute;
      width: 40%;
      left: 30px; }
      .cv_point .cv_bnr_wrap a.cv_tel {
        bottom: 110px; }
      .cv_point .cv_bnr_wrap a.cv_form {
        bottom: 30px; }

@media screen and (max-width: 767px) {
  .cv_point {
    padding: 30px 0; }
    .cv_point .cv_bnr_wrap a {
      display: block;
      position: absolute;
      width: 100%;
      left: 15px; }
      .cv_point .cv_bnr_wrap a.cv_tel {
        top: 60px;
        width: 48%; }
      .cv_point .cv_bnr_wrap a.cv_form {
        bottom: 15px;
        width: 91%; } }
#main_visual {
  width: 100%;
  background-color: #fff; }
  #main_visual img {
    width: 100%;
    height: auto; }

#top_bnr_list {
  padding: 25px 0 30px;
  background: url("../img/common/bg001.png") no-repeat center center;
  background-size: cover; }
  #top_bnr_list .keypoint_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #top_bnr_list .keypoint_list li {
      padding: 0 5px; }

@media screen and (max-width: 767px) {
  #top_bnr_list {
    padding: 15px 0 40px; }
    #top_bnr_list .keypoint_list {
      flex-wrap: wrap; }
      #top_bnr_list .keypoint_list li {
        width: 33%;
        padding: 5px 1%; } }
.plan_sec {
  background: url("../img/common/sp_line_top.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #fffbcd; }
  .plan_sec .title_style01 span {
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
    border: solid 2px #f5535d;
    color: #f5535d;
    line-height: 60px;
    border-radius: 30px; }
  .plan_sec .plan_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .plan_sec .plan_list > li {
      width: 30%;
      margin-left: 5%;
      margin-bottom: 50px; }
      .plan_sec .plan_list > li:nth-child(1), .plan_sec .plan_list > li:nth-child(4) {
        margin-left: 0; }
      .plan_sec .plan_list > li h3 {
        padding-top: 20px;
        position: relative; }
        .plan_sec .plan_list > li h3 .guarantee {
          position: absolute;
          left: 0;
          right: 0;
          top: -10px;
          width: max-content;
          margin: 0 auto;
          text-align: center;
          display: inline-block;
          padding: 0 20px;
          background-color: #fff;
          border: solid 1px #f5535d;
          line-height: 26px;
          border-radius: 13px;
          color: #f5535d;
          font-weight: 600; }
      .plan_sec .plan_list > li .price_box {
        width: 100%;
        height: 90px;
        position: relative;
        background-color: #47372c;
        color: #fff; }
        .plan_sec .plan_list > li .price_box .total {
          text-align: center;
          font-size: 20px;
          font-size: 2rem;
          float: left;
          width: 90px;
          line-height: 90px;
          border-right: 1px solid #fff; }
        .plan_sec .plan_list > li .price_box .price {
          float: left;
          width: 100%;
          margin-left: -90px;
          padding: 20px 0;
          line-height: .8;
          text-align: center; }
          .plan_sec .plan_list > li .price_box .price .price_inner {
            position: relative;
            display: inline-block;
            margin-left: 90px;
            font-size: 24px;
            font-size: 2.4rem;
            font-weight: 600; }
          .plan_sec .plan_list > li .price_box .price .no {
            font-size: 42px;
            font-size: 4.2rem;
            font-weight: 600;
            font-family: "Oswald", sans-serif;
            font-weight: 500;
            display: inline-block;
            margin-bottom: 10px; }
          .plan_sec .plan_list > li .price_box .price .tax {
            position: absolute;
            right: 0;
            top: -5px;
            font-size: 14px;
            font-size: 1.4rem; }
      .plan_sec .plan_list > li .service_life {
        padding: 30px 0; }
        .plan_sec .plan_list > li .service_life .year {
          margin-left: 20px;
          background: linear-gradient(transparent 60%, #fbeb4e 60%);
          font-weight: 600; }
          .plan_sec .plan_list > li .service_life .year .no {
            font-weight: 600;
            color: #f5535d;
            font-family: "Oswald", sans-serif;
            font-weight: 500; }
      .plan_sec .plan_list > li .komikomi h4 {
        display: flex;
        justify-content: center;
        position: relative;
        width: 100%;
        margin-bottom: 15px;
        padding: 10px;
        border: 2px solid #f5535d;
        border-radius: 8px;
        background-color: #fff;
        text-align: center;
        color: #f5535d; }
        .plan_sec .plan_list > li .komikomi h4::before, .plan_sec .plan_list > li .komikomi h4::after {
          position: absolute;
          bottom: -10px;
          width: 20px;
          height: 10px;
          clip-path: polygon(0 0, 100% 0, 50% 100%);
          content: ''; }
        .plan_sec .plan_list > li .komikomi h4::before {
          background-color: #f5535d; }
        .plan_sec .plan_list > li .komikomi h4::after {
          bottom: -7px;
          background-color: #fff; }
      .plan_sec .plan_list > li .komikomi ul li {
        margin: 5px 0;
        float: left;
        width: 32.5%;
        line-height: 30px;
        border-radius: 15px;
        font-size: 11px;
        font-size: 1.1rem;
        text-align: center;
        color: #fff;
        white-space: nowrap; }
        .plan_sec .plan_list > li .komikomi ul li:nth-child(1) {
          background-color: #dead1a;
          margin-right: 1.25%; }
        .plan_sec .plan_list > li .komikomi ul li:nth-child(2) {
          background-color: #f97a8d;
          margin-right: 1.25%; }
        .plan_sec .plan_list > li .komikomi ul li:nth-child(3) {
          background-color: #fc694f; }
        .plan_sec .plan_list > li .komikomi ul li:nth-child(4) {
          background-color: #85c640;
          margin-right: 1.25%; }
        .plan_sec .plan_list > li .komikomi ul li:nth-child(5) {
          background-color: #c463c2;
          margin-right: 1.25%; }
        .plan_sec .plan_list > li .komikomi ul li:nth-child(6) {
          background-color: #5874cf; }
        .plan_sec .plan_list > li .komikomi ul li:nth-child(7) {
          background-color: #ea73cf;
          margin-right: 1.25%; }
        .plan_sec .plan_list > li .komikomi ul li:nth-child(8) {
          background-color: #43d389;
          margin-right: 1.25%; }
        .plan_sec .plan_list > li .komikomi ul li:nth-child(9) {
          background-color: #57b9dd; }
        .plan_sec .plan_list > li .komikomi ul li.cs {
          font-size: 10px;
          font-size: 1rem;
          letter-spacing: -1px; }
      .plan_sec .plan_list > li .image_box {
        position: relative; }
        .plan_sec .plan_list > li .image_box .image {
          width: 30%; }
        .plan_sec .plan_list > li .image_box .image_detail {
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          transform: translateY(-50%);
          width: 66%; }
          .plan_sec .plan_list > li .image_box .image_detail dl {
            text-align: center; }
            .plan_sec .plan_list > li .image_box .image_detail dl dt {
              background-color: #eee;
              font-weight: 600;
              padding: 5px 0; }
            .plan_sec .plan_list > li .image_box .image_detail dl dd {
              border: solid 1px #eee;
              padding: 5px 0; }

@media screen and (max-width: 767px) {
  .plan_sec .title_style01 span {
    line-height: 30px;
    border-radius: 15px; }
  .plan_sec .plan_list {
    margin-top: 20px; }
    .plan_sec .plan_list li {
      width: 100%;
      margin-left: 0;
      margin-bottom: 20px; }
      .plan_sec .plan_list li h3 {
        padding-top: 20px;
        position: relative; }
      .plan_sec .plan_list li .price_box {
        height: auto; }
        .plan_sec .plan_list li .price_box .price .price_inner .no {
          font-size: 36px;
          font-size: 3.6rem;
          margin-bottom: 0; }
      .plan_sec .plan_list li .service_life {
        padding: 10px 0; } }
#incidental {
  background: url("../img/common/sp_line_top.png"), url("../img/common/sp_line_btm.png");
  background-size: contain, contain;
  background-repeat: no-repeat;
  background-position: left top, left bottom; }
  #incidental .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between; }
    #incidental .flex_box h2.balloon {
      display: flex;
      justify-content: center;
      position: relative;
      width: 100%;
      margin-bottom: 25px;
      padding: 10px;
      border: 3px solid #f5535d;
      border-radius: 5px;
      background-color: #fff;
      text-align: center;
      color: #f5535d; }
      #incidental .flex_box h2.balloon.pink {
        background-color: #f5535d;
        text-align: center;
        color: #fff; }
      #incidental .flex_box h2.balloon::before, #incidental .flex_box h2.balloon::after {
        position: absolute;
        bottom: -15px;
        width: 30px;
        height: 15px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        content: ''; }
      #incidental .flex_box h2.balloon::before {
        background-color: #f5535d; }
      #incidental .flex_box h2.balloon::after {
        bottom: -11px;
        background-color: #fff; }
      #incidental .flex_box h2.balloon.pink::after {
        background-color: #f5535d; }
    #incidental .flex_box .comment {
      background-color: #eee;
      padding: 10px 15px;
      margin-bottom: 20px; }
    #incidental .flex_box .left {
      width: 52%; }
    #incidental .flex_box .center {
      width: 45%; }

@media screen and (max-width: 767px) {
  #incidental .flex_box {
    display: block; }
    #incidental .flex_box .left, #incidental .flex_box .center {
      width: 100%;
      margin-bottom: 20px; }
    #incidental .flex_box h2.balloon {
      padding: 5px;
      line-height: 1.2;
      border: 2px solid #f5535d; }
      #incidental .flex_box h2.balloon::before, #incidental .flex_box h2.balloon::after {
        bottom: -10px;
        width: 20px;
        height: 10px; }
      #incidental .flex_box h2.balloon:after {
        bottom: -7px !important; } }
#option_plan {
  background-color: #fffbcd; }
  #option_plan .inner {
    position: relative; }
    #option_plan .inner .bubble {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -100px;
      text-align: center; }
    #option_plan .inner .title_wrap {
      text-align: center; }
      #option_plan .inner .title_wrap .title_style01 {
        display: inline-block;
        margin: 0 auto 20px;
        padding: 30px 200px 10px 200px; }
        #option_plan .inner .title_wrap .title_style01 span.color {
          color: #f5535d; }
  #option_plan .plan_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    #option_plan .plan_list li {
      width: 48%;
      margin-left: 4%;
      margin-bottom: 50px; }
      #option_plan .plan_list li:nth-child(odd) {
        margin-left: 0; }
      #option_plan .plan_list li h3 {
        padding-top: 10px; }
      #option_plan .plan_list li .image {
        float: left;
        width: 46%; }
      #option_plan .plan_list li .txt_box {
        float: right;
        width: 50%; }
      #option_plan .plan_list li table {
        width: 100%;
        background-color: #fff;
        border-collapse: collapse;
        border-spacing: 0;
        text-align: left;
        line-height: 1.5;
        border-top: none; }
        #option_plan .plan_list li table th {
          width: auto;
          padding: 5px 0;
          border-bottom: 1px solid #ccc;
          border-left: none;
          background: #fff;
          font-weight: 500; }
        #option_plan .plan_list li table th.bb_none {
          padding: 5px 0 0 0;
          border-bottom: none; }
        #option_plan .plan_list li table td {
          padding: 5px 0;
          border-bottom: 1px solid #ccc;
          border-right: none;
          border-left: none;
          text-align: right; }
      #option_plan .plan_list li .op_point {
        margin-top: 10px;
        text-align: center; }
        #option_plan .plan_list li .op_point p {
          float: left;
          width: 48%;
          padding: 8px 0;
          background-color: #777;
          color: #fff;
          line-height: 1.2; }
          #option_plan .plan_list li .op_point p + p {
            margin-left: 4%; }
          #option_plan .plan_list li .op_point p.w_max {
            width: 100%;
            padding: 12px 0; }

@media screen and (max-width: 767px) {
  #option_plan .inner .bubble {
    width: 170px;
    left: 5px;
    top: -70px; }
  #option_plan .inner .title_wrap .title_style01 {
    margin: 0 auto 20px;
    padding: 0; }
    #option_plan .inner .title_wrap .title_style01 span {
      line-height: 30px;
      border-radius: 15px; }
    #option_plan .inner .title_wrap .title_style01 .fs50 {
      font-size: 22px !important;
      font-size: 2.2rem !important; }
  #option_plan .plan_list li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px; }
    #option_plan .plan_list li h3 {
      padding-top: 5px; }
    #option_plan .plan_list li .image img {
      width: 140px;
      height: 140px;
      object-fit: cover; }
    #option_plan .plan_list li table {
      width: 100%;
      border-top: 1px solid #ccc;
      font-size: 10px;
      font-size: 1rem; }
    #option_plan .plan_list li .text-right {
      text-align: center; } }
#ultratop {
  padding: 130px 0 110px;
  background: url("../img/top/ultratop_bg.jpg") no-repeat top center;
  background-size: cover;
  color: #fff; }
  #ultratop .inner2 {
    position: relative; }
    #ultratop .inner2 h2 {
      margin-bottom: 80px; }
    #ultratop .inner2 .item {
      position: absolute;
      right: 0;
      top: -100px; }
    #ultratop .inner2 .left {
      float: left;
      width: 55%; }
    #ultratop .inner2 .right {
      float: right;
      width: 38%; }

@media screen and (max-width: 767px) {
  #ultratop {
    padding: 60px 0; }
    #ultratop .inner2 h2 {
      margin-bottom: -20px !important;
      width: 90%;
      margin: 0 auto; }
    #ultratop .inner2 .item {
      display: none; }
    #ultratop .inner2 .left, #ultratop .inner2 .right {
      float: none;
      width: 100%; }
    #ultratop .inner2 .right {
      width: 80%;
      margin: 0 auto;
      margin-top: 30px; } }
#news_post_wrap {
  background: url("../img/top/roller01.png"), url("../img/top/roller02.png"), url("../img/common/sp_line_top.png"), url("../img/common/sp_line_btm.png"), url("../img/top/news_bg.jpg");
  background-size: auto,auto,contain, contain,cover;
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
  background-position: left top 150px,right top 250px,left top,left bottom,center center; }
  #news_post_wrap #grant {
    float: left;
    width: 48%; }
  #news_post_wrap #news {
    float: right;
    width: 48%; }
  #news_post_wrap #staff {
    float: left;
    width: 48%;
    margin-top: 0; }
  #news_post_wrap #column {
    float: right;
    width: 48%; }
  #news_post_wrap h2 {
    text-align: center;
    padding: 40px 0 30px;
    background: url("../img/top/news_tit_bg.svg") no-repeat top center; }
  #news_post_wrap .more_btn {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    line-height: 50px;
    border-radius: 25px;
    color: #fff;
    background: url("../img/common/btn_arrow.png") no-repeat right 20px center;
    background-color: #f5535d; }
  #news_post_wrap .top_news_box {
    padding: 40px;
    border: solid 3px #f5535d;
    border-radius: 10px;
    background-color: #fff; }
    #news_post_wrap .top_news_box .nwes_list li {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 16px 0;
      border-bottom: solid 1px #bfbfbf; }
      #news_post_wrap .top_news_box .nwes_list li dt .date {
        display: inline-block;
        min-width: 120px; }
      #news_post_wrap .top_news_box .nwes_list li dt .cat {
        display: inline-block; }
        #news_post_wrap .top_news_box .nwes_list li dt .cat a {
          display: inline-block;
          text-align: center;
          min-width: 70px;
          border: solid 1px #f5535d;
          padding: 2px;
          margin: 5px;
          color: #f5535d; }
      #news_post_wrap .top_news_box .nwes_list li dt .new_label {
        display: inline-block;
        background-color: #f5535d;
        text-align: center;
        color: #fff;
        padding: 2px 8px;
        margin: 0 5px; }
      #news_post_wrap .top_news_box .nwes_list li dd a {
        color: #f5535d;
        text-decoration: underline; }
        #news_post_wrap .top_news_box .nwes_list li dd a:hover {
          text-decoration: none; }

#staff_colmun_wrap {
  background: url("../img/top/roller01.png"), url("../img/top/roller02.png"), url("../img/common/sp_line_top.png"), url("../img/common/sp_line_btm.png");
  background-size: auto,auto,contain, contain;
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
  background-position: left top 150px,right top 250px,left top,left bottom; }
  #staff_colmun_wrap #staff {
    float: left;
    width: 48%;
    margin-top: 0; }
  #staff_colmun_wrap #column {
    float: right;
    width: 48%; }
  #staff_colmun_wrap h2 {
    text-align: center;
    padding: 40px 0 30px;
    background: url("../img/top/news_tit_bg.svg") no-repeat top center; }
  #staff_colmun_wrap .more_btn {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    line-height: 50px;
    border-radius: 25px;
    color: #fff;
    background: url("../img/common/btn_arrow.png") no-repeat right 20px center;
    background-color: #f5535d; }

@media screen and (max-width: 767px) {
  #news_post_wrap {
    padding-bottom: 80px;
    background: url("../img/common/sp_line_top.png"), url("../img/common/sp_line_btm.png"), url("../img/top/news_bg.jpg");
    background-size: contain, contain,cover;
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-position: left top,left bottom,center center; }
    #news_post_wrap h2 {
      background-size: contain;
      padding: 20px 0;
      font-size: 24px !important;
      font-size: 2.4rem !important; }
    #news_post_wrap .more_btn {
      line-height: 40px;
      border-radius: 20px;
      max-width: 270px;
      font-size: 16px;
      font-size: 1.6rem; }
    #news_post_wrap #grant .top_news_box .nwes_list li dd {
      display: block;
      width: 100%;
      padding: 3px 0 3px 0; }
    #news_post_wrap #grant, #news_post_wrap #news {
      float: none;
      width: 100%; }
    #news_post_wrap .top_news_box {
      padding: 20px; }
      #news_post_wrap .top_news_box .nwes_list li {
        font-size: 13px;
        font-size: 1.3rem; }

  #staff_colmun_wrap {
    padding: 10px 0 40px;
    background: url("../img/common/sp_line_top.png"), url("../img/common/sp_line_btm.png"), url("../img/top/news_bg.jpg");
    background-size: contain, contain,cover;
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-position: left top,left bottom,center center; }
    #staff_colmun_wrap h2 {
      background-size: contain;
      padding: 20px 0;
      font-size: 24px !important;
      font-size: 2.4rem !important; }
    #staff_colmun_wrap .more_btn {
      line-height: 40px;
      border-radius: 20px;
      max-width: 270px;
      font-size: 16px;
      font-size: 1.6rem; }
    #staff_colmun_wrap #staff, #staff_colmun_wrap #column {
      margin-top: 20px;
      float: none;
      width: 100%; } }
.lili_serch {
  background-color: #fffbcd;
  padding: 50px 0; }
  .lili_serch#slide3 {
    background-color: #fff; }
  .lili_serch#slide2 .inner2 .lilipon {
    left: -150px;
    top: -150px; }
  .lili_serch .inner2 {
    position: relative; }
    .lili_serch .inner2 .lilipon {
      position: absolute;
      left: -100px;
      top: -120px; }
    .lili_serch .inner2 h2 {
      padding-left: 170px;
      float: left; }
    .lili_serch .inner2 .comment {
      float: right; }

@media screen and (max-width: 767px) {
  .lili_serch {
    padding: 30px 0; }
    .lili_serch#slide2 .inner2 .lilipon {
      width: 120px;
      left: 20px;
      top: -50px; }
    .lili_serch .mgb30 {
      margin-bottom: 0 !important; }
    .lili_serch .inner2 .lilipon {
      width: 110px;
      left: 25px;
      top: -50px; }
    .lili_serch .inner2 h2 {
      padding-left: 0;
      float: none;
      text-align: center; }
      .lili_serch .inner2 h2.fs42 {
        font-size: 24px;
        font-size: 2.4rem; }
    .lili_serch .inner2 .comment {
      float: none;
      padding-left: 10px;
      padding-left: 140px;
      margin-bottom: 5px; } }
.slide-items > div {
  width: 100%; }
  .slide-items > div .slick-slide {
    margin: 20px 10px; }
    .slide-items > div .slick-slide img {
      border-radius: 20px; }

.slick-slider div {
  transition: none; }

.grecaptcha-badge {
  visibility: hidden; }

#contact_box {
  padding: 80px 0;
  background-color: #fffbcd; }
  #contact_box.confirm #form_wrap {
    padding: 60px 50px; }
  #contact_box #form_wrap {
    position: relative;
    background-color: #f5535d;
    padding: 100px 50px 60px;
    color: #fff;
    border-radius: 20px;
    outline: 3px solid #fff;
    outline-offset: -15px;
    margin-bottom: 50px; }
    #contact_box #form_wrap .badge {
      position: absolute;
      top: -40px;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center; }
    #contact_box #form_wrap .rec a {
      text-decoration: underline;
      color: #fff; }
      #contact_box #form_wrap .rec a:hover {
        text-decoration: none; }
    #contact_box #form_wrap h2 {
      margin-bottom: 30px;
      font-size: 38px;
      font-size: 3.8rem;
      text-align: center;
      font-weight: 700; }
    #contact_box #form_wrap dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: stretch;
      overflow: hidden;
      margin-bottom: 10px;
      background-color: #fff;
      border-radius: 10px; }
      #contact_box #form_wrap dl dt {
        position: relative;
        width: 30%;
        padding: 20px;
        background-color: #fbeb4e;
        font-size: 18px;
        font-size: 1.8rem;
        color: #47372c; }
        #contact_box #form_wrap dl dt p {
          font-weight: 600; }
        #contact_box #form_wrap dl dt .required {
          position: absolute;
          right: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          transform: translateY(-50%);
          background-color: #fff;
          border: solid 1px #f5535d;
          color: #f5535d;
          padding: 2px 5px;
          border-radius: 5px; }
      #contact_box #form_wrap dl dd {
        padding: 15px 20px;
        width: 70%; }
    #contact_box #form_wrap .submit_btn {
      text-align: center;
      margin-top: 30px;
      font-weight: 600; }

@media screen and (max-width: 767px) {
  #contact_box {
    padding: 50px 0; }
    #contact_box.confirm #form_wrap {
      padding: 40px 30px; }
    #contact_box #form_wrap {
      padding: 40px 20px 40px;
      border-radius: 10px;
      outline: 2px solid #fff;
      outline-offset: -10px;
      margin-bottom: 30px; }
      #contact_box #form_wrap .badge {
        width: 60px;
        top: -30px; }
      #contact_box #form_wrap h2 {
        margin-bottom: 10px;
        font-size: 20px;
        font-size: 2rem; }
      #contact_box #form_wrap dl {
        margin-bottom: 5px;
        border-radius: 8px; }
        #contact_box #form_wrap dl dt {
          width: 110px;
          padding: 14px 10px;
          font-size: 13px;
          font-size: 1.3rem; }
          #contact_box #form_wrap dl dt .required {
            font-size: 10px;
            font-size: 1rem;
            right: 10px;
            top: 50%;
            padding: 1px 3px;
            border-radius: 2px; }
        #contact_box #form_wrap dl dd {
          padding: 8px;
          height: 100%; }
      #contact_box #form_wrap .submit_btn {
        margin-top: 15px; } }
#strong {
  background: url("../img/common/sp_frame_top.png"), url("../img/common/sp_frame_btm.png");
  background-size: contain, contain;
  background-repeat: no-repeat;
  background-position: left top, left bottom; }
  #strong .strong_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    #strong .strong_list li {
      margin-bottom: 40px;
      width: 33.333333%;
      text-align: center; }
      #strong .strong_list li .txt {
        margin-top: 20px;
        font-weight: 600;
        font-size: 24px;
        font-size: 2.4rem; }
        #strong .strong_list li .txt span {
          color: #f5535d;
          background: linear-gradient(transparent 60%, #fbeb4e 60%);
          font-weight: 600; }

@media screen and (max-width: 767px) {
  #strong .strong_list li {
    margin-bottom: 20px;
    width: 50%;
    padding: 0 10px; }
    #strong .strong_list li .txt {
      margin-top: 10px;
      font-size: 12px;
      font-size: 1.2rem; } }
#insurance {
  padding: 50px 0;
  background: url("../img/top/insurance_bg.png") no-repeat center center;
  background-size: cover; }

@media screen and (max-width: 767px) {
  #insurance {
    padding: 30px 0; } }
#reform {
  background: url(../img/common/sp_line_top.png), url(../img/common/sp_line_btm.png);
  background-size: contain, contain;
  background-repeat: no-repeat;
  background-position: left top, left bottom; }
  #reform .reform_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
    #reform .reform_menu li {
      margin-bottom: 40px;
      width: 15%;
      padding: 10px;
      border-radius: 10px; }
      #reform .reform_menu li img {
        border-radius: 10px; }
      #reform .reform_menu li p {
        margin-bottom: 5px;
        text-align: center;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 600; }
      #reform .reform_menu li:nth-child(1) {
        background-color: #e3e9fc;
        border: solid 2px #5874cf; }
        #reform .reform_menu li:nth-child(1) a p {
          color: #5874cf; }
          #reform .reform_menu li:nth-child(1) a p:before {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            margin: 0 0.5em 0 0;
            border: 5px solid transparent;
            border-right: 0 solid transparent;
            border-left: 8px solid #5874cf; }
      #reform .reform_menu li:nth-child(2) {
        background-color: #fef6df;
        border: solid 2px #dead1a; }
        #reform .reform_menu li:nth-child(2) a p {
          color: #dead1a; }
          #reform .reform_menu li:nth-child(2) a p:before {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            margin: 0 0.5em 0 0;
            border: 5px solid transparent;
            border-right: 0 solid transparent;
            border-left: 8px solid #dead1a; }
      #reform .reform_menu li:nth-child(3) {
        background-color: #fff0f2;
        border: solid 2px #f97a8d; }
        #reform .reform_menu li:nth-child(3) a p {
          color: #f97a8d; }
          #reform .reform_menu li:nth-child(3) a p:before {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            margin: 0 0.5em 0 0;
            border: 5px solid transparent;
            border-right: 0 solid transparent;
            border-left: 8px solid #f97a8d; }
      #reform .reform_menu li:nth-child(4) {
        background-color: #ffeff0;
        border: solid 2px #f5535d; }
        #reform .reform_menu li:nth-child(4) a p {
          color: #f5535d; }
          #reform .reform_menu li:nth-child(4) a p:before {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            margin: 0 0.5em 0 0;
            border: 5px solid transparent;
            border-right: 0 solid transparent;
            border-left: 8px solid #f5535d; }
      #reform .reform_menu li:nth-child(5) {
        background-color: #feeefe;
        border: solid 2px #c463c2; }
        #reform .reform_menu li:nth-child(5) a p {
          color: #c463c2; }
          #reform .reform_menu li:nth-child(5) a p:before {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            margin: 0 0.5em 0 0;
            border: 5px solid transparent;
            border-right: 0 solid transparent;
            border-left: 8px solid #c463c2; }
      #reform .reform_menu li:nth-child(6) {
        background-color: #ebfdf4;
        border: solid 2px #43d389; }
        #reform .reform_menu li:nth-child(6) a p {
          color: #43d389; }
          #reform .reform_menu li:nth-child(6) a p:before {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            margin: 0 0.5em 0 0;
            border: 5px solid transparent;
            border-right: 0 solid transparent;
            border-left: 8px solid #43d389; }

@media screen and (max-width: 767px) {
  #reform .reform_menu li {
    margin-bottom: 10px;
    width: 31%;
    padding: 0;
    border-radius: 0;
    border: none !important;
    background-color: none !important; }
    #reform .reform_menu li img {
      border-radius: 0; }
    #reform .reform_menu li p {
      padding: 3px 0;
      margin-bottom: 0;
      font-size: 13px;
      font-size: 1.3rem; }
      #reform .reform_menu li p:before {
        display: none !important; } }
#flow {
  background-color: #fff; }
  #flow .flow_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
    #flow .flow_list li {
      margin-bottom: 10px;
      width: 14%; }
      #flow .flow_list li .step {
        background: url("../img/top/flow_arrow.png") no-repeat left center;
        padding-left: 15px;
        margin-left: -15px; }
      #flow .flow_list li:first-child .step {
        background: none; }
      #flow .flow_list li p {
        white-space: nowrap;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 600;
        text-align: center; }
        #flow .flow_list li p + p {
          margin-top: 10px; }

@media screen and (max-width: 767px) {
  #flow .flow_list {
    justify-content: center; }
    #flow .flow_list li {
      width: 25%; }
      #flow .flow_list li:nth-child(5), #flow .flow_list li:nth-child(6), #flow .flow_list li:nth-child(7) {
        width: 30%; }
      #flow .flow_list li .step {
        width: 70px;
        margin-left: 0;
        margin: 0 auto;
        padding-left: 0; }
      #flow .flow_list li p {
        font-size: 11px;
        font-size: 1.1rem;
        margin-top: -10px !important;
        position: relative;
        z-index: 10;
        line-height: 1.1; } }
#manufacturers {
  background: url("../img/common/sp_line_top.png"), url("../img/common/sp_line_btm.png");
  background-size: contain, contain;
  background-repeat: no-repeat;
  background-position: left top, left bottom; }
  #manufacturers .logo_list {
    text-align: center; }
    #manufacturers .logo_list li {
      display: inline-block;
      margin: 10px 20px; }

@media screen and (max-width: 767px) {
  #manufacturers .logo_list li {
    display: inline-block;
    margin: 10px 10px; } }
.bnr_box2 {
  padding: 80px 0; }

@media screen and (max-width: 767px) {
  .bnr_box2 {
    padding: 20px 0 40px; } }
#season {
  background-color: #fffbcd; }
  #season .txt_box {
    float: left;
    width: 61%; }
    #season .txt_box .season_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between; }
      #season .txt_box .season_list li {
        width: 32%;
        text-align: center;
        margin-bottom: 25px; }
        #season .txt_box .season_list li dl {
          background-color: #fff;
          border: solid 2px #f5535d;
          border-radius: 10px; }
          #season .txt_box .season_list li dl dt {
            padding: 10px 0;
            background-color: #f5535d;
            color: #fff; }
          #season .txt_box .season_list li dl dd {
            padding: 20px 20px 10px 20px; }
            #season .txt_box .season_list li dl dd img {
              display: inline-block;
              margin-bottom: 5px; }
  #season .arrow {
    padding-top: 70px;
    background: url("../img/top/check_arrow.png") no-repeat center top; }
  #season .check {
    float: right;
    width: 36%; }
  #season .bnr_list {
    float: left;
    width: 48%; }
    #season .bnr_list + .bnr_list {
      margin-left: 4%; }

@media screen and (max-width: 767px) {
  #season .arrow {
    padding-top: 40px;
    background-size: 100px; }
  #season .txt_box, #season .check, #season .bnr_list {
    float: none;
    width: 100%; }
  #season .check {
    margin-bottom: 20px; }
  #season .txt_box .season_list li dl dt {
    padding: 5px 0;
    font-size: 14px !important;
    font-size: 1.4rem !important; }
  #season .txt_box .season_list li dl dd {
    padding: 10px 10px 5px 10px;
    font-size: 14px !important;
    font-size: 1.4rem !important; }
  #season .bnr_list + .bnr_list {
    margin-left: 0;
    margin-top: 20px; } }
#results .results_wrap {
  min-height: 511px;
  float: left;
  width: 48%;
  padding: 30px;
  background-color: #fff;
  border: solid 5px #f5535d;
  border-radius: 15px;
  text-align: center; }
  #results .results_wrap + .results_wrap {
    margin-left: 4%; }
  #results .results_wrap .results_num_list li {
    margin: 10px 0; }
    #results .results_wrap .results_num_list li dl dt {
      position: relative;
      line-height: 36px;
      min-width: 200px;
      margin-right: 50px;
      background-color: #f5535d;
      color: #fff;
      display: inline-block;
      font-weight: 600; }
      #results .results_wrap .results_num_list li dl dt:after {
        right: -18px;
        top: 0;
        position: absolute;
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 18px solid #f5535d;
        border-right: 0; }
    #results .results_wrap .results_num_list li dl dd {
      display: inline-block;
      font-weight: 600;
      vertical-align: middle;
      line-height: 1; }
      #results .results_wrap .results_num_list li dl dd span {
        color: #f5535d;
        font-size: 26px;
        font-size: 2.6rem;
        font-weight: 600;
        font-family: "Oswald", sans-serif; }

@media screen and (max-width: 767px) {
  #results .results_wrap {
    padding: 15px;
    min-height: auto;
    float: none;
    width: 100%;
    border: solid 3px #f5535d; }
    #results .results_wrap + .results_wrap {
      margin-left: 0%;
      margin-top: 20px; }
    #results .results_wrap .results_num_list li dl dt {
      min-width: 160px;
      margin-right: 40px; } }
/*----------------------------------------------------
	個人情報保護方針
----------------------------------------------------*/
#policy .policy_list dt {
  border-bottom: solid 1px #f5535d;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600; }
#policy .policy_list dd {
  margin-bottom: 50px; }

#news .cat_title {
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px; }
  #news .cat_title span {
    font-weight: 600; }
#news .page_news_box {
  float: left;
  width: 73%; }
  #news .page_news_box .nwes_list li {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 0;
    border-bottom: solid 1px #bfbfbf; }
    #news .page_news_box .nwes_list li dt .date {
      display: inline-block;
      min-width: 120px; }
    #news .page_news_box .nwes_list li dt .cat {
      display: inline-block; }
      #news .page_news_box .nwes_list li dt .cat a {
        display: inline-block;
        text-align: center;
        min-width: 70px;
        border: solid 1px #f5535d;
        padding: 2px;
        margin: 0 5px;
        color: #f5535d; }
    #news .page_news_box .nwes_list li dt .new_label {
      display: inline-block;
      background-color: #f5535d;
      text-align: center;
      color: #fff;
      padding: 2px 8px;
      margin: 0 5px; }
    #news .page_news_box .nwes_list li dd {
      padding: 3px 0; }
      #news .page_news_box .nwes_list li dd a {
        color: #f5535d;
        text-decoration: underline; }
        #news .page_news_box .nwes_list li dd a:hover {
          text-decoration: none; }
#news .sidebar {
  float: right;
  width: 24%; }
  #news .sidebar .side_block {
    margin-bottom: 30px; }
    #news .sidebar .side_block h3 {
      padding-bottom: 3px;
      border-bottom: solid 1px #ccc;
      margin-bottom: 10px; }
    #news .sidebar .side_block .side_nwes_list li {
      margin-bottom: 10px; }
      #news .sidebar .side_block .side_nwes_list li .new_label {
        display: inline-block;
        background-color: #f5535d;
        text-align: center;
        color: #fff;
        padding: 2px 8px;
        margin: 0 5px; }
    #news .sidebar .side_block a {
      color: #f5535d;
      text-decoration: underline; }
      #news .sidebar .side_block a:hover {
        text-decoration: none; }

@media screen and (max-width: 767px) {
  #news .page_news_box, #news .sidebar {
    float: none;
    width: 100%; }
  #news .sidebar {
    margin-top: 30px; } }
/*----------------------------------------------------
	お問い合わせ下層
----------------------------------------------------*/
#page_contact_box .form_txt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    #page_contact_box .form_txt {
      font-size: 16px;
      font-size: 1.6rem; } }
  #page_contact_box .form_txt .key1 {
    background-color: yellow;
    padding: 3px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      #page_contact_box .form_txt .key1 {
        font-size: 18px;
        font-size: 1.8rem; } }
  #page_contact_box .form_txt .key2 {
    background-color: #ffd4d2;
    padding: 3px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      #page_contact_box .form_txt .key2 {
        font-size: 18px;
        font-size: 1.8rem; } }
  #page_contact_box .form_txt .key3 {
    color: #d30b03;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      #page_contact_box .form_txt .key3 {
        font-size: 18px;
        font-size: 1.8rem; } }
#page_contact_box .rec a {
  text-decoration: underline; }
  #page_contact_box .rec a:hover {
    text-decoration: none; }
#page_contact_box .float_box {
  padding: 20px;
  text-align: center;
  float: left;
  width: 48%;
  height: 250px;
  border-radius: 20px; }
  #page_contact_box .float_box.tel {
    background-color: #eee;
    padding: 20px 40px; }
  #page_contact_box .float_box.line {
    border: solid 1px #ccc; }
    #page_contact_box .float_box.line a {
      text-decoration: underline;
      color: #f5535d; }
      #page_contact_box .float_box.line a:hover {
        text-decoration: none; }
  #page_contact_box .float_box + .float_box {
    margin-left: 4%; }
#page_contact_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  overflow: hidden; }
  #page_contact_box dl:first-of-type dd {
    border-top: solid 1px #ccc; }
  #page_contact_box dl dt {
    position: relative;
    width: 30%;
    padding: 20px;
    background-color: #f5535d;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    border-bottom: solid 1px #fff; }
    #page_contact_box dl dt .txt {
      font-weight: 600;
      position: absolute;
      left: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      /* Safari用 */
      transform: translateY(-50%); }
    #page_contact_box dl dt .required {
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      /* Safari用 */
      transform: translateY(-50%);
      background-color: #fbeb4e;
      color: #f5535d;
      padding: 2px 5px;
      border-radius: 5px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 600; }
    #page_contact_box dl dt .nini {
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      /* Safari用 */
      transform: translateY(-50%);
      background-color: #999;
      color: #fff;
      padding: 2px 5px;
      border-radius: 5px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 600; }
  #page_contact_box dl dd {
    padding: 15px 20px;
    width: 70%;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc; }
    #page_contact_box dl dd input[type='text'],
    #page_contact_box dl dd input[type='tel'],
    #page_contact_box dl dd input[type='email'],
    #page_contact_box dl dd textarea {
      background-color: #f7f7f7; }
    #page_contact_box dl dd a {
      color: #f5535d;
      text-decoration: underline; }
      #page_contact_box dl dd a:hover {
        text-decoration: none; }
    #page_contact_box dl dd .glay_txt {
      color: #999; }
#page_contact_box .submit_btn {
  text-align: center;
  margin-top: 30px;
  font-weight: 600; }

@media screen and (max-width: 767px) {
  #page_contact_box .float_box {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 10px; }
    #page_contact_box .float_box.tel {
      padding: 20px 10px; }
    #page_contact_box .float_box + .float_box {
      margin: 10px auto 0; }
  #page_contact_box dl {
    border-left: solid 1px #ccc;
    display: block;
    margin-bottom: 0;
    border-radius: 0; }
    #page_contact_box dl dt, #page_contact_box dl dd {
      width: 100%; } }
#news .page_news_box .works_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  #news .page_news_box .works_list li {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 20px; }
    #news .page_news_box .works_list li:nth-child(1), #news .page_news_box .works_list li:nth-child(4), #news .page_news_box .works_list li:nth-child(7), #news .page_news_box .works_list li:nth-child(10), #news .page_news_box .works_list li:nth-child(13), #news .page_news_box .works_list li:nth-child(16) {
      margin-left: 0; }
    #news .page_news_box .works_list li .image {
      position: relative;
      margin-bottom: 10px; }
      #news .page_news_box .works_list li .image .cat {
        position: absolute;
        left: 0;
        top: 0; }
        #news .page_news_box .works_list li .image .cat a {
          display: inline-block;
          background-color: #f5535d;
          color: #fff;
          padding: 5px;
          min-width: 100px;
          text-align: center; }
          #news .page_news_box .works_list li .image .cat a:hover {
            opacity: 1; }
    #news .page_news_box .works_list li a:hover {
      color: #f5535d; }
      #news .page_news_box .works_list li a:hover img {
        opacity: 1; }

#gallery-1 img {
  border: none !important; }

@media screen and (max-width: 767px) {
  #news .page_news_box .works_list li {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 20px; }
    #news .page_news_box .works_list li:nth-child(1), #news .page_news_box .works_list li:nth-child(4), #news .page_news_box .works_list li:nth-child(7), #news .page_news_box .works_list li:nth-child(10), #news .page_news_box .works_list li:nth-child(13), #news .page_news_box .works_list li:nth-child(16) {
      margin-left: 2%; }
    #news .page_news_box .works_list li:nth-child(odd) {
      margin-left: 0; } }
#staff {
  position: relative;
  margin-top: 50px; }
  #staff .lilipon_img {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -75px;
    width: 160px; }
  #staff .staff_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    #staff .staff_list li {
      position: relative;
      width: 23%;
      margin-left: 2.666666%;
      margin-bottom: 20px;
      text-align: center;
      padding-bottom: 40px; }
      #staff .staff_list li:nth-child(4n+1) {
        margin-left: 0; }
      #staff .staff_list li .youtube_wrap {
        position: absolute;
        left: 40px;
        top: 340px;
        width: 250px;
        z-index: 10; }
        #staff .staff_list li .youtube_wrap .youtube {
          width: 100%;
          aspect-ratio: 16 / 9; }
        #staff .staff_list li .youtube_wrap .youtube iframe {
          width: 100%;
          height: 100%; }
      #staff .staff_list li .image {
        max-width: 250px;
        margin-bottom: 10px; }
        #staff .staff_list li .image img {
          width: 100%;
          max-width: 250px;
          height: 280px;
          object-fit: cover;
          border-radius: 15px; }
      #staff .staff_list li .name_en {
        color: #f5535d; }
      #staff .staff_list li .p-modal--btn {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        background-color: #f5535d;
        color: #fff;
        display: inline-block;
        max-width: 180px;
        width: 100%;
        text-align: center;
        line-height: 30px;
        border-radius: 15px;
        font-size: 16px;
        font-size: 1.6rem;
        transition: opacity .3s ease;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto; }
      #staff .staff_list li .p-modal--content {
        display: none; }
        #staff .staff_list li .p-modal--content .p-modal--inner {
          position: relative; }
          #staff .staff_list li .p-modal--content .p-modal--inner .p-modal--close {
            display: inline-block;
            width: 40px;
            height: 40px;
            border-radius: 20px;
            background-color: #f5535d;
            color: #fff;
            text-align: center;
            position: absolute;
            top: -20px;
            right: -20px;
            cursor: pointer; }
            #staff .staff_list li .p-modal--content .p-modal--inner .p-modal--close span {
              display: block;
              position: absolute;
              left: 0;
              right: 0;
              margin: 0 auto;
              top: 50%;
              -webkit-transform: translateY(-50%);
              /* Safari用 */
              transform: translateY(-50%); }
  #staff .p-modal--content {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1500; }
    #staff .p-modal--content .p-modal--contentWrap {
      overflow: auto;
      height: 100vh;
      padding: 8rem 2rem; }
    #staff .p-modal--content .p-modal--inner {
      background-color: #fff;
      max-width: 1000px;
      margin: auto;
      padding: 40px; }
    #staff .p-modal--content .image {
      float: left;
      width: 28%; }
    #staff .p-modal--content .image.youtube_mgb {
      margin-bottom: 160px; }
    #staff .p-modal--content .txt_box {
      float: right;
      width: 69%;
      text-align: left; }
      #staff .p-modal--content .txt_box dl dt {
        color: #f5535d;
        font-weight: 600px;
        border: solid 1px #f5535d;
        padding: 5px 10px;
        background-color: #fff2f3; }
      #staff .p-modal--content .txt_box dl dd {
        padding: 5px 10px; }

@media screen and (max-width: 767px) {
  #staff {
    margin-top: 60px; }
    #staff .lilipon_img {
      top: -60px;
      width: 100px; }
    #staff .staff_list li {
      width: 49%;
      margin-left: 2%;
      padding-bottom: 30px; }
      #staff .staff_list li:nth-child(4n+1) {
        margin-left: 2%; }
      #staff .staff_list li:nth-child(odd) {
        margin-left: 0; }
      #staff .staff_list li .youtube_wrap {
        position: inherit;
        width: 100%;
        margin-bottom: 15px; }
      #staff .staff_list li .image img {
        height: 180px;
        border-radius: 10px; }
      #staff .staff_list li .image.youtube_mgb {
        margin-bottom: 10px; }
      #staff .staff_list li .p-modal--btn {
        max-width: 120px;
        border-radius: 15px;
        line-height: 22px;
        border-radius: 11px;
        font-size: 12px;
        font-size: 1.2rem; }
    #staff .p-modal--content .p-modal--inner {
      padding: 15px; }
    #staff .p-modal--content .clearfix {
      position: relative; }
    #staff .p-modal--content .image {
      float: none;
      width: 40%; }
      #staff .p-modal--content .image img {
        height: 140px !important; }
    #staff .p-modal--content .txt_box {
      float: none;
      width: 100%; }
      #staff .p-modal--content .txt_box .staff_info {
        position: absolute;
        right: 0;
        top: 35px;
        width: 55%; }
        #staff .p-modal--content .txt_box .staff_info .name_en {
          display: block; } }
/*MVバナー*/
.mv-top__banner {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden; }

.mv-top__banner__default {
  width: 100%;
  opacity: 0; }

.mv-top__banner__default img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;' !important; }

.mv-top__banner__default img.sp-onry {
  display: none; }

@media screen and (max-width: 1024px) {
  .mv-top__banner__default img {
    height: 41vw; } }
@media screen and (max-width: 767px) {
  .mv-top__banner__default img {
    height: auto; }

  .mv-top__banner__default img.pc-onry {
    display: none; }

  .mv-top__banner__default img.sp-onry {
    display: block; } }
.mv-top__banner__default.fade-in {
  animation-name: slideTextX100;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  overflow: hidden; }

.mv-top__banner__default img {
  width: 100%;
  height: auto; }

.mv-top__banner__default.fade-in .mv-top__banner__default__inner {
  animation-name: slideTextX-100;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  display: inline-block;
  width: 100%; }

.mv-top__banner__main {
  position: absolute;
  background: transparent;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 720px;
  height: 100%;
  z-index: 1;
  opacity: 0;
  display: flex;
  align-items: center; }

@media screen and (max-width: 1024px) {
  .mv-top__banner__main {
    width: 65%; } }
@media screen and (max-width: 767px) {
  .mv-top__banner__main {
    background: none;
    width: 100%; } }
.mv-top__banner__main:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 33.38%;
  background: transparent;
  left: 0;
  z-index: -1; }

@media screen and (max-width: 1024px) {
  .mv-top__banner__main:before {
    height: 29%; } }
@media screen and (max-width: 767px) {
  .mv-top__banner__main:before {
    display: none; } }
.mv-top__banner__main.fade-in {
  opacity: 1;
  transition: opacity 1s; }

.mv-top__banner__position-img-01 {
  position: absolute;
  left: calc((100% - 900px) / 2);
  top: -2vw;
  z-index: 0; }

@media screen and (max-width: 1024px) {
  .mv-top__banner__position-img-01 {
    top: -6vw;
    left: -12vw;
    width: 25vw; } }
@media screen and (max-width: 767px) {
  .mv-top__banner__position-img-01 {
    left: -2vw;
    top: -5vw;
    width: 48vw; } }
.mv-top__banner__position-img-01__animation {
  display: block;
  overflow: hidden;
  opacity: 0; }

.mv-top__banner__position-img-01__animation img {
  display: block; }

.mv-top__banner__position-img-01__animation.fade-in {
  animation: poyoyon1 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  opacity: 1; }

.mv-top__banner__position-img-02 {
  width: fit-content;
  position: absolute;
  margin: 0 auto;
  left: calc((100% - 1010px) / 2);
  margin-right: 0;
  bottom: 1vw; }

@media screen and (max-width: 1024px) {
  .mv-top__banner__position-img-02 {
    width: 45%;
    left: -3vw; } }
@media screen and (max-width: 767px) {
  .mv-top__banner__position-img-02 {
    width: 50%;
    bottom: 1vw;
    left: 2vw; } }
.mv-top__banner__position-img-02__animation {
  display: block;
  overflow: hidden;
  opacity: 0; }

.mv-top__banner__position-img-02__animation img {
  display: block; }

.mv-top__banner__position-img-02__animation.fade-in {
  animation: poyoyon1 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  opacity: 1; }

.mv-top__banner__position-img-03 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  width: 100%; }

@media screen and (max-width: 1024px) {
  .mv-top__banner__position-img-03 {
    width: 90%; } }
@media screen and (max-width: 767px) {
  .mv-top__banner__position-img-03 {
    width: 80%; } }
.mv-top__banner__position-img-03__animation {
  display: block;
  overflow: hidden;
  opacity: 0; }

.mv-top__banner__position-img-03__animation img {
  display: block;
  margin: 0 auto; }

.mv-top__banner__position-img-03__animation.fade-in {
  animation: poyoyon1 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  opacity: 1; }

@keyframes poyoyon1 {
  0% {
    transform: translateY(140px);
    opacity: 0; }
  50% {
    transform: translateY(0); }
  65% {
    transform: translateY(30px); }
  100% {
    transform: translateY(0); }
  20%, 100% {
    opacity: 1; } }
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
#roof_menu {
  background-color: #f4f4f4; }
  #roof_menu.price {
    background-color: #fff; }
  #roof_menu .comment {
    padding: 0 20px; }

.menu_plan_list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  .menu_plan_list li {
    width: 24%;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border: solid 3px #f5535d; }
    .menu_plan_list li .txt_box {
      padding: 10px 0 15px; }
    .menu_plan_list li h4 {
      padding: 10px 0;
      background-color: #f5535d;
      color: #fff; }
    .menu_plan_list li .hosyou {
      padding: 0px 5px;
      position: absolute;
      right: 10px;
      top: 60px;
      color: #fff;
      background-color: #ff7406;
      border-radius: 3px; }
    .menu_plan_list li .hosyou1 {
      min-width: 105px;
      text-align: center;
      padding: 0px 5px;
      position: absolute;
      right: 10px;
      top: 60px;
      color: #fff;
      background-color: #f5535d;
      border-radius: 3px; }
    .menu_plan_list li .hosyou2 {
      min-width: 105px;
      text-align: center;
      padding: 0px 5px;
      position: absolute;
      right: 10px;
      top: 90px;
      color: #fff;
      background-color: #12b247;
      border-radius: 3px; }
    .menu_plan_list li .hosyou3 {
      min-width: 105px;
      text-align: center;
      padding: 0px 5px;
      position: absolute;
      right: 10px;
      top: 120px;
      color: #fff;
      background-color: #743faa;
      border-radius: 3px; }
    .menu_plan_list li .yanezai {
      padding: 3px 8px;
      position: absolute;
      left: 10px;
      top: 60px;
      color: #fff;
      background-color: #3f50aa;
      border-radius: 3px; }
    .menu_plan_list li .area {
      display: inline-block;
      padding-left: 10px;
      line-height: 1.2;
      text-align: center;
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      margin-right: 30px; }
      .menu_plan_list li .area dt {
        padding: 3px 10px;
        background-color: #47372c;
        color: #fff;
        font-size: 11px;
        font-size: 1.1rem; }
      .menu_plan_list li .area dd {
        font-weight: 600; }
      .menu_plan_list li .area .num {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 600; }
    .menu_plan_list li .price {
      display: inline-block;
      line-height: 1;
      vertical-align: middle; }
      .menu_plan_list li .price .price_inner {
        display: inline-block;
        position: relative;
        margin-bottom: 5px;
        font-weight: 600; }
        .menu_plan_list li .price .price_inner .num_l {
          font-size: 56px;
          font-size: 5.6rem;
          color: #f5535d;
          font-weight: 600; }
        .menu_plan_list li .price .price_inner .num_s {
          font-size: 34px;
          font-size: 3.4rem;
          color: #f5535d;
          font-weight: 600; }
        .menu_plan_list li .price .price_inner .tax {
          position: absolute;
          right: -7px;
          top: 25px;
          font-size: 9px;
          font-size: .9rem;
          font-weight: 600; }
          .menu_plan_list li .price .price_inner .tax.yane {
            right: 3px;
            font-weight: 600; }
    .menu_plan_list li .life {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center; }
      .menu_plan_list li .life dt {
        border: solid 1px #47372c;
        padding: 2px 4px;
        margin-right: 10px;
        font-size: 10px;
        font-size: 1rem; }

.menu_plan_list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .menu_plan_list2 li {
    width: 24%;
    margin-right: 1.333333%; }
    .menu_plan_list2 li:nth-child(4) {
      margin-right: 0; }

#wall_plan .menu_plan_list {
  justify-content: space-between; }
  #wall_plan .menu_plan_list li {
    width: 31%; }
#wall_plan .menu_plan_list2 li {
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  #roof_menu h3 {
    font-size: 21px;
    font-size: 2.1rem; }
  #roof_menu h4 {
    font-size: 18px;
    font-size: 1.8rem; }
  #roof_menu .plan_list img {
    object-fit: cover;
    width: 100%;
    height: 160px; }
  #roof_menu .comment {
    padding: 0; }

  .menu_plan_list {
    display: block; }
    .menu_plan_list li {
      width: 100%;
      margin-bottom: 10px; }
      .menu_plan_list li .price {
        min-width: 135px; }
        .menu_plan_list li .price .price_inner .num_l {
          font-size: 40px;
          font-size: 4rem; }
        .menu_plan_list li .price .price_inner .num_s {
          font-size: 24px;
          font-size: 2.4rem; }
        .menu_plan_list li .price .price_inner .tax.yane {
          right: 0;
          top: 10px; }
      .menu_plan_list li .area {
        margin-right: 15px;
        font-size: 14px;
        font-size: 1.4rem;
        vertical-align: bottom;
        padding-bottom: 3px; }
        .menu_plan_list li .area dt {
          float: left;
          font-size: 16px;
          font-size: 1.6rem;
          padding: 7px 10px; }
        .menu_plan_list li .area dd {
          float: right;
          font-size: 12px;
          font-size: 1.2rem; }
          .menu_plan_list li .area dd .num {
            margin-left: 10px;
            font-size: 24px;
            font-size: 2.4rem; }

  #wall_plan .menu_plan_list li {
    width: 100%; }
    #wall_plan .menu_plan_list li .price .price_inner .tax {
      top: 10px; }
    #wall_plan .menu_plan_list li h4 {
      font-size: 18px;
      font-size: 1.8rem; }

  #wall_plan .menu_plan_list2 li {
    width: 100%;
    margin: 10px auto 0; } }
#google-kuchikomi {
  text-align: center;
  background-color: #fffbcd; }
  #google-kuchikomi h2 {
    display: inline-block;
    padding: 30px 130px 20px 130px;
    background: url("../img/top/kuchikomi_titbg1.png"), url("../img/top/kuchikomi_titbg2.png");
    background-position: left center,right top;
    background-repeat: no-repeat;
    background-size: 130px,180px; }

@media screen and (max-width: 767px) {
  #google-kuchikomi h2 {
    display: block;
    padding: 0;
    background-size: 65px, 80px;
    padding: 30px 0 0px 25px; } }
.title-lilipon {
  position: relative; }
  .title-lilipon img {
    position: absolute; }
    .title-lilipon img.liliponimg1 {
      width: 170px;
      top: -70px;
      right: 160px; }
    .title-lilipon img.liliponimg2 {
      width: 190px;
      top: -10px;
      left: -50px; }
    .title-lilipon img.liliponimg3 {
      width: 170px;
      top: -10px;
      right: 0; }
    .title-lilipon img.liliponimg4 {
      width: 170px;
      top: -70px;
      right: 90px; }
    .title-lilipon img.liliponimg5 {
      width: 170px;
      top: -70px;
      left: 380px; }
    .title-lilipon img.liliponimg6 {
      width: 180px;
      top: -50px;
      left: 240px; }
    .title-lilipon img.liliponimg7 {
      width: 170px;
      top: -70px;
      right: 150px; }
    .title-lilipon img.liliponimg8 {
      width: 170px;
      top: -70px;
      right: 150px; }
    .title-lilipon img.liliponimg9 {
      width: 170px;
      top: 70px;
      right: 50px; }
    .title-lilipon img.liliponimg10 {
      width: 170px;
      top: -70px;
      right: 80px; }
    .title-lilipon img.liliponimg11 {
      width: 170px;
      top: 30px;
      left: -40px; }
    .title-lilipon img.liliponimg12 {
      width: 170px;
      top: -70px;
      left: 60px; }
    .title-lilipon img.liliponimg13 {
      width: 170px;
      top: -70px;
      right: 150px; }
    .title-lilipon img.liliponimg14 {
      width: 170px;
      top: -70px;
      right: 150px; }
    .title-lilipon img.liliponimg15 {
      width: 170px;
      top: -70px;
      right: 150px; }
    .title-lilipon img.liliponimg16 {
      width: 180px;
      top: -50px;
      right: 160px; }
    .title-lilipon img.liliponimg17 {
      width: 180px;
      top: -50px;
      left: 0; }
    .title-lilipon img.liliponimg18 {
      width: 220px;
      top: -50px;
      right: 50px; }

@media screen and (max-width: 767px) {
  .title-lilipon img.liliponimg1 {
    width: 100px;
    top: -40px;
    right: 0; }
  .title-lilipon img.liliponimg2 {
    width: 120px;
    top: -40px;
    left: 0; }
  .title-lilipon img.liliponimg3 {
    width: 100px;
    top: 0;
    right: 0; }
  .title-lilipon img.liliponimg4 {
    width: 85px;
    top: -40px;
    right: -20px; }
  .title-lilipon img.liliponimg5 {
    width: 100px;
    top: -40px;
    left: auto;
    right: 0; }
  .title-lilipon img.liliponimg6 {
    width: 100px;
    top: -40px;
    left: 0; }
  .title-lilipon img.liliponimg7 {
    width: 100px;
    top: -40px;
    right: 0; }
  .title-lilipon img.liliponimg8 {
    width: 100px;
    top: -40px;
    right: 0; }
  .title-lilipon img.liliponimg9 {
    width: 90px;
    top: -60px;
    right: -20px; }
  .title-lilipon img.liliponimg10 {
    width: 90px;
    top: -85px;
    right: -10px; }
  .title-lilipon img.liliponimg11 {
    width: 90px;
    top: -60px;
    left: -20px; }
  .title-lilipon img.liliponimg12 {
    width: 90px;
    top: -50px;
    left: -20px; }
  .title-lilipon img.liliponimg13 {
    width: 100px;
    top: -40px;
    right: 0; }
  .title-lilipon img.liliponimg14 {
    width: 100px;
    top: -40px;
    right: 0; }
  .title-lilipon img.liliponimg15 {
    width: 100px;
    top: -40px;
    right: 0; }
  .title-lilipon img.liliponimg16 {
    width: 110px;
    top: -40px;
    right: 0; }
  .title-lilipon img.liliponimg17 {
    width: 100px;
    top: -20px;
    left: -20px; }
  .title-lilipon img.liliponimg18 {
    width: 110px;
    top: -60px;
    right: -20px; } }
#sealing .title_style05 .lilipon_img {
  left: 10px !important;
  top: -30px !important; }

#roof_type .clearfix .lilipon_img {
  right: 180px !important;
  left: inherit !important;
  top: -70px !important;
  width: 140px !important; }

#waterproof_imp .clearfix .lilipon_img {
  right: 160px !important;
  top: -110px !important;
  width: 190px !important; }

@media screen and (max-width: 767px) {
  #wall-painting .clearfix .lilipon_img {
    width: 110px !important;
    top: -90px !important; }

  #roof_type .clearfix .lilipon_img {
    right: 0 !important;
    top: -40px !important;
    width: 80px !important; }

  #waterproof_imp .clearfix .lilipon_img {
    right: 0 !important;
    top: -40px !important;
    width: 110px !important; } }
.easy_form {
  background: url("../img/common/sp_line_top.png"), url("../img/common/sp_line_btm.png");
  background-size: contain, contain;
  background-repeat: no-repeat;
  background-position: left top, left bottom;
  background-color: #fffbcd; }
  @media screen and (min-width: 768px) {
    .easy_form {
      padding: 120px 0; } }
  .easy_form .easy_form_wrap {
    position: relative;
    background: url("../img/top/ef_bg.jpg") no-repeat center;
    background-size: cover;
    background-color: #fff;
    border: solid 5px #f5535d;
    border-radius: 20px;
    padding: 120px 100px 80px; }
    .easy_form .easy_form_wrap h2 {
      position: absolute;
      display: inline-block;
      max-width: 600px;
      width: 100%;
      text-align: center;
      margin: 0 auto;
      border: solid 5px #f5535d;
      font-weight: 600;
      background-color: #fff;
      line-height: 80px;
      padding: 0 40px;
      border-radius: 45px;
      left: 0;
      right: 0;
      top: -50px; }
  .easy_form .easy_form_table {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px; }
    .easy_form .easy_form_table dt {
      position: relative;
      width: 30%; }
      .easy_form .easy_form_table dt .required {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #fff;
        border: solid 1px #f5535d;
        color: #f5535d;
        padding: 2px 5px;
        border-radius: 5px; }
    .easy_form .easy_form_table dd {
      width: 68%; }

@media screen and (max-width: 767px) {
  .easy_form .easy_form_wrap {
    border: solid 3px #f5535d;
    border-radius: 10px;
    padding: 60px 20px 40px; }
    .easy_form .easy_form_wrap h2 {
      border: solid 3px #f5535d;
      line-height: 40px;
      padding: 0 20px;
      border-radius: 26px;
      top: -23px;
      max-width: 280px; }
  .easy_form .easy_form_table {
    display: block; }
    .easy_form .easy_form_table dt {
      width: 100%;
      margin-bottom: 8px; }
      .easy_form .easy_form_table dt .required {
        position: inherit;
        margin-left: 10px; }
    .easy_form .easy_form_table dd {
      width: 100%; } }
.top_works {
  background: url("../img/common/sp_line_btm.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-color: #fffbcd; }
  .top_works .works_flex li {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    border: solid 3px #f0edca;
    margin-top: 35px; }
    .top_works .works_flex li:before {
      content: "";
      background: url("../img/top/osusume.png") no-repeat center;
      display: block;
      width: 139px;
      height: 57px;
      position: absolute;
      right: 0;
      left: 0;
      top: -20px;
      margin: 0 auto;
      z-index: 10; }
    .top_works .works_flex li p {
      padding: 15px 20px;
      font-weight: 600; }
      .top_works .works_flex li p .cat a {
        display: inline-block;
        background-color: #f5535d;
        color: #fff;
        padding: 5px 10px;
        text-align: center;
        margin-right: 10px; }
    .top_works .works_flex li img {
      border-radius: 20px 20px 0 0; }
  .top_works .more_btn {
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    line-height: 50px;
    border-radius: 25px;
    color: #fff;
    background: url("../img/common/btn_arrow.png") no-repeat right 20px center;
    background-color: #f5535d; }
    @media screen and (max-width: 767px) {
      .top_works .more_btn {
        line-height: 40px;
        border-radius: 20px;
        max-width: 240px;
        margin: 0 auto;
        display: block;
        font-size: 16px;
        font-size: 1.6rem; } }

@media screen and (min-width: 768px) {
  .top_works h2 {
    margin: -150px 0 50px; }
  .top_works .works_flex {
    display: flex; }
    .top_works .works_flex li {
      position: relative;
      width: 30%; }
      .top_works .works_flex li + li {
        margin-left: 5%; } }
@media screen and (max-width: 767px) {
  .top_works .works_flex li:before {
    width: 90px;
    height: 45px;
    top: -15px;
    background-size: contain; }
  .top_works .works_flex li img {
    width: 100%;
    height: 150px;
    object-fit: cover; } }
.top_movie {
  background: url("../img/common/sp_line_top.png"), url("../img/common/sp_line_btm.png"), url("../img/top/news_bg.jpg");
  background-size: contain, contain,cover;
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-position: left top,left bottom,center center; }

@media screen and (min-width: 768px) {
  .col2_txtbox {
    padding: 200px 0;
    position: relative; }
    .col2_txtbox .img {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      /* Safari用 */
      transform: translateY(-50%);
      max-width: 48%; }
      .col2_txtbox .img img {
        width: 100%;
        height: auto;
        border-radius: 0 50px 50px 0; }
    .col2_txtbox .txt_box {
      padding-left: 50%; }

  .col2_txtbox.top_reason {
    position: relative;
    background: url("../img/top/t_reason_paint1.png") no-repeat right bottom 10px; }
    .col2_txtbox.top_reason:before {
      content: "";
      background: url("../img/top/t_reason_lili.png") no-repeat center;
      display: block;
      width: 244px;
      height: 116px;
      position: absolute;
      right: 30px;
      top: 50px; }

  .col2_txtbox.top_first {
    position: relative;
    background: url("../img/top/t_first_paint1.png") no-repeat left bottom 10px; }
    .col2_txtbox.top_first:before {
      content: "";
      background: url("../img/top/t_first_lili1.png") no-repeat center;
      display: block;
      width: 157px;
      height: 170px;
      position: absolute;
      left: 30px;
      top: 50px; }
    .col2_txtbox.top_first .img {
      right: 0;
      left: auto; }
      .col2_txtbox.top_first .img img {
        border-radius: 50px 0 0 50px; }
    .col2_txtbox.top_first .txt_box {
      padding-left: 0;
      padding-right: 50%; }

  .col2_txtbox.top_about {
    position: relative;
    background: url("../img/top/t_about_paint1.png") no-repeat right bottom 10px; }
    .col2_txtbox.top_about:before {
      content: "";
      background: url("../img/top/t_about_lili1.png") no-repeat center;
      display: block;
      width: 154px;
      height: 181px;
      position: absolute;
      right: 30px;
      top: 50px; } }
.col2_txtbox .more_btn {
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  line-height: 50px;
  border-radius: 25px;
  color: #fff;
  background: url("../img/common/btn_arrow.png") no-repeat right 20px center;
  background-color: #f5535d; }
  @media screen and (max-width: 767px) {
    .col2_txtbox .more_btn {
      line-height: 40px;
      border-radius: 20px;
      max-width: 240px;
      margin: 0 auto;
      display: block;
      font-size: 16px;
      font-size: 1.6rem; } }
@media screen and (max-width: 767px) {
  .col2_txtbox .img {
    padding: 30px 15px 0; }
    .col2_txtbox .img img {
      width: 100%;
      height: 240px;
      object-fit: cover; }
  .col2_txtbox .txt_box {
    padding: 20px 0 30px;
    font-size: 16px;
    font-size: 1.6rem; } }

.more_btn2 {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  line-height: 50px;
  border-radius: 25px;
  color: #fff;
  background: url("../img/common/btn_arrow.png") no-repeat right 20px center;
  background-color: #f5535d;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center; }
  .more_btn2:hover {
    color: #fff;
    opacity: .8; }
  @media screen and (max-width: 767px) {
    .more_btn2 {
      display: block;
      line-height: 40px;
      font-size: 16px;
      font-size: 1.6rem;
      max-width: 240px;
      border-radius: 20px; } }
