@charset "UTF-8";
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td, figure {
  margin: 0;
  padding: 0; }

img {
  border: 0;
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ul {
  list-style: none; }

caption, th {
  text-align: left; }

@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
/* html
------------------------------------------------- */
html {
  overflow-y: scroll;
  height: 100%;
  scroll-behavior: smooth; }

/* body
------------------------------------------------- */
body {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: min(1.2vw, 20px);
  font-family: 'noto sans';
  line-height: 1.6;
  _display: inline;
  _zoom: 1; }
  body .pc {
    display: block; }
  body .sp {
    display: none; }

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  body {
    min-width: 1024px; } }
@media (max-width: 640px) {
  body {
    min-width: 320px;
    max-width: 640px;
    font-size: 3.8vw; }
    body img {
      width: 100%;
      height: auto; }
    body .pc {
      display: none; }
    body .sp {
      display: block; } }
/* wrapper
------------------------------------------------- */
#wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative; }

.headarea {
  display: flex;
  max-width: 1920px;
  margin: 0 auto; }

@media (max-width: 640px) {
  .headarea {
    display: block;
    margin-bottom: 0; } }
/* header
------------------------------------------------- */
.header {
  position: absolute;
  top: 0;
  right: 0;
  order: 2;
  width: 20%;
  z-index: 9998; }
  .header.change {
    position: fixed;
    width: 100%; }
    .header.change .header__inner {
      padding: 2% 3% 0; }
      .header.change .header__inner h1 {
        display: none; }
      .header.change .header__inner .header__inner--right {
        display: block;
        width: 50px;
        float: right; }
        .header.change .header__inner .header__inner--right #panel-btn #panel-btn-icon {
          display: block;
          background: url("../img/common/btn_menu.png") no-repeat center center;
          background-size: 100% auto;
          width: 100%;
          height: 100%;
          padding: 33% 0;
          position: relative;
          text-indent: -9999px;
          transition: 0.3s;
          cursor: pointer; }
          .header.change .header__inner .header__inner--right #panel-btn #panel-btn-icon.close {
            background: url("../img/common/btn_menu_close.png") no-repeat center center;
            background-size: 100% auto;
            transition: 0.3s; }
    .header.change nav {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.9);
      width: 100%;
      height: calc(100vh - 70px);
      padding: 5% 0 0;
      text-align: center;
      z-index: -1; }
      .header.change nav ul.menu {
        margin-bottom: 3%; }
        .header.change nav ul.menu > li {
          margin-bottom: 1.5%;
          text-align: center; }
      .header.change nav .contact {
        width: 350px;
        margin: 0 auto; }
        .header.change nav .contact li.tel {
          margin-bottom: 10%; }
          .header.change nav .contact li.tel a {
            pointer-events: none;
            display: block;
            border-radius: 50px;
            border: 2px solid #ee8065;
            background: #fff;
            padding: 12px 0;
            text-align: center;
            color: #ee8065;
            font-size: min(1.1vw, 24px); }
        .header.change nav .contact li.line a {
          display: block;
          border-radius: 50px;
          background: #92c005;
          padding: 12px 0;
          text-align: center;
          color: #fff;
          font-size: min(1.1vw, 24px);
          cursor: pointer;
          position: relative;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          .header.change nav .contact li.line a:hover {
            background: #b0d128;
            color: #fff;
            text-decoration: none;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }
  .header__inner {
    padding: 15% 10% 0; }
    .header__inner h1 {
      width: 90%;
      margin: 0 auto 25%; }
      .header__inner h1 img {
        width: 100%;
        height: auto; }
    .header__inner--right {
      display: none; }
  .header nav {
    width: 70%;
    margin: 0 auto; }
    .header nav.visi {
      display: block !important; }
    .header nav ul.menu {
      margin-bottom: 20%; }
      .header nav ul.menu li {
        margin-bottom: 8%; }
        .header nav ul.menu li:last-child {
          margin-bottom: 0; }
        .header nav ul.menu li a {
          font-size: min(1.1vw, 24px);
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          .header nav ul.menu li a:hover {
            color: #ee8065;
            text-decoration: none;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }
    .header nav .contact {
      width: 100%;
      margin: 0 auto; }
      .header nav .contact li.tel {
        margin-bottom: 10%; }
        .header nav .contact li.tel a {
          pointer-events: none;
          display: block;
          border-radius: 50px;
          border: 2px solid #ee8065;
          background: #fff;
          padding: 12px 0;
          text-align: center;
          color: #ee8065;
          font-size: min(1.1vw, 24px); }
      .header nav .contact li.line a {
        display: block;
        border-radius: 50px;
        background: #92c005;
        padding: 12px 0;
        text-align: center;
        color: #fff;
        font-size: min(1.1vw, 24px);
        cursor: pointer;
        position: relative;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .header nav .contact li.line a:hover {
          background: #b0d128;
          color: #fff;
          text-decoration: none;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }

@media (max-width: 640px) {
  .header {
    order: 2;
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%; }
    .header__inner {
      padding: 2% 3%; }
      .header__inner h1 {
        width: 25%;
        float: left;
        margin-bottom: 0; }
      .header__inner--right {
        display: block;
        width: 40px;
        float: right; }
        .header__inner--right #panel-btn #panel-btn-icon {
          display: block;
          background: url("../img/common/btn_menu.png") no-repeat center center;
          background-size: 100% auto;
          width: 100%;
          height: 100%;
          padding: 33% 0;
          position: relative;
          text-indent: -9999px;
          transition: 0.3s;
          cursor: pointer; }
          .header__inner--right #panel-btn #panel-btn-icon.close {
            background: url("../img/common/btn_menu_close.png") no-repeat center center;
            background-size: 100% auto;
            transition: 0.3s; }
    .header nav {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.9);
      width: 100%;
      height: calc(100vh - 70px);
      padding: 25% 0 0;
      text-align: center;
      z-index: -1; }
      .header nav ul.menu {
        width: 80%;
        margin: 0 auto 10%; }
        .header nav ul.menu li {
          margin-bottom: 6%; }
          .header nav ul.menu li:last-child {
            margin-bottom: 0; }
          .header nav ul.menu li a {
            font-size: 4.0vw; }
            .header nav ul.menu li a:hover {
              color: #333; }
      .header nav .contact {
        width: 80%; }
        .header nav .contact li:first-child {
          margin-bottom: 5%; }
          .header nav .contact li:first-child a {
            pointer-events: auto;
            padding: 3% 0;
            font-size: 4.0vw; }
            .header nav .contact li:first-child a:hover {
              text-decoration: none; }
        .header nav .contact li:last-child a {
          padding: 3.5% 0;
          font-size: 4.0vw; }
          .header nav .contact li:last-child a:hover {
            background: #92c005; } }
/* mv
------------------------------------------------- */
#mv {
  order: 1;
  width: 80%; }
  #mv img {
    border-radius: 0 0 80px 0;
    width: 100%;
    height: auto; }

@media (max-width: 640px) {
  #mv {
    width: 100%;
    margin: 17% 0 0; }
    #mv img {
      border-radius: 0; } }
#mv_low {
  order: 1;
  width: 80%;
  margin-top: 8%;
  position: relative; }
  #mv_low h2 {
    position: absolute;
    top: 38%;
    left: 0;
    border-radius: 0 50px 50px 0;
    background: #ee8065;
    width: 30%;
    padding: 18px 0;
    text-align: center;
    color: #fff;
    font-size: min(3vw, 48px);
    font-weight: normal;
    font-family: 'Noto Serif';
    z-index: 999; }
  #mv_low .pht img {
    border-radius: 0 50px 50px 0;
    width: 100%;
    height: auto; }

@media (max-width: 640px) {
  #mv_low {
    width: 100%;
    margin: 17% 0 0; }
    #mv_low h2 {
      top: 28%;
      left: 0;
      font-size: 4.0vw;
      width: 35%; }
    #mv_low .pht img {
      border-radius: 0; } }
/* article
------------------------------------------------- */
@media (max-width: 640px) {
  #area, #telline, #unwanted, #remains, #garbage, #other {
    margin-top: -17%;
    padding-top: 17%; } }
.pagenav {
  width: 50%;
  margin-bottom: 12%; }
  .pagenav ul {
    display: flex;
    flex-wrap: wrap; }
    .pagenav ul li {
      width: 48%; }
      .pagenav ul li:nth-child(odd) {
        margin-right: 4%; }
      .pagenav ul li:nth-child(-n+2) {
        margin-bottom: 3%; }
      .pagenav ul li a {
        display: block;
        background: url("../img/common/icon_arrow_btn04.png") no-repeat 92% center;
        background-size: 7% auto;
        border-radius: 50px;
        border: 2px solid #ee8065;
        padding: 15px 15px 15px 0;
        text-align: center;
        color: #ee8065;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .pagenav ul li a:hover {
          background-color: #ffede8;
          text-decoration: none;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }

@media (max-width: 640px) {
  .pagenav {
    width: 100%;
    margin-bottom: 20%; }
    .pagenav ul li {
      width: 49%; }
      .pagenav ul li:nth-child(odd) {
        margin-right: 2%; }
      .pagenav ul li:nth-child(-n+2) {
        margin-bottom: 3%; }
      .pagenav ul li a {
        background: url("../img/common/icon_arrow_btn04.png") no-repeat 95% center;
        background-size: 5% auto;
        padding: 3% 5% 3% 0;
        font-size: 3.5vw; }
        .pagenav ul li a:hover {
          background-color: #fff; } }
.modal-content {
  position: fixed;
  display: none;
  background: #fff;
  width: 400px;
  height: 300px;
  margin: 0;
  padding-top: 100px;
  text-align: center;
  z-index: 10000 !important; }

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 120%;
  z-index: 9999; }

.modal-close {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 44px;
  height: 40px;
  line-height: 50px;
  text-align: center;
  cursor: pointer; }

.cta {
  max-width: 1920px;
  margin: 0 auto 8%; }
  .cta__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 70px; }
    .cta__inner ul {
      display: flex;
      flex-wrap: wrap; }
      .cta__inner ul li {
        border-radius: 20px;
        border: 2px solid #ee8065;
        width: 41.5%;
        padding: 3% 3% 4%; }
        .cta__inner ul li:first-child {
          margin-right: 4%; }
        .cta__inner ul li .title {
          border-bottom: 2px dashed #ee8065;
          margin-bottom: 6%;
          padding-bottom: 2%;
          text-align: center;
          color: #ee8065;
          font-size: min(3vw, 50px);
          font-weight: normal; }
        .cta__inner ul li .tel {
          margin-bottom: 4%;
          text-align: center;
          font-size: min(3vw, 50px);
          font-family: 'noto sans bold';
          letter-spacing: 0.1em; }
          .cta__inner ul li .tel a {
            pointer-events: none; }
        .cta__inner ul li .time {
          text-align: center; }
        .cta__inner ul li dl {
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          .cta__inner ul li dl dt {
            width: 30%;
            margin: 0 10%; }
            .cta__inner ul li dl dt img {
              width: 100%;
              height: auto; }
            .cta__inner ul li dl dt a {
              pointer-events: none; }
          .cta__inner ul li dl dd {
            width: 40%;
            margin: 0 5%; }
            .cta__inner ul li dl dd .ttl {
              margin-bottom: 5px;
              color: #d6836a;
              font-size: min(1.5vw, 24px);
              font-family: 'noto sans bold'; }
            .cta__inner ul li dl dd .id_txt {
              border-radius: 50px;
              background: url("../img/common/icon_search.png") no-repeat 92% center #eeefef;
              background-size: 25px auto;
              width: 200px;
              padding: 5px 20px; }

@media (max-width: 640px) {
  .cta {
    margin: 0 auto 10%; }
    .cta__inner {
      max-width: 94%;
      padding: 0; }
      .cta__inner ul li {
        width: 89.5%;
        padding: 3% 5% 4%; }
        .cta__inner ul li:first-child {
          margin: 0 0 4%; }
        .cta__inner ul li .title {
          margin-bottom: 4%;
          padding-bottom: 2%;
          font-size: 5.0vw; }
        .cta__inner ul li .tel {
          margin-bottom: 3%;
          font-size: 7.0vw;
          line-height: 1.2; }
          .cta__inner ul li .tel a {
            pointer-events: auto; }
        .cta__inner ul li dl dt {
          width: 30%;
          margin: 0 10%; }
          .cta__inner ul li dl dt a {
            pointer-events: auto; }
        .cta__inner ul li dl dd {
          width: 50%;
          margin: 0; }
          .cta__inner ul li dl dd .ttl {
            margin-bottom: 1%;
            font-size: 4.0vw; }
          .cta__inner ul li dl dd .id_txt {
            background-size: 20px auto;
            width: 90%;
            padding: 5px 5%; } }
* html #pageTop {
  position: absolute; }

#pageTop {
  position: fixed;
  width: 65px;
  height: 65px;
  right: 2%;
  bottom: 2%;
  z-index: 900; }
  #pageTop img {
    width: 100%;
    height: auto; }

@media (max-width: 640px) {
  * html #pageTopSp {
    position: absolute; }

  #pageTop {
    position: fixed;
    width: 10%;
    height: auto;
    right: 2%;
    bottom: 2%;
    z-index: 9997; } }
/* footer
------------------------------------------------- */
.footer {
  background: #ee8065;
  max-width: 100%;
  padding: 100px 70px 50px; }
  .footer__inner {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    background: #fff;
    max-width: 1300px;
    margin: 0 auto 30px;
    padding: 5% 100px; }
    .footer__inner h1 {
      width: 28%;
      margin-right: 5%; }
      .footer__inner h1 img {
        width: 100%;
        height: auto; }
      .footer__inner h1 + div {
        width: 67%; }
        .footer__inner h1 + div ul.fnav {
          display: flex;
          flex-wrap: wrap;
          border-bottom: 2px dashed #ee8065;
          margin-bottom: 3%;
          padding-bottom: 3%; }
          .footer__inner h1 + div ul.fnav li {
            width: 33.3333%; }
            .footer__inner h1 + div ul.fnav li:nth-child(-n+3) {
              margin-bottom: 10px; }
            .footer__inner h1 + div ul.fnav li a {
              padding-left: 20px;
              position: relative;
              -webkit-transition: 0.3s ease-in-out;
              -moz-transition: 0.3s ease-in-out;
              -o-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out; }
              .footer__inner h1 + div ul.fnav li a:after {
                content: "";
                position: absolute;
                top: 25%;
                left: 0;
                background: url("../img/common/icon_arrow_btn03.png") no-repeat center center;
                background-size: cover;
                width: 10px;
                height: 19px; }
              .footer__inner h1 + div ul.fnav li a:hover {
                color: #ee8065;
                text-decoration: none;
                -moz-transition: .5s;
                -webkit-transition: .5s;
                -o-transition: .5s;
                -ms-transition: .5s;
                transition: .5s; }
        .footer__inner h1 + div .add {
          line-height: 1.8; }
  .footer .copy {
    text-align: center;
    color: #fff;
    font-size: min(1vw, 20px); }

@media (max-width: 640px) {
  .footer {
    padding: 10% 0 6%; }
    .footer__inner {
      max-width: 82%;
      margin: 0 auto 6%;
      padding: 5% 5%; }
      .footer__inner h1 {
        width: 50%;
        margin: 0 auto 5%; }
        .footer__inner h1 + div {
          width: 100%; }
          .footer__inner h1 + div ul.fnav {
            margin-bottom: 4%;
            padding-bottom: 2%; }
            .footer__inner h1 + div ul.fnav li {
              width: 55%;
              margin-bottom: 3%; }
              .footer__inner h1 + div ul.fnav li:nth-child(-n+3) {
                margin-bottom: 3%; }
              .footer__inner h1 + div ul.fnav li:nth-child(even) {
                width: 45%; }
              .footer__inner h1 + div ul.fnav li a {
                padding-left: 10px; }
                .footer__inner h1 + div ul.fnav li a:after {
                  top: 25%;
                  left: 0;
                  background: url("../img/common/icon_arrow_btn03.png") no-repeat center center;
                  background-size: cover;
                  width: 5px;
                  height: 11px; }
                .footer__inner h1 + div ul.fnav li a:hover {
                  color: #333; }
    .footer .copy {
      font-size: 3.5vw; } }
/* link
------------------------------------------------- */
a:link,
a:visited {
  color: #333;
  text-decoration: none; }

a:hover,
a:active {
  color: #333;
  text-decoration: underline; }

/* alpha
------------------------------------------------- */
a.alpha img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a.alpha:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s; }

/* clearfix
------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
/* *******************************************
     トップ
******************************************* */
#top h2 {
  margin-bottom: 7%;
  text-align: center;
  font-size: min(3vw, 50px);
  font-weight: normal;
  position: relative; }
  #top h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    background: url("../img/common/img_h2_line.png") no-repeat center center;
    width: 100%;
    height: 4px;
    text-align: center; }

@media (max-width: 640px) {
  #top h2 {
    margin-bottom: 7%;
    font-size: 5.0vw; }
    #top h2:after {
      bottom: -7px;
      left: 0;
      background-size: auto 100%;
      height: 2px; } }
#top .sec01 {
  max-width: 1920px;
  margin: 0 auto 13%; }
  #top .sec01__inner {
    background: url("../img/top/bg_sec01.png") no-repeat 85% bottom;
    background-size: auto 85%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 120px 70px 30px; }
    #top .sec01__inner h3 {
      margin-bottom: 40px;
      color: #ee8065;
      font-size: min(3vw, 50px);
      font-weight: normal; }
    #top .sec01__inner dl {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      #top .sec01__inner dl dt {
        width: 50%; }
        #top .sec01__inner dl dt ul {
          display: flex;
          flex-wrap: wrap;
          width: 80%; }
          #top .sec01__inner dl dt ul li {
            border-radius: 5px;
            background: #ee8065;
            margin: 0 4% 4% 0;
            padding: 10px 20px;
            color: #fff;
            font-size: min(1.3vw, 24px); }
      #top .sec01__inner dl dd {
        width: 50%;
        line-height: 2.0;
        font-size: min(1.4vw, 24px); }

@media (max-width: 640px) {
  #top .sec01 {
    margin: 0 auto 25%; }
    #top .sec01__inner {
      background: url("../img/top/bg_sec01.png") no-repeat center center;
      background-size: 85% auto;
      max-width: 94%;
      padding: 10% 0 0; }
      #top .sec01__inner h3 {
        margin-bottom: 5%;
        font-size: 5.0vw; }
      #top .sec01__inner dl {
        display: block; }
        #top .sec01__inner dl dt {
          width: 100%; }
          #top .sec01__inner dl dt ul {
            display: block;
            width: 100%;
            overflow: hidden; }
            #top .sec01__inner dl dt ul li {
              float: left;
              margin: 0 3% 3% 0;
              padding: 1% 3%;
              font-size: 3.5vw; }
        #top .sec01__inner dl dd {
          width: 100%;
          font-size: 3.5vw; } }
