@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.main > section {
  padding: 15rem 0;
}
@media screen and (min-width: 768px) {
  .main > section {
    padding: 10rem 0;
  }
}

[class^=icon_] {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.icon_tel {
  -webkit-mask-image: url(../images/common/icon_tel.svg);
          mask-image: url(../images/common/icon_tel.svg);
}

.icon_mail {
  -webkit-mask-image: url(../images/common/icon_mail.svg);
          mask-image: url(../images/common/icon_mail.svg);
}

.icon_youtube {
  -webkit-mask-image: url(../images/common/icon_youtube.svg);
          mask-image: url(../images/common/icon_youtube.svg);
}

.icon_x {
  -webkit-mask-image: url(../images/common/icon_x.svg);
          mask-image: url(../images/common/icon_x.svg);
}

/* =====================================================================
    mv
======================================================================*/
.mv {
  padding: 0 !important;
}
.mv > .inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv > .inner {
    width: calc(1820 / 1920 * 100%);
    max-width: 1820px;
  }
}
.mv-lead {
  position: relative;
  margin: -7rem 0 0 auto;
  padding: 1.6em;
  width: calc(600 / 750 * 100%);
  font-weight: 700;
  line-height: 1.923 !important;
  color: #7c3e1c;
  background-color: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mv-lead {
    margin-top: -10rem;
    font-size: 133%;
    width: 44.5054945055%;
  }
}

