@charset "UTF-8";
/*!!!! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします  */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@500;700&display=swap");
html {
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 15px;
  }
}

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #36231A;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  img {
    border: 0;
    max-width: 100%;
    height: auto;
  }
}

a {
  color: #36231A;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
a img {
  border: none;
}

i {
  padding: 0 5px;
}

ul {
  letter-spacing: -1em;
}
ul li {
  letter-spacing: 0;
  list-style: none;
}

.pc {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.tablet {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .tablet {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .tablet {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .sp {
    display: block;
  }
}

.ssp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .ssp {
    display: block;
  }
}

/*PC改行加える*/
.br-pc {
  display: inherit;
}
@media only screen and (max-width: 1024px) {
  .br-pc {
    display: none;
  }
}

/*PC改行無効*/
.br_sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .br_sp {
    display: block;
  }
}

.br_ssp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .br_ssp {
    display: block;
  }
}

/*ズームイン表示*/
.zoomin {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

.mv01 {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

/*フェードイン表示*/
.fadein {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}

.fadein:not(:target) {
  opacity: 1\9 ;
  /*IE9対策*/
}

.mv02 {
  opacity: 1;
}

/*移動＋フェードイン表示*/
.fadeup {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.fadeup:not(:target) {
  opacity: 1\9 ;
  /*IE9対策*/
}

.mv07 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

@media print {
  .zoomin, .fadein, .fadeup {
    opacity: 1;
  }
}
/************************************

wrapper

************************************/
.wrapper {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.wrapper::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .wrapper {
    width: 84%;
  }
}

/************************************

header

************************************/
@media print {
  header {
    position: relative;
  }
}

/************************************

PageUP

************************************/
#pageup {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 5px;
  right: 5px;
  z-index: 10;
  font-size: 8px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pageup.none {
  display: none;
}
#pageup a {
  width: 50px;
  padding: 36px 0 4px 0;
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 100%;
  color: #555;
}
#pageup a::before {
  position: absolute;
  top: 26px;
  left: 0px;
  right: 0;
  margin: auto;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

/************************************

main

************************************/
main {
  display: block;
}

section .container {
  padding: 80px 0 200px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  section .container {
    padding: 70px 0 100px;
  }
}

.pink {
  background-color: #FCF0EE;
  position: relative;
  z-index: 1;
}
.pink::before {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  left: 0px;
  width: 100%;
  height: 0;
  padding-top: 9%;
  background-image: url("../images/back_p_top.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.yellow {
  background-color: #FDFDE5;
  position: relative;
  z-index: 1;
}
.yellow::before {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  left: 0px;
  width: 100%;
  height: 0;
  padding-top: 9%;
  background-image: url("../images/back_y_top.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.blue {
  background-color: #CEE8DD;
  position: relative;
  z-index: 1;
}
.blue::before {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  left: 0px;
  width: 100%;
  height: 0;
  padding-top: 9%;
  background-image: url("../images/backblue_ue.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.shape {
  position: absolute;
  z-index: -1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.shape1, .shape2 {
  -webkit-animation-name: shape_anime;
          animation-name: shape_anime;
}

.ten1, .ten2, .ten3 {
  -webkit-animation-name: shape_anime2;
          animation-name: shape_anime2;
}

@-webkit-keyframes shape_anime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes shape_anime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes shape_anime2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes shape_anime2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.yellow .shape1 {
  width: 68%;
  left: -15%;
  top: 10vw;
}
@media only screen and (max-width: 600px) {
  .yellow .shape1 {
    width: 100%;
  }
}
.yellow .ten1 {
  width: 120px;
  left: 10%;
  top: 50vw;
  opacity: 0.3;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .yellow .ten1 {
    top: 50vw;
  }
}
@media only screen and (max-width: 600px) {
  .yellow .ten1 {
    top: 70vw;
    width: 80px;
  }
}
.yellow .shape2 {
  width: 68%;
  right: -15%;
  top: 100vw;
  opacity: 0.7;
}
@media only screen and (max-width: 600px) {
  .yellow .shape2 {
    width: 100%;
    top: 150vw;
  }
}
.yellow .ten2 {
  width: 130px;
  right: 10%;
  top: 140vw;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media only screen and (max-width: 600px) {
  .yellow .ten2 {
    top: 210vw;
    width: 80px;
  }
}

.blue .shape1 {
  width: 68%;
  right: -20%;
  top: 10vw;
  opacity: 0.4;
}
@media only screen and (max-width: 600px) {
  .blue .shape1 {
    width: 100%;
  }
}
.blue .ten1 {
  width: 120px;
  right: 10%;
  top: 3vw;
  opacity: 0.5;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .blue .ten1 {
    top: 50vw;
  }
}
@media only screen and (max-width: 600px) {
  .blue .ten1 {
    top: 70vw;
    width: 80px;
  }
}
.blue .ten2 {
  width: 110px;
  right: 15%;
  top: 50vw;
  opacity: 0.5;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .blue .ten2 {
    top: 50vw;
  }
}
@media only screen and (max-width: 600px) {
  .blue .ten2 {
    top: 70vw;
    width: 80px;
  }
}
.blue .shape2 {
  width: 68%;
  left: -15%;
  top: 100vw;
  opacity: 0.7;
}
@media only screen and (max-width: 600px) {
  .blue .shape2 {
    width: 100%;
    top: 200vw;
  }
}
.blue .ten3 {
  width: 120px;
  left: 50%;
  top: 130vw;
  opacity: 0.8;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media only screen and (max-width: 600px) {
  .blue .ten3 {
    top: 250vw;
    width: 80px;
  }
}

.pink .shape1 {
  width: 68%;
  left: -20%;
  top: 10vw;
  opacity: 0.8;
}
@media only screen and (max-width: 600px) {
  .pink .shape1 {
    width: 100%;
  }
}
.pink .ten1 {
  width: 120px;
  left: 10%;
  top: 3vw;
  opacity: 0.8;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .pink .ten1 {
    top: 50vw;
  }
}
@media only screen and (max-width: 600px) {
  .pink .ten1 {
    top: 70vw;
    width: 80px;
  }
}
.pink .ten2 {
  width: 110px;
  right: 15%;
  top: 60vw;
  opacity: 0.8;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .pink .ten2 {
    top: 50vw;
  }
}
@media only screen and (max-width: 600px) {
  .pink .ten2 {
    top: 170vw;
    width: 80px;
  }
}
.pink .shape2 {
  width: 68%;
  right: -15%;
  top: 70vw;
  opacity: 0.7;
}
@media only screen and (max-width: 600px) {
  .pink .shape2 {
    width: 100%;
    top: 200vw;
  }
}
.pink .ten3 {
  width: 120px;
  right: 30%;
  top: 110vw;
  opacity: 0.4;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media only screen and (max-width: 600px) {
  .pink .ten3 {
    display: none;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

h5, h6 {
  font-size: 1rem;
}

.zen {
  font-family: "Zen Maru Gothic", sans-serif;
}

p {
  line-height: 1.8;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  opacity: 1;
  color: #06A1E2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 20px;
}

.slick-prev:before {
  content: "←";
}

.slick-next {
  right: 20px;
}

.slick-next:before {
  content: "→";
}

.raf {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.raf.raf-sp {
  max-width: 400px;
  border: 1px solid #eeeeee;
}

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

.raf a:hover {
  opacity: 1;
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#mainimage .container {
  padding-top: 50px;
}
@media only screen and (max-width: 600px) {
  #mainimage .container {
    padding-bottom: 70px;
  }
}
#mainimage .site_title {
  max-width: 1300px;
  width: 94%;
  margin: 0 auto 3rem;
  position: relative;
  padding: 0 0 5%;
}
@media only screen and (max-width: 670px) {
  #mainimage .site_title {
    padding: 20% 0 10%;
  }
}
#mainimage .site_title .photo_s {
  position: absolute;
  -webkit-animation-name: shape_anime;
          animation-name: shape_anime;
}
#mainimage .site_title .photo_s.photo1 {
  width: 35%;
  right: 0;
  top: -3%;
}
@media only screen and (max-width: 670px) {
  #mainimage .site_title .photo_s.photo1 {
    width: 45%;
  }
}
#mainimage .site_title .photo_s.photo2 {
  width: 22%;
  right: 7%;
  bottom: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media only screen and (max-width: 670px) {
  #mainimage .site_title .photo_s.photo2 {
    width: 32%;
    right: auto;
    left: 2%;
    bottom: -5%;
  }
}
#mainimage .site_title .site_title_ten1 {
  -webkit-animation-name: shape_anime2;
          animation-name: shape_anime2;
  width: 120px;
  right: 10%;
  top: 25%;
  opacity: 0.3;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#mainimage .site_title .main_slide {
  width: 65%;
  padding: 7% 0;
}
@media only screen and (max-width: 670px) {
  #mainimage .site_title .main_slide {
    width: 85%;
    padding: 0% 0 5%;
  }
}
#mainimage .site_title h1 {
  position: absolute;
  right: 0;
  top: 40%;
  width: 30%;
}
@media only screen and (max-width: 670px) {
  #mainimage .site_title h1 {
    position: relative;
    width: 60%;
    top: auto;
    margin-left: 40%;
  }
}
#mainimage .lead {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#mainimage .lead .lead_ph {
  position: absolute;
  z-index: -1;
  -webkit-animation-name: shape_anime;
          animation-name: shape_anime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
#mainimage .lead .lead_ph.lead_ph1 {
  width: 15%;
  left: 0px;
  top: 70px;
}
@media only screen and (max-width: 670px) {
  #mainimage .lead .lead_ph.lead_ph1 {
    top: 20px;
    width: 25vw;
  }
}
#mainimage .lead .lead_ph.lead_ph2 {
  width: 15%;
  right: 0px;
  top: 250px;
}
@media only screen and (max-width: 670px) {
  #mainimage .lead .lead_ph.lead_ph2 {
    top: auto;
    bottom: 20px;
    width: 25vw;
  }
}
#mainimage .lead .lead_ten1 {
  width: 80px;
  left: 100px;
  top: 220px;
  opacity: 0.4;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: shape_anime2;
          animation-name: shape_anime2;
}
@media only screen and (max-width: 670px) {
  #mainimage .lead .lead_ten1 {
    top: 20px;
    left: 20vw;
    width: 10vw;
  }
}
#mainimage .lead .lead_ten2 {
  width: 80px;
  right: 100px;
  top: 230px;
  opacity: 0.8;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: shape_anime2;
          animation-name: shape_anime2;
}
@media only screen and (max-width: 670px) {
  #mainimage .lead .lead_ten2 {
    top: auto;
    bottom: 20px;
    width: 15vw;
  }
}
#mainimage .lead .wrapper {
  max-width: 850px;
  width: 66%;
  margin: 0 auto;
}
@media only screen and (max-width: 670px) {
  #mainimage .lead .wrapper {
    width: 86%;
    padding: 6vw 0 35vw;
  }
}
#mainimage .lead h2 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 0 0 2rem;
  font-weight: 500;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px) {
  #mainimage .lead h2 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 670px) {
  #mainimage .lead h2 {
    text-align: left;
    padding-left: 27vw;
    font-size: 5vw;
  }
}
#mainimage .lead h2 .br2 {
  display: none;
}
@media only screen and (max-width: 670px) {
  #mainimage .lead h2 .br2 {
    display: block;
  }
}
#mainimage .lead p {
  line-height: 2.2;
}