#top .blog {
  max-width: 1920px;
  margin: 0 auto 10%; }
  #top .blog__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px; }
    #top .blog__inner ul.list {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 40px; }
      #top .blog__inner ul.list li {
        width: 32%;
        margin-right: 2%; }
        #top .blog__inner ul.list li:last-child {
          margin-right: 0; }
        #top .blog__inner ul.list li a figure {
          margin-bottom: 25px; }
          #top .blog__inner ul.list li a figure img {
            width: 100%;
            height: auto; }
        #top .blog__inner ul.list li a .cate {
          display: inline-block;
          border-radius: 50px;
          border: 1px solid #333;
          margin-bottom: 10px;
          padding: 2px 15px;
          font-size: min(1vw, 16px); }
        #top .blog__inner ul.list li a .title {
          margin-bottom: 5px;
          color: #ee8065;
          font-size: min(1.1vw, 20px); }
        #top .blog__inner ul.list li a:hover {
          text-decoration: none; }
    #top .blog__inner .btn {
      text-align: right; }
      #top .blog__inner .btn a {
        display: block;
        background: url("../img/common/icon_arrow_btn02.png") no-repeat right center;
        background-size: 2.5% auto;
        padding: 2% 3.5% 2% 0;
        color: #ee8065;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        #top .blog__inner .btn a:hover {
          text-decoration: none;
          color: #ee9680;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }

@media (max-width: 640px) {
  #top .blog {
    max-width: 1920px;
    margin: 0 auto 10%; }
    #top .blog__inner {
      max-width: 94%;
      margin: 0 auto;
      padding: 0; }
      #top .blog__inner ul.list {
        width: 90%;
        margin: 0 auto 6%; }
        #top .blog__inner ul.list li {
          width: 100%;
          margin: 0 0 5%; }
          #top .blog__inner ul.list li:last-child {
            margin: 0; }
          #top .blog__inner ul.list li a figure {
            margin-bottom: 4%; }
          #top .blog__inner ul.list li a .cate {
            margin-bottom: 2%;
            padding: 2px 10px;
            font-size: 11px; }
          #top .blog__inner ul.list li a .title {
            margin-bottom: 1%;
            font-size: 16px; }
      #top .blog__inner .btn a {
        background-size: 7% auto;
        padding: 2% 9% 2% 0; }
        #top .blog__inner .btn a:hover {
          color: #ee8065; } }
#top .sec02 {
  max-width: 1920px;
  margin: 0 auto 13%; }
  #top .sec02__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 70px; }
    #top .sec02__inner ul {
      display: flex;
      flex-wrap: wrap; }
      #top .sec02__inner ul li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 38%;
        padding: 4% 5%;
        color: #fff; }
        #top .sec02__inner ul li:first-child {
          background: url("../img/top/bg_sec02_01.png") no-repeat center top;
          background-size: 100% auto;
          margin-right: 4%;
          margin-bottom: 2%; }
        #top .sec02__inner ul li:nth-child(2) {
          background: url("../img/top/bg_sec02_02.png") no-repeat center top;
          background-size: 100% auto;
          margin-bottom: 2%; }
        #top .sec02__inner ul li:nth-child(3) {
          background: url("../img/top/bg_sec02_03.png") no-repeat center top;
          background-size: 100% auto;
          margin-right: 4%;
          padding: 5.8% 5%; }
        #top .sec02__inner ul li:nth-child(4) {
          background: url("../img/top/bg_sec02_04.png") no-repeat center top;
          background-size: 100% auto; }
        #top .sec02__inner ul li .title {
          width: 60%;
          font-size: min(1.4vw, 24px);
          line-height: 1.2; }
          #top .sec02__inner ul li .title span {
            font-size: min(2.5vw, 40px); }
        #top .sec02__inner ul li .btn {
          width: 40%; }
          #top .sec02__inner ul li .btn a {
            display: block;
            border-radius: 50px;
            background: #ee8065;
            width: 100%;
            padding: 13px 0;
            text-align: center;
            color: #fff;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
            position: relative; }
            #top .sec02__inner ul li .btn a:after {
              content: "";
              position: absolute;
              top: 35%;
              right: 20px;
              background: url("../img/common/icon_arrow_btn01.png") no-repeat center center;
              background-size: cover;
              width: 10px;
              height: 19px; }
            #top .sec02__inner ul li .btn a:hover {
              background: #ee9680;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }

@media (max-width: 640px) {
  #top .sec02 {
    margin: 0 auto 25%; }
    #top .sec02__inner {
      max-width: 94%;
      padding: 0; }
      #top .sec02__inner ul li {
        align-items: center;
        width: 90%;
        padding: 11% 5%; }
        #top .sec02__inner ul li:first-child {
          background: url("../img/top/bg_sec02_01_sp.jpg") no-repeat center top;
          background-size: cover;
          margin: 0 0 4%; }
        #top .sec02__inner ul li:nth-child(2) {
          background: url("../img/top/bg_sec02_02_sp.jpg") no-repeat center top;
          background-size: cover;
          margin: 0 0 4%;
          padding: 7% 5%; }
        #top .sec02__inner ul li:nth-child(3) {
          background: url("../img/top/bg_sec02_03_sp.jpg") no-repeat center top;
          background-size: cover;
          margin: 0 0 4%;
          padding: 10% 5%; }
        #top .sec02__inner ul li:nth-child(4) {
          background: url("../img/top/bg_sec02_04_sp.jpg") no-repeat center top;
          background-size: cover;
          padding: 9% 5%; }
        #top .sec02__inner ul li .title {
          width: 60%;
          font-size: 3.5vw;
          line-height: 1.3; }
          #top .sec02__inner ul li .title span {
            font-size: 5.0vw; }
        #top .sec02__inner ul li .btn {
          width: 40%; }
          #top .sec02__inner ul li .btn a {
            padding: 5% 0; }
            #top .sec02__inner ul li .btn a:after {
              top: 27%;
              right: 10px;
              background: url("../img/common/icon_arrow_btn01.png") no-repeat center center;
              background-size: cover;
              width: 8px;
              height: 15px; }
            #top .sec02__inner ul li .btn a:hover {
              background: #ee8065; } }
#top .sec03 {
  max-width: 1920px;
  margin: 0 auto 13%; }
  #top .sec03__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 70px; }
    #top .sec03__inner .read {
      margin-bottom: 40px;
      text-align: center; }
    #top .sec03__inner--box {
      background: url("../img/top/bg_sec03.png") no-repeat center top;
      min-height: 700px;
      margin-bottom: 200px; }
      #top .sec03__inner--box ul {
        padding: 120px 250px 0; }
        #top .sec03__inner--box ul li {
          margin-bottom: 50px;
          padding: 20px 0 0 80px;
          position: relative; }
          #top .sec03__inner--box ul li:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background: url("../img/top/icon_check.png") no-repeat center center;
            background-size: cover;
            width: 70px;
            height: 70px; }
    #top .sec03__inner--important {
      display: flex;
      flex-wrap: wrap; }
      #top .sec03__inner--important dt {
        width: 30%;
        padding: 0 10% 0 10%; }
        #top .sec03__inner--important dt img {
          width: 100%;
          height: auto; }
      #top .sec03__inner--important dd {
        width: 50%; }
        #top .sec03__inner--important dd h3 {
          margin-bottom: 4%;
          color: #ee8065;
          font-size: min(3vw, 50px);
          font-weight: normal; }
        #top .sec03__inner--important dd ul li {
          padding: 2.5% 0 2.5% 9%; }
          #top .sec03__inner--important dd ul li:first-child {
            background: url("../img/common/icon_no01.png") no-repeat left center;
            background-size: 7% auto; }
          #top .sec03__inner--important dd ul li:nth-child(2) {
            background: url("../img/common/icon_no02.png") no-repeat left center;
            background-size: 7% auto; }
          #top .sec03__inner--important dd ul li:nth-child(3) {
            background: url("../img/common/icon_no03.png") no-repeat left center;
            background-size: 7% auto; }
    #top .sec03__inner .btn {
      text-align: right; }
      #top .sec03__inner .btn a {
        display: block;
        background: url("../img/common/icon_arrow_btn02.png") no-repeat right center;
        background-size: 2.5% auto;
        padding: 2% 3.5% 2% 0;
        color: #ee8065;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        #top .sec03__inner .btn a:hover {
          text-decoration: none;
          color: #ee9680;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }

@media (max-width: 640px) {
  #top .sec03 {
    margin: 0 auto 25%; }
    #top .sec03__inner {
      max-width: 94%;
      padding: 0; }
      #top .sec03__inner .read {
        margin-bottom: 6%; }
      #top .sec03__inner--box {
        background-size: cover;
        background-position: 30% center;
        min-height: 0;
        margin-bottom: 8%; }
        #top .sec03__inner--box ul {
          padding: 13% 3%; }
          #top .sec03__inner--box ul li {
            margin-bottom: 5%;
            padding: 3px 0 0 33px; }
            #top .sec03__inner--box ul li:before {
              width: 25px;
              height: 25px; }
      #top .sec03__inner--important {
        display: flex;
        flex-wrap: wrap; }
        #top .sec03__inner--important dt {
          width: 50%;
          margin: 0 auto 5%;
          padding: 0; }
        #top .sec03__inner--important dd {
          width: 100%; }
          #top .sec03__inner--important dd h3 {
            margin-bottom: 3%;
            font-size: 5.0vw; }
          #top .sec03__inner--important dd ul li {
            padding: 0 0 2% 9%;
            margin-bottom: 2%; }
            #top .sec03__inner--important dd ul li:first-child {
              background: url("../img/common/icon_no01.png") no-repeat left top;
              background-size: 7% auto; }
            #top .sec03__inner--important dd ul li:nth-child(2) {
              background: url("../img/common/icon_no02.png") no-repeat left top;
              background-size: 7% auto; }
            #top .sec03__inner--important dd ul li:nth-child(3) {
              background: url("../img/common/icon_no03.png") no-repeat left top;
              background-size: 7% auto; }
      #top .sec03__inner .btn a {
        background-size: 7% auto;
        padding: 2% 9% 2% 0; }
        #top .sec03__inner .btn a:hover {
          color: #ee8065; } }
#top .sec04 {
  max-width: 1920px;
  margin: 0 auto 13%; }
  #top .sec04__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 70px; }
    #top .sec04__inner ul {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 60px; }
      #top .sec04__inner ul li {
        border-radius: 10px;
        border: 2px solid #ee8065;
        width: 31.5%;
        margin-right: 2%; }
        #top .sec04__inner ul li:first-child h3 {
          padding: 5% 0;
          line-height: 1.2;
          font-size: min(2vw, 24px); }
          #top .sec04__inner ul li:first-child h3 span {
            font-size: min(1vw, 16px); }
        #top .sec04__inner ul li:nth-child(2) h3 {
          padding: 7% 0;
          font-size: min(1.8vw, 24px); }
        #top .sec04__inner ul li:last-child {
          margin-right: 0; }
          #top .sec04__inner ul li:last-child h3 {
            padding: 7% 0;
            font-size: min(1.8vw, 24px); }
          #top .sec04__inner ul li:last-child p {
            padding-top: 20%;
            text-align: center;
            font-size: min(1.5vw, 24px); }
        #top .sec04__inner ul li h3 {
          border-radius: 9px 9px 0 0;
          background: #ee8065;
          text-align: center;
          color: #fff;
          font-weight: normal; }
        #top .sec04__inner ul li dl {
          display: flex;
          flex-wrap: wrap;
          padding: 8% 15%;
          font-size: min(1.5vw, 24px); }
          #top .sec04__inner ul li dl dt {
            width: 50%;
            margin-bottom: 3%; }
          #top .sec04__inner ul li dl dd {
            width: 50%;
            margin-bottom: 3%; }
    #top .sec04__inner .txt {
      text-align: center; }
      #top .sec04__inner .txt a {
        padding: 0 5px;
        color: #ee8065;
        text-decoration: underline; }

@media (max-width: 640px) {
  #top .sec04 {
    margin: 0 auto 25%; }
    #top .sec04__inner {
      max-width: 94%;
      padding: 0; }
      #top .sec04__inner ul {
        margin-bottom: 5%; }
        #top .sec04__inner ul li {
          width: 90%;
          margin: 0 auto 3%; }
          #top .sec04__inner ul li:first-child h3 {
            padding: 3% 0;
            font-size: 5.0vw; }
            #top .sec04__inner ul li:first-child h3 span {
              font-size: 3.0vw; }
          #top .sec04__inner ul li:nth-child(2) h3 {
            padding: 3% 0;
            font-size: 5.0vw; }
          #top .sec04__inner ul li:last-child {
            margin: 0 auto; }
            #top .sec04__inner ul li:last-child h3 {
              padding: 3% 0;
              font-size: 4.5vw; }
            #top .sec04__inner ul li:last-child p {
              padding: 5% 0;
              font-size: 4.0vw; }
          #top .sec04__inner ul li dl {
            padding: 3% 10% 2%;
            font-size: 4.0vw; }
            #top .sec04__inner ul li dl dt {
              width: 50%;
              margin-bottom: 3%;
              text-align: center; }
            #top .sec04__inner ul li dl dd {
              width: 50%;
              margin-bottom: 3%; } }
#top .sec05 {
  max-width: 1920px;
  margin: 0 auto 12%; }
  #top .sec05__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 70px; }
    #top .sec05__inner ul {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 60px; }
      #top .sec05__inner ul li {
        width: 31%;
        margin-right: 3.5%; }
        #top .sec05__inner ul li:last-child {
          margin-right: 0; }
        #top .sec05__inner ul li figure.before {
          margin-bottom: 15px;
          position: relative; }
          #top .sec05__inner ul li figure.before:before {
            content: "Before";
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 0 0 20px 0;
            background: #ee8065;
            width: 33%;
            padding: 5px 0;
            text-align: center;
            color: #fff; }
        #top .sec05__inner ul li figure.after {
          margin-bottom: 30px;
          position: relative; }
          #top .sec05__inner ul li figure.after:before {
            content: "After";
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 0 0 20px 0;
            background: #ee8065;
            width: 33%;
            padding: 5px 0;
            text-align: center;
            color: #fff; }
        #top .sec05__inner ul li img {
          width: 100%;
          height: auto; }
        #top .sec05__inner ul li h3 {
          background: #ee8065;
          margin-bottom: 20px;
          padding: 10px 0;
          text-align: center;
          color: #fff;
          font-weight: normal;
          font-size: min(1.5vw, 24px); }
        #top .sec05__inner ul li .detail {
          border-bottom: 2px dashed #ee8065;
          margin-bottom: 20px;
          padding-bottom: 20px; }
          #top .sec05__inner ul li .detail .area {
            margin-bottom: 10px; }
          #top .sec05__inner ul li .detail .item {
            font-size: min(1.5vw, 24px); }
        #top .sec05__inner ul li .price span {
          padding: 0 0 0 10px;
          font-size: min(1.5vw, 24px); }
    #top .sec05__inner .btn {
      text-align: right; }
      #top .sec05__inner .btn a {
        display: block;
        background: url("../img/common/icon_arrow_btn02.png") no-repeat center right;
        background-size: 2.5% auto;
        padding: 2% 3.5% 2% 0;
        color: #ee8065;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        #top .sec05__inner .btn a:hover {
          text-decoration: none;
          color: #ee9680;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }
  #top .sec05__compatible {
    background: url("../img/top/bg_sec05.png") no-repeat right top;
    min-height: 944px;
    margin-top: 13%; }
    #top .sec05__compatible--inner {
      max-width: 1500px;
      margin: 0 auto;
      padding: 50px 70px 0; }
      #top .sec05__compatible--inner .block {
        width: 50%; }
        #top .sec05__compatible--inner .block h3 {
          margin-bottom: 4%;
          color: #ee8065;
          font-size: min(3vw, 50px);
          font-weight: normal; }
        #top .sec05__compatible--inner .block .txt {
          margin-bottom: 10%;
          line-height: 2.0; }
        #top .sec05__compatible--inner .block ul {
          display: flex;
          flex-wrap: wrap; }
          #top .sec05__compatible--inner .block ul li {
            width: 43%;
            margin-right: 7%; }
            #top .sec05__compatible--inner .block ul li:nth-child(-n+2) {
              margin-bottom: 8%; }
            #top .sec05__compatible--inner .block ul li h4 {
              border-bottom: 2px dashed #ee8065;
              margin-bottom: 20px;
              padding-bottom: 20px;
              color: #ee8065;
              font-size: min(1.8vw, 40px);
              font-weight: normal; }

@media (max-width: 640px) {
  #top .sec05 {
    margin: 0 auto 25%; }
    #top .sec05__inner {
      max-width: 94%;
      padding: 0; }
      #top .sec05__inner ul {
        margin-bottom: 10%; }
        #top .sec05__inner ul li {
          width: 90%;
          margin: 0 auto 20%; }
          #top .sec05__inner ul li:last-child {
            margin: 0 auto; }
          #top .sec05__inner ul li figure.before {
            margin-bottom: 3%; }
            #top .sec05__inner ul li figure.before:before {
              letter-spacing: 0.1em; }
          #top .sec05__inner ul li figure.after {
            margin-bottom: 3%; }
            #top .sec05__inner ul li figure.after:before {
              letter-spacing: 0.1em; }
          #top .sec05__inner ul li h3 {
            margin-bottom: 4%;
            padding: 2% 0;
            font-size: 4.2vw; }
          #top .sec05__inner ul li .detail {
            margin-bottom: 2%;
            padding-bottom: 2%; }
            #top .sec05__inner ul li .detail .area {
              margin-bottom: 1%; }
            #top .sec05__inner ul li .detail .item {
              font-size: 3.5vw; }
          #top .sec05__inner ul li .price span {
            padding: 0 0 0 2%;
            font-size: 4.5vw; }
      #top .sec05__inner .btn a {
        background-size: 7% auto;
        padding: 2% 9% 2% 0; }
        #top .sec05__inner .btn a:hover {
          color: #ee8065; }
    #top .sec05__compatible {
      background: url("../img/top/bg_sec05.png") no-repeat right top;
      background-size: 100% auto;
      min-height: 0;
      margin-top: 20%; }
      #top .sec05__compatible--inner {
        max-width: 94%;
        padding: 5% 0 0; }
        #top .sec05__compatible--inner .block h3 {
          margin-bottom: 3%;
          font-size: 5.0vw; }
        #top .sec05__compatible--inner .block .txt {
          margin-bottom: 10%; }
        #top .sec05__compatible--inner .block ul li {
          width: 45%;
          margin-right: 5%; }
          #top .sec05__compatible--inner .block ul li:nth-child(-n+2) {
            margin-bottom: 8%; }
          #top .sec05__compatible--inner .block ul li h4 {
            margin-bottom: 6%;
            padding-bottom: 4%;
            font-size: 4.0vw; } }
