@charset "UTF-8";
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* line 9, ../sass/common.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}

/* line 14, ../sass/common.scss */
html {
  font-size: 62.5%;
  color: #333;
}

/* line 19, ../sass/common.scss */
.english {
  -webkit-text-size-adjust: 100%;
  word-break: keep-all;
}

/* line 24, ../sass/common.scss */
a, a:hover {
  color: #333;
  text-decoration: none;
}

/* line 32, ../sass/common.scss */
a:hover {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: underline;
}
/* line 36, ../sass/common.scss */
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 41, ../sass/common.scss */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 48, ../sass/common.scss */
hr {
  border-top: 1px solid #804f21;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 60px 0;
}

/* line 54, ../sass/common.scss */
body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  word-break: break-all;
}
@media screen and (max-width: 1200px) {
  /* line 54, ../sass/common.scss */
  body {
    width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  /* line 54, ../sass/common.scss */
  body {
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* line 66, ../sass/common.scss */
  body {
    word-break: break-word;
  }
}
/* line 71, ../sass/common.scss */
.spOnly {
  display: none !important;
}
@media screen and (max-width: 768px) {
  /* line 71, ../sass/common.scss */
  .spOnly {
    display: inherit !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 77, ../sass/common.scss */
  .pcOnly {
    display: none !important;
  }
}

/* line 86, ../sass/common.scss */
[class^="icon-"], [class*=" icon-"] {
  margin: 0 5px;
}

/* line 97, ../sass/common.scss */
a[target="_blank"].noIcon:after {
  display: none !important;
}
/* line 101, ../sass/common.scss */
/*
 * a[target="_blank"]:after {
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  color: #019bbc;
  position: relative;
  right: -5px;
  top: -4px;
  font-size: 1.8rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: sub;
}
*/
@media screen and (max-width: 999px) {
  /* line 101, ../sass/common.scss */
  a[target="_blank"]:after {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) and (max-width: 1000px) {
  /* line 101, ../sass/common.scss */
  a[target="_blank"]:after {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  /* line 101, ../sass/common.scss */
  a[target="_blank"]:after {
    font-size: 24px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 101, ../sass/common.scss */
  a[target="_blank"]:after {
    font-size: 3.2vw;
  }
}

/* line 123, ../sass/common.scss */
a[target="_blank"].btn:hover:after {
  color: #fff;
}
/* line 129, ../sass/common.scss */
a[target="_blank"].menuL:after {
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 140, ../sass/common.scss */
a[href$=".pdf"].noIcon:after,
a.pdf.noIcon:after {
  display: none !important;
}
/* line 144, ../sass/common.scss */
a[href$=".pdf"]:after,
a.pdf:after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1" !important;
  position: relative;
  right: -5px;
  top: -4px;
  color: #de2b4c;
  font-size: 1.8rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  vertical-align: sub;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  /* line 144, ../sass/common.scss */
  a[href$=".pdf"]:after,
  a.pdf:after {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) and (max-width: 1000px) {
  /* line 144, ../sass/common.scss */
  a[href$=".pdf"]:after,
  a.pdf:after {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  /* line 144, ../sass/common.scss */
  a[href$=".pdf"]:after,
  a.pdf:after {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 144, ../sass/common.scss */
  a[href$=".pdf"]:after,
  a.pdf:after {
    font-size: 3.2vw;
  }
}

/* line 164, ../sass/common.scss */
.newsBox {
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 167, ../sass/common.scss */
  .newsBox[href$=".pdf"]:after {
    position: static;
    vertical-align: middle;
  }
}

/* line 182, ../sass/common.scss */
a[href$=".doc"].noIcon:after,
a[href$=".docx"].noIcon:after {
  display: none !important;
}
/* line 186, ../sass/common.scss */
a[href$=".doc"]:after,
a[href$=".docx"]:after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c2" !important;
  position: relative;
  right: -5px;
  top: -4px;
  color: #2b579a;
  font-size: 1.8rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  vertical-align: sub;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  /* line 186, ../sass/common.scss */
  a[href$=".doc"]:after,
  a[href$=".docx"]:after {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) and (max-width: 1000px) {
  /* line 186, ../sass/common.scss */
  a[href$=".doc"]:after,
  a[href$=".docx"]:after {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  /* line 186, ../sass/common.scss */
  a[href$=".doc"]:after,
  a[href$=".docx"]:after {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 186, ../sass/common.scss */
  a[href$=".doc"]:after,
  a[href$=".docx"]:after {
    font-size: 3.2vw;
  }
}

/* line 210, ../sass/common.scss */
a[href$=".xls"].noIcon:after,
a[href$=".xlsx"].noIcon:after {
  display: none !important;
}
/* line 214, ../sass/common.scss */
a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c3" !important;
  position: relative;
  right: -5px;
  top: -4px;
  color: #007233;
  font-size: 1.8rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  vertical-align: sub;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  /* line 214, ../sass/common.scss */
  a[href$=".xls"]:after,
  a[href$=".xlsx"]:after {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) and (max-width: 1000px) {
  /* line 214, ../sass/common.scss */
  a[href$=".xls"]:after,
  a[href$=".xlsx"]:after {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  /* line 214, ../sass/common.scss */
  a[href$=".xls"]:after,
  a[href$=".xlsx"]:after {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 214, ../sass/common.scss */
  a[href$=".xls"]:after,
  a[href$=".xlsx"]:after {
    font-size: 3.2vw;
  }
}

/* line 239, ../sass/common.scss */
a[href$=".ppt"].noIcon:after,
a[href$=".pptm"].noIcon:after,
a[href$=".pptx"].noIcon:after {
  display: none !important;
}
/* line 243, ../sass/common.scss */
a[href$=".ppt"]:after,
a[href$=".pptm"]:after,
a[href$=".pptx"]:after {
  font-family: 'icomoon' !important;
  content: "" !important;
  color: #f5624a;
  font-size: 1.8rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  vertical-align: sub;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  /* line 243, ../sass/common.scss */
  a[href$=".ppt"]:after,
  a[href$=".pptm"]:after,
  a[href$=".pptx"]:after {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) and (max-width: 1000px) {
  /* line 243, ../sass/common.scss */
  a[href$=".ppt"]:after,
  a[href$=".pptm"]:after,
  a[href$=".pptx"]:after {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  /* line 243, ../sass/common.scss */
  a[href$=".ppt"]:after,
  a[href$=".pptm"]:after,
  a[href$=".pptx"]:after {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 243, ../sass/common.scss */
  a[href$=".ppt"]:after,
  a[href$=".pptm"]:after,
  a[href$=".pptx"]:after {
    font-size: 3.2vw;
  }
}

/* line 265, ../sass/common.scss */
#wrapper {
  background-color: #fff;
  padding-bottom: 2em;
}
/* line 268, ../sass/common.scss */
#wrapper .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  /* line 268, ../sass/common.scss */
  #wrapper .inner {
    width: 100%;
  }
}

/* line 282, ../sass/common.scss */
header .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 350px;
  padding: 10px;
  height: 100px;
}
@media screen and (max-width: 480px) {
  /* line 282, ../sass/common.scss */
  header .logo {
    left: 20px;
    width: 60%;
    height: 75px;
    padding: 20px 0;
  }
}
/* line 294, ../sass/common.scss */
header .sns__btn {
  position: absolute;
  top: 0;
  z-index: 100;
  right: 110px;
}
/* line 299, ../sass/common.scss */
header .sns__btn .sns__item {
  margin: 25px 10px 0;
}

/* line 310, ../sass/common.scss */
.menu.open {
  right: 0;
  transition: 0.75s;
  transition-delay: .5s;
}
/* line 315, ../sass/common.scss */
.menu.open .spOnly .logo {
  width: 60%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 75px;
  padding: 0 10px;
}

/* line 323, ../sass/common.scss */
.menu {
  width: 800px;
  position: fixed;
  transition: 0.75s;
  right: -800px;
  top: 0;
  z-index: 999;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  /* line 323, ../sass/common.scss */
  .menu {
    width: 100%;
    height: 100%;
    max-width: 768px;
  }
}
/* line 336, ../sass/common.scss */
.menu .menu__inner {
  height: 100%;
  overflow: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  /* line 336, ../sass/common.scss */
  .menu .menu__inner {
    padding-bottom: 120px;
  }
}
/* line 344, ../sass/common.scss */
.menu .menu__inner .sns__btn {
  padding: 20px;
  border-top: 2px solid #c0c0c0;
}
@media screen and (max-width: 768px) {
  /* line 347, ../sass/common.scss */
  .menu .menu__inner .sns__btn .sns__item {
    width: 16%;
    display: inline-block;
    text-align: center;
    float: left;
  }
}
/* line 357, ../sass/common.scss */
.menu .menu__open {
  position: relative;
  width: 100px;
  height: 100px;
  padding: 25px 25px 0 25px;
  left: -100px;
  top: 0;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  /* line 357, ../sass/common.scss */
  .menu .menu__open {
    position: fixed;
    right: 0;
    left: auto;
    width: 75px;
    height: 75px;
    padding: 15px 10px 0 10px;
  }
}
/* line 374, ../sass/common.scss */
.menu .menu__open .menu__click {
  display: none;
}
/* line 377, ../sass/common.scss */
.menu .menu__open .menu__click.on {
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 6px 0px;
  font-size: 1.4rem;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  /* line 377, ../sass/common.scss */
  .menu .menu__open .menu__click.on {
    font-size: 10px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 390, ../sass/common.scss */
  .menu .search__box {
    margin-top: 40px;
  }
}
/* line 395, ../sass/common.scss */
.menu .nav__main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  border-top: 1px solid #c9c9c9;
}
/* line 398, ../sass/common.scss */
.menu .nav__main .item {
  width: 50%;
  font-weight: bold;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  padding: 15px 28px;
  display: block;
  font-size: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 398, ../sass/common.scss */
  .menu .nav__main .item {
    font-size: 3.25521vw;
  }
}
@media screen and (max-width: 420px) {
  /* line 398, ../sass/common.scss */
  .menu .nav__main .item {
    font-size: 3.80952vw;
  }
}
/* line 413, ../sass/common.scss */
.menu .nav__main .item:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  font-size: 36px;
  display: inline-block;
  /* width: 20px; */
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #c02c46;
}
@media screen and (max-width: 420px) {
  /* line 413, ../sass/common.scss */
  .menu .nav__main .item:after {
    font-size: 8.57143vw;
  }
}
/* line 428, ../sass/common.scss */
.menu .nav__main .item:nth-child(even) {
  border-right: none;
}
/* line 433, ../sass/common.scss */
.menu .nav__btns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  padding: 1em 50px;
}
@media screen and (max-width: 420px) {
  /* line 433, ../sass/common.scss */
  .menu .nav__btns {
    padding: 1em 20px;
  }
}
/* line 440, ../sass/common.scss */
.menu .nav__btns .btn {
  color: #644f92;
  display: inline-block;
  width: 31%;
  text-align: center;
  margin: 15px 0 8px;
  padding: 10px 0px;
  border-radius: 25px;
  font-size: 18px;
  background-color: #fff;
  border: 2px solid #644f92;
}
@media screen and (max-width: 768px) {
  /* line 440, ../sass/common.scss */
  .menu .nav__btns .btn {
    width: 48%;
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 420px) {
  /* line 440, ../sass/common.scss */
  .menu .nav__btns .btn {
    font-size: 12px;
  }
}
/* line 461, ../sass/common.scss */
.menu .nav__sub {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  padding: 20px 0 20px 50px;
}
@media screen and (max-width: 768px) {
  /* line 461, ../sass/common.scss */
  .menu .nav__sub {
    padding: 20px;
  }
}
/* line 467, ../sass/common.scss */
.menu .nav__sub .item__sub {
  display: block;
  width: 175px;
  font-size: 14px;
  margin: 0 0 10px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 467, ../sass/common.scss */
  .menu .nav__sub .item__sub {
    width: 50%;
    font-size: 2.08333vw;
    padding: 0 20px;
  }
  /* line 477, ../sass/common.scss */
  .menu .nav__sub .item__sub:after {
    display: none;
  }
  /* line 480, ../sass/common.scss */
  .menu .nav__sub .item__sub:nth-child(odd) {
    border-right: 1px solid #c9c9c9;
  }
}
@media screen and (max-width: 420px) {
  /* line 467, ../sass/common.scss */
  .menu .nav__sub .item__sub {
    width: 50%;
    font-size: 12px;
    padding: 0 10px;
  }
}
/* line 490, ../sass/common.scss */
.menu .nav__sub .item__sub:after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  right: 20px;
  background-color: #c9c9c9;
}
/* line 499, ../sass/common.scss */
.menu .nav__sub .item__sub:last-child:after {
  display: none;
}
/* line 504, ../sass/common.scss */
.menu .nav__sub .item__sub:nth-child(4):after {
  display: none;
}
/* line 508, ../sass/common.scss */
.menu .nav__sub .item__sub span {
  display: inline-block;
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
}

/* line 519, ../sass/common.scss */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

/* line 525, ../sass/common.scss */
.menu-trigger {
  position: relative;
  width: 50px;
  height: 44px;
}
@media screen and (max-width: 768px) {
  /* line 525, ../sass/common.scss */
  .menu-trigger {
    width: 44px;
    height: 40px;
  }
}

/* line 534, ../sass/common.scss */
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
}

/* line 542, ../sass/common.scss */
.menu-trigger span:nth-of-type(1) {
  top: 0;
}

/* line 545, ../sass/common.scss */
.menu-trigger span:nth-of-type(2) {
  top: 15px;
}
@media screen and (max-width: 768px) {
  /* line 545, ../sass/common.scss */
  .menu-trigger span:nth-of-type(2) {
    top: 14px;
  }
}

/* line 551, ../sass/common.scss */
.menu-trigger span:nth-of-type(3) {
  bottom: 10px;
}

/* line 554, ../sass/common.scss */
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  /* line 554, ../sass/common.scss */
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }
}

/* line 562, ../sass/common.scss */
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/* line 578, ../sass/common.scss */
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/* line 585, ../sass/common.scss */
footer {
  position: relative;
  z-index: 99;
}
/* line 588, ../sass/common.scss */
footer .sns__box {
  background-color: #f6eaff;
}
/* line 590, ../sass/common.scss */
footer .sns__box .sns__icon {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  /* line 590, ../sass/common.scss */
  footer .sns__box .sns__icon {
    width: 3.90625vw;
    margin-right: 10px;
  }
}
@media screen and (max-width: 420px) {
  /* line 590, ../sass/common.scss */
  footer .sns__box .sns__icon {
    width: 7.14286vw;
  }
}
/* line 600, ../sass/common.scss */
footer .sns__box .sns__item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-right: 1px solid #dbaffc;
  width: 25%;
  padding: 10px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  /* line 600, ../sass/common.scss */
  footer .sns__box .sns__item {
    width: 50%;
    justify-content: left;
    padding: 15px 25px;
    border-top: 1px solid #dbaffc;
  }
  /* line 613, ../sass/common.scss */
  footer .sns__box .sns__item:first-child {
    border-top: none;
  }
  /* line 616, ../sass/common.scss */
  footer .sns__box .sns__item:nth-child(2) {
    border-top: none;
  }
  /* line 619, ../sass/common.scss */
  footer .sns__box .sns__item:nth-child(even) {
    border-right: none;
  }
}
/* line 623, ../sass/common.scss */
footer .sns__box .sns__item:first-child {
  border-left: 1px solid #dbaffc;
}
@media screen and (max-width: 768px) {
  /* line 623, ../sass/common.scss */
  footer .sns__box .sns__item:first-child {
    border-left: none;
  }
}
/* line 629, ../sass/common.scss */
footer .sns__box .sns__item img {
  margin-right: 12px;
}
/* line 632, ../sass/common.scss */
footer .sns__box .sns__item span {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  /* line 632, ../sass/common.scss */
  footer .sns__box .sns__item span {
    font-size: 2.08333vw;
  }
}
@media screen and (max-width: 420px) {
  /* line 632, ../sass/common.scss */
  footer .sns__box .sns__item span {
    font-size: 3.80952vw;
  }
}
/* line 644, ../sass/common.scss */
footer .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  /* line 644, ../sass/common.scss */
  footer .inner {
    width: 100%;
  }
}
/* line 652, ../sass/common.scss */
footer .btn__box {
  background-image: url(../img/border-emr.png);
  padding: 30px 0;
  background-color: #f9e0e0;
}
@media screen and (max-width: 768px) {
  /* line 652, ../sass/common.scss */
  footer .btn__box {
    padding: 2em 1em;
  }
}
/* line 659, ../sass/common.scss */
footer .btn__box .btn__post {
  display: block;
  background-color: #fff;
  border: 2px solid #d71f28;
  color: #d71f28;
  width: 48%;
  font-size: 20px;
  padding: 30px;
  border-radius: 10px;
  font-weight: bold;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  /* line 659, ../sass/common.scss */
  footer .btn__box .btn__post {
    width: 100%;
    padding: 15px;
    font-size: 16px;
  }
}
/* line 675, ../sass/common.scss */
footer .btn__box .btn__post .icon {
  display: inline-block;
  margin-right: 10px;
}
/* line 680, ../sass/common.scss */
footer .btn__box .btn__oc {
  display: block;
  background-color: #fff;
  border: 2px solid #6c5797;
  color: #6c5797;
  width: 48%;
  font-size: 20px;
  padding: 30px;
  border-radius: 10px;
  font-weight: bold;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  /* line 680, ../sass/common.scss */
  footer .btn__box .btn__oc {
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    font-size: 16px;
  }
}
/* line 697, ../sass/common.scss */
footer .btn__box .btn__oc .icon {
  display: inline-block;
  margin-right: 10px;
}
/* line 703, ../sass/common.scss */
footer .footer__box {
  background-image: url(../img/footer_bg.png);
  padding: 30px 0;
  background-color: #c02c46;
  height: auto;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
/* line 710, ../sass/common.scss */
footer .footer__box .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  /* line 710, ../sass/common.scss */
  footer .footer__box .inner {
    width: 100%;
  }
}
/* line 716, ../sass/common.scss */
footer .footer__box .inner .left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  /* line 716, ../sass/common.scss */
  footer .footer__box .inner .left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 721, ../sass/common.scss */
  footer .footer__box .inner .left .footer__logo {
    text-align: center;
  }
}
/* line 726, ../sass/common.scss */
footer .footer__box .inner .left .footer__access {
  margin-top: 40px;
  color: #fff;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  /* line 726, ../sass/common.scss */
  footer .footer__box .inner .left .footer__access {
    text-align: center;
    margin-top: 20px;
  }
}
/* line 736, ../sass/common.scss */
footer .footer__box .inner .right {
  width: 50%;
}
/* line 738, ../sass/common.scss */
footer .footer__box .inner .right .socal__box {
  text-align: right;
}
/* line 740, ../sass/common.scss */
footer .footer__box .inner .right .socal__box a {
  display: inline-block;
  margin: 0 1%;
}
/* line 747, ../sass/common.scss */
footer .footer__box .copy {
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 768px) {
  /* line 747, ../sass/common.scss */
  footer .footer__box .copy {
    text-align: center;
  }
}

/* line 763, ../sass/common.scss */
.gmap,
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

/* line 769, ../sass/common.scss */
.gmap {
  padding-top: 40.816%;
}

/* line 770, ../sass/common.scss */
.youtube .yt_thumb,
.gmap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 779, ../sass/common.scss */
.youtube .yt_thumb {
  background-size: cover;
}
/* line 784, ../sass/common.scss */
.youtube .yt_thumb:after {
  content: "";
  width: 84px;
  height: 84px;
  background: url(../img/icon/playBtn.png) 50% 50% no-repeat rgba(0, 0, 0, 0.7);
  position: absolute;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  top: 50%;
  left: 50%;
  margin-left: -42px;
  margin-top: -42px;
}
/* line 796, ../sass/common.scss */
.youtube .yt_thumb:hover {
  cursor: pointer;
}

/* line 805, ../sass/common.scss */
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

/* line 817, ../sass/common.scss */
.btn {
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  background-color: #c02c46;
  color: #fff;
  border-radius: 5px;
}

/* line 829, ../sass/common.scss */
.search_container {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  display: block;
  height: 50px;
  width: 80%;
  overflow: hidden;
  margin: 0 auto 40px;
}
/* line 838, ../sass/common.scss */
.search_container input[type="text"] {
  border: none;
  height: 50px;
  padding: 0 10px;
  font-size: 18px;
  width: 100%;
  background-color: #f0f0f0;
}
/* line 845, ../sass/common.scss */
.search_container input[type="text"]:focus {
  outline: 0;
}
/* line 849, ../sass/common.scss */
.search_container input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.6em;
  border: none;
  background: none;
  color: #ccc;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  outline: none;
}

/* line 869, ../sass/common.scss */
#wrapper.index .inner {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 872, ../sass/common.scss */
#wrapper.index .inner h2 {
  width: 100%;
  color: #333;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  /* line 872, ../sass/common.scss */
  #wrapper.index .inner h2 {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 420px) {
  /* line 872, ../sass/common.scss */
  #wrapper.index .inner h2 {
    font-size: 7.14286vw;
  }
}
/* line 886, ../sass/common.scss */
#wrapper.index .inner .index__item {
  display: block;
  height: 220px;
  width: 31%;
  margin: 2% 1%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  /* line 886, ../sass/common.scss */
  #wrapper.index .inner .index__item {
    width: 48%;
  }
}
@media screen and (max-width: 420px) {
  /* line 886, ../sass/common.scss */
  #wrapper.index .inner .index__item {
    width: 98%;
  }
}
/* line 901, ../sass/common.scss */
#wrapper.index .inner .index__item .index__title {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 20px 40px 20px 20px;
  font-size: 16px;
  font-weight: bold;
}
/* line 911, ../sass/common.scss */
#wrapper.index .inner .index__item .index__title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
}

/* line 930, ../sass/common.scss */
/*.pnkz {
  width: 1200px;
  margin: 0 auto 100px;
  padding: 1em;
}*/
.pnkz {
  width: 1200px;
  margin: 0 auto 30px;
  padding: 1em;
}
/* line 934, ../sass/common.scss */
.pnkz br {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 930, ../sass/common.scss */
  .pnkz {
    width: 100%;
  }
}

/* line 943, ../sass/common.scss */
.wp-pagenavi {
  text-align: center;
  margin-top: 100px;
}
/* line 946, ../sass/common.scss */
.wp-pagenavi .current {
  position: relative;
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  background-color: #333;
  margin: 0 10px;
  border: 1px solid #333;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  /* line 946, ../sass/common.scss */
  .wp-pagenavi .current {
    padding: 2px 10px;
  }
}
/* line 959, ../sass/common.scss */
.wp-pagenavi .page {
  position: relative;
  display: inline-block;
  padding: 2px 10px;
  color: #333;
  margin: 0 10px;
  border: 1px solid #333;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  /* line 959, ../sass/common.scss */
  .wp-pagenavi .page {
    padding: 2px 10px;
  }
  /* line 969, ../sass/common.scss */
  .wp-pagenavi .page:nth-child(4) {
    display: none;
  }
  /* line 972, ../sass/common.scss */
  .wp-pagenavi .page:nth-child(5) {
    display: none;
  }
}
/* line 977, ../sass/common.scss */
.wp-pagenavi .previouspostslink {
  position: relative;
  display: inline-block;
  border: 1px solid #333;
  padding: 2px 10px;
  color: #333;
  margin: 0 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  /* line 977, ../sass/common.scss */
  .wp-pagenavi .previouspostslink {
    padding: 2px 10px;
  }
}
/* line 989, ../sass/common.scss */
.wp-pagenavi .nextpostslink {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #333;
  color: #333;
  margin: 0 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  /* line 989, ../sass/common.scss */
  .wp-pagenavi .nextpostslink {
    padding: 2px 10px;
  }
}

/* line 1002, ../sass/common.scss */
#pageTop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 999;
}