#talkshow .wrapper {
  max-width: 1100px;
}
#talkshow .lead h2 {
  width: 560px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #talkshow .lead h2 {
    width: 90%;
    max-width: 400px;
  }
}
#talkshow .lead .text {
  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-bottom: 1.5rem;
}
#talkshow .lead p {
  padding-top: 2rem;
  width: calc(100% - 250px);
}
@media only screen and (max-width: 1024px) {
  #talkshow .lead p {
    width: calc(100% - 190px);
  }
}
@media only screen and (max-width: 600px) {
  #talkshow .lead p {
    width: 100%;
  }
}
#talkshow .lead .ill {
  width: 250px;
}
@media only screen and (max-width: 1024px) {
  #talkshow .lead .ill {
    width: 180px;
  }
}
@media only screen and (max-width: 600px) {
  #talkshow .lead .ill {
    width: 260px;
    margin: 1rem auto 0;
  }
}
#talkshow .naiyo h3 {
  background-color: #E57281;
  color: #fff;
  text-align: center;
  padding: 1.2rem;
  margin: 0 0 1rem;
  border-radius: 3px;
}
@media only screen and (max-width: 600px) {
  #talkshow .naiyo h3 {
    padding: 1.2rem 2vw;
    font-size: 4.7vw;
  }
}
#talkshow .naiyo .day {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0 0 3rem;
}
@media only screen and (max-width: 1024px) {
  #talkshow .naiyo .day {
    font-size: 1.1rem;
  }
}
#talkshow article {
  margin-bottom: 4rem;
}
#talkshow .midashi {
  text-align: center;
  margin: 0 0 2rem;
}
#talkshow .midashi h4 {
  display: inline-block;
  height: 75px;
  width: auto;
  padding: 0 30px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #talkshow .midashi h4 {
    height: 60px;
  }
}
#talkshow .midashi h4 img {
  height: 100%;
}
#talkshow .midashi h4::before, #talkshow .midashi h4::after {
  position: absolute;
  top: 24px;
  width: 230px;
  height: 1px;
  background: #36231A;
  content: "";
}
@media only screen and (max-width: 1024px) {
  #talkshow .midashi h4::before, #talkshow .midashi h4::after {
    width: 150px;
  }
}
@media only screen and (max-width: 600px) {
  #talkshow .midashi h4::before, #talkshow .midashi h4::after {
    width: 50px;
  }
}
#talkshow .midashi h4::before {
  left: -230px;
}
@media only screen and (max-width: 1024px) {
  #talkshow .midashi h4::before {
    left: -150px;
  }
}
@media only screen and (max-width: 600px) {
  #talkshow .midashi h4::before {
    left: -50px;
  }
}
#talkshow .midashi h4::after {
  right: -230px;
}
@media only screen and (max-width: 1024px) {
  #talkshow .midashi h4::after {
    right: -150px;
  }
}
@media only screen and (max-width: 600px) {
  #talkshow .midashi h4::after {
    right: -50px;
  }
}
#talkshow .guest_list .waku {
  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-bottom: 2rem;
}
#talkshow .guest_list .waku:nth-child(odd) .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 600px) {
  #talkshow .guest_list .waku:nth-child(odd) .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#talkshow .guest_list .waku:nth-child(odd) .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 600px) {
  #talkshow .guest_list .waku:nth-child(odd) .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#talkshow .guest_list .waku:nth-child(odd) .text a {
  text-decoration: underline;
}
#talkshow .guest_list .image {
  width: 25%;
}
@media only screen and (max-width: 600px) {
  #talkshow .guest_list .image {
    width: 180px;
    margin: 0 auto 1rem;
  }
}
#talkshow .guest_list .image img {
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
}
#talkshow .guest_list .text {
  width: 70%;
}
@media only screen and (max-width: 600px) {
  #talkshow .guest_list .text {
    width: 100%;
  }
}
#talkshow .guest_list h5 {
  margin: 0 0 2rem;
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (max-width: 600px) {
  #talkshow .guest_list h5 {
    text-align: center;
    margin: 0 0 1rem;
    font-size: 0.9rem;
  }
}
#talkshow .guest_list h5 strong {
  font-size: 1.5rem;
}
#talkshow .guest_list h5 a {
  text-decoration: underline;
}
#talkshow .guest_list p {
  line-height: 2;
}
#talkshow .guest_list p a {
  text-decoration: underline;
}
#talkshow .program_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-bottom: 3rem;
}
#talkshow .program_list .waku {
  width: 48%;
  margin: 1%;
  background-color: #CEE8DD;
  padding: 2rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #talkshow .program_list .waku {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  #talkshow .program_list .waku {
    width: 100%;
    margin-bottom: 20px;
  }
}
#talkshow .program_list .waku::before {
  position: absolute;
  bottom: -15px;
  right: -40px;
  width: 100px;
  height: 1px;
  background-color: #06A1E2;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}
