@charset "UTF-8";
/* ----------
 reset
---------- */
html, body, div, /*span,*/ applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tr, th, td, article, embed, footer, header, hgroup, nav, section, time {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
}

/* HTML5 display-role reset for older browsers */
article, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img{
  vertical-align: bottom;
  max-width: 100%;
}
*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: none;
}

/* font */
html {
  font-size: 62.5%; /*1.6rem = 16px*/
  visibility: hidden;
}
html.wf-active,
html.loading-delay {
  visibility: visible;
}
body {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
  font-family: 'noto-sans-cjk-jp', sans-serif;
  font-weight: 500;
  letter-spacing: .1em;
  color: #2f2f2f;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  min-width: 1040px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}

/* common */
a {
  transition: all .3s;
  text-decoration: none;
}
a:hover img {
  transition: all .3s;
}
button {
  cursor: pointer;
}

/* ----------
layout
---------- */
.l-inner {
  width: 1040px;
  margin: 0 auto;
  padding: 120px 20px;
  overflow: hidden;
}
.l-inner__s {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: auto;
    padding: 40px 15px 60px;
  }
}


.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.l-header__inner {
  padding: 40px 60px 0 80px;
  display: flex;
  justify-content: space-between;
  min-width: 1040px;
  align-items: flex-start;
}
.l-header__logo {
  flex: 0 0 auto;
  filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
  & a {
    font-weight: bold;
    font-size: 30px;
    color: #fff;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
}
.l-header__nav li {
  margin: 0 0 0 40px;
}
.l-header__nav li a {
  font-size: 1.8rem;
  display: block;
  text-align: center;
  letter-spacing: .2em;
  text-indent: .1em;
  line-height: 54px;
  position: relative;
  white-space: nowrap;
  width: 160px;
  background: #fff;
  border: 1px solid #40b041;
  color: #40b041;
}

.l-header__nav li.l-header__nav__contact a {
  background: #40b041;
  color: #fff;
}


@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 10px 10px 0 10px;
    min-width: inherit;
    align-items: center;
  }
  .l-header__logo {
    & a {
      font-size: 12px;
    }
  }
  .l-header__nav li {
    margin: 0 0 0 15px;
  }
  .l-header__nav li a {
    font-size: 1.4rem;
    line-height: 30px;
    letter-spacing: .1em;
    text-indent: .05em;
    width: 80px;
  }
}

@media screen and (max-width: 350px) {
  .l-header__nav__link {
    display: none;
  }
}

.l-subheader .l-inner {
  padding-top: 170px;
  padding-bottom: 0;
}
.l-subheader__tit {
  font-size: 12.6rem;
  line-height: 1;
  text-align: right;
  color: #fff;
  margin: 0 -.2em -.2em 0;
}
@media screen and (max-width: 767px) {
  .l-subheader .l-inner {
    padding-top: 80px;
  }
  .l-subheader__tit {
    font-size: 6rem;
    margin: 0 -.05em -.2em 0;
  }
}

.l-footer {
  color: #fff;
}
.l-footer .l-inner {
  padding-top:40px;
  padding-bottom: 40px;
}
.l-footer-wrap {
  display: flex;
  justify-content: space-between;
  /* flex-direction: row-reverse; */
}
.l-footer-movie {
  width: 580px;
  flex: 0 0 auto;
}
.l-footer-movie video {
  display: block;
  max-width: 100%;
  margin: 0 0 20px;
}
.l-footer-movie video:last-of-type {
  margin: 0;
}
.l-footer-movie__sponser {
  font-size: 1.4rem;
  margin: 10px 0 0;
}

.l-footer-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.l-footer-bnr {
  width: 320px;
  margin: 25px 0 0;
}
.l-footer-bnr li {
  font-size: 90%;
  text-align: center;
}
.l-footer-bnr li a,
.l-footer-bnr li span {
  display: block;
  margin: 0 0 5px;
}
.l-footer-bnr li:not(:first-of-type) {
  margin: 20px 0 0;
}
.l-footer-company__logo {
  width: 160px;
  margin: 0 0 15px;
  display: block;
}
.l-footer-company__name {
  & a {
    color: #fff;
    font-weight: bold;
    font-size: 120%;
  }
}
.l-footer-company__address {
  line-height: 2;
}
.l-footer-copy {
  text-align: center;
  text-indent: .05em;
  padding: 20px 0 10px;
}