#top .sec06 {
  max-width: 1920px;
  margin: 0 auto 13%; }
  #top .sec06__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 70px; }
    #top .sec06__inner ul li {
      margin-bottom: 6%; }
      #top .sec06__inner ul li:last-child {
        margin-bottom: 0; }
      #top .sec06__inner ul li .customer {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 2%; }
        #top .sec06__inner ul li .customer .cate {
          border-radius: 50px;
          background: #ee8065;
          width: 12%;
          margin-right: 2%;
          padding: 12px 0;
          text-align: center;
          color: #fff; }
        #top .sec06__inner ul li .customer .name {
          line-height: 1.4; }
          #top .sec06__inner ul li .customer .name span {
            color: #ee8065;
            font-size: min(1.5vw, 24px); }
      #top .sec06__inner ul li h3 {
        margin-bottom: 0.5%;
        font-weight: normal;
        font-size: min(1.8vw, 36px); }
      #top .sec06__inner ul li .txt {
        line-height: 2.0; }

@media (max-width: 640px) {
  #top .sec06 {
    margin: 0 auto 25%; }
    #top .sec06__inner {
      max-width: 94%;
      padding: 0; }
      #top .sec06__inner ul li {
        margin-bottom: 8%; }
        #top .sec06__inner ul li .customer {
          margin-bottom: 2%; }
          #top .sec06__inner ul li .customer .cate {
            width: 30%;
            margin-right: 2%;
            padding: 2% 0; }
          #top .sec06__inner ul li .customer .name {
            line-height: 1.4; }
            #top .sec06__inner ul li .customer .name span {
              font-size: 3.8vw; }
        #top .sec06__inner ul li h3 {
          margin-bottom: 0.5%;
          font-size: 4.5vw; } }
#top .sec07 {
  max-width: 1920px;
  margin: 0 auto 10%; }
  #top .sec07__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 70px; }
    #top .sec07__inner ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 6%; }
      #top .sec07__inner ul li {
        border-bottom: 2px dashed #ee8065;
        width: 48%;
        padding: 4% 0; }
        #top .sec07__inner ul li:nth-child(odd) {
          margin-right: 4%; }
        #top .sec07__inner ul li:nth-child(3) {
          padding: 3% 0; }
        #top .sec07__inner ul li dl {
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          #top .sec07__inner ul li dl dt {
            width: 25%;
            color: #ee8065; }
          #top .sec07__inner ul li dl dd {
            width: 75%; }
    #top .sec07__inner .map iframe {
      width: 100%;
      height: 1000px; }

@media (max-width: 640px) {
  #top .sec07 {
    margin: 0 auto 25%; }
    #top .sec07__inner {
      max-width: 94%;
      padding: 0; }
      #top .sec07__inner ul {
        margin-bottom: 6%; }
        #top .sec07__inner ul li {
          width: 100%;
          padding: 4% 0; }
          #top .sec07__inner ul li:nth-child(odd) {
            margin-right: 0; }
          #top .sec07__inner ul li:nth-child(2) {
            order: 5; }
          #top .sec07__inner ul li:nth-child(3) {
            padding: 3% 0; }
          #top .sec07__inner ul li:nth-child(4) {
            order: 6; }
          #top .sec07__inner ul li:nth-child(6) {
            order: 7; }
          #top .sec07__inner ul li dl dt {
            width: 30%; }
          #top .sec07__inner ul li dl dd {
            width: 70%; }
      #top .sec07__inner .map iframe {
        height: 400px; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
/* *******************************************
     初めての方へ
******************************************* */
#beginners h3 {
  margin-bottom: 7%;
  text-align: center;
  font-size: min(3vw, 50px);
  font-weight: normal;
  position: relative; }
  #beginners h3:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    background: url("../img/common/img_h2_line.png") no-repeat center center;
    width: 100%;
    height: 4px;
    text-align: center; }

@media (max-width: 640px) {
  #beginners h3 {
    margin-bottom: 7%;
    font-size: 5.0vw; }
    #beginners h3:after {
      bottom: -7px;
      left: 0;
      background-size: auto 100%;
      height: 2px; } }
#beginners .sec01 {
  max-width: 1920px;
  margin: 0 auto 12%; }
  #beginners .sec01__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 8% 70px 30px; }
    #beginners .sec01__inner--block01 {
      background: url("../img/beginners/bg_sec01.png") no-repeat center center;
      background-size: 90% auto;
      margin-bottom: 8%; }
      #beginners .sec01__inner--block01 ul {
        padding: 8% 0 5%; }
        #beginners .sec01__inner--block01 ul li {
          width: 50%;
          margin-bottom: 5%; }
          #beginners .sec01__inner--block01 ul li:first-child h4 {
            background: url("../img/common/icon_no01.png") no-repeat left center;
            background-size: 7% auto; }
          #beginners .sec01__inner--block01 ul li:nth-child(2) {
            margin-left: 25%; }
            #beginners .sec01__inner--block01 ul li:nth-child(2) h4 {
              background: url("../img/common/icon_no02.png") no-repeat left center;
              background-size: 7% auto; }
          #beginners .sec01__inner--block01 ul li:nth-child(3) {
            margin-left: 50%;
            margin-bottom: 0; }
            #beginners .sec01__inner--block01 ul li:nth-child(3) h4 {
              background: url("../img/common/icon_no03.png") no-repeat left center;
              background-size: 7% auto; }
          #beginners .sec01__inner--block01 ul li h4 {
            margin-bottom: 1%;
            padding: 2% 0 2% 8.5%;
            color: #ee8065;
            font-size: min(1.6vw, 30px); }
          #beginners .sec01__inner--block01 ul li .txt {
            padding-left: 8%;
            line-height: 2.0; }
    #beginners .sec01__inner--block02 {
      margin-bottom: 8%; }
      #beginners .sec01__inner--block02 ul {
        display: flex;
        flex-wrap: wrap; }
        #beginners .sec01__inner--block02 ul li:first-child {
          width: 45%;
          margin-right: 5%; }
          #beginners .sec01__inner--block02 ul li:first-child h4 {
            font-size: min(3vw, 50px);
            font-weight: normal; }
            #beginners .sec01__inner--block02 ul li:first-child h4 span {
              background: url("../img/beginners/bg_line.png") repeat-x center 85%; }
        #beginners .sec01__inner--block02 ul li:last-child {
          width: 50%;
          line-height: 2.2; }
    #beginners .sec01__inner--block03 {
      border-radius: 20px;
      box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.3);
      background: #fff;
      padding: 3% 0 5%; }
      #beginners .sec01__inner--block03 h4 {
        border-bottom: 2px solid #ee8065;
        width: 18%;
        margin-bottom: 3%;
        text-align: center;
        color: #ee8065;
        font-size: min(1.6vw, 30px);
        font-weight: normal; }
        #beginners .sec01__inner--block03 h4 + div {
          width: 90%;
          margin: 0 auto; }
          #beginners .sec01__inner--block03 h4 + div h5 {
            margin-bottom: 1%;
            font-size: min(1.8vw, 40px);
            font-weight: normal; }
          #beginners .sec01__inner--block03 h4 + div .txt {
            line-height: 2.2; }
            #beginners .sec01__inner--block03 h4 + div .txt span {
              color: #ee8065; }
          #beginners .sec01__inner--block03 h4 + div .age {
            text-align: right; }

@media (max-width: 640px) {
  #beginners .sec01 {
    margin: 0 auto 25%; }
    #beginners .sec01__inner {
      max-width: 94%;
      padding: 15% 0 0; }
      #beginners .sec01__inner--block01 {
        background: url("../img/beginners/bg_sec01.png") no-repeat center center;
        background-size: 90% auto;
        margin-bottom: 20%; }
        #beginners .sec01__inner--block01 ul {
          padding: 5% 0 0; }
          #beginners .sec01__inner--block01 ul li {
            width: 100%;
            margin: 0 auto 5%; }
            #beginners .sec01__inner--block01 ul li:first-child h4 {
              background: url("../img/common/icon_no01.png") no-repeat left top;
              background-size: 7% auto; }
            #beginners .sec01__inner--block01 ul li:nth-child(2) {
              margin: 0 auto 5%; }
              #beginners .sec01__inner--block01 ul li:nth-child(2) h4 {
                background: url("../img/common/icon_no02.png") no-repeat left top;
                background-size: 7% auto; }
            #beginners .sec01__inner--block01 ul li:nth-child(3) {
              margin: 0 auto; }
              #beginners .sec01__inner--block01 ul li:nth-child(3) h4 {
                background: url("../img/common/icon_no03.png") no-repeat left top;
                background-size: 7% auto; }
            #beginners .sec01__inner--block01 ul li h4 {
              margin-bottom: 0;
              padding: 0 0 2% 8.5%;
              font-size: 3.6vw; }
            #beginners .sec01__inner--block01 ul li .txt {
              padding-left: 8%;
              line-height: 1.8; }
      #beginners .sec01__inner--block02 {
        margin-bottom: 20%; }
        #beginners .sec01__inner--block02 ul li:first-child {
          width: 100%;
          margin: 0 0 3%; }
          #beginners .sec01__inner--block02 ul li:first-child h4 {
            margin-bottom: 0;
            font-size: 5.0vw; }
            #beginners .sec01__inner--block02 ul li:first-child h4 span {
              background: url("../img/beginners/bg_line.png") repeat-x center 95%;
              background-size: auto 5px; }
        #beginners .sec01__inner--block02 ul li:last-child {
          width: 100%;
          line-height: 2; }
      #beginners .sec01__inner--block03 {
        border: 1px solid #f0f0f0;
        padding: 6% 0; }
        #beginners .sec01__inner--block03 h4 {
          width: 50%;
          margin-bottom: 4%;
          font-size: 4.0vw; }
          #beginners .sec01__inner--block03 h4 + div {
            width: 88%; }
            #beginners .sec01__inner--block03 h4 + div h5 {
              margin-bottom: 2%;
              font-size: 4.0vw; }
            #beginners .sec01__inner--block03 h4 + div .txt {
              line-height: 2; } }