#talkshow .program_list .program_t {
  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-bottom: 5px;
}
#talkshow .program_list .no {
  height: 77px;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  #talkshow .program_list .no {
    height: 55px;
  }
}
#talkshow .program_list .no img {
  height: 100%;
}
#talkshow .program_list .ttl {
  width: calc(100% - 50px);
}
@media only screen and (max-width: 1024px) {
  #talkshow .program_list .ttl {
    width: calc(100% - 35px);
  }
}
#talkshow .program_list .komidashi {
  color: #06A1E2;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media only screen and (max-width: 1024px) {
  #talkshow .program_list .komidashi {
    font-size: 0.85rem;
  }
}
#talkshow .program_list h5 {
  font-size: 1.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
#talkshow .program_list p {
  line-height: 1.6;
}
#talkshow .chu {
  margin: 2rem 0 3rem;
  text-align: center;
}
#talkshow .bt {
  width: 450px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #talkshow .bt {
    width: 100%;
    max-width: 320px;
  }
}
#talkshow .talkshow_slide .slide {
  padding: 10px;
}
#talkshow .talkshow_slide .slide img {
  border-radius: 20px;
}

#about .lead {
  max-width: 850px;
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 1024px) {
  #about .lead {
    margin-bottom: 3rem;
  }
}
#about .lead h2 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 2rem;
}
#about .service {
  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-bottom: 4rem;
}
#about .service .waku {
  width: 31%;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  text-align: center;
  padding: 0 15px 2rem;
}
@media only screen and (max-width: 600px) {
  #about .service .waku {
    width: 100%;
    margin: 0 0 20px;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 15px 10px;
  }
}
#about .service .midashi {
  width: 84%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -4%;
}
@media only screen and (max-width: 600px) {
  #about .service .midashi {
    top: -10px;
  }
}
#about .service .midashi2 {
  width: 100%;
  background-image: url("../images/about_service_t_back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 0;
  padding-top: 12.2%;
}
@media only screen and (max-width: 1024px) {
  #about .service .midashi2 {
    background-color: #06A1E2;
    background-image: none;
    height: auto;
    padding: 7px;
    border-radius: 2rem;
  }
}
#about .service h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.9rem;
  height: 1rem;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  #about .service h3 {
    height: auto;
    position: relative;
    line-height: 1.2;
  }
}
#about .service .ill {
  width: 130px;
  margin: 2rem auto 0.7rem;
}
@media only screen and (max-width: 600px) {
  #about .service .ill {
    margin: 0 auto;
    width: 100px;
  }
}
#about .service p {
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  #about .service p {
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  #about .service p {
    width: calc(100% - 110px);
  }
}
#about .faq_t {
  text-align: center;
  margin: 0 0 2rem;
}
#about .faq_t h3 {
  display: inline-block;
  background-color: #FDFDE5;
  color: #06A1E2;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 12px 50px;
  border-radius: 2em;
  font-weight: 500;
  font-size: 1.5rem;
}
@media only screen and (max-width: 600px) {
  #about .faq_t h3 {
    display: block;
    padding: 12px;
  }
}
#about .faq_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-bottom: 4rem;
}
@media only screen and (max-width: 1024px) {
  #about .faq_list {
    margin-bottom: 2rem;
  }
}
#about .faq_list dl {
  width: 48%;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 600px) {
  #about .faq_list dl {
    width: 100%;
  }
}
#about .faq_list dt {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
#about .faq_list dt span {
  display: block;
  border-radius: 50%;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #06A1E2;
  font-size: 30px;
  background-color: #fff;
  line-height: 50px;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 600px) {
  #about .faq_list dt span {
    line-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
#about .faq_list dt h4 {
  width: calc(100% - 60px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  #about .faq_list dt h4 {
    width: calc(100% - 40px);
  }
}
#about .faq_list dd {
  padding-left: 60px;
  line-height: 1.8;
}
@media only screen and (max-width: 600px) {
  #about .faq_list dd {
    padding-left: 40px;
  }
}
#about .photo {
  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;
}
#about .photo .waku img {
  border-radius: 20px;
}
@media only screen and (max-width: 600px) {
  #about .photo .waku img {
    border-radius: 10px;
  }
}
#about .photo .ph1 {
  width: 48%;
  padding-top: 5%;
}
#about .photo .ph2 {
  width: 22%;
  padding-top: 15%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#about .photo .ph3 {
  width: 28%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#about .photo .ph3 img {
  display: block;
  margin-bottom: 10px;
}