@media screen and (max-width: 767px) {
  .l-footer .l-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .l-footer-movie {
    width: 50%;
  }
  .l-footer-movie video {
    display: block;
    max-width: 100%;
    margin: 0 0 20px;
  }
  .l-footer-movie__sponser {
    font-size: 1.2rem;
    margin: 5px 0 0;
    letter-spacing: .03em;
  }
  .l-footer-info {
    /* width: 45%; */
  }
  .l-footer-bnr {
    width: 280px;
    margin: 15px 0 0;
  }
  .l-footer-bnr li {
    font-size: 80%;
  }
  .l-footer-bnr li:not(:first-of-type) {
    margin: 15px 0 0;
  }
  .l-footer-company {
    font-size: 1.4rem;
  }
  .l-footer-company__logo {
    margin: 0 0 15px;
  }
  .l-footer-company__address {
  }
  .l-footer-copy {
    font-size: 1.2rem;
    padding: 10px 0;
  }
}

@media screen and (max-width: 580px) {
  .l-footer-wrap {
    display: block;
  }
  .l-footer-movie {
    width: 100%;
  }
  .l-footer-movie video {
    margin: 0 0 10px;
  }
  .l-footer-info {
    display: block;
    width: 100%;
    margin: 20px 0 0;
  }
  .l-footer-bnr {
    width: 300px;
    margin: 20px auto 0;
  }
  .l-footer-company {
    text-align: center;
  }
  .l-footer-company__logo {
    width: 120px;
    margin: 0 auto 15px;
  }
}


/* ----------
Projedt
---------- */

/* p-top */

.p-top-mv {
  height: 760px;
  background: url(../img/top_mv2.jpg?V) no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.p-top-mv__catch {
  font-weight: 700;
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: .2em;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-75%);
  z-index: 2;
}
.p-top-mv_subcatch {
  font-size: 16.2rem;
  color: #fff;
  letter-spacing: .05em;
  white-space: nowrap;
  opacity: .5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-25%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-top-mv {
    height: 380px;
  }
  .p-top-mv__catch {
    font-size: 1.8rem;
    transform: translate(-50%,-50%);
    padding: 0 10px;
    letter-spacing: .1em;
  }
  .p-top-mv_subcatch {
    font-size: 8rem;
    transform: translate(-50%,-50%);
    text-align: center;
    line-height: 1.2;
  }
}
@media screen and (max-width: 359px) {
  .p-top-mv__catch {
    font-size: 1.6rem;
    letter-spacing: .12em;
  }
  .p-top-mv_subcatch {
    font-size: 8rem;
    transform: translate(-50%,-50%);
    text-align: center;
    line-height: 1.2;
  }
}