#beginners .sec02 {
  background: #fceee8;
  max-width: 1920px;
  margin: 0 auto 12%; }
  #beginners .sec02__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 8% 70px 5%; }
    #beginners .sec02__inner ul {
      margin-bottom: 60px; }
      #beginners .sec02__inner ul li {
        display: flex;
        flex-wrap: wrap;
        border-radius: 20px;
        background: #fff;
        margin-bottom: 45px;
        padding: 35px 0;
        position: relative; }
        #beginners .sec02__inner ul li:last-child {
          margin-bottom: 0; }
          #beginners .sec02__inner ul li:last-child:after {
            display: none; }
        #beginners .sec02__inner ul li:after {
          content: "";
          position: absolute;
          bottom: -57px;
          left: 10%;
          background: url("../img/beginners/img_hasen.png") no-repeat center center;
          width: 2px;
          height: 68px;
          z-index: 999; }
        #beginners .sec02__inner ul li .step {
          width: 20%;
          text-align: center;
          color: #ee8065;
          font-size: min(1.6vw, 30px);
          font-family: 'noto sans bold'; }
        #beginners .sec02__inner ul li h4 {
          width: 25%;
          font-weight: normal;
          font-size: min(1.6vw, 30px); }
          #beginners .sec02__inner ul li h4 img {
            padding: 30px 0; }
        #beginners .sec02__inner ul li .txt {
          width: 55%;
          line-height: 2.0; }
          #beginners .sec02__inner ul li .txt .mb {
            margin-bottom: 30px; }
    #beginners .sec02__inner .caution {
      padding-left: 5%;
      line-height: 2.0; }
      #beginners .sec02__inner .caution span {
        font-size: min(1.6vw, 30px); }

@media (max-width: 640px) {
  #beginners .sec02 {
    margin: 0 auto 25%; }
    #beginners .sec02__inner {
      max-width: 94%;
      padding: 8% 0 6%; }
      #beginners .sec02__inner ul {
        margin-bottom: 6%; }
        #beginners .sec02__inner ul li {
          margin-bottom: 25px;
          padding: 5% 5%; }
          #beginners .sec02__inner ul li:after {
            content: "";
            position: absolute;
            bottom: -37px;
            left: 10%;
            background-size: auto 100%;
            width: 2px;
            height: 48px;
            z-index: 999; }
          #beginners .sec02__inner ul li .step {
            width: 100%;
            margin-bottom: 1%;
            text-align: left;
            font-size: 4.0vw; }
          #beginners .sec02__inner ul li h4 {
            width: 100%;
            margin-bottom: 1%;
            font-size: 4.0vw; }
            #beginners .sec02__inner ul li h4 img {
              width: 40%;
              height: auto;
              margin: 3% auto;
              padding: 0; }
          #beginners .sec02__inner ul li .txt {
            width: 100%;
            line-height: 2.0; }
            #beginners .sec02__inner ul li .txt .mb {
              margin-bottom: 2%; }
      #beginners .sec02__inner .caution {
        padding-left: 0;
        line-height: 1.8; }
        #beginners .sec02__inner .caution span {
          font-size: 4.0vw; } }
#beginners .sec03 {
  max-width: 1920px;
  margin: 0 auto 10%; }
  #beginners .sec03__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 70px; }
    #beginners .sec03__inner--block {
      display: flex;
      flex-wrap: wrap; }
      #beginners .sec03__inner--block figure {
        width: 50%;
        margin-right: 5%; }
        #beginners .sec03__inner--block figure img {
          width: 100%;
          height: auto; }
        #beginners .sec03__inner--block figure + div {
          width: 45%;
          position: relative; }
          #beginners .sec03__inner--block figure + div .title {
            position: absolute;
            top: -30px;
            left: -20%;
            line-height: 2.8; }
            #beginners .sec03__inner--block figure + div .title span {
              background: #ee8065;
              padding: 12px 30px;
              color: #fff;
              font-size: min(2vw, 30px); }
          #beginners .sec03__inner--block figure + div .txt {
            margin-bottom: 5%;
            padding-top: 25%;
            line-height: 2.0; }
          #beginners .sec03__inner--block figure + div .name {
            text-align: right; }

@media (max-width: 640px) {
  #beginners .sec03 {
    margin: 0 auto 25%; }
    #beginners .sec03__inner {
      max-width: 94%;
      padding: 0; }
      #beginners .sec03__inner--block figure {
        width: 100%;
        margin: 0 0 5%; }
        #beginners .sec03__inner--block figure + div {
          width: 100%; }
          #beginners .sec03__inner--block figure + div .title {
            position: relative;
            top: 0;
            left: 0;
            margin-bottom: 2%;
            line-height: 2.4; }
            #beginners .sec03__inner--block figure + div .title span {
              padding: 1% 3%;
              font-size: 4.0vw; }
          #beginners .sec03__inner--block figure + div .txt {
            margin-bottom: 5%;
            padding-top: 0;
            line-height: 1.8; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
/* *******************************************
     サービス紹介
******************************************* */
#service .sec01 {
  max-width: 1920px;
  margin: 0 auto 10%; }
  #service .sec01__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 8% 70px 0; }
  #service .sec01__block > ul > li {
    margin-bottom: 6%; }
    #service .sec01__block > ul > li .inner {
      max-width: 1500px;
      margin: 0 auto;
      padding: 0 70px; }
    #service .sec01__block > ul > li:first-child {
      background: url("../img/service/bg_sec01_01.png") no-repeat center top;
      min-height: 648px; }
      #service .sec01__block > ul > li:first-child .box {
        width: 50%;
        margin-left: 50%; }
    #service .sec01__block > ul > li:nth-child(2) {
      background: url("../img/service/bg_sec01_02.png") no-repeat center top;
      min-height: 648px; }
      #service .sec01__block > ul > li:nth-child(2) .box {
        width: 50%; }
    #service .sec01__block > ul > li:nth-child(3) {
      background: url("../img/service/bg_sec01_03.png") no-repeat center top;
      min-height: 648px; }
      #service .sec01__block > ul > li:nth-child(3) .box {
        width: 50%;
        margin-left: 50%; }
    #service .sec01__block > ul > li:nth-child(4) {
      background: url("../img/service/bg_sec01_04.png") no-repeat center top;
      min-height: 648px; }
      #service .sec01__block > ul > li:nth-child(4) .box {
        width: 50%; }
    #service .sec01__block > ul > li h4 {
      margin-bottom: 1%;
      color: #ee8065;
      font-size: min(3vw, 50px);
      font-weight: normal; }
    #service .sec01__block > ul > li .txt {
      margin-bottom: 15%;
      line-height: 2.2; }
    #service .sec01__block > ul > li .link {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; }
      #service .sec01__block > ul > li .link li:first-child {
        width: 15%;
        margin-right: 8%; }
        #service .sec01__block > ul > li .link li:first-child a {
          background-size: auto 80%;
          padding: 2% 30% 2% 0; }
      #service .sec01__block > ul > li .link li:last-child {
        width: 15%; }
        #service .sec01__block > ul > li .link li:last-child a {
          background-size: auto 80%;
          padding: 2% 33% 2% 0; }
      #service .sec01__block > ul > li .link li a {
        background: url("../img/common/icon_arrow_btn02.png") no-repeat right center;
        color: #ee8065;
        white-space: nowrap;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        #service .sec01__block > ul > li .link li a:hover {
          text-decoration: none;
          color: #ee9680;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }

@media (min-width: 641px) and (max-width: 1200px) {
  #service .sec01__block > ul > li:first-child {
    background-size: auto 100%;
    min-height: 400px; }
  #service .sec01__block > ul > li:nth-child(2) {
    background-size: auto 100%;
    min-height: 400px; }
  #service .sec01__block > ul > li:nth-child(3) {
    background-size: auto 100%;
    min-height: 400px; }
  #service .sec01__block > ul > li:nth-child(4) {
    background-size: auto 100%;
    min-height: 400px; } }