#gaiyo .lead {
  text-align: center;
  margin-bottom: 3rem;
}
#gaiyo .lead h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 1.2rem;
}
#gaiyo .gaiyo_hyo {
  border-bottom: 2px #ccc dotted;
  margin-bottom: 3rem;
}
#gaiyo .gaiyo_hyo dl {
  border-top: 2px #ccc dotted;
  padding: 15px 0;
  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 only screen and (max-width: 600px) {
  #gaiyo .gaiyo_hyo dl {
    text-align: center;
  }
}
#gaiyo .gaiyo_hyo dt {
  width: 20%;
}
@media only screen and (max-width: 600px) {
  #gaiyo .gaiyo_hyo dt {
    width: 100%;
  }
}
#gaiyo .gaiyo_hyo dt span {
  display: block;
  background-color: #fff;
  padding: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;
}
#gaiyo .gaiyo_hyo dt span small {
  display: block;
}
#gaiyo .gaiyo_hyo dd {
  width: 75%;
  padding-top: 10px;
}
@media only screen and (max-width: 600px) {
  #gaiyo .gaiyo_hyo dd {
    width: 100%;
  }
}
#gaiyo .gaiyo_hyo .mission {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 600px) {
  #gaiyo .gaiyo_hyo .mission {
    text-align: left;
  }
}
#gaiyo .gaiyo_hyo .mission:last-child {
  margin-bottom: 0;
}
#gaiyo .gaiyo_hyo .mission h4 {
  margin-bottom: 7px;
}
#gaiyo .gaiyo_hyo .mission p {
  color: #E57281;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 7px;
}
#gaiyo .gaiyo_hyo .mission ul {
  margin-left: 1.3rem;
}
#gaiyo .gaiyo_hyo .mission ul li {
  position: relative;
  margin-bottom: 3px;
}
#gaiyo .gaiyo_hyo .mission ul li::before {
  position: absolute;
  top: 5px;
  left: -1.3rem;
  width: 14px;
  height: 14px;
  background-color: #E57281;
  border-radius: 50%;
  content: "";
}
#gaiyo .bt {
  text-align: center;
}
#gaiyo .bt a, #gaiyo .bt span {
  display: inline-block;
  max-width: 450px;
  width: 47%;
  margin: 1%;
}
@media only screen and (max-width: 600px) {
  #gaiyo .bt a, #gaiyo .bt span {
    width: 100%;
    margin: 5px 0;
  }
}
#gaiyo .bt a:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  opacity: 1;
}