.p-top-desc {
  text-align: center;
}
.p-top-desc__catch {
  font-weight: 700;
  line-height: 2;
  font-size: 2.4rem;
}
.p-top-desc__txt {
  line-height: 2;
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .p-top-desc__catch {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .p-top-desc__txt {
    margin: 15px 0 0;
    font-size: 1.4rem;
  }
}

.p-top-service-list {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.p-top-service-list li {
  width: 33%;
  border-left: 2px solid #fff;
  padding: 20px 20px 80px;
  margin: 0 0 30px 0;
}
.p-top-service-list li:nth-of-type(3n) {
  border-right: 2px solid #fff;
}
.p-top-service-list__num {
  color: #7b7b7b;
  font-size: 3.6rem;
  display: inline-block;
  position: relative;
}
.p-top-service-list__num::after {
  content: '';
  background: #7b7b7b;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-top-service-list__tit {
  white-space: nowrap;
  font-weight: 700;
  margin: 50px 0 30px;
}
.p-top-service-list__txt {
  font-size: 2.4rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-top-service-list {
    display: block;
    border: none;
    border-bottom: 1px solid #fff;
    margin: 0 20px;
  }
  .p-top-service-list br {
    display: none;
  }
  .p-top-service-list li {
    width: 100%;
    border-left: none !important;
    border-right: none !important;
    border-top: 1px solid #fff;
    padding: 20px 0;
    margin: 0;
  }
  .p-top-service-list__tit {
    margin: 10px 0 5px;
    white-space: normal;
  }
}
@media screen and (max-width: 480px) {
  .p-top-service-list {
    margin: 0 10px;
  }
  .p-top-service-list__num {
    font-size: 1.8rem;
  }
  .p-top-service-list__num::after {
    height: 3px;
  }
  .p-top-service-list__tit {
    font-size: 1.5rem;
  }
  .p-top-service-list__txt {
    font-size: 1.8rem;
  }
}

.p-top-greeting__txt {
  text-align: center;
}
.p-top-greeting__txt p {
  line-height: 2.2;
  font-weight: 500;
  margin: 0 0 40px;
}
.p-top-greeting__txt p:last-of-type {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-top-greeting__txt p {
    margin: 0 0 20px;
    font-size: 1.4rem;
    text-align: left;
  }
}


/* p-service */

.p-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -40px 0 0;
}
.p-service-list li {
  width: 480px;
  margin: 40px 0 0;
}
.p-service-list li:nth-of-type(2n) {
  margin-top: 120px;
}
.p-service-list__en {
  font-size: 5.8rem;
  letter-spacing: .05em;
  line-height: 1.2;
  margin: 0 0 -.7em;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 0 rgba(255,255,255,.8);
}
.p-service-list__tit {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2;
  margin: 30px 0 20px;
}
.p-service-list__catch {
  display: inline-block;
  background: #40b041;
  color: #fff;
  font-size: 2rem;
  padding: 10px 20px;
  margin: 0 0 30px;
}
.p-service-list__subtit {
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  border-left: 3px solid #40b041;
  line-height: 1.2;
}
.p-service-list__subtit span {
  font-weight: normal;
  font-size: 1.5rem;
  display: inline-block;
}
.p-service-list__subtit:not(:first-of-type) {
  margin-top: 30px;
}
.p-service-list__notice {
  font-size: 1.4rem;
  margin: 1em 0 0;
  color: #BD0A16;
}
.p-service-list__shisetsu img {
  /* border: 1px solid #ccc; */
}
@media screen and (max-width: 767px) {
  .p-service-list {
    display: block;
    margin: 0;
  }
  .p-service-list li {
    width: 100%;
    margin: 0 0 40px;
  }
  .p-service-list li:nth-of-type(2n) {
    margin-top: 0;
  }
  .p-service-list__en {
    font-size: 3rem;
    margin: 0 0 -.7em;
  }
  .p-service-list__img {
  }

  .p-service-list__tit {
    font-size: 1.8rem;
    margin: 15px 0 10px;
    line-height: 1.6;
  }
  .p-service-list__catch {
    font-size: 1.6rem;
    padding: 5px 10px;
    margin: 0 0 15px;
  }
  .p-service-list__txt {
    font-size: 1.4rem;
  }

  .p-service-list__subtit {
    font-size: 1.4rem;
    margin: 0 0 10px;
    padding: 0 0 0 8px;
  }
  .p-service-list__subtit:first-of-type {
    margin-top: 5px;
  }
  .p-service-list__subtit span {
    font-size: 1.2rem;
  }
  .p-service-list__subtit:not(:first-of-type) {
    margin-top: 20px;
  }
  .p-service-list__notice {
    font-size: 1.2rem;
  }

}
@media screen and (max-width: 480px) {
  .p-service-list__shisetsu {
    text-align: center;
  }
}


/*TOP移植版*/
.p-top-service .p-service-list {
  display: block;
  margin: 0;
}
.p-top-service .p-service-list li {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.p-top-service .p-service-list__img {
  width: 480px;
}
.p-top-service .p-service-list__info {
  width: calc(100% - 520px);
}
.p-top-service .p-service-list__tit {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-top-service .p-service-list li {
    display: block;
  }
  .p-top-service .p-service-list__img {
    width: 100%;
  }
  .p-top-service .p-service-list__info {
    width: 100%;
  }
  .p-top-service .p-service-list__tit {
    margin-top: 20px;
  }
}

/* p-greeting */

.p-greeting__txt p {
  margin: 0 0 30px;
  line-height: 2;
}
.p-greeting__txt p:last-of-type {
  margin: 0;
}
.p-greeting__sign {
  text-align: right;
  margin: 40px 0 0;
  font-weight: bold;
}
.p-greeting__sign img {
  width: 320px;
}

@media screen and (max-width: 767px) {
  .p-greeting__txt p {
    margin: 0 0 20px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-greeting__sign {
    margin: 30px 0 0;
  }
  .p-greeting__sign img {
    width: 160px;
  }
}

/*p-company*/

.p-company__detail {
  line-height: 1.8;
}
.p-company__detail th {
  font-weight: bold;
  width: 220px;
  padding: 15px 40px 15px;
  vertical-align: top;
}
.p-company__detail td {
  padding: 15px 0;
}
.p-company__detail td a {
  color: #3a99d1;
  text-decoration: underline;
}

.p-company__shisetsu__img {
  width: 340px;
  background: #fff;
  padding: 10px 0;
  text-align: center;
}
.p-company__shisetsu__img img {
  max-width: 380px;
}
.p-company__shisetsu__cont {
  margin: 20px 0 0;
}
.p-company__shisetsu__cont dt {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #666;
}
.p-company__shisetsu__cont dt span {
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0 0 0 10px;
  display: inline-block;
}
.p-company__shisetsu__cont dd {
  margin: 0 0 20px;
}
.p-company__shisetsu__cont dd p {
  font-size: 1.4rem;
}
.p-company__shisetsu__cont dd p:not(:last-of-type){
  margin: 0 0 1em;
}
.p-company__shisetsu__cont dd .notice {
  font-size: 1.2rem;
  color: #BD0A16;
}
@media screen and (max-width: 767px) {
  .p-company__detail {
    font-size: 1.4rem;
  }
  .p-company__detail table,
  .p-company__detail tbody,
  .p-company__detail tr,
  .p-company__detail th,
  .p-company__detail td {
    display: block;
  }
  .p-company__detail th {
    width: auto;
    white-space: nowrap;
    padding: 10px 0 5px;
    font-size: 1.6rem;
  }
  .p-company__detail td {
    padding: 0 0 10px;
  }

  .p-company__shisetsu__img {
    margin: 10px 0 0
  }
  .p-company__shisetsu__img img {
    width: 280px;
  }
  .p-company__shisetsu__cont {
    margin: 15px 0 0;
  }
  .p-company__shisetsu__cont dt {
    font-size: 1.4rem;
    margin: 0 0 5px;
  }
  .p-company__shisetsu__cont dt span {
    font-size: 1.2rem;
    margin: 0;
  }
  .p-company__shisetsu__cont dd {
    margin: 0 0 15px;
  }
}


/*p-contact*/

.p-contact-form {
  line-height: 1.8;
}
.p-contact-form table {
  width: 100%;
}
.p-contact-form th {
  font-weight: bold;
  width: 280px;
  padding: 15px 0 15px;
}
.p-contact-form th.hissu::before {
  content: '必須';
  background: #BD0A16;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  padding: 5px;
  line-height: 1;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.p-contact-form td {
  padding: 15px 0 15px 40px;
}
@media screen and (max-width: 767px) {
  .p-contact-form table,
  .p-contact-form tbody,
  .p-contact-form tr,
  .p-contact-form th,
  .p-contact-form td {
    display: block;
  }
  .p-contact-form th {
    width: 100%;
    padding: 10px 0 10px;
    font-size: 1.4rem;
  }
  .p-contact-form td {
    padding: 0 0 15px;
  }
}

.mfp_element_all:not(.mfp_element_checkbox) {
  max-width: inherit;
  width: 100% !important;
  border: none;
  background: #e6eced;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 15px;
  font-family: inherit;
  box-shadow: none;
  margin: 0;
}
.mfp_element_checkbox {
  border-radius: 3px;
}
div.mfp_err {
  color: #BD0A16;
  padding: 10px;
  background: #f8cfd2
}

.p-contact-privacy__check {
  text-align: center;
}
.p-contact-privacy__check .mfp_element_checkbox {
  width: auto !important;
}

form#mailformpro .p-contact-privacy__check label.mfp_not_checked {
  border: none;
  padding: 5px 10px;
}
form#mailformpro label.mfp_checked {
  border: none;
  padding: 5px 10px;
  background-color: #E8EEF9;
  box-shadow: none;
}
.mfp_element_submit.c-btn1 {
  border-radius: 0;
  padding: 0;
  border: none;
  font-family: inherit;
  font-weight: 500;
  text-shadow: none;
  background: #40b041;
  color: #fff;
  transition: all .3s;
  letter-spacing: .2em;
}
.mfp_element_submit.c-btn1:hover {
  background: #666 !important;
  box-shadow: none;
}


.p-contact-privacyWrap {
  padding-left: 0 !important;
}
.p-contact-privacy {
  height: 240px;
  overflow-y: auto;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 0 0 30px;
}
.p-contact-privacy__tit {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 1em;
  text-align: center;
}
.p-contact-orivacy__subtit {
  font-weight: 700;
  border-left: 4px solid #ccc;
  padding: 0 0 0 10px;
  margin: 2em 0 1em;
}
.p-contact-orivacy__body ul {
  list-style: disc;
  padding-left: 1.5em;
  margin: 1em 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact-privacy {
    height: 180px;
    font-size: 1.2rem;
    padding: 15px;
    margin: 0 0 15px;
  }
  .p-contact-orivacy__subtit {
    font-size: 1.4rem;
  }
  form#mailformpro .p-contact-privacy__check label {
    font-size: 1.4rem;
  }
}

/*mfp_phase_confirm_inner*/

div#mfp_phase_confirm h4 {
  font-size: 2rem;
  padding: 0 0 20px;
  text-align: center;
}
table#mfp_confirm_table {
  width: auto;
  margin: 0 auto;
}
table#mfp_confirm_table tr.mfp_achroma,
table#mfp_confirm_table tr.mfp_colored {
  background: none;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  font-size: 1.6rem;
  border: none;
  padding: 15px;
}
div.mfp_buttons {
  margin: 40px 0 0;
}