@media (max-width: 640px) {
  #service .sec01 {
    margin: 0 auto 25%; }
    #service .sec01__inner {
      max-width: 94%;
      padding: 15% 0 0; }
    #service .sec01__block > ul > li {
      margin-bottom: 20%; }
      #service .sec01__block > ul > li .inner {
        max-width: 94%;
        padding: 0; }
      #service .sec01__block > ul > li:first-child {
        background: none;
        min-height: 0; }
        #service .sec01__block > ul > li:first-child .box {
          width: 100%;
          margin-left: 0; }
      #service .sec01__block > ul > li:nth-child(2) {
        background: none;
        min-height: 0; }
        #service .sec01__block > ul > li:nth-child(2) .box {
          width: 100%; }
      #service .sec01__block > ul > li:nth-child(3) {
        background: none;
        min-height: 0; }
        #service .sec01__block > ul > li:nth-child(3) .box {
          width: 100%;
          margin-left: 0; }
      #service .sec01__block > ul > li:nth-child(4) {
        background: none;
        min-height: 0; }
        #service .sec01__block > ul > li:nth-child(4) .box {
          width: 100%; }
      #service .sec01__block > ul > li figure {
        margin-bottom: 3%; }
      #service .sec01__block > ul > li h4 {
        margin-bottom: 1%;
        font-size: 5.0vw; }
      #service .sec01__block > ul > li .txt {
        margin-bottom: 4%;
        line-height: 2; }
      #service .sec01__block > ul > li .link {
        justify-content: flex-start;
        padding-right: 8%; }
        #service .sec01__block > ul > li .link li:first-child {
          width: auto;
          margin-right: 8%; }
          #service .sec01__block > ul > li .link li:first-child a {
            background-size: auto 76%;
            padding: 2% 25px 2% 0; }
            #service .sec01__block > ul > li .link li:first-child a:after {
              content: "";
              position: absolute;
              top: 5px;
              right: 0;
              background: url("../img/common/icon_arrow_btn02.png") no-repeat center center;
              background-size: cover;
              width: 18px;
              height: 18px; }
        #service .sec01__block > ul > li .link li:last-child {
          width: auto; }
          #service .sec01__block > ul > li .link li:last-child a {
            background-size: auto 80%;
            padding: 2% 28px 2% 0; }
            #service .sec01__block > ul > li .link li:last-child a:after {
              content: "";
              position: absolute;
              top: 5px;
              right: 0;
              background: url("../img/common/icon_arrow_btn02.png") no-repeat center center;
              background-size: cover;
              width: 18px;
              height: 18px; }
        #service .sec01__block > ul > li .link li a {
          background: none;
          position: relative; }
          #service .sec01__block > ul > li .link li a:hover {
            color: #ee8065; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
/* *******************************************
     作業実績
******************************************* */
#works .sec01 {
  max-width: 1920px;
  margin: 0 auto 10%; }
  #works .sec01__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 8% 70px 0; }
    #works .sec01__inner h4 {
      margin-bottom: 3%;
      color: #ee8065;
      font-size: min(3vw, 50px);
      font-weight: normal; }
    #works .sec01__inner ul.list {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 10%; }
      #works .sec01__inner ul.list li {
        width: 31%;
        margin-right: 3.5%; }
        #works .sec01__inner ul.list li:last-child {
          margin-right: 0; }
        #works .sec01__inner ul.list li figure.before {
          margin-bottom: 15px;
          position: relative; }
          #works .sec01__inner ul.list li figure.before:before {
            content: "Before";
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 0 0 20px 0;
            background: #ee8065;
            width: 33%;
            padding: 5px 0;
            text-align: center;
            color: #fff; }
        #works .sec01__inner ul.list li figure.nobefore {
          margin-bottom: 15px; }
        #works .sec01__inner ul.list li figure.after {
          margin-bottom: 30px;
          position: relative; }
          #works .sec01__inner ul.list li figure.after:before {
            content: "After";
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 0 0 20px 0;
            background: #ee8065;
            width: 33%;
            padding: 5px 0;
            text-align: center;
            color: #fff; }
        #works .sec01__inner ul.list li figure.noafter {
          margin-bottom: 30px; }
        #works .sec01__inner ul.list li figure.single {
          margin-bottom: 30px; }
        #works .sec01__inner ul.list li img {
          width: 100%;
          height: auto; }
        #works .sec01__inner ul.list li h3 {
          background: #ee8065;
          margin-bottom: 20px;
          padding: 10px 0;
          text-align: center;
          color: #fff;
          font-weight: normal;
          font-size: min(1.5vw, 24px); }
        #works .sec01__inner ul.list li .detail {
          border-bottom: 2px dashed #ee8065;
          margin-bottom: 20px;
          padding-bottom: 20px; }
          #works .sec01__inner ul.list li .detail .area {
            margin-bottom: 10px; }
          #works .sec01__inner ul.list li .detail .item {
            font-size: min(1.5vw, 24px); }
        #works .sec01__inner ul.list li .price span {
          padding: 0 0 0 10px;
          font-size: min(1.5vw, 24px); }

@media (max-width: 640px) {
  #works .sec01 {
    margin: 0 auto 25%; }
    #works .sec01__inner {
      max-width: 94%;
      padding: 15% 0 0; }
      #works .sec01__inner h4 {
        margin-bottom: 3%;
        text-align: center;
        font-size: 5.0vw; }
      #works .sec01__inner ul.list {
        margin-bottom: 25%; }
        #works .sec01__inner ul.list li {
          width: 90%;
          margin: 0 auto 20%; }
          #works .sec01__inner ul.list li:last-child {
            margin: 0 auto; }
          #works .sec01__inner ul.list li figure.before {
            margin-bottom: 3%; }
            #works .sec01__inner ul.list li figure.before:before {
              letter-spacing: 0.1em; }
          #works .sec01__inner ul.list li figure.nobefore {
            margin-bottom: 3%; }
          #works .sec01__inner ul.list li figure.after {
            margin-bottom: 3%; }
            #works .sec01__inner ul.list li figure.after:before {
              letter-spacing: 0.1em; }
          #works .sec01__inner ul.list li figure.noafter {
            margin-bottom: 3%; }
          #works .sec01__inner ul.list li figure.single {
            margin-bottom: 3%; }
          #works .sec01__inner ul.list li h3 {
            margin-bottom: 4%;
            padding: 2% 0;
            font-size: 4.2vw; }
          #works .sec01__inner ul.list li .detail {
            margin-bottom: 2%;
            padding-bottom: 2%; }
            #works .sec01__inner ul.list li .detail .area {
              margin-bottom: 1%; }
            #works .sec01__inner ul.list li .detail .item {
              font-size: 3.5vw; }
          #works .sec01__inner ul.list li .price span {
            padding: 0 0 0 2%;
            font-size: 4.5vw; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
/* *******************************************
     よくあるご質問
******************************************* */
#faq .sec01 {
  max-width: 1920px;
  margin: 0 auto 10%; }
  #faq .sec01__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 8% 70px 0; }
    #faq .sec01__inner h4 {
      margin-bottom: 1%;
      color: #ee8065;
      font-size: min(3vw, 50px);
      font-weight: normal; }
    #faq .sec01__inner--faq {
      margin-bottom: 10%; }
      #faq .sec01__inner--faq dl {
        border-bottom: 2px dashed #ee8065; }
        #faq .sec01__inner--faq dl dt {
          padding: 60px 0 60px 3%;
          position: relative;
          cursor: pointer; }
          #faq .sec01__inner--faq dl dt:before {
            content: "Q";
            position: absolute;
            top: 60px;
            left: 0; }
          #faq .sec01__inner--faq dl dt:after {
            content: "";
            position: absolute;
            top: 53px;
            right: 10px;
            background: url("../img/faq/icon_open.png") no-repeat center center;
            width: 46px;
            height: 46px; }
          #faq .sec01__inner--faq dl dt.open:after {
            background: url("../img/faq/icon_close.png") no-repeat center center; }
        #faq .sec01__inner--faq dl dd {
          padding: 0 0 50px 3%;
          position: relative; }
          #faq .sec01__inner--faq dl dd:before {
            content: "A";
            position: absolute;
            top: 0;
            left: 0; }

@media (max-width: 640px) {
  #faq .sec01 {
    margin: 0 auto 25%; }
    #faq .sec01__inner {
      max-width: 94%;
      padding: 15% 0 0; }
      #faq .sec01__inner h4 {
        margin-bottom: 1%;
        text-align: center;
        font-size: 5.0vw; }
      #faq .sec01__inner--faq {
        margin-bottom: 20%; }
        #faq .sec01__inner--faq dl dt {
          padding: 20px 10% 20px 5%; }
          #faq .sec01__inner--faq dl dt:before {
            top: 20px; }
          #faq .sec01__inner--faq dl dt:after {
            top: 23px;
            right: 0;
            background-size: cover;
            width: 20px;
            height: 20px; }
          #faq .sec01__inner--faq dl dt.open:after {
            background-size: cover; }
        #faq .sec01__inner--faq dl dd {
          padding: 0 0 20px 5%; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
/* *******************************************
     スタッフブログ
******************************************* */
#blog .sec01 {
  max-width: 1920px;
  margin: 0 auto 10%; }
  #blog .sec01__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 8% 70px 0; }
    #blog .sec01__inner h2 {
      margin-bottom: 10%;
      text-align: center;
      font-size: min(3vw, 50px);
      font-weight: normal;
      position: relative; }
      #blog .sec01__inner h2:after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        background: url("../img/common/img_h2_line.png") no-repeat center center;
        width: 100%;
        height: 4px;
        text-align: center; }
    #blog .sec01__inner .category {
      width: 100%;
      margin: 0 0 8%; }
      #blog .sec01__inner .category ul {
        display: flex;
        flex-wrap: wrap; }
        #blog .sec01__inner .category ul li {
          border-top: 1px solid #ee8065;
          border-right: 1px solid #ee8065;
          border-bottom: 1px solid #ee8065; }
          #blog .sec01__inner .category ul li:first-child {
            border-radius: 50px 0 0 50px;
            background: #ee8065;
            padding: 20px 30px;
            color: #fff; }
          #blog .sec01__inner .category ul li:last-child {
            border-radius: 0 50px 50px 0; }
          #blog .sec01__inner .category ul li.act a {
            color: #ee8065; }
            #blog .sec01__inner .category ul li.act a span:after {
              border-top: 1.5px solid #ee8065;
              border-right: 1.5px solid #ee8065; }
          #blog .sec01__inner .category ul li a {
            display: block;
            padding: 20px 30px; }
            #blog .sec01__inner .category ul li a span {
              padding-right: 15px;
              position: relative; }
              #blog .sec01__inner .category ul li a span:after {
                content: "";
                position: absolute;
                top: 40%;
                right: 0;
                width: 6px;
                height: 6px;
                border-top: 1.5px solid #222;
                border-right: 1.5px solid #222;
                transform: rotate(45deg); }
            #blog .sec01__inner .category ul li a:hover {
              text-decoration: none; }
    #blog .sec01__inner ul.list {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 40px; }
      #blog .sec01__inner ul.list li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 60px; }
        #blog .sec01__inner ul.list li:nth-child(3n) {
          margin-right: 0; }
        #blog .sec01__inner ul.list li a figure {
          margin-bottom: 25px; }
          #blog .sec01__inner ul.list li a figure img {
            width: 100%;
            height: auto; }
        #blog .sec01__inner ul.list li a .cate {
          display: inline-block;
          border-radius: 50px;
          border: 1px solid #333;
          margin-bottom: 10px;
          padding: 2px 15px;
          font-size: min(1vw, 16px); }
        #blog .sec01__inner ul.list li a .title {
          margin-bottom: 5px;
          color: #ee8065;
          font-size: min(1.1vw, 20px); }
        #blog .sec01__inner ul.list li a:hover {
          text-decoration: none; }
    #blog .sec01__inner .pager ul.pageNav {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      #blog .sec01__inner .pager ul.pageNav li {
        margin: 0 2px;
        color: #ee8065;
        font-size: 36px; }
        #blog .sec01__inner .pager ul.pageNav li.current {
          border-radius: 50px;
          background: #ee8065;
          width: 60px;
          height: 60px;
          text-align: center;
          color: #fff;
          font-size: 36px; }
        #blog .sec01__inner .pager ul.pageNav li a {
          display: block;
          border-radius: 50px;
          width: 60px;
          height: 60px;
          text-align: center;
          color: #ee8065;
          font-size: 36px;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          #blog .sec01__inner .pager ul.pageNav li a:hover {
            background: #ee8065;
            color: #fff;
            text-decoration: none;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }
    #blog .sec01__inner .detail {
      margin-bottom: 12%; }
      #blog .sec01__inner .detail .ttl_area {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 60px; }
        #blog .sec01__inner .detail .ttl_area .title {
          width: 100%;
          margin-bottom: 10px;
          color: #ee8065;
          font-size: min(2.4vw, 40px); }
        #blog .sec01__inner .detail .ttl_area .cate {
          display: inline-block;
          border-radius: 50px;
          border: 1px solid #333;
          margin-right: 20px;
          padding: 5px 15px;
          font-size: min(1.2vw, 18px); }
        #blog .sec01__inner .detail .ttl_area .date {
          font-size: min(1.2vw, 18px); }
      #blog .sec01__inner .detail h4 {
        border-left: 4px solid #ee8065;
        margin-bottom: 20px;
        padding-left: 10px;
        font-weight: bold;
        line-height: 2.2; }
      #blog .sec01__inner .detail img {
        width: 100%;
        height: auto; }
    #blog .sec01__inner .trans ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      #blog .sec01__inner .trans ul li:first-child a {
        color: #ee8065; }
        #blog .sec01__inner .trans ul li:first-child a span {
          padding-left: 15px;
          position: relative; }
          #blog .sec01__inner .trans ul li:first-child a span:before {
            content: "";
            position: absolute;
            top: 40%;
            left: 0;
            width: 6px;
            height: 6px;
            border-top: 1.5px solid #ee8065;
            border-right: 1.5px solid #ee8065;
            transform: rotate(225deg); }
        #blog .sec01__inner .trans ul li:first-child a:hover {
          text-decoration: none; }
      #blog .sec01__inner .trans ul li:nth-child(2) a {
        display: block;
        border-radius: 50px;
        background: #ee8065;
        margin: 0 30px;
        padding: 10px 50px;
        text-align: center;
        color: #fff;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        #blog .sec01__inner .trans ul li:nth-child(2) a:hover {
          background: #ee9680;
          text-decoration: none;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }
      #blog .sec01__inner .trans ul li:nth-child(3) a {
        color: #ee8065; }
        #blog .sec01__inner .trans ul li:nth-child(3) a span {
          padding-right: 15px;
          position: relative; }
          #blog .sec01__inner .trans ul li:nth-child(3) a span:before {
            content: "";
            position: absolute;
            top: 40%;
            right: 0;
            width: 6px;
            height: 6px;
            border-top: 1.5px solid #ee8065;
            border-right: 1.5px solid #ee8065;
            transform: rotate(45deg); }
        #blog .sec01__inner .trans ul li:nth-child(3) a:hover {
          text-decoration: none; }

@media (max-width: 640px) {
  #blog .sec01 {
    margin: 0 auto 25%; }
    #blog .sec01__inner {
      max-width: 94%;
      padding: 15% 0 0; }
      #blog .sec01__inner h2 {
        margin-bottom: 10%;
        font-size: 5.0vw; }
        #blog .sec01__inner h2:after {
          bottom: -7px;
          left: 0;
          background-size: auto 100%;
          height: 2px; }
      #blog .sec01__inner .category {
        width: 100%;
        margin: 0 auto 10%; }
        #blog .sec01__inner .category ul li {
          width: 49.5%; }
          #blog .sec01__inner .category ul li:first-child {
            border-radius: 10px 10px 0 0;
            width: 100%;
            padding: 12px 0;
            text-align: center; }
          #blog .sec01__inner .category ul li:nth-child(-n+3) {
            border-bottom: none; }
          #blog .sec01__inner .category ul li:nth-child(even) {
            border-left: 1px solid #ee8065; }
          #blog .sec01__inner .category ul li:last-child {
            border-radius: 0; }
          #blog .sec01__inner .category ul li.act a {
            color: #ee8065; }
            #blog .sec01__inner .category ul li.act a span:after {
              border-top: 1.5px solid #ee8065;
              border-right: 1.5px solid #ee8065; }
          #blog .sec01__inner .category ul li a {
            display: block;
            padding: 12px 0;
            text-align: center; }
            #blog .sec01__inner .category ul li a span {
              padding-right: 10px; }
              #blog .sec01__inner .category ul li a span:after {
                top: 40%; }
      #blog .sec01__inner ul.list {
        width: 90%;
        margin: 0 auto 6%; }
        #blog .sec01__inner ul.list li {
          width: 100%;
          margin: 0 0 8%; }
          #blog .sec01__inner ul.list li:last-child {
            margin: 0; }
          #blog .sec01__inner ul.list li a figure {
            margin-bottom: 4%; }
          #blog .sec01__inner ul.list li a .cate {
            margin-bottom: 2%;
            padding: 2px 10px;
            font-size: 11px; }
          #blog .sec01__inner ul.list li a .title {
            margin-bottom: 1%;
            font-size: 16px; }
      #blog .sec01__inner .pager ul.pageNav li {
        margin: 0 2px;
        font-size: 18px; }
        #blog .sec01__inner .pager ul.pageNav li.current {
          width: 30px;
          height: 30px;
          font-size: 18px; }
        #blog .sec01__inner .pager ul.pageNav li a {
          width: 30px;
          height: 30px;
          font-size: 18px; }
          #blog .sec01__inner .pager ul.pageNav li a:hover {
            background: none;
            color: #ee8065; }
      #blog .sec01__inner .detail {
        margin-bottom: 12%; }
        #blog .sec01__inner .detail .ttl_area {
          margin-bottom: 8%; }
          #blog .sec01__inner .detail .ttl_area .title {
            margin-bottom: 3%;
            font-size: 20px;
            line-height: 1.4; }
          #blog .sec01__inner .detail .ttl_area .cate {
            margin-right: 5%;
            padding: 2px 10px;
            font-size: 12px; }
          #blog .sec01__inner .detail .ttl_area .date {
            font-size: 12px; }
        #blog .sec01__inner .detail h4 {
          margin-bottom: 5%;
          line-height: 2.0; }
      #blog .sec01__inner .trans ul li:nth-child(2) a {
        margin: 0 20px;
        padding: 5px 20px; }
        #blog .sec01__inner .trans ul li:nth-child(2) a:hover {
          background: #ee8065; } }