#interview .ten1 {
  width: 120px;
  left: 40%;
  top: 30vw;
  opacity: 0.2;
}
#interview h2 {
  max-width: 380px;
  margin: 0 auto 6rem;
}
@media only screen and (max-width: 1024px) {
  #interview h2 {
    max-width: 280px;
  }
}
#interview article {
  margin-bottom: 5rem;
  position: relative;
  z-index: 1;
}
#interview article .eng {
  position: absolute;
  width: 490px;
  top: -80px;
  left: -20px;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  #interview article .eng {
    width: 280px;
    left: -10px;
    top: -50px;
  }
}
#interview article .ttl {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 600px) {
  #interview article .ttl {
    margin-bottom: 1rem;
  }
}
#interview article .image {
  float: right;
  width: 25%;
  margin: 0 0 2rem 2rem;
}
@media only screen and (max-width: 1024px) {
  #interview article .image {
    width: 35%;
  }
}
@media only screen and (max-width: 600px) {
  #interview article .image {
    float: none;
    margin: 0 auto 1rem;
    width: 250px;
  }
}
#interview article .image img {
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1024px) {
  #interview article .image img {
    border-width: 7px;
  }
}
#interview article.interview2 .eng {
  left: 25%;
}
@media only screen and (max-width: 1024px) {
  #interview article.interview2 .eng {
    left: 35%;
  }
}
@media only screen and (max-width: 600px) {
  #interview article.interview2 .eng {
    left: -10px;
  }
}
#interview article.interview2 .image {
  float: left;
  margin: 0 2rem 2rem 0;
}
@media only screen and (max-width: 600px) {
  #interview article.interview2 .image {
    float: none;
    margin: 0 auto 1rem;
  }
}
#interview article .text h3 {
  margin-bottom: 1rem;
}
#interview article .text h3 .sns {
  display: inline-block;
  width: 20px;
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 600px) {
  #interview article .text h3 .sns {
    width: 18px;
  }
}
#interview article .text h3 .sns .sns2 {
  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;
}
#interview article .text h3 .sns img {
  display: block;
}
#interview article .text h3 .sns a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#interview article .text dl {
  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;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
#interview article .text dt {
  width: 130px;
  background-color: #CEE8DD;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  #interview article .text dt {
    width: 70px;
  }
}
#interview article .text dd {
  width: calc(100% - 140px);
  padding: 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  #interview article .text dd {
    width: calc(100% - 80px);
  }
}
#interview article .text dd a {
  text-decoration: underline;
}
#interview article .text .prof {
  background-color: #fff;
  padding: 20px;
  line-height: 1.7;
  font-size: 0.9rem;
}
@media only screen and (max-width: 600px) {
  #interview article .text .prof {
    margin-bottom: 1.5rem;
  }
}
#interview article .ask {
  margin-bottom: 3rem;
}
#interview article .ask h4 {
  color: #06A1E2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}
#interview article .ask h4 span {
  display: inline-block;
  font-size: 40px;
  margin-right: 10px;
}
#interview article .ask p {
  line-height: 2;
}
#interview article .photo.ph_yoko {
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  #interview article .photo.ph_yoko {
    width: 55%;
  }
}
@media only screen and (max-width: 600px) {
  #interview article .photo.ph_yoko {
    width: 100%;
  }
}
#interview article .photo.ph_tate {
  width: 28%;
}
@media only screen and (max-width: 600px) {
  #interview article .photo.ph_tate {
    width: 80%;
  }
}
#interview article .photo.ph_r {
  float: right;
  margin: 0 0 2rem 2rem;
}
@media only screen and (max-width: 600px) {
  #interview article .photo.ph_r {
    float: none;
    margin: 1.5rem auto;
  }
}
#interview article .photo.ph_l {
  float: left;
  margin: 0 2rem 2rem 0;
}
@media only screen and (max-width: 600px) {
  #interview article .photo.ph_l {
    float: none;
    margin: 1.5rem auto;
  }
}
#interview article .photo img {
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1024px) {
  #interview article .photo img {
    border-width: 7px;
  }
}
#interview .bt {
  text-align: center;
}
#interview .bt .text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
@media only screen and (max-width: 600px) {
  #interview .bt .text {
    font-size: 0.9rem;
  }
}
#interview .bt a, #interview .bt span {
  display: block;
  max-width: 450px;
  margin: 0 auto;
}
#interview .bt a:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  opacity: 1;
}