div.mfp_buttons button#mfp_button_send,
div.mfp_buttons button#mfp_button_cancel {
  font-family: inherit;
  border-radius: 0;
  padding: 10px 15px;
  text-shadow: none;
  background: #2f2f2f;
  color: #fff;
  border: none;
}
div.mfp_buttons button#mfp_button_send:hover,
div.mfp_buttons button#mfp_button_cancel:hover {
  box-shadow: none;
}
div.mfp_buttons button#mfp_button_cancel {
  background: #ddd;
  color: #666;
}
@media screen and (max-width: 767px) {
  table#mfp_confirm_table tr th {
    font-size: 1.4rem;
    padding: 10px 0 5px;
  }
  table#mfp_confirm_table tr td {
    font-size: 1.4rem;
    padding: 0 0 10px;
  }
  div.mfp_buttons {
    margin: 30px 0 0;
  }
}



/* p-thanks */
.p-thanks-txt {
  text-align: center;
}
.p-thanks-txt p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-thanks-txt {
    text-align: left;
    font-size: 1.4rem;
  }
}


/*p-404*/

.p-404-tit {
  text-align: center;
  margin: 0 0 60px;
}
.p-404-tit__num {
  font-size: 22rem;
  line-height: 1;
}
.p-404-tit__txt {
  font-size: 6.4rem;
  line-height: 1;
}
.p-404-txt {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-404-tit {
    margin: 0 0 30px;
  }
  .p-404-tit__num {
    font-size: 13rem;
  }
  .p-404-tit__txt {
    font-size: 3.2rem;
  }
  .p-404-txt {
    font-size: 1.4rem;
  }
}