/* =====================================================================
    news
======================================================================*/
.news {
  padding: 10rem 0 !important;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 0 0 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .news > .inner {
    width: 100%;
  }
}
.news .sec-ttl {
  margin: 0 0 12rem calc(30 / 750 * 100%);
  text-align: left;
}
@media screen and (min-width: 768px) {
  .news .sec-ttl {
    margin: 0 0 10rem;
  }
}
.news .sec-ttl .ja {
  color: #f39700;
}
@media screen and (min-width: 768px) {
  .news-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .news-pickup, .news-list {
    margin-left: auto;
    width: calc(650 / 750 * 100%);
  }
}
.news-pickup a, .news-list a {
  padding: 3rem 0;
  border-bottom: 2px solid #f39700;
}
@media screen and (max-width: 767px) {
  .news-pickup a, .news-list a {
    padding-right: calc(60 / 650 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .news-pickup a:hover, .news-list a:hover {
    opacity: 1;
  }
  .news-pickup a:hover figure, .news-list a:hover figure {
    -webkit-box-shadow: 1rem 1rem 2rem 0px rgba(0, 0, 0, 0.1);
            box-shadow: 1rem 1rem 2rem 0px rgba(0, 0, 0, 0.1);
  }
  .news-pickup a:hover figure img, .news-list a:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .news-pickup a:hover .news-list-ttl, .news-list a:hover .news-list-ttl {
    color: #7c3e1c;
  }
}
.news-pickup time, .news-list time {
  display: block;
  margin-bottom: 1rem;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 92%;
  color: #f39700;
}
@media screen and (min-width: 768px) {
  .news-pickup {
    width: calc(480 / 1200 * 100%);
  }
}
.news-pickup figure {
  margin-bottom: 2rem;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  overflow: hidden;
}
.news-pickup figure img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news-pickup a {
  position: relative;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .news-pickup a {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.news-pickup a::before {
  content: "pick up";
  position: absolute;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  top: -2em;
  left: -2em;
  padding: 0.5em;
  width: 4em;
  height: 4em;
  font-family: "Lexend", sans-serif;
  font-size: 71%;
  font-weight: 800;
  line-height: 0.9;
  color: #ffffff;
  background: url(../images/common/shape01.svg) no-repeat center/100% 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(670 / 1200 * 100%);
    border-top: 2px solid #f39700;
  }
}
.news-list-ttl {
  line-height: 1.571;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.news .btn01 {
  margin-top: 10rem;
}

/* =====================================================================
    network
======================================================================*/
.network {
  padding: 10rem 0 !important;
  background-image: radial-gradient(#ded4c0 1px, transparent 1px);
  background-size: 7px 7px;
  border-top: 2px solid #f5f1e9;
  border-bottom: 2px solid #f5f1e9;
}
@media screen and (min-width: 768px) {
  .network {
    padding: 5rem 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .network-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.network-ttl {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .network-ttl {
    margin-bottom: 0;
    width: calc(480 / 1200 * 100%);
  }
}
.network-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .network-list {
    width: calc(670 / 1200 * 100%);
  }
}
.network-list > li {
  margin-top: 2rem;
  width: calc(320 / 650 * 100%);
}
@media screen and (min-width: 768px) {
  .network-list > li {
    width: 47.7611940299%;
  }
}
.network-list > li:nth-child(-n+2) {
  margin-top: 0;
}
.network-list > li a {
  position: relative;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0.5em;
  padding-right: 1.4em;
  min-height: 3.461em;
  font-size: 92%;
  font-weight: 700;
  line-height: 1.153;
  color: #ffffff;
  background-color: #0296df;
  border-radius: 3em;
}
@media screen and (min-width: 768px) {
  .network-list > li a {
    font-size: 100%;
    -webkit-transition-property: -webkit-filter;
    transition-property: -webkit-filter;
    transition-property: filter;
    transition-property: filter, -webkit-filter;
  }
  .network-list > li a:hover {
    opacity: 1;
    -webkit-filter: brightness(80%) contrast(160%);
            filter: brightness(80%) contrast(160%);
  }
}
.network-list > li a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0.6em;
  margin: auto 0;
  width: 0.68em;
  height: 0.68em;
  background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
}
.network-list > li.mid a {
  background-color: #df3f93;
}
.network-list > li.kyushu a {
  background-color: #008b45;
}
.network-list > li.shizuoka a {
  background-color: #a7c000;
}
.network-list > li.miyagi a {
  background-color: #e46707;
}

/* =====================================================================
*    banner01
* =================================================================== */
.banner01 {
  padding: 5rem 0;
}
.banner01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner01-list li {
  margin: 2rem calc(20 / 650 * 100%) 0 0;
  width: calc(312 / 650 * 100%);
}
.banner01-list li:nth-child(-n+2) {
  margin-top: 0;
}
.banner01-list li:nth-child(2n), .banner01-list li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .banner01-list li {
    margin: 3rem calc(36 / 1200 * 100%) 0 0;
    width: calc(376 / 1200 * 100%);
  }
}

.banner02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: calc(550 / 650 * 100%);
}
@media screen and (min-width: 768px) {
  .banner02-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.banner02-list li {
  margin-top: 3rem;
  width: 47.2727272727%;
}
@media screen and (min-width: 768px) {
  .banner02-list li {
    margin: 3rem calc(32 / 1200 * 100%) 0 0;
    width: calc(226 / 1200 * 100%);
  }
  .banner02-list li:nth-child(-n+4) {
    margin-top: 0;
  }
  .banner02-list li:nth-child(4n), .banner02-list li:last-child {
    margin-right: 0;
  }
}

/* =====================================================================
    service
======================================================================*/
.service {
  background-color: #f5f1e9;
}
.service-lead {
  text-align: center;
  margin: 0 calc(50% - 50vw) 10rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .service-lead {
    margin: 0 0 8rem;
  }
}

/* =====================================================================
    contact
======================================================================*/
.contact {
  background-color: #f39700;
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 4rem 0 !important;
  }
  .contact > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contact .sec-ttl {
  text-align: left;
  font-size: 8rem;
}
@media screen and (min-width: 768px) {
  .contact .sec-ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    font-size: 5rem;
  }
}
.contact .sec-ttl .en {
  position: relative;
  color: #000000;
}
.contact .sec-ttl .en::before {
  content: "";
  position: absolute;
  display: block;
  top: -0.25em;
  left: 0;
  width: 0.33em;
  height: 0.33em;
  background: url(../images/common/shape01.svg) no-repeat center/contain;
}
.contact .sec-ttl .ja {
  font-size: 36%;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .contact .sec-ttl .ja {
    font-size: 48%;
  }
}
@media screen and (min-width: 768px) {
  .contact-list {
    width: calc(670 / 1200 * 100%);
  }
}
.contact-list > li:not(:last-child) {
  margin-bottom: 1.4rem;
}
.contact-list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 1em;
  background-color: #ffffff;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .contact-list > li a {
    font-size: 133%;
  }
  .contact-list > li a[href^="tel:"] {
    pointer-events: none;
  }
}
.contact-list > li a [class^=icon_] {
  width: 1.285em;
  height: 1.285em;
  background-color: #f39700;
}
.contact-list > li a p {
  margin-left: 1em;
  padding: 0.2em 0;
  padding-left: 1em;
  font-weight: 700;
  color: #7c3e1c;
  border-left: 2px solid #f39700;
}

/* =====================================================================
    member
======================================================================*/
@media screen and (min-width: 768px) {
  .member > .inner {
    width: 94%;
    max-width: 1720px;
  }
  .member .sec-ttl {
    margin-bottom: 8rem;
  }
}
.member-group {
  position: relative;
}
@media screen and (max-width: 767px) {
  .member-group {
    margin: 0 calc(50% - 50vw);
  }
}
.member-group {
  padding: 10rem calc(50 / 650 * 100%);
  border-radius: 5rem;
  background-color: #f5f1e9;
}
@media screen and (min-width: 768px) {
  .member-group {
    padding: 5rem calc(55 / 1720 * 100%);
  }
}
.member-group::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(210 / 650 * 100%);
  height: 1rem;
  border-radius: 0 0 0.8rem 0.8rem;
  background-color: #e55242;
}
@media screen and (min-width: 768px) {
  .member-group::before {
    width: calc(150 / 1720 * 100%);
  }
}
.member-group:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .member-group:not(:last-child) {
    margin-bottom: 10rem;
  }
}
.member-group .member-subgroup:not(:last-of-type) {
  margin-bottom: 5rem;
}
.member-ttl {
  text-align: center;
  margin-bottom: 8rem;
  font-size: 128%;
  font-weight: 700;
  line-height: 1.3;
  color: #e55242;
}
@media screen and (min-width: 768px) {
  .member-ttl {
    margin-bottom: 5rem;
    font-size: 166%;
  }
}
.member-subttl {
  text-align: center;
  margin-bottom: 4rem;
  padding: 0.3em 1em;
  font-weight: 700;
  font-size: 107%;
  line-height: 1.3;
  border-radius: 0.6rem;
  color: #ffffff;
  background-color: #7a86dd;
}
@media screen and (min-width: 768px) {
  .member-subttl {
    margin: 0 auto 3rem;
    font-size: 122%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 32.049689441%;
  }
}
.member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .member-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.member-list > li {
  margin-top: 5rem;
  width: calc(304 / 650 * 100%);
}
@media screen and (max-width: 767px) {
  .member-list > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .member-list > li {
    margin: 2rem 1.2422360248% 0 0;
    width: 18.8819875776%;
  }
  .member-list > li:nth-child(-n+5) {
    margin-top: 0;
  }
  .member-list > li:nth-child(5n), .member-list > li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .member-list > li a figure {
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  }
  .member-list > li a:hover {
    opacity: 1;
  }
  .member-list > li a:hover figure {
    -webkit-box-shadow: 1rem 1rem 2rem 0px rgba(0, 0, 0, 0.15);
            box-shadow: 1rem 1rem 2rem 0px rgba(0, 0, 0, 0.15);
  }
  .member-list > li a:hover span {
    color: #f36700;
  }
}
.member-list > li a span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.8em;
  font-size: 92%;
  color: #f39700;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.member-list > li a span::after {
  content: "";
  display: inline-block;
  margin-left: 0.3em;
  width: 1.3em;
  height: 1.3em;
  border-radius: 0.2em;
  background-color: currentColor;
  background-image: url(../images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 40% 40%;
  background-position: center;
}
.member-list-name {
  margin: 0.5em 0;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .member-list-name {
    font-size: 122%;
  }
}
.member-list p {
  font-size: 92%;
  line-height: 1.3;
}

