@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------
	変数
-------------------------------------------------------*/
.menu .gnav .nav-menu li a.background--light {
     color: #505050;
}

.menu .gnav .nav-menu li a.background--dark {
     color: #fff;
}

.jp-h2 {
  font-size: 1.1rem;
  /* 11px */
  font-weight: 700;
}

.jp-p {
  font-size: 1rem;
  /* 10px */
}

.en-h2 {
  font-size: 1.2rem;
  /* 12px */
  font-weight: 700;
}

.en-p {
  font-size: 1.1rem;
  /* 11px */
  line-height: 1.8;
}

.menu .logo, .menu .logo #logo-svg, .menu .logo a::after, .menu .gnav, .menu .btn-wrap .menu-trigger, .menu .btn-wrap .menu-trigger span {
  -webkit-transition: all .6s;
  transition: all .6s;
}

/*-------------------------------------------------------
	全ページ共通の設定を記載します.
-------------------------------------------------------*/
html {
  font-size: 10px;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  color: #505050;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  height: 100%;
}

img {
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  letter-spacing: 0.1rem;
}

ul {
  list-style: none;
}

p {
  font-size: 1rem;
  /*10px*/
  line-height: 2;
}

section,
div,
ul, li,
h1, h2, h3, h4, h5, h6,
p, span,
a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #505050;
  text-decoration: none;
  line-height: 2;
}

.mb-h2 {
  margin-bottom: 12px;
}

.mb-p {
  margin-bottom: 10px;
}

.mb-next-p {
  margin-bottom: 30px;
}

.wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.sns figure {
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.sns figure a {
  width: 25px;
}

.sns figure a img {
  width: 25px;
}

.contents.active {
  -webkit-filter: blur(6px);
          filter: blur(6px);
}

.content {
  height: 0;
  opacity: 0;
  transition: all .5s ease;
  padding-left: 20px;
}

.is-active .content {
  height: 100%;
  opacity: 1;
}

.content li {
  margin-bottom: 20px;
}

.content li a {
  font-size: 20px;
}

/* 下層ページフェードイン */
.js-scroll-fade {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.is-animation {
  opacity: 1;
}

/*-------------------------------------------------------
	header
-------------------------------------------------------*/
header {
  position: fixed;
  width: 100vw;
  z-index: 100;
}

.menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 30px;
  margin: 0 auto;
}

.menu .logo {
  display: block;
  width: 90px;
  position: relative;
  z-index: 20;
}

.menu .logo.active a::after {
  color: #ffffff;
  display: inline-block;
}

.menu .logo #logo-svg {
  fill: #505050;
}

.menu .logo #logo-svg.active {
  fill: #ffffff;
}

.menu .logo a {
  display: block;
  width: 100%;
  line-height: 0;
}

.menu .logo a::after {
  display: inline-block;
  content: "© 2020 SHIRAFU + TND All Rights Reserved";
  width: 250px;
  color: #505050;
  line-height: 2;
  position: absolute;
  top: 20px;
  left: 0;
}

/* ハンバーガーメニュー. */
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.nav-menu-top-hover {
  position: relative;
}

.nav-kaso {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: .5s;
    z-index: 1;
    visibility: hidden;
}

.open{
  opacity: 1!important;
  visibility:inherit;
}

.nav-kaso li a {
    color: rgba(0, 43, 194, 0.6)!important;
    font-size: 12px!important;
    white-space: nowrap!important;
}

.menu .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  padding-left: 60px;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 43, 194, 0.6);
  opacity: 0;
  visibility: hidden;
}

.menu .gnav.active {
  visibility: visible;
  opacity: 1;
}

.menu .gnav .nav-menu {
  text-align: left;
}

.menu .gnav .nav-menu li {
  margin-bottom: 12px;
}

.menu .gnav .nav-menu li:last-child {
  margin-bottom: 0px;
}

.menu .gnav .nav-menu li a {
  position: relative;
  color: #ffffff;
  font-size: 2.4rem;
}

.menu .gnav .nav-menu li a::after {
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 15px;
  height: 2px;
  background: rgba(0, 43, 194, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.menu .gnav .nav-menu li a:hover::after {
  bottom: -6px;
  opacity: 1;
  visibility: visible;
}

.menu .gnav .nav-menu li.nav-menu-top-hover a:hover::after {
  display: none!important;
}

.menu .gnav .nav-menu li .current {
  position: relative;
}

.menu .btn-wrap {
  position: relative;
  right: 0px;
  width: 28px;
  height: 22px;
  cursor: pointer;
  z-index: 20;
}

.menu .btn-wrap .menu-trigger {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 28px;
  height: 22px;
}

.menu .btn-wrap .menu-trigger.active span {
  background-color: #ffffff;
}

.menu .btn-wrap .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.menu .btn-wrap .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu .btn-wrap .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

.menu .btn-wrap .menu-trigger span {
  position: absolute;
  width: 28px;
  height: 2px;
  background-color: #505050;
}

.menu .btn-wrap .menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu .btn-wrap .menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu .btn-wrap .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .nav-kaso {
    display: none!important;
  }

  .sp_none {
    display: none!important;
  }

  .nav-menu li img {
    width: 22px!important;
  }
}

@media screen and (max-width: 1300px) {
  .tab_none {
    display: none!important;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none!important;
  }
}

@media screen and (min-width: 769px) {
  /*-------------------------------------------------------
	変数
-------------------------------------------------------*/
  .jp-h2 {
    font-size: 1.2rem;
    /* 11px */
    font-weight: 700;
  }
  .jp-p {
    font-size: 1.1rem;
    /* 10px */
  }
  .en-h2 {
    font-size: 1.3rem;
    /* 12px */
    font-weight: 700;
  }
  .en-p {
    font-size: 1.2rem;
    /* 11px */
    line-height: 1.8;
  }
  .menu .logo, .menu .logo #logo-svg, .menu .logo a::after, .menu .gnav, .menu .btn-wrap .menu-trigger, .menu .btn-wrap .menu-trigger span {
    -webkit-transition: all .6s;
    transition: all .6s;
  }
  /*-------------------------------------------------------
	全ページ共通の設定を記載します.
-------------------------------------------------------*/
  .mb-h2 {
    margin-bottom: 13px;
  }
  .mb-p {
    margin-bottom: 11px;
  }
  .mb-next-p {
    margin-bottom: 40px;
  }
  .wrap {
    padding-left: 70px;
    padding-right: 70px;
  }
  .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
    margin-bottom: 40px;
    margin-left: 20px;
  }
  .sns figure {
    width: 25px;
    height: 25px;
    margin-right: 14px;
  }
  .sns figure a {
    width: 25px;
  }
  .sns figure a img {
    width: 25px;
  }
  /*-------------------------------------------------------
header
-------------------------------------------------------*/
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1440px;
  }
  .menu .logo {
    margin-left: 20px;
  }
  .menu .logo a::after {
    width: 250px;
    top: 20px;
  }
  /* メニュー. */
  .menu .gnav {
    position: relative;
    width: auto;
    height: 16px;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
  }
  .menu .gnav .nav-menu {
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu .gnav .nav-menu li {
    margin-bottom: 0px;
    margin-right: 40px;
  }
  .menu .gnav .nav-menu li:last-child {
    margin-right: 20px;
  }
  .menu .gnav .nav-menu li a {
    color: #505050;
    font-size: 1.4rem;
  }

  .nav-menu-top-hover::after {
    display: none!important;
  }
  .nav-menu-top-hover:hover::after {
    display: none!important;
  }
  .nav-kaso li a:hover::after {
    display: none!important;
  }
  .menu .btn-wrap {
    display: none;
  }
  .menu .btn-wrap .menu-trigger {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menu .btn-wrap .menu-trigger.active span {
    background-color: #ffffff;
  }
  .menu .btn-wrap .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
  .menu .btn-wrap .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu .btn-wrap .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
  }
  .menu .btn-wrap .menu-trigger span {
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #505050;
  }
  .menu .btn-wrap .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu .btn-wrap .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu .btn-wrap .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
}
/*# sourceMappingURL=common.css.map */

._contact {
    padding: 120px 20px 80px;
}

._contact__exterior h2 {
    margin-bottom: 44px;
}

._contact__exterior h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.06em;
    color: #5a5a5a;
    margin-bottom: 38px;
}

._contact__exterior h2 {
    margin-bottom: 44px;
}

._contact__exterior .contact {
    padding: 0 15px;
}

._contact__exterior .contact__placenta:not(:last-child) {
    margin-bottom: 27px;
}

._contact__exterior .contact__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    color: #444;
    margin-bottom: 14px;
}

._contact__exterior .contact__label.remark::after {
    content: "必須";
    display: block;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    padding: 6px 12px;
    border-radius: 5px;
    background: #f67e61;
    margin-left: 15px;
}

._contact__exterior .contact .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 0;
}

._contact__exterior .contact .categories .category:not(:last-child) {
    margin-right: 25px;
}

._contact__exterior .contact .categories .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

._contact__exterior .contact .categories label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: #121212;
    margin: 0;
}

._contact__exterior .contact .categories label .disguise {
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

._contact__exterior .contact .categories label .disguise::before, ._contact__exterior .contact .categories label .disguise::after {
    content: "";
    display: block;
    position: absolute;
}

._contact__exterior .contact .categories label .disguise::before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

._contact__exterior .contact .categories input:checked + label .disguise::after {
    opacity: 1;
}

._contact__exterior .contact .categories label .disguise::after {
    width: 10px;
    height: 10px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    background-color: #1977BE;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

._contact__exterior .contact__input input[type=text], ._contact__exterior .contact__input input[type=tel], ._contact__exterior .contact__input input[type=email] {
    width: 100%;
    height: 34px;
    padding: 0 8px;
    border-radius: 4px;
    background: #FAFAFA;
    font-size: 14px;
    color: #444;
}

._contact__exterior .contact__input {
    position: relative;
}

._contact__exterior .contact__input textarea {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    font-size: 14px;
    color: #444;
    height: 180px;
    border-radius: 4px;
    background: #FAFAFA;
    border: none;
}


._contact__exterior button,._contact__exterior input {
    -webkit-appearance: none;
    border: none!important;
    border-radius: 0!important;
    padding: 0;
}

._contact__exterior .contact__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 240px;
    height: 40px;
    border-radius: 20px;
    background: #1977be;
    font-family: inherit;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    padding-bottom: 2px;
    margin: 50px auto;
    -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

._contact__exterior .contact .privacy__exterior {
    height: 150px;
    overflow-y: scroll;
    border-radius: 5px;
    padding: 28px 30px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 26px;
    color: #5a5a5a;
}

._contact__exterior .contact__appendix {
    padding: 0 30px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 26px;
    color: #5a5a5a;
}

._contact__exterior .contact__appendix span {
    position: relative;
    display: block;
    padding-left: 1.2em;
}

._contact__exterior .contact .privacy {
    background: #edf7ff;
    margin-bottom: 25px;
}

._contact__exterior .contact__appendix span::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "※";
}

._contact__exterior h2 span {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.06em;
    color: #1977be;
    margin-bottom: 8px;
}

@media screen and (min-width: 769px){
._contact {
    padding: 160px 70px 85px;
}

._contact__exterior {
    max-width: 1140px;
    margin: auto;
}

._contact__exterior h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.06em;
    color: #5a5a5a;
    margin-bottom: 89.6px;
}

._contact__exterior h2 {
    margin-bottom: 100px;
}

._contact__exterior h2 {
    margin-bottom: 100px;
}

._contact__exterior .contact {
    padding: 0 40px;
}

._contact__exterior .contact__placenta:not(:last-child) {
    margin-bottom: 30px;
}

._contact__exterior .contact__placenta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

._contact__exterior .contact__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 28.4782608696%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #5a5a5a;
    margin-bottom: unset;
    white-space: nowrap;
}

._contact__exterior .contact__label.remark::after {
    content: "必須";
    display: block;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    padding: 6px 12px;
    border-radius: 5px;
    background: #f67e61;
    margin-left: unset;
}

._contact__exterior .contact .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 0;
}


._contact__exterior .contact .categories .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
._contact__exterior .contact .categories .category:not(:last-child) {
    margin-right: 39px;
}

._contact__exterior .contact .categories input {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

._contact__exterior .contact .categories label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #5a5a5a;
    margin: 0;
}

._contact__exterior .contact .categories label .disguise {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

._contact__exterior .contact .categories label .disguise::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

._contact__exterior .contact .categories input:checked + label .disguise::after {
    opacity: 1;
}

._contact__exterior .contact .categories label .disguise::after {
    width: 12px;
    height: 12px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    background-color: #1977BE;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

._contact__exterior .contact__input {
    width: 65.2173913043%;
    position: relative;
}

._contact__exterior .contact__input input[type=text], ._contact__exterior .contact__input input[type=tel], ._contact__exterior .contact__input input[type=email] {
    width: 100%;
    height: 50px;
    padding: 0 8px;
    border-radius: 5px;
    background: #FAFAFA;
    font-size: 18px;
    color: #444;
}

._contact__exterior .contact__input textarea {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    font-size: 14px;
    color: #444;
    height: 180px;
    border-radius: 5px;
    background: #FAFAFA;
    border: none;
}

._contact__exterior button,._contact__exterior input {
    -webkit-appearance: none;
    border: none!important;
    border-radius: 0!important;
    padding: 0;
}

._contact__exterior .contact__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 415px;
    height: 60px;
    border-radius: 30px;
    background: #1977be;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    padding-bottom: 2px;
    margin: 80px auto;
}

._contact__exterior .contact .privacy__exterior {
    height: 225px;
    overflow-y: scroll;
    border-radius: 5px;
    padding: 28px 30px;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #5a5a5a;
}

._contact__exterior .contact__appendix {
    padding: 0 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #5a5a5a;
}

._contact__exterior .contact__appendix span {
    position: relative;
    display: block;
    padding-left: 1.2em;
}

._contact__exterior .contact__appendix span::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "※";
}

._contact__exterior .contact .privacy {
    background: #edf7ff;
    margin-bottom: 25px;
}

._contact__exterior h2 span {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-size: 38px;
    letter-spacing: 0.06em;
    color: #1977be;
    margin-bottom: unset;
    margin-right: 20px;
}

body.fixed {
　width: 100%;
　height: 100%;
　position: fixed;
}

}

@media screen and (max-width: 789px){

.menu .gnav {
  display: block;
}

.menu .gnav .nav-menu {
    margin-top: 100px;
}

.menu .gnav .nav-menu li a {
    font-size: 1.8rem;
}


}