/* ----------
Compornent
---------- */
.c-tit1 {
  font-size: 12.8rem;
  text-align: center;
  letter-spacing: .05em;
  line-height: 1;
  margin: 20px 0 60px;
}
.u-bg-b .c-tit1 {
  color: #d0d7d8;
}

@media screen and (max-width: 767px) {
  .c-tit1 {
    font-size: 6.4rem;
    margin: 10px 0 30px;
  }
}

.c-tit2 {
  font-weight: 700;
  font-size: 3.6rem;
  text-align: center;
  margin:0 0 70px;
  padding: 0 0 40px;
  border-bottom: 2px solid #2f2f2f;
}

@media screen and (max-width: 767px) {
  .c-tit2 {
    font-size: 2.2rem;
    margin: 0 0 35px;
    padding: 0 0 15px;
    border-width: 1px;
  }
}


.c-btn-wrap1 {
  width: 480px;
  margin: 100px auto 0;
  position: relative;
}
.c-btn1 {
  display: block;
  width: 100%;
  background: #d0d7d8;
  font-size: 2.4rem;
  color: #2f2f2f;
  text-align: center;
  line-height: 80px;
  text-indent: .05em;
}
.c-btn-wrap1::before,
.c-btn-wrap1::after,
.c-btn1::before,
.c-btn1::after {
  content: '';
  position: absolute;
  border: 1px solid #2f2f2f;
  width: 34px;
  height: 34px;
  transition: all .3s;
}
.c-btn-wrap1::before,
.c-btn-wrap1::after {
  top: -20px;
  border-bottom: none;
}
.c-btn1::before,
.c-btn1::after {
  bottom: -20px;
  border-top: none;
}
.c-btn-wrap1::before,
.c-btn1::before {
  left: -20px;
  border-right: none;
}
.c-btn-wrap1::after,
.c-btn1::after {
  right: -20px;
  border-left: none;
}
.u-bg-b .c-btn-wrap1::before,
.u-bg-b .c-btn-wrap1::after,
.u-bg-b .c-btn1::before,
.u-bg-b .c-btn1::after {
  border-color: #d0d7d8;
}
.c-btn-wrap1:hover .c-btn1 {
  background: #eaeaea;
}
.c-btn-wrap1:hover::before,
.c-btn-wrap1:hover::after {
  top: -10px;
}
.c-btn-wrap1:hover .c-btn1::before,
.c-btn-wrap1:hover .c-btn1::after {
  bottom: -10px;
}
.c-btn-wrap1:hover::before,
.c-btn-wrap1:hover .c-btn1::before {
  left: -10px;
}
.c-btn-wrap1:hover::after,
.c-btn-wrap1:hover .c-btn1::after {
  right: -10px;
}

@media screen and (max-width: 767px) {
  .c-btn-wrap1 {
    width: 240px;
    margin: 50px auto 0;
  }
  .c-btn1 {
    font-size: 1.6rem;
    line-height: 50px;
  }
  .c-btn-wrap1::before,
  .c-btn-wrap1::after,
  .c-btn1::before,
  .c-btn1::after {
    width: 16px;
    height: 16px;
  }
  .c-btn-wrap1::before,
  .c-btn-wrap1::after {
    top: -10px;
  }
  .c-btn1::before,
  .c-btn1::after {
    bottom: -10px;
  }
  .c-btn-wrap1::before,
  .c-btn1::before {
    left: -10px;
  }
  .c-btn-wrap1::after,
  .c-btn1::after {
    right: -10px;
  }
  .c-btn-wrap1:hover::before,
  .c-btn-wrap1:hover::after {
    top: -5px;
  }
  .c-btn-wrap1:hover .c-btn1::before,
  .c-btn-wrap1:hover .c-btn1::after {
    bottom: -5px;
  }
  .c-btn-wrap1:hover::before,
  .c-btn-wrap1:hover .c-btn1::before {
    left: -5px;
  }
  .c-btn-wrap1:hover::after,
  .c-btn-wrap1:hover .c-btn1::after {
    right: -5px;
  }
}


/* ----------
Utility
---------- */
@media screen and (max-width: 768px){
  .u-pc { display: none; }
}
@media screen and (min-width: 767px) {
  .u-sp { display: none; }
}
.u-en {
  font-family: 'din-condensed', sans-serif;
  font-weight: 400;
}
.u-dis-ib {display: inline-block; }
.u-ta-l { text-align: left; }
.u-ta-c { text-align: center; }
.u-ta-r { text-align: right; }
.u-fw-bold { font-weight: bold; }
.u-bg-b { background: url(../img/bg.png) #40b041; }
.u-bg-g { background: #f0f0f0; }

.u-fs-ss { font-size: 1.2rem; }
.u-fs-s { font-size: 1.4rem; }
.u-fs-m { font-size: 1.6rem; }
.u-fs-l { font-size: 2rem; }
.u-fs-ll { font-size: 2.5rem; }

.u-mb-none { margin-bottom: 0; }
.u-mb-ss { margin-bottom: 10px; }
.u-mb-s { margin-bottom: 15px; }
.u-mb-m { margin-bottom: 30px; }
.u-mb-l { margin-bottom: 40px; }
.u-mb-ll { margin-bottom: 80px; }

.u-mt-none { margin-top: 0; }
.u-mt-ss { margin-top: 10px; }
.u-mt-s { margin-top: 15px; }
.u-mt-m { margin-top: 30px; }
.u-mt-l { margin-top: 40px; }
.u-mt-ll { margin-top: 80px; }

.u-indent { text-indent: -1em; padding-left: 1em; }

@media screen and (max-width: 767px) {
  .u-fs-ss { font-size: 1rem; }
  .u-fs-s { font-size: 1.2rem; }
  .u-fs-l { font-size: 1.8rem; }
  .u-fs-ll { font-size: 2.2rem; }
  
  .u-mb-ss { margin-bottom: 5px; }
  .u-mb-s { margin-bottom: 8px; }
  .u-mb-m { margin-bottom: 15px; }
  .u-mb-l { margin-bottom: 20px; }
  .u-mb-ll { margin-bottom: 40px; }

  .u-mt-ss { margin-top: 5px; }
  .u-mt-s { margin-top: 8px; }
  .u-mt-m { margin-top: 15px; }
  .u-mt-l { margin-top: 20px; }
  .u-mt-ll { margin-top: 40px; }
}