/* =====================================================================
    cts
======================================================================*/
.cts {
  background-color: #f39700;
}
.cts .sec-ttl {
  text-align: left;
}
.cts .sec-ttl .en {
  color: #000000;
}
.cts .sec-ttl .ja {
  color: #ffffff;
}
.cts-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10rem;
  margin-left: -7.6923076923%;
  width: calc(750 / 650 * 100%);
}
.cts-head > * {
  width: calc(700 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .cts-head > * {
    width: 53.5714285714%;
  }
}
.cts-head figure {
  margin: -10rem 0 0 auto;
}
@media screen and (min-width: 768px) {
  .cts-head figure {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -13.5rem;
  }
}
.cts-head dl {
  position: relative;
  padding: 8rem calc(50 / 750 * 100%);
  border-radius: 0 3rem 3rem 0;
  background-color: #f5f1e9;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cts-head dl {
    padding: 8rem 4.2857142857%;
    border-radius: 3rem;
  }
}
.cts-head dl dt {
  margin-bottom: 6rem;
  font-size: 162%;
  font-weight: 900;
  color: #7c3e1c;
}
@media screen and (min-width: 768px) {
  .cts-head dl dt {
    font-size: 222%;
  }
}
.cts-head dl dd {
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .cts-head dl dd {
    font-size: 111%;
  }
}
.cts-head dl dd strong {
  font-size: 120%;
  color: #7c3e1c;
}
@media screen and (min-width: 768px) {
  .cts .sec-ttl, .cts-head {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1720px) {
  .cts .sec-ttl, .cts-head {
    margin-left: -8.3333333333%;
    width: calc(1400 / 1200 * 100%);
  }
}
.cts-summary {
  margin-bottom: 5rem;
  padding: 2rem;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cts-summary-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cts-summary-group:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .cts-summary-group:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cts-summary-ttl {
  text-align: center;
  margin-bottom: 3rem;
  padding: 0.3em 1em;
  font-size: 107%;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 0.6rem;
  color: #ffffff;
  background-color: #e55242;
}
@media screen and (min-width: 768px) {
  .cts-summary-ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 calc(10 / 1200 * 100%) 0 0;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    padding: 1em 0.3em;
    font-size: 155%;
  }
}
@media screen and (min-width: 768px) {
  .cts-summary-desc {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .cts-summary-desc dl {
    width: 32%;
  }
}
.cts-summary-desc dl:not(:last-child) {
  margin-bottom: 1em;
}
.cts-summary-desc dl > * {
  line-height: 1.384;
}
.cts-summary-desc dl dt {
  margin-bottom: 1em;
  padding-bottom: 0.4em;
  font-size: 107%;
  color: #e55242;
  border-bottom: 2px solid #eee3cc;
}
@media screen and (min-width: 768px) {
  .cts-summary-desc dl dt {
    text-align: center;
  }
}
.cts-summary-desc ul {
  padding: 4rem 2rem;
  border-radius: 0.6rem;
  background-color: #f5f1e9;
  border: 1px solid #eee3cc;
}
@media screen and (min-width: 768px) {
  .cts-summary-desc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-height: 11em;
  }
}
.cts-summary-desc ul > li {
  margin-bottom: 0.3em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .cts-summary-desc ul > li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.cts-summary-desc ul > li.notice {
  margin-top: 2em;
  font-size: 80%;
  color: #9f9f9f;
}
@media screen and (min-width: 768px) {
  .cts-summary-desc ul > li.notice {
    text-align: right;
  }
}
.cts-menu-ttl {
  text-align: center;
  margin-bottom: 3rem;
  padding: 0.3em 1em;
  font-size: 107%;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 0.6rem;
  color: #ffffff;
  background-color: #e55242;
}
@media screen and (min-width: 768px) {
  .cts-menu-ttl {
    font-size: 155%;
  }
}
@media screen and (min-width: 768px) {
  .cts-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cts-menu-list > li {
  padding: calc(30 / 650 * 100%);
  background-color: #ffffff;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .cts-menu-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.6rem;
  }
  .cts-menu-list > li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .cts-menu-list > li {
    padding: calc(20 / 1200 * 100%);
    width: calc(376 / 1200 * 100%);
  }
}
@media screen and (max-width: 767px) {
  .cts-menu-list > li figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 41.6949152542%;
  }
}
.cts-menu-list > li p {
  margin-top: 2rem;
  width: 100%;
  font-size: 92%;
}
@media screen and (max-width: 767px) {
  .cts-menu-list-ttl {
    width: 52.5423728814%;
  }
}
.cts-menu-list-ttl {
  font-size: 107%;
  font-weight: 700;
  line-height: 1.4;
  color: #7c3e1c;
}
@media screen and (min-width: 768px) {
  .cts-menu-list-ttl {
    margin-top: 2.5rem;
  }
}
.cts .btn01 a {
  min-width: 100%;
  border: 1px solid currentColor;
}
@media screen and (min-width: 768px) {
  .cts .btn01 a {
    min-width: calc(630 / 1200 * 100%);
  }
}

/* =====================================================================
    shinbo
======================================================================*/
.shinbo {
  padding: 10rem 0;
}
.shinbo > .inner > *:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .shinbo-bnr {
    margin-left: -8.3333333333%;
    width: calc(1400 / 1200 * 100%);
  }
}
@media screen and (max-width: 767px) {
  .shinbo-sns {
    margin: 0 auto;
    width: calc(550 / 650 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .shinbo-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .shinbo-sns > li {
    margin-top: 2rem;
  }
  .shinbo-sns > li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .shinbo-sns > li {
    margin-right: calc(36 / 1200 * 100%);
    width: calc(376 / 1200 * 100%);
  }
  .shinbo-sns > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .shinbo-sns > li:nth-child(3n), .shinbo-sns > li:last-child {
    margin-right: 0;
  }
}
.shinbo-sns > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 0;
  border: 2px solid #f39700;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .shinbo-sns > li a {
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
  }
  .shinbo-sns > li a:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 2px #f39700;
            box-shadow: 0 0 0 2px #f39700;
  }
}
.shinbo-sns > li [class^=icon_] {
  margin: 0 calc(45 / 650 * 100%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.8em;
  height: 1.8em;
  background-color: #000000;
}
.shinbo-sns > li p {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: calc(25 / 650 * 100%);
  min-height: 3.6em;
  line-height: 1.285;
  color: #7c3e1c;
  border-left: 2px solid #ffebcb;
}
@media screen and (min-width: 768px) {
  .shinbo-sns > li p {
    font-size: 107%;
  }
}
.shinbo-sns > li p small {
  display: block;
  margin-bottom: 0.2em;
  font-size: 72%;
  color: #f39700;
}/*# sourceMappingURL=top.css.map */