#contact .container {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  #contact .container {
    padding-bottom: 50px;
  }
}
#contact h2 {
  width: 250px;
  margin: 0 auto 2rem;
}
@media only screen and (max-width: 1024px) {
  #contact h2 {
    width: 200px;
  }
}
@media only screen and (max-width: 600px) {
  #contact h2 {
    width: 180px;
  }
}
#contact .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;
}
#contact .waku {
  width: 48%;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #contact .waku {
    width: 100%;
    margin: 0 0 2rem;
  }
}
#contact .midashi {
  position: relative;
  z-index: 1;
  margin: 0 0 1rem;
}
#contact .midashi::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  background-color: #06A1E2;
  width: 100%;
  height: 1px;
  content: "";
}
#contact .midashi h3 {
  background-color: #CEE8DD;
  display: inline-block;
  color: #06A1E2;
  padding: 0 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.1rem;
}
#contact h4 {
  font-size: 1rem;
  margin-bottom: 5px;
}
#contact p {
  line-height: 1.5;
}
#contact .bt {
  margin: 10px 0 0;
}
#contact .bt a {
  background-color: #06A1E2;
  display: inline-block;
  padding: 12px 60px 12px 50px;
  border-radius: 2em;
  color: #fff;
  position: relative;
  font-size: 0.9rem;
  background-image: url("../images/icon_mail.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 90% center;
}
#contact .sns {
  text-align: center;
  margin: 3rem 0 0;
}
#contact .sns h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 1rem;
}
#contact .sns ul {
  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;
}
#contact .sns li {
  width: 30px;
  margin: 0 10px;
}
#contact .sns a {
  display: block;
}
#contact .sns a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*!------------------------------------*\
Base
\*!------------------------------------*/
.drawer-nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  overflow: hidden;
  width: 80vw;
  color: #fff;
  height: 100%;
  background: #06A1E2;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*!------------------------------------*\
Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -80vw;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 80vw;
}

/*!------------------------------------*\
Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 7px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 30px;
  padding-top: 14px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10ox;
  background-color: transparent;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #36231A;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!------------------------------------*\
accessibility
\*!------------------------------------*/
/*!
* Only display content to screen readers
* See: http://a11yproject.com/posts/how-to-hide-content
*/
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
* Use in conjunction with .sr-only to only display content when it's focused.
* Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
* Credit: HTML5 Boilerplate
*/
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
Container
\*!------------------------------------*/
.drawer-menu {
  padding: 50px 8%;
}

.drawer-menu h2 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 30px;
}
.drawer-menu h2 a {
  color: #fff;
}

.drawer-menu li {
  margin: 0 0 0px;
  text-align: left;
  border-bottom: 1px solid #eee;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.drawer-menu li a {
  display: block;
  padding: 15px 0;
  color: #fff;
}
.drawer-menu li a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.drawer-menu li a:hover {
  color: yellow;
  opacity: 1;
}
.drawer-menu li a:hover::before {
  border-color: yellow;
}

.drawer-menu .sns {
  margin: 1.5rem 0 0;
  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;
}
.drawer-menu .sns a {
  display: block;
  width: 30px;
  margin: 0 10px;
}
.drawer-menu .sns a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
/*# sourceMappingURL=common.css.map */