@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

body {
  font-family: 'EB Garamond', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  background-color: #f6f6f6;
}

main {
  display: block;
  font-size: 14px;
}

@media (min-width: 1024px) {
  main {
    font-size: 16px;
  }
}

#logo {
  position: relative;
}

.header {
  height: 100vh;
  position: relative;
  background-color: #000;
}

.header__box {
  width: 100%;
  z-index: 1000;
}

@media (min-width: 1024px) {
  .header__box {
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

.header__inner {
  max-width: 1200px;
  margin: 0 5%;
  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;
}

@media (min-width: 1024px) {
  .header__inner {
    margin: 0 auto;
  }
}

.header__title {
  z-index: 1000;
}

.header__img {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 120px;
}

@media (min-width: 768px) {
  .header__img {
    margin-left: 32px;
  }
}

@media (min-width: 1024px) {
  .header__img {
    margin-left: 16px;
  }
}

.header__img--2 {
  width: 120px;
}

.mainnav {
  width: 80%;
}

@media (min-width: 1024px) {
  .mainnav {
    width: 82%;
    display: block;
  }
}

.mainnav__list {
  margin-top: 60px;
  height: 60%;
  list-style: none;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1024px) {
  .mainnav__list {
    margin-top: 0;
    padding-right: 14.5px;
    height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.mainnav__item {
  height: 2.8em;
  display: block;
  /*&--tel {
            height: 2.8em;
            display: block;

            @include pc {
                height: 100%;
                display: none;
            }
        }*/
}

@media (min-width: 1024px) {
  .mainnav__item {
    height: 100%;
    padding-top: 0;
  }
}

.mainnav__item--current {
  height: 2.8em;
  padding: 8px 0;
}

@media (min-width: 1024px) {
  .mainnav__item--current {
    padding: 20px 0 0 0;
  }
}

.mainnav__link {
  padding: 8px 0;
  color: #9b8259;
  font-weight: bold;
  display: block;
}

.mainnav__link:hover {
  color: #fff;
}

@media (min-width: 1024px) {
  .mainnav__link {
    height: 100%;
    padding: 20px 0;
  }
}

.mainnav__link--sns:hover {
  opacity: .5;
}

.mainnav__link--current {
  color: #9b8259;
  font-weight: bold;
  border-bottom: 1px solid #9b8259;
}

@media (min-width: 1024px) {
  .mainnav__link--current {
    padding-bottom: 6px;
    border-bottom: 1.5px solid #9b8259;
  }
}

.mainnav__sns {
  width: 29px;
}

#mainnav {
  display: none;
}

@media (min-width: 1024px) {
  #mainnav {
    display: block;
  }
}

#mainnav.open {
  width: 250px;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  background: #ccc;
  padding: 0 20px;
  z-index: 2500;
}

.headerColor-default {
  -webkit-transition: .4s;
  transition: .4s;
}

@media (min-width: 1024px) {
  .headerColor-default {
    background-color: #fff;
  }
}

.hover:hover {
  color: #333;
}

.scroll {
  position: absolute;
  color: #9b8259;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  letter-spacing: 2px;
  z-index: 1000;
}

.scroll__link {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9b8259;
}

.scroll__text {
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
}

.scroll__arrow {
  margin: 0 auto;
  width: 0px;
  border-color: #9b8259;
  border-style: solid;
  border-width: 8px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.menu {
  width: 40px;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 3000;
}

@media (min-width: 1024px) {
  .menu {
    display: none;
  }
}

.menu:hover {
  cursor: pointer;
}

.goTop {
  position: fixed;
  bottom: 16px;
  right: 12px;
  z-index: 100;
}

@media (min-width: 1024px) {
  .goTop {
    bottom: 32px;
    right: 32px;
  }
}

.goTop__img {
  height: 32px;
}

@media (min-width: 1024px) {
  .goTop__img {
    height: 48px;
  }
}

.footer {
  padding: 30px 20px;
  background-color: #fff;
  text-align: right;
}

@media (min-width: 1024px) {
  .footer {
    padding-top: 60px;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .footer__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.footer__text {
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
}

.footer__box {
  max-width: 1200px;
  margin: 0 auto;
}

.footer__inner {
  margin-right: 16px;
  margin-bottom: 16px;
  margin-left: auto;
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 1024px) {
  .footer__inner {
    width: 200px;
  }
}

.footer__title {
  width: 50px;
}

@media (min-width: 1024px) {
  .footer__title {
    width: 80px;
  }
}

.footer__small {
  margin-right: 16px;
  color: #808080;
  font-size: 14px;
}

@media (min-width: 768px) {
  .footer__small {
    margin-left: 16px;
    margin-right: 0;
  }
}

.sns__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sns__item {
  margin-right: 16px;
}

.sns__link:hover {
  opacity: .5;
}

.sns__img {
  width: 29px;
}

.fadeIn__Up {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.fadeIn__Up__Srow {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition: 3s;
  transition: 3s;
}

.fadeIn__Up__Delay {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  opacity: 0;
  -webkit-transition: 1s .2s;
  transition: 1s .2s;
}

.fadeIn__Left {
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.fadeIn__Right {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.fadeIn__NT {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.video {
  display: none;
  position: relative;
}

@media (min-width: 1024px) {
  .video {
    display: block;
    max-width: 1920px;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100vw;
    height: 100vh;
  }
}

.video__logo {
  position: absolute;
  height: 150px;
  bottom: 20px;
  left: 20px;
}

.video__text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  top: 15%;
  right: 0;
  bottom: 0;
  left: 100px;
}

.slide {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
}

@media (min-width: 1024px) {
  .slide {
    display: none;
  }
}

.slide__list1 {
  height: 50%;
}

.slide__list2 {
  height: 50%;
}

.slide__item--1 {
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url(../images/slide_up_01.jpg);
}

.slide__item--2 {
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/slide_up_02.jpg);
}

.slide__item--3 {
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/slide_up_03.jpg);
}

.slide__item--4 {
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/slide_down_01.jpg);
}

.slide__item--5 {
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url(../images/slide_down_02.jpg);
}

.slide__item--6 {
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url(../images/slide_down_03.jpg);
}

.slide__round {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 300px;
  margin: auto;
}

.slide__round img {
  position: absolute;
  height: 300px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.concept {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ 明朝", "MS Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

@media (min-width: 1024px) {
  .concept {
    padding: 0 0 100px 0;
  }
}

.concept__box {
  max-width: 1200px;
  margin: 0 5%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1024px) {
  .concept__box {
    padding-top: 200px;
    margin: 0 auto;
  }
}

.concept__title {
  margin: 0 auto;
  padding-bottom: 40px;
  color: #9b8259;
  font-size: 24px;
  font-weight: normal;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media (min-width: 1024px) {
  .concept__title {
    width: 50%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: left;
    font-size: 32px;
  }
}

.concept__line {
  margin: 0 auto;
  height: 1px;
  width: 80%;
  background-color: #9b8259;
}

@media (min-width: 1024px) {
  .concept__line {
    width: 55%;
  }
}

.concept__text {
  margin: 0 auto;
  padding-top: 40px;
  width: 80%;
  line-height: 2.5;
}

@media (min-width: 768px) {
  .concept__text {
    width: 70%;
  }
}

@media (min-width: 1024px) {
  .concept__text {
    width: 50%;
  }
}

.concept__none {
  display: none;
}

@media (min-width: 768px) {
  .concept__none {
    display: block;
  }
}

@media (min-width: 768px) {
  .concept__none--tab {
    display: none;
  }
}

.profile {
  padding: 100px 0 150px 0;
  background-color: #fff;
  background-image: url(../images/bg_2.svg), url(../images/bg_7.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center, bottom center;
}

@media (min-width: 1024px) {
  .profile {
    padding: 350px 3% 300px 3%;
  }
}

.profile__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (min-width: 768px) {
  .profile__box {
    margin: 0 auto;
    width: 70%;
  }
}

@media (min-width: 1024px) {
  .profile__box {
    margin: 0 auto;
    width: 100%;
    padding: 0 0 0 490px;
    max-width: 1000px;
  }
}

.profile__title {
  margin: 0 5%;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 3px;
  color: #9b8259;
  text-align: left;
}

@media (min-width: 1024px) {
  .profile__title {
    font-size: 56px;
    text-align: right;
  }
}

.profile__name {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 48px;
  padding-right: 16px;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: right;
  border-bottom: 2px solid #adddeb;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ 明朝", "MS Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

@media (min-width: 768px) {
  .profile__name {
    margin-left: auto;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .profile__name {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 16px;
    width: 80%;
    font-size: 32px;
    text-align: left;
    z-index: 50;
  }
}

.profile__name--sub {
  padding-right: 8px;
  font-size: 17.6px;
}

@media (min-width: 1024px) {
  .profile__name--sub {
    padding-right: 16px;
    font-size: 19.2px;
  }
}

.profile__img {
  margin: 0 5%;
  width: 85%;
}

@media (min-width: 768px) {
  .profile__img {
    margin: 0 auto;
    width: 70%;
  }
}

@media (min-width: 1024px) {
  .profile__img {
    margin: 0 auto;
    width: 45%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.profile__text {
  margin-top: 32px;
  margin-right: 5%;
  margin-bottom: 56px;
  margin-left: 20%;
  width: 75%;
  font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
}

@media (min-width: 768px) {
  .profile__text {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  .profile__text {
    margin-top: 40px;
    margin-left: 40px;
    width: 80%;
  }
}

.profile__none {
  display: none;
}

@media (min-width: 1024px) {
  .profile__none {
    display: block;
  }
}

.profile__linktext {
  text-align: right;
}

.profile__link {
  margin: 0 5%;
  padding-right: 10%;
  width: 60%;
  color: #333;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #adddeb), color-stop(50%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, #adddeb 50%, rgba(0, 0, 0, 0) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  text-decoration: none;
  position: relative;
}

@media (min-width: 768px) {
  .profile__link {
    width: 40%;
  }
}

@media (min-width: 1024px) {
  .profile__link {
    width: 50%;
    font-size: 24px;
  }
}

.profile__link:before, .profile__link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1.5px;
  background: #adddeb;
}

.profile__link:before {
  width: 100%;
}

.profile__link:after {
  width: 15px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.profile__link:hover {
  background-position: 0 100%;
}

.contents {
  margin-top: 200px;
}

@media (min-width: 1024px) {
  .contents {
    margin-top: 300px;
  }
}

.contents__title {
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 3px;
  color: #9b8259;
}

@media (min-width: 1024px) {
  .contents__title {
    font-size: 56px;
  }
}

.contents__title--sub {
  margin-left: 24px;
  font-size: 14px;
  color: #333;
}

@media (min-width: 1024px) {
  .contents__title--sub {
    font-size: 16px;
  }
}

.contents__inner {
  padding: 32px;
  width: 90%;
  background-color: #fff;
  text-align: right;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .contents__inner {
    width: 70%;
  }
}

@media (min-width: 1024px) {
  .contents__inner {
    width: 40%;
    padding: 64px;
  }
}

.contents__inner:hover {
  cursor: pointer;
}

.contents__inner:hover .contents__link {
  background-position: 0 100%;
}

.contents__text {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: left;
}

@media (min-width: 1024px) {
  .contents__text {
    font-size: 18px;
  }
}

.contents__link {
  padding-right: 10%;
  width: 80%;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #adddeb), color-stop(50%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, #adddeb 50%, rgba(0, 0, 0, 0) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  text-decoration: none;
  position: relative;
}

@media (min-width: 768px) {
  .contents__link {
    padding-right: 7%;
    width: 40%;
  }
}

@media (min-width: 1024px) {
  .contents__link {
    padding-right: 7%;
    width: 50%;
    font-size: 24px;
  }
}

.contents__link:before, .contents__link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1.5px;
  background: #adddeb;
}

.contents__link:before {
  width: 100%;
}

.contents__link:after {
  width: 15px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.works {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.works__box {
  height: 50vh;
  background-image: url(../images/top_3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

@media (min-width: 1024px) {
  .works__box {
    margin-right: 20%;
    height: 720px;
  }
}

.works__title {
  position: absolute;
  top: -110px;
  right: 12px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media (min-width: 1024px) {
  .works__title {
    height: 400px;
    right: 12.5%;
  }
}

.works__title--main {
  line-height: 1;
}

.works__title--sub {
  margin: 0;
  position: absolute;
  top: 40px;
  right: 56px;
}

@media (min-width: 1024px) {
  .works__title--sub {
    top: 230px;
    right: 34px;
  }
}

.works__inner {
  position: absolute;
  top: 95%;
}

@media (min-width: 1024px) {
  .works__inner {
    top: 75%;
    right: 0;
  }
}

@media (min-width: 1024px) {
  .works__text {
    padding-right: 15%;
  }
}

.school {
  max-width: 1920px;
  margin-top: 400px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (min-width: 1024px) {
  .school {
    margin-top: 500px;
  }
}

.school__box {
  height: 50vh;
  background-image: url(../images/top_4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

@media (min-width: 1024px) {
  .school__box {
    margin-left: 20%;
    height: 720px;
  }
}

.school__title--main {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: 8px;
  top: -110px;
}

@media (min-width: 1024px) {
  .school__title--main {
    left: 13%;
  }
}

.school__title--sub {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: -70px;
  left: 40px;
}

@media (min-width: 1024px) {
  .school__title--sub {
    top: 160px;
    left: 13.5%;
  }
}

.school__inner {
  position: absolute;
  top: 95%;
  right: 0;
}

@media (min-width: 1024px) {
  .school__inner {
    top: 75%;
    left: 0;
  }
}

@media (min-width: 1024px) {
  .school__text {
    padding-left: 15%;
  }
}

.lesson {
  margin-top: 400px;
}

@media (min-width: 1024px) {
  .lesson {
    margin-top: 500px;
  }
}

.lesson__box {
  background-image: url(../images/top_5.png);
}

.contact {
  margin-top: 400px;
  padding-bottom: 120px;
}

@media (min-width: 768px) {
  .contact {
    padding: 0 3% 120px 3%;
  }
}

.contact__box {
  max-width: 1200px;
  margin: 0 5%;
}

@media (min-width: 1024px) {
  .contact__box {
    margin: 0 auto;
  }
}

.contact__title {
  width: 216px;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 3px;
  color: #9b8259;
  line-height: 1;
}

@media (min-width: 768px) {
  .contact__title {
    min-width: 800px;
  }
}

@media (min-width: 1024px) {
  .contact__title {
    font-size: 56px;
  }
}

.contact__title--sub {
  font-size: 14px;
  color: #333;
  line-height: 1;
}

@media (min-width: 1024px) {
  .contact__title--sub {
    margin-left: 24px;
    font-size: 16px;
  }
}

.contact__inner {
  margin-top: 32px;
  padding: 40px 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
  background-color: #fff;
}

@media (min-width: 1024px) {
  .contact__inner {
    margin-top: 56px;
    padding: 0;
    -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;
    background-color: #f6f6f6;
  }
}

.mail {
  padding: 24px 8px;
  background-color: #adddeb;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.mail:hover {
  opacity: .8;
}

@media (min-width: 1024px) {
  .mail {
    width: 40%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1024px) {
  .mail__text {
    font-size: 18px;
  }
}

/*.tell {
    margin-top: 20px;
    padding: 0 16px 16px 16px;
    border-bottom: 1px solid $gold;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);

    @include pc {
        margin-top: 0;
        margin-right: 32px;
        padding-top: 30px;
        width: 40%;
        border-bottom: 0;
        background-color: $white;
        height: 120px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    &__link {
        color: $black;
    }

    &__text {
        font-size: $base*1.5;

        @include pc {
            font-size: $base*2;
            line-height: 1.2;
        }

        &--sub {
            font-size: $small;

            &:first-of-type {
                padding-right: 8px;
            }
        }

        &--bottom {
            margin-top: 20px;

            @include pc {
                display: none;
            }
        }
    }
}*/
/*# sourceMappingURL=style.css.map */