@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans");

a, a img {
  transition-duration: 0.5s;
}
a:hover, a img:hover {
  transition-duration: 0.5s;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
.content_wrap {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  margin: 0 auto;
  padding: 0;
  font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.8 !important;
}
@media screen and (min-width: 980px) {
  .content_wrap {
    font-size: 18px;
  }
}
.content_wrap * {
  box-sizing: border-box;
}

@keyframes auto-fade_kf {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Utility */
.u-none {
  display: none;
}
@media screen and (min-width: 980px) {
  .u-md-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-inline {
    display: inline;
  }
}
@media screen and (min-width: 980px) {
  .u-md-inline {
    display: inline;
  }
}
.u-table {
  display: table;
}
@media screen and (min-width: 980px) {
  .u-md-table {
    display: table;
  }
}
@media screen and (min-width: 480px) {
  .u-xs-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-none {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .u-md-none {
    display: none;
  }
}

/* PageDesign */
.p-main h2 {
  margin: 0;
}
.p-main h2 img {
  width: 100%;
}
.p-main h3 {
  margin: 10% auto 5%;
  text-align: center;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.9em;
}
.p-main h3 span {
  color: #e06b48;
  font-weight: bold;
}
.coord h3 {
  margin-bottom: 7%;
}
.coord h3 img {
  width: 90%;
  max-width: 531px;
}
.p-main h4 {
  margin: 12% 0 3.5%;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.8em;
  font-weight: bold;
}
@media screen and (min-width: 980px) {
  .p-main h3 {
    font-size: 1.3em;
  }
  .p-main h4 {
    font-size: 2em;
  }
}
.content_wrap {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  margin: 0 auto;
  padding: 0;
  font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.8 !important;
}
@media screen and (min-width: 980px) {
  .content_wrap {
    font-size: 18px;
  }
}
.content_wrap * {
  box-sizing: border-box;
}
.contents_wrap {
  width: 90%;
  margin: 0 auto 10%;
  font-size: 1.2em;
  line-height: 1.8em;
  letter-spacing: 0.01em;
  color: #4a4a4a;
}
.contents_wrap.item_detail {
  width: 100%;
  max-width: 1170px;
}
.contents_wrap p {
  margin: 3% 0 3%;
}
.contents_wrap .item_link {
  width: 100%;
  max-width: 465px;
  margin: 5% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
}
.contents_wrap.weblimited .item_link {
  max-width: none;
}
.contents_wrap .item_link .item_link_img {
  width: 30%;
}
.contents_wrap .item_link .item_text {
  width: 60%;
  margin-left: 5%;
  font-size: 0.85em;
  letter-spacing: 0;
  line-height: 1.5em;
}
.contents_wrap.weblimited .item_link .item_text {
  width: 100%;
  margin-left: 0;
}
@media screen and (min-width: 980px) {
  .contents_wrap.weblimited .item_link .item_text {
    width: auto;
  }
}
.contents_wrap .item_link .link_btn {
  width: 100%;
  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;
}
.contents_wrap .item_link .link_btn a {
  width: 49%;
  background: #f77e5e;
  margin-top: 3%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 2.8em;
}
.contents_wrap .item_link .link_btn a:hover {
  background: #4a4a4a;
  text-decoration: none;
}
@media screen and (min-width: 980px) {
  .contents_wrap .item_link .item_text {
    width: auto;
    letter-spacing: 0.13em;
    line-height: 1.8em;
  }
}




.item_detail ul {
  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;
}
.item_detail li {
  width: 80%;
  margin: 0 auto 10%;
}
.item_detail li .point_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  margin: 3% 0 0;
}
.item_detail li .point_text h5 {
  width: 20%;
  margin: 1% 0 0;
  text-align: center;
}
.item_detail li .point_text p {
  width: 75%;
  margin: 0;
  line-height: 1.8em;
}
@media screen and (min-width: 980px) {
  .item_detail li {
    width: 48%;
    max-width: 560px;
    margin: 0 0 5%;
  }
  .item_detail li .point_text p {
    width: 80%;
  }
}

.contents_wrap.teiban_items {
  width: 100%;
  max-width: 1170px;
  margin-top: 13%;
  border-top: solid 1px #d4d4d4;
}
.contents_wrap.teiban_items h4 {
  margin: 8% 0;
}
@media screen and (min-width: 980px) {
  .contents_wrap.teiban_items h4 {
    margin: 8% 0 0;
  }
}
.teiban_items ul {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  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;
}
.teiban_items li {
  width: 90%;
  max-width: 460px;
  margin: 0 auto 10%;
  text-align: center;
}
.teiban_items li .point_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  margin: 3% 0 0;
}
.teiban_items li .point_text h5 {
  width: 20%;
  margin: 1% 0 0;
  text-align: center;
}
.teiban_items li .point_text p {
  width: 75%;
  margin: 0;
  line-height: 1.8em;
}
@media screen and (min-width: 980px) {
  .teiban_items li {
    width: 48%;
    max-width: 430px;
    margin: 6% 0 5%;
  }
  .teiban_items li .point_text p {
    width: 80%;
  }
}

.contents_wrap.teiban_items .item_link {
  width: 100%;
  max-width: 220px;
  margin: 5% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
}
@media screen and (min-width: 980px) {
.contents_wrap.teiban_items .item_link {
  width: 100%;
  max-width: 150px;
  margin: 5% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
}
}
.contents_wrap.teiban_items .item_link .item_link_img {
  width: 30%;
}
.contents_wrap.teiban_items .item_link .item_text {
  width: 100%;
  margin-left: 5%;
  font-size: 0.85em;
  letter-spacing: 0;
  line-height: 1.5em;
}
.contents_wrap.teiban_items .item_link .link_btn {
  width: 100%;
  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;
}
.contents_wrap.teiban_items .item_link .link_btn a {
  width: 100%;
  background: #f77e5e;
  margin-top: 3%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 2.8em;
}
.contents_wrap.teiban_items .item_link .link_btn a:hover {
  background: #4a4a4a;
  text-decoration: none;
}
@media screen and (min-width: 980px) {
  .contents_wrap.teiban_items .item_link .item_text {
    width: auto;
    letter-spacing: 0.13em;
    line-height: 1.8em;
  }
}



.coord p, .coord img {
  margin: 3% auto ;
}
.contents_wrap .text_beige {
  color: #c99d83;
  font-weight: bold;
}
.virtusiz {
  width: 100%;
  max-width: 1050px;
  background: #333333;
  color: #ffffff;
  text-align: center;
  padding: 10% 0 8%;
}
.virtusiz h4 {
  margin: 0 0 3%;
}
.virtusiz > p {
  width: 90%;
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 1.4em;
}
.virtusiz > div {
  margin: 2% auto 2%;
}
.virtusiz > div p {
  width: 90%;
  margin: 3% auto 3%;
  text-align: left;
  font-size: 1em;
  letter-spacing: 0.15em;
  line-height: 1.8em;
}
.virtusiz_btn a {
  display: block;
  width: 80%;
  max-width: 320px;
  position: relative;
  margin: 0 auto 1%;
  padding: 4.5% 0;
  background-color: #16c6b9;
  border-radius: 5px;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  border: 1px solid #16c6b9;
}
.virtusiz_btn a:hover{
  border: 1px solid #16c6b9;
  background-color: #ffffff;
  color: #16c6b9;
  opacity: 1;
}
.virtusiz_btn a:before {        /*白い丸 */ 
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;        /* CSS3草案 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50%;   /* Firefox用 */  
  background: #fff;
}
.virtusiz_btn a:after {        /*「after要素」で三角 */ 
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;        /*top right bottom を透明化 */ 
  border-left: 5px solid #16c6b9;
}
.virtusiz_btn a:hover:before {        /*「before要素」のマウスオーバー（カラーを合わせる） */  
  background: #16c6b9;
}
.virtusiz_btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
  border-left: 5px solid #fff;
}
@media screen and (min-width: 980px) {
  .virtusiz {
    padding: 5% 0 3%;
  }
  .virtusiz > p {
    font-size: 1.5em;
  }
  .virtusiz > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
  }
  .virtusiz > div p {
    width: auto;
    margin: 3% 0;
    text-align: center;
    font-size: 1.1em;
  }
  .virtusiz_btn a {
    padding: 1.5% 0;
    font-size: 0.8em;
  }
}
.weblimited {
  width: 100%;
  max-width: 1170px;
  background: #f6f4f9;
  padding: 1% 0 0;
}
.weblimited > div {
  width: 90%;
  margin: 0% auto;
}
.weblimited h4 {
  border-bottom: dotted 2px #333333;
}
.weblimited h4 span {
  display: block;
  margin-bottom: 1%;
  color: #f77e5e;
  font-size: 1.5em;
}
@media screen and (min-width: 980px) {
  .weblimited {
    padding: 0;
    font-size: 1.3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
     justify-content: space-between;
    -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
  }
  .weblimited > div {
    max-width: 470px;
    padding-right: 7%;
    text-align: left;
  }
  .weblimited h4 {
    margin: 0;
    text-align: left;
    font-size: 1.4em;
  }
}
.bnr_area {
  width: 100%;
  max-width: 1170px;
  padding-top: 10%;
  border-top: solid 1px #d4d4d4;
  text-align: center;

}
.bnr_area p {
  font-size: 0.9em;
}
.bnr_area img {
  width: 90%;
  max-width: 772px;
}
@media screen and (min-width: 980px) {
  .bnr_area p {
    font-size: 1.5em;
  }
}
/* ナビゲーション */
#kt_navi_box {
  width: 100%;
  list-style: none;
  margin: 0 auto 0;
  overflow: hidden;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#kt_navi_box.fixed {
  background: #ffffff;
}
@media (max-width: 768px){
  #kt_navi_box.fixed{
    background: transparent;
  }
}
.fixed #fixedbox {
  max-width: 400px;
  margin-top: 0;
}
#fixedbox {
  max-width: 612px;
  margin: auto;
  transition: 0.7s;
}
#fixedbox .p-header__navigation {
  width: 100%;
  max-width: 612px;
  margin: 0 auto;
  border-bottom: solid 2px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
@media (max-width: 768px){
  #fixedbox .p-header__navigation {
    background: #ffffff;
  }
}
#fixedbox .p-header__navigation li {
  width: 49%;
  max-width: 296px;
}