@charset "UTF-8";
/*=================================
common
===================================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Roboto:300,400,700&display=swap");
html, body, h1, h2, h3, h4, h5, h6, strong, em {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium",Noto Sans JP, sans-serif;
  -webkit-font-feature-settings: "pkna" 1;
  font-feature-settings: "pkna" 1;
  /* ルートのフォントサイズを10pxに設定しておく */
  font-size: 62.5%;
}

body {
  /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
  font-size: 1.6em;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6, strong, em {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 700;
}

/*
ブレークポイントサイズ
@media screen and (max-width:1194px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
*/
/*=================================
header
===================================*/
.header {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  width: 100%;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 46px;
  position: fixed;
  top: 0;
  z-index: 1;
}

.header__logo .logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.06em;
}

.header__logo .logo__link img {
  display: block;
  width: 55px;
  margin-right: 14px;
}

.header__block {
  display: none;
  height: 40px;
}

.header__block .nav__button {
  display: none;
}

.header .nav.open {
  display: block;
}

.header .nav.close {
  display: none;
}

.header .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .nav__list .nav__item {
  margin: 0 10px;
}

.header .nav__list .nav__item a {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.header .nav__list .nav__item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.header .nav__list .nav__item a:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.header .nav__list .nav__item--contact a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #444;
  padding: 10px 20px;
  border: 2px solid #444;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  border-color: #fff;
  font-size: 1.2rem;
}

.header .nav__list .nav__item--contact a:hover {
  opacity: 0.5;
}

.header .nav__list .nav__item--contact a::after {
  display: none;
}

@media screen and (max-width: 1194px) {
  .header {
    padding: 12.6px 41.4px;
  }
  .header__logo .logo__link {
    font-size: 1.98rem;
  }
  .header__logo .logo__link img {
    width: 49.5px;
    margin-right: 12.6px;
  }
  .header .nav__list .nav__item {
    margin: 0 9px;
  }
  .header .nav__list .nav__item a {
    font-size: 1.44rem;
  }
  .header .nav__list .nav__item--contact a {
    font-size: 1.08rem;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 11.2px 27.6px;
  }
  .header .nav__block {
    display: block;
  }
  .header .nav__block .nav__button {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 20;
    position: fixed;
    width: 30px;
    height: 30px;
    margin-top: 18px;
    top: 1px;
    right: 28px;
  }
  .header .nav__block .nav__button span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
  }
  .header .nav__block .nav__button span:nth-of-type(1) {
    top: 2px;
  }
  .header .nav__block .nav__button span:nth-of-type(2) {
    top: 14px;
  }
  .header .nav__block .nav__button span:nth-of-type(3) {
    bottom: 0;
  }
  .header .nav__button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .header .nav__button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .nav__button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    -ms-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
  .header .nav {
    display: none;
  }
  .header .nav__list {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 7% 5%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.85);
    background-image: none;
  }
  .header .nav__list .nav__item {
    width: 100%;
    margin: 8% auto;
    text-align: center;
  }
  .header .nav__list .nav__item a {
    display: inline-block;
    font-size: 1.8rem;
    padding: 6px 12px;
  }
  .header .nav__list .nav__item a::after {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .header {
    padding: 8.4px 23px;
  }
  .header__logo .logo__link {
    font-size: 1.54rem;
  }
  .header__logo .logo__link img {
    width: 38.5px;
    margin-right: 12.6px;
  }
  .header .nav__block .nav__button {
    top: -6px;
  }
}

/*=================================
mainVisual
===================================*/
.mainVisual {
  width: 100vw;
  height: 100vh;
  background-image: url(../images/main01@2x.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  font-weight: bold;
  margin-bottom: 106px;
  position: relative;
}

.mainVisual__inner {
  width: 100%;
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mainVisual__title {
  color: #fff;
  font-size: 6.4rem;
  margin-bottom: 6%;
  line-height: 1.1em;
  letter-spacing: 0.04em;
  text-shadow: 0 0 8px #779;
}

.mainVisual__title .mainVisual__logo {
  font-size: 4.2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  display: block;
  text-shadow: none;
}

.mainVisual__title .mainVisual__logo:before {
  content: '　';
  font-size: 12px;
  margin: 0 6px;
  border-top: 1px #fff solid;
}

.mainVisual__title .mainVisual__logo:after {
  content: '　';
  font-size: 12px;
  margin: 0 6px;
  border-top: 1px #fff solid;
}

.mainVisual__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2%;
}

.mainVisual__info .mainVisual__item {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 18px;
  margin: 0 18px;
  position: relative;
}

.mainVisual__info .mainVisual__item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainVisual__info .mainVisual__item figure img {
  max-width: 110px;
}

.mainVisual__info .mainVisual__item figure figcaption {
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  padding-left: 18px;
  color: #444;
  line-height: 1.6em;
}

.mainVisual__info .mainVisual__item .mainVisual__detail {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
  padding: 4px 16px;
  position: absolute;
  bottom: 9px;
  right: -18px;
}

.mainVisual__info .mainVisual__item .mainVisual__detail--green {
  background-color: #84C890;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.mainVisual__info .mainVisual__item .mainVisual__detail--green:hover {
  background-color: #9ef0ad;
}

.mainVisual__info .mainVisual__item .mainVisual__detail--blue {
  background-color: #549BD3;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.mainVisual__info .mainVisual__item .mainVisual__detail--blue:hover {
  background-color: #65bafd;
}

@media screen and (max-width: 1194px) {
  .mainVisual__title {
    font-size: 5.76rem;
    margin-bottom: 5.4%;
  }
  .mainVisual .mainVisual__logo {
    font-size: 3.78rem;
  }
  .mainVisual .mainVisual__logo:before {
    font-size: 10.8px;
    margin: 0 5.4px;
  }
  .mainVisual .mainVisual__logo:after {
    font-size: 10.8px;
    margin: 0 5.4px;
  }
}

@media screen and (max-width: 1024px) {
  .mainVisual__title {
    font-size: 4.48rem;
    margin-bottom: 4.2%;
  }
  .mainVisual .mainVisual__logo {
    font-size: 2.94rem;
  }
  .mainVisual .mainVisual__logo:before {
    font-size: 8.4px;
    margin: 0 4.2px;
  }
  .mainVisual .mainVisual__logo:after {
    font-size: 8.4px;
    margin: 0 4.2px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual {
    margin-bottom: 46.4px;
  }
  .mainVisual__title {
    font-size: 3.2rem;
    margin-bottom: 3%;
  }
  .mainVisual .mainVisual__logo {
    font-size: 2.1rem;
  }
  .mainVisual .mainVisual__logo:before {
    font-size: 6px;
    margin: 0 3px;
    vertical-align: -3px;
  }
  .mainVisual .mainVisual__logo:after {
    font-size: 8.4px;
    margin: 0 4.2px;
    vertical-align: -3px;
  }
  .mainVisual__info {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .mainVisual__info .mainVisual__item {
    max-width: 358px;
    margin: 0 auto 18px;
  }
  .mainVisual__info .mainVisual__item .mainVisual__detail {
    right: -26px;
  }
}

@media screen and (max-width: 560px) {
  .mainVisual__title {
    font-size: 2.304rem;
  }
  .mainVisual__info {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .mainVisual__info .mainVisual__item {
    max-width: 272px;
    padding: 14.4px;
    margin: 0 auto 18px;
  }
  .mainVisual__info .mainVisual__item figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mainVisual__info .mainVisual__item figure figcaption {
    text-align: left;
    font-size: 1.28rem;
    padding-left: 14.4px;
    color: #444;
    line-height: 1.6em 0.8;
  }
  .mainVisual__info .mainVisual__item .mainVisual__detail {
    display: block;
    font-size: 0.96rem;
    color: #fff;
    text-decoration: none;
    padding: 3.2px 12.8px;
    position: absolute;
    bottom: 7.2px;
    right: -14.4px;
  }
}

/*=================================
mainVisualSub
===================================*/
.mainVisualSub {
  width: 100vw;
  height: 41vw;
  background-position: center;
  background-size: cover;
  text-align: left;
  font-weight: bold;
  margin-bottom: 16px;
  position: relative;
}

.mainVisualSub__title {
  font-size: 3.6rem;
  line-height: 2em;
  letter-spacing: 0.04em;
  padding: 0 10px;
}

.mainVisualSub__title--left {
  color: #fff;
  text-shadow: 0 0 8px #779;
  position: absolute;
  top: 56%;
  left: 8%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mainVisualSub__title--left::before {
  content: '';
  width: 1px;
  height: 38px;
  border-left: solid 1px #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.mainVisualSub__title--left::after {
  content: '';
  width: 1px;
  height: 38px;
  border-left: solid 1px #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.mainVisualSub__title--right {
  color: #000;
  text-align: right;
  position: absolute;
  bottom: 3%;
  right: 4%;
}

.mainVisualSub__title--right::before {
  content: '';
  width: 1px;
  height: 38px;
  border-left: solid 1px #000;
  position: absolute;
  top: 0;
  left: 0;
}

.mainVisualSub__title--right::after {
  content: '';
  width: 1px;
  height: 38px;
  border-left: solid 1px #000;
  position: absolute;
  bottom: 0;
  right: 0;
}

.mainVisual--evalaiton-mechanism {
  background-image: url(../images/main_evaluationMechanism@2x.jpg);
}

.mainVisual--promotion-council {
  background-image: url(../images/main_promotionCouncil@2x.jpg);
}

@media screen and (max-width: 1194px) {
  .mainVisualSub__title {
    font-size: 3.24rem;
    margin-bottom: 5.4%;
  }
  .mainVisualSub__title--left::before, .mainVisualSub__title--right::before {
    height: 34.2px;
  }
  .mainVisualSub__title--left::after, .mainVisualSub__title--right::after {
    height: 34.2px;
  }
}

@media screen and (max-width: 1024px) {
  .mainVisualSub__title {
    font-size: 2.52rem;
    margin-bottom: 4.2%;
  }
  .mainVisualSub__title--left::before, .mainVisualSub__title--right::before {
    height: 26.6px;
  }
  .mainVisualSub__title--left::after, .mainVisualSub__title--right::after {
    height: 26.6px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisualSub {
    margin-bottom: 8px;
  }
  .mainVisualSub__title {
    font-size: 1.8rem;
    margin-bottom: 3%;
  }
  .mainVisualSub__title--left::before, .mainVisualSub__title--right::before {
    height: 19px;
  }
  .mainVisualSub__title--left::after, .mainVisualSub__title--right::after {
    height: 19px;
  }
}

@media screen and (max-width: 560px) {
  .mainVisualSub__title {
    font-size: 1.296rem;
  }
}

/*=================================
topicPass
===================================*/
.topicPass {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: #666666;
  margin: 0 9.25% 58px;
}

.topicPass a {
  color: inherit;
}

.topicPass--noheader {
  margin-top: 100px;
}

@media screen and (max-width: 1194px) {
  .topicPass {
    margin: 0 8.325% 52.2px;
  }
  .topicPass--noheader {
    margin-top: 90px;
  }
}

@media screen and (max-width: 1024px) {
  .topicPass {
    margin: 0 6.475% 40.6px;
  }
  .topicPass--noheader {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .topicPass {
    margin: 0 5.55% 34.8px;
  }
  .topicPass--noheader {
    margin-top: 70px;
  }
}

@media screen and (max-width: 560px) {
  .topicPass {
    margin: 0 4.625% 29px;
  }
  .topicPass--noheader {
    margin-top: 60px;
  }
}

/*=================================
first__caption
===================================*/
.first__caption {
  width: 834px;
  margin: 0 auto 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first__caption .left__caption {
  width: 80%;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.9em;
  position: relative;
}

.first__caption .left__caption .left__caption__p {
  color: #444;
  margin-bottom: 18px;
}

.first__caption .left__caption .left__caption__p .name {
  display: block;
  text-align: right;
  font-weight: bold;
  margin-top: 16px;
}

.first__caption .person__image {
  padding-top: 9px;
  width: 20%;
  margin-left: 18px;
}

.first__caption .person__image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1194px) {
  .first__caption .person__image {
    padding-top: 9px;
    width: 26%;
    margin-left: 18px;
  }
  .first__caption .person__image img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .first__caption {
    width: 100%;
    margin: 0 auto 148px;
    padding: 0 5%;
  }
  .first__caption .left__caption {
    width: 80%;
    font-size: 1.44rem;
    line-height: 1.44em;
  }
  .first__caption .left__caption .left__caption__p {
    margin-bottom: 18px;
  }
  .first__caption .person__image {
    padding-top: 2px;
    width: 26%;
    margin-left: 14.4px;
  }
  .first__caption .person__image img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 560px) {
  .first__caption .left__caption {
    width: 100%;
    font-size: 1.26rem;
    font-weight: normal;
    line-height: 1.44em;
  }
  .first__caption .left__caption .left__caption__p {
    color: #444;
    margin-bottom: 14.4px;
  }
  .first__caption .left__caption .left__caption__p:nth-last-of-type(1) {
    padding-bottom: 18px;
  }
  .first__caption .person__image {
    display: none;
  }
}

/*=================================
sec
===================================*/
.sec {
  max-width: 1056px;
  margin: 0 auto 148px;
}

.sec__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #444;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0.1rem;
  margin-bottom: 28px;
}

.sec__p {
  max-width: 834px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8em;
  color: #444;
  margin: 0 auto 42px;
}

.sec__p .name {
  display: block;
  font-weight: bold;
  text-align: right;
  margin-top: 16px;
}

.sec__p--topMain {
  font-size: 1.6rem;
  line-height: 1.8em;
}

.sec__p--center {
  font-size: 1.6rem;
  text-align: center;
  color: #444;
}

.sec__p--blueBold {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  color: #549BD3;
}

.sec--afterBorder {
  position: relative;
}

.sec--afterBorder::after {
  content: '';
  width: 1px;
  height: 38px;
  border-left: solid 1px #707070;
  position: absolute;
  bottom: -94px;
  left: 50%;
}

.sec--singlePage {
  max-width: 100vw;
}

@media screen and (max-width: 1194px) {
  .sec {
    padding: 0 5%;
    margin: 0 auto 104px;
  }
  .sec__title {
    font-size: 2.56rem;
    margin-bottom: 46.4px;
  }
  .sec__p {
    font-size: 1.44rem;
    margin-bottom: 33.6px;
  }
  .sec__p--center {
    font-size: 1.44rem;
    margin-top: -16px;
  }
  .sec__p--blueBold {
    font-size: 1.8rem;
    margin-top: -16px;
  }
  .sec--afterBorder::after {
    height: 34.2px;
    bottom: -84.6px;
  }
  .sec--singlePage {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .sec {
    margin: 0 auto 91px;
  }
  .sec__title {
    font-size: 2.24rem;
    margin-bottom: 40.6px;
  }
  .sec__p {
    font-size: 1.44rem;
    margin-bottom: 29.4px;
  }
  .sec__p--center {
    font-size: 1.28rem;
    margin-top: -22.85714px;
  }
  .sec__p--blueBold {
    font-size: 1.6rem;
    margin-top: -22.85714px;
  }
}

@media screen and (max-width: 768px) {
  .sec--afterBorder::after {
    height: 26.6px;
    bottom: -56.4px;
  }
  .sec--singlePage .info__module {
    max-width: 95%;
  }
}

@media screen and (max-width: 560px) {
  .sec {
    margin: 0 auto 65px;
  }
  .sec__title {
    font-size: 1.92rem;
    margin-bottom: 19.72px;
  }
  .sec__p--center {
    margin-top: -16px;
  }
  .sec__p--blueBold {
    font-size: 1.4rem;
  }
  .sec--afterBorder::after {
    height: 22.8px;
    bottom: -47px;
  }
}

/*=================================
info__module
===================================*/
.info__module {
  max-width: 834px;
  margin: 0 auto;
  border-top: solid 2px #444;
  padding-top: 6px;
  text-align: center;
}

.info__module .info__list {
  text-align: left;
}

.info__module .info__list:nth-of-type(1) {
  border-top: solid 1px #444;
}

.info__module .info__list .info__item {
  padding: 11px 0;
  border-bottom: dashed 1px #444;
  background-color: #fff;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.info__module .info__list .info__item:hover {
  background-color: #eee;
}

.info__module .info__list .info__item a {
  text-decoration: none;
  color: #0764E2;
}

.info__module .info__list .info__item .info__category {
  display: inline-block;
  width: 102px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 7px;
  border-radius: 4px;
  margin-right: 36px;
  margin-bottom: 0;
}

.info__module .info__list .info__item .market {
  background-color: #549BD3;
}

.info__module .info__list .info__item .seminar {
  background-color: #549BD3;
}

.info__module .info__list .info__item .accomplished {
  background-color: #84C890;
}

.info__module .info__list .info__item .visit {
  background-color: #549BD3;
}

.info__module .info__list .info__item .category--green {
  background-color: #84C890;
}

.info__module .info__list .info__item .category--blue {
  background-color: #549BD3;
}

.info__module .info__list .info__item time {
  font-size: 1.6rem;
  margin-right: 36px;
  color: #444;
}

@media screen and (max-width: 1194px) {
  .info__list .info__item {
    padding: 11px 0;
    border-bottom: dashed 1px #444;
  }
  .info__list .info__item a {
    text-decoration: none;
    color: #0764E2;
  }
  .info__list .info__item .info__category {
    color: #fff;
    font-size: 1.2rem;
    padding: 7px 30px;
    border-radius: 4px;
    margin-right: 28.8px;
  }
  .info__list .info__item time {
    font-size: 1.6rem;
    margin-right: 36px;
    color: #444;
  }
  .info__list .info__item .info_content {
    display: block;
    margin-top: 9px;
    line-height: 1;
  }
}

@media screen and (max-width: 560px) {
  .info__module .info__list .info__item {
    padding: 11px 0;
    border-bottom: dashed 1px #444;
  }
  .info__module .info__list .info__item a {
    text-decoration: none;
    color: #0764E2;
  }
  .info__module .info__list .info__item .info__category {
    width: 94px;
    color: #fff;
    font-size: 0.96rem;
    padding: 6px 26px;
    border-radius: 4px;
    margin-right: 18px;
  }
  .info__module .info__list .info__item time {
    font-size: 1.28rem;
    margin-right: 0;
  }
  .info__module .info__list .info__item .info_content {
    font-size: 1.28rem;
    margin-top: 9px;
    line-height: 1;
  }
}

/*=================================
flow__list
===================================*/
.flow__list {
  color: #fff;
  max-width: 729px;
  margin: 0 auto;
}

.flow__list .flow__item {
  padding: 16px;
  font-size: 1.6rem;
  line-height: 1.7em;
  margin-bottom: 54px;
  position: relative;
}

.flow__list .flow__item::after {
  content: '';
  display: block;
  width: 96%;
  height: 26px;
  background-image: url(../images/arrow_bottom@2x.png);
  background-size: 26px;
  background-position: center;
  position: absolute;
  bottom: -40px;
}

.flow__list .flow__item:nth-last-child(1)::after {
  display: none;
}

.flow__list .flow__item .title {
  display: inline-block;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  position: relative;
}

.flow__list .flow__item .title::after {
  content: '';
  display: block;
  width: 48px;
  border-bottom: solid 1px #fff;
  position: absolute;
  top: 12px;
  right: -68px;
}

.flow__list .flow__item .subTitle {
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.flow__list .item--green {
  background-color: #84C890;
}

.flow__list .item--yellow {
  background-color: #E0D11D;
}

@media screen and (max-width: 1194px) {
  .flow__list .flow__item {
    padding: 14.4px;
    font-size: 1.44rem;
    margin-bottom: 48.6px;
  }
  .flow__list .flow__item::after {
    height: 23.4px;
    background-size: 23.4px;
    bottom: -38px;
  }
  .flow__list .flow__item .title {
    font-size: 2.16rem;
  }
  .flow__list .flow__item .title::after {
    width: 43.2px;
    top: 12px;
    right: -61.2px;
  }
}

@media screen and (max-width: 560px) {
  .flow__list .flow__item {
    padding: 11.2px;
    font-size: 1.12rem;
    margin-bottom: 37.8px;
  }
  .flow__list .flow__item::after {
    height: 18.2px;
    background-size: 18.2px;
    bottom: -30px;
  }
  .flow__list .flow__item .title {
    font-size: 1.68rem;
  }
  .flow__list .flow__item .title::after {
    width: 33.6px;
    top: 6px;
    right: -47.6px;
  }
}

/*=================================
material__list
===================================*/
.material__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 974px;
  margin: 0 auto;
}

.material__list .material__item {
  line-height: 1.7em;
}

.material__list .material__item .sample .image {
  display: block;
  width: 270px;
  height: 270px;
  border: solid 3px #444;
  margin-bottom: 18px;
}

.material__list .material__item .sample .caption {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.1rem;
}

.material__list .material__item .sample .caption .btn {
  margin-top: 12px;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  color: #0764E2;
}

@media screen and (max-width: 1194px) {
  .material__list .material__item .sample .image {
    display: block;
    width: 243px;
    height: 243px;
    margin-bottom: 16.2px;
  }
  .material__list .material__item .sample .caption {
    font-size: 2.16rem;
  }
  .material__list .material__item .sample .caption .btn {
    margin-top: 10.8px;
    font-size: 1.44rem;
  }
}

@media screen and (max-width: 1024px) {
  .material__list .material__item .sample .image {
    display: block;
    width: 216px;
    height: 216px;
    margin-bottom: 14.4px;
  }
  .material__list .material__item .sample .caption {
    font-size: 1.92rem;
  }
  .material__list .material__item .sample .caption .btn {
    margin-top: 9.6px;
    font-size: 1.28rem;
  }
}

@media screen and (max-width: 768px) {
  .material__list .material__item .sample .image {
    display: block;
    width: 162px;
    height: 162px;
    margin-bottom: 10.8px;
  }
  .material__list .material__item .sample .caption {
    font-size: 1.44rem;
  }
  .material__list .material__item .sample .caption .btn {
    margin-top: 7.2px;
    font-size: 0.96rem;
  }
}

@media screen and (max-width: 560px) {
  .material__list {
    display: block;
  }
  .material__list .material__item {
    margin-bottom: 22.4px;
  }
  .material__list .material__item .sample .image {
    display: block;
    text-align: center;
    width: 50%;
    height: auto;
    margin: 0 auto 10.8px;
  }
  .material__list .material__item .sample .caption {
    font-size: 1.92rem;
  }
  .material__list .material__item .sample .caption .btn {
    margin-top: 7.2px;
    font-size: 1.28rem;
  }
}

/*=================================
btn__main
===================================*/
.btn__main {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #444;
  padding: 10px 20px;
  border: 2px solid #444;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  max-width: 172px;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 40px auto 0;
  text-align: center;
}

.btn__main:hover {
  opacity: 0.5;
}

.btn__main--wide {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #444;
  padding: 10px 20px;
  border: 2px solid #444;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  max-width: 202px;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 40px auto 0;
  text-align: center;
}

.btn__main--wide:hover {
  opacity: 0.5;
}

/*
ブレークポイントサイズ
@media screen and (max-width:1194px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
*/
/*=================================
enter__contentsList 
===================================*/
.enter__contentsList {
  width: 834px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.enter__contentsList .enter__contentsItem {
  position: relative;
  width: 50%;
  margin: 0 57px;
}

.enter__contentsList .enter__contentsItem .enter__en_title {
  display: block;
  height: 36px;
  font-size: 1.4rem;
  color: #444;
  padding-top: 20px;
  padding-left: 4px;
  position: absolute;
  top: 30px;
  left: -36px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-left: solid 3px #444;
}

.enter__contentsList .enter__contentsItem figure {
  margin-bottom: 26px;
}

.enter__contentsList .enter__contentsItem figcaption {
  font-size: 2.4rem;
  font-weight: bold;
  color: #444;
  line-height: 1.6em;
  letter-spacing: 0.1rem;
  margin-top: 28px;
  margin-left: 23px;
  position: relative;
}

.enter__contentsList .enter__contentsItem figcaption:before {
  content: '';
  width: 33px;
  height: 1px;
  position: absolute;
  top: 36px;
  left: -40px;
}

.enter__contentsList .enter__contentsItem .enter__greenBar:before {
  border-top: solid 3px #84C890;
}

.enter__contentsList .enter__contentsItem .enter__blueBar:before {
  border-top: solid 3px #549BD3;
}

.enter__contentsList .enter__contentsItem p {
  color: #444;
  font-size: 1.2rem;
  line-height: 2em;
  min-height: 120px;
}

.enter__contentsList .enter__contentsItem .btn__main {
  float: right;
  width: 148px;
  letter-spacing: 0.1rem;
  margin-top: 14px;
}

@media screen and (max-width: 1194px) {
  .enter__contentsList {
    width: 100%;
  }
  .enter__contentsList .enter__contentsItem {
    margin: 0 51.3px;
  }
  .enter__contentsList .enter__contentsItem figure {
    margin-bottom: 23.4px;
  }
  .enter__contentsList .enter__contentsItem figcaption {
    font-size: 2.16rem;
    line-height: 1.44em;
    margin-top: 25.2px;
    margin-left: 20.7px;
  }
  .enter__contentsList .enter__contentsItem figcaption:before {
    width: 29.7px;
    top: 28.8px;
  }
  .enter__contentsList .enter__contentsItem .enter__greenBar:before {
    border-top: solid 3px #84C890;
  }
  .enter__contentsList .enter__contentsItem .enter__blueBar:before {
    border-top: solid 3px #549BD3;
  }
  .enter__contentsList .enter__contentsItem p {
    color: #444;
    font-size: 1.2rem;
    line-height: 2em;
    min-height: 120px;
  }
  .enter__contentsList .enter__contentsItem .btn__main {
    float: right;
    width: 148px;
    margin-top: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .enter__contentsList {
    display: block;
  }
  .enter__contentsList .enter__contentsItem {
    position: relative;
    width: 95%;
    margin: 0 auto 148px;
  }
  .enter__contentsList .enter__contentsItem figure {
    margin: 0 auto 20.8px;
  }
  .enter__contentsList .enter__contentsItem figure img {
    width: 100%;
  }
  .enter__contentsList .enter__contentsItem figcaption {
    font-size: 1.92rem;
    line-height: 1.28em;
    margin-top: 22.4px;
    margin-left: 23px;
  }
  .enter__contentsList .enter__contentsItem figcaption:before {
    content: '';
    width: 33px;
    height: 1px;
    position: absolute;
    top: 21.6px;
    left: -40px;
  }
  .enter__contentsList .enter__contentsItem p {
    color: #444;
    font-size: 1.2rem;
    line-height: 1.8em;
    min-height: 96px;
  }
  .enter__contentsList .enter__contentsItem .btn__main {
    width: 148px;
    margin-top: 14px;
    float: none;
  }
}

@media screen and (max-width: 560px) {
  .enter__contentsList {
    display: block;
  }
  .enter__contentsList .enter__contentsItem {
    position: relative;
    width: 95%;
    margin: 0 auto 74px;
  }
  .enter__contentsList .enter__contentsItem figure {
    margin: 0 auto 20.8px;
  }
  .enter__contentsList .enter__contentsItem figure img {
    width: 100%;
  }
  .enter__contentsList .enter__contentsItem figcaption {
    font-size: 1.92rem;
    line-height: 1.28em;
    margin-top: 22.4px;
    margin-left: 23px;
  }
  .enter__contentsList .enter__contentsItem figcaption:before {
    content: '';
    width: 33px;
    height: 1px;
    position: absolute;
    top: 21.6px;
    left: -40px;
  }
  .enter__contentsList .enter__contentsItem p {
    color: #444;
    font-size: 1.2rem;
    line-height: 1.8em;
    min-height: 96px;
  }
  .enter__contentsList .enter__contentsItem .btn__main {
    width: 148px;
    margin-top: 14px;
    float: none;
  }
}

/*=================================
list
===================================*/
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 42px;
}

.list--photo {
  max-width: 834px;
  margin: 0 auto 42px;
}

@media screen and (max-width: 1194px) {
  .list {
    margin-bottom: 33.6px;
  }
  .list__item {
    width: 32%;
  }
}

@media screen and (max-width: 1024px) {
  .list {
    margin-bottom: 29.4px;
  }
}

@media screen and (max-width: 560px) {
  .list {
    margin-bottom: 29.4px;
  }
  .list__item {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
}

/*=================================
separate
===================================*/
.separate {
  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;
  min-height: 647px;
  margin-top: 38px;
}

.separate .separate__title {
  width: 50%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 100;
  color: #444;
  min-height: 647px;
  position: relative;
}

.separate .separate__title .title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.separate .separate__title .main__title {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5em;
}

.separate .separate__title .sub__title {
  font-size: 2.8rem;
  font-weight: bold;
}

.separate .separate__title .sub__title::after {
  content: '';
  display: block;
  width: 87px;
  margin: 0 auto;
}

.separate .separate__title .sub__title--green::after {
  border-bottom: solid 1px #84C890;
}

.separate .separate__title .sub__title--blue::after {
  border-bottom: solid 1px #549BD3;
}

.separate .separate__title--borderLeft {
  border-left: dotted 1px #707070;
}

.separate .separate__title--border {
  border: dotted 1px #707070;
}

.separate .separate__photo {
  width: 50%;
  text-align: center;
}

.separate .separate__photo img {
  width: 100%;
  height: auto;
}

.separate__list {
  width: 50%;
}

.separate__list--left {
  padding: 1% 5% 1% 0;
}

.separate__list--right {
  padding: 1% 0 1% 5%;
}

.separate__item {
  color: #fff;
  padding: 15px 16px;
  margin: 15px 0;
  line-height: 1.6em;
}

.separate__item .item__title {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7em;
  position: relative;
}

.separate__item .item__title::after {
  content: '';
  display: inline-block;
  width: 48px;
  height: 1px;
  margin-left: 12px;
  border-bottom: solid 1px #fff;
  position: absolute;
  top: 50%;
}

.separate__item .item__title--noborder::after {
  display: none;
}

.separate__item--green {
  background-color: #84C890;
}

.separate__item--blue {
  background-color: #549BD3;
}

.separate--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1194px) {
  .separate .separate__title .main__title {
    font-size: 1.26rem;
    line-height: 1.35em;
  }
  .separate .separate__title .sub__title {
    font-size: 2.52rem;
  }
  .separate .separate__title .sub__title::after {
    width: 78.3px;
  }
  .separate .separate__item {
    font-size: 1.44rem;
    padding: 13.5px 14.4px;
    margin: 13.5px 0;
  }
  .separate .separate__item .item__title {
    font-size: 2.16rem;
    line-height: 1.53em;
  }
  .separate .separate__item .item__title::after {
    width: 43.2px;
    margin-left: 10.8px;
  }
}

@media screen and (max-width: 1024px) {
  .separate .separate__title .sub__title {
    font-size: 2.24rem;
  }
  .separate .separate__title .sub__title::after {
    width: 69.6px;
  }
  .separate .separate__item {
    font-size: 1.28rem;
    padding: 12px 12.8px;
    margin: 12px 0;
  }
  .separate .separate__item .item__title {
    font-size: 1.92rem;
    line-height: 1.36em;
  }
  .separate .separate__item .item__title::after {
    width: 38.4px;
    margin-left: 9.6px;
  }
}

@media screen and (max-width: 768px) {
  .separate {
    display: block;
    min-height: auto;
  }
  .separate .separate__title {
    width: 100%;
    min-height: auto;
  }
  .separate .separate__title .title {
    font-size: 2.24rem;
    margin-bottom: 40.6px;
    display: block;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
  .separate .separate__title .sub__title {
    font-size: 1.96rem;
  }
  .separate .separate__title .sub__title::after {
    width: 60.9px;
  }
  .separate .separate__title--borderLeft {
    border-left: none;
  }
  .separate .separate__title--border {
    border: none;
  }
  .separate .separate__photo {
    width: 100%;
  }
  .separate .separate__list {
    width: 100%;
    margin: 0 auto 91px;
  }
  .separate .separate__list--left {
    padding: 0;
  }
  .separate .separate__list--right {
    padding: 0;
  }
  .separate .separate__item {
    color: #fff;
    padding: 15px 16px;
    margin: 15px 0;
    line-height: 1.6em;
  }
  .separate .separate__item .item__title {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.7em;
    position: relative;
  }
  .separate .separate__item .item__title::after {
    content: '';
    display: inline-block;
    width: 48px;
    height: 1px;
    margin-left: 12px;
    border-bottom: solid 1px #fff;
    position: absolute;
    top: 50%;
  }
  .separate .separate__item .item__title--noborder::after {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .separate .separate__list {
    margin: 0 auto 65px;
  }
  .separate .separate__item {
    color: #fff;
    padding: 9px 9.6px;
    margin: 9px 0;
  }
  .separate .separate__item .item__title {
    display: inline-block;
    font-size: 1.68rem;
    line-height: 1.7em;
    position: relative;
  }
  .separate .separate__item .item__title::after {
    width: 33.6px;
    margin-left: 7.2px;
  }
  .separate .separate__item .item__title--noborder::after {
    display: none;
  }
}

/*=================================
guest
===================================*/
.guest {
  width: 100%;
  background-color: #ededed;
  color: #444;
  padding: 55px 0;
  margin: 0 auto 148px;
}

@media screen and (max-width: 1194px) {
  .guest {
    margin: 0 auto 104px;
  }
}

@media screen and (max-width: 1024px) {
  .guest {
    margin: 0 auto 91px;
  }
}

@media screen and (max-width: 560px) {
  .guest {
    margin: 0 auto 65px;
  }
}

.guest .sec__title {
  /* padding: 9px 8px; */
  font-size: 3.6rem;
  width: 304px;
  margin: 0 auto;
  border-top: solid 1px #444;
  border-bottom: solid 1px #444;
  margin-bottom: 57px;
}

@media screen and (max-width: 768px) {
  .guest .sec__title {
    width: 202px;
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 560px) {
  .guest .sec__title {
    width: 90%;
    font-size: 1.92rem;
    display: block;
    margin-bottom: 19px;
  }
}

.guest .flexMain {
  max-width: 834px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.guest .flex {
  max-width: 834px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.guest .flex:first-of-type {
  margin-bottom: 52px;
}

@media screen and (max-width: 1024px) {
  .guest .flex {
    padding: 0 5% 0;
  }
}

@media screen and (max-width: 768px) {
  .guest .flex {
    width: 98%;
    padding: 0 5% 0;
  }
}

@media screen and (max-width: 560px) {
  .guest .flex {
    display: block;
  }
}

.guest .flex .guest__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 122px;
  height: 172px;
  margin-right: 22px;
}

.guest .flex .guest__image .pc {
  display: inline-block;
}

.guest .flex .guest__image .sp {
  display: none;
}

@media screen and (max-width: 560px) {
  .guest .flex .guest__image {
    width: 100%;
    margin-right: 0;
    text-align: center;
    max-height: 238px;
    height: auto;
  }
  .guest .flex .guest__image .pc {
    display: none;
  }
  .guest .flex .guest__image .sp {
    display: inline-block;
  }
}

.guest .flex .guest__detail {
  width: 77.5%;
  font-size: 1.6rem;
  line-height: 1.68em;
}

@media screen and (max-width: 768px) {
  .guest .flex .guest__detail {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 560px) {
  .guest .flex .guest__detail {
    padding: 3% 0 0;
    width: 100%;
    font-size: 1.2rem;
  }
}

.guest .flex .guest__detail .guest__name {
  font-size: 3.6rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .guest .flex .guest__detail .guest__name {
    font-size: 2.88rem;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 560px) {
  .guest .flex .guest__detail .guest__name {
    font-size: 1.62rem;
    margin-bottom: 10px;
  }
}

.guest .flex .guest__detail .guest__urls {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5em;
}

@media screen and (max-width: 769px) {
  .guest .flex .guest__detail .guest__urls {
    font-size: 1.2rem;
    line-height: 1.45em;
  }
}

@media screen and (max-width: 560px) {
  .guest .flex .guest__detail .guest__urls {
    font-size: 1.1rem;
    line-height: 1.4em;
  }
}

.guest .flex .guest__detail .guest__urls .guest__item {
  font-weight: bold;
  margin-top: 10px;
}

.guest .flex .guest__detail .guest__urls .guest__item a {
  font-weight: normal;
  color: #0764E2;
}

.guest .flex .guest__detail .guest__urls .guest__item br {
  display: none;
}

@media screen and (max-width: 560px) {
  .guest .flex .guest__detail .guest__urls .guest__item br {
    display: block;
  }
}

/*=================================
staff__list
===================================*/
.staff__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -42px;
}

.staff__list .staff__item {
  max-width: 325px;
  margin: 0 0 42px;
}

.staff__list .staff__item:nth-child(3n+2) {
  margin: 0 20px 42px;
}

.staff__list .staff__item .caption {
  font-size: 1.2rem;
  padding: 0 10px;
  border-left: solid 3px #84C890;
  margin: 8px 0;
}

.staff__list .staff__item .caption .name {
  display: block;
  line-height: 1.6em;
  font-size: 1.8rem;
  font-weight: bold;
}

.staff__list .staff__item .position {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: bold;
  padding: 5px 6px;
  border-top: dashed 1px #444;
  border-bottom: dashed 1px #444;
  margin-bottom: 10px;
}

.staff__list .staff__item .text {
  font-size: 1.2rem;
  line-height: 2em;
}

@media screen and (max-width: 1194px) {
  .staff__list {
    margin-bottom: -46.66667px;
  }
  .staff__list .staff__item {
    max-width: 292.5px;
    margin: 0 0 37.8px;
  }
  .staff__list .staff__item:nth-child(3n+2) {
    margin: 0 18px 37.8px;
  }
  .staff__list .staff__item .caption {
    font-size: 1.08rem;
  }
  .staff__list .staff__item .caption .name {
    font-size: 1.62rem;
  }
}

@media screen and (max-width: 1024px) {
  .staff__list {
    margin-bottom: -52.5px;
  }
  .staff__list .staff__item {
    max-width: 50%;
    padding: 0 2%;
    margin: 0 0 33.6px;
  }
  .staff__list .staff__item:nth-child(3n+2) {
    margin: 0 0 33.6px;
  }
  .staff__list .staff__item .caption {
    font-size: 1.2rem;
  }
  .staff__list .staff__item .caption .name {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .staff__list {
    margin-bottom: -60px;
  }
  .staff__list .staff__item {
    max-width: 50%;
    padding: 0 2%;
    margin: 0 0 29.4px;
  }
  .staff__list .staff__item:nth-child(3n+2) {
    margin: 0 0 29.4px;
  }
  .staff__list .staff__item .caption {
    font-size: 1.1rem;
    line-height: 1.7em;
  }
  .staff__list .staff__item .caption .name {
    font-size: 1.44rem;
  }
  .staff__list .staff__item .text {
    line-height: 1.7em;
  }
}

@media screen and (max-width: 560px) {
  .staff__list {
    margin-bottom: -46.66667px;
  }
  .staff__list .staff__item {
    max-width: 100%;
    margin: 0 0 37.8px;
  }
  .staff__list .staff__item:nth-child(3n+2) {
    margin: 0 0 37.8px;
  }
  .staff__list .staff__item .caption {
    font-size: 1.08rem;
  }
  .staff__list .staff__item .caption .name {
    font-size: 1.62rem;
  }
}

/*=================================
recommend__list
===================================*/
.recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -32px;
}

.recommend__list .recommend__item {
  max-width: 329px;
  min-height: 239px;
  margin-bottom: 32px;
}

.recommend__list .recommend__detail .caption {
  min-height: 239px;
  border: solid 3px #84C890;
  position: relative;
  padding: 3% 6% 6%;
  font-size: 1.2rem;
  line-height: 1.9em;
}

.recommend__list .recommend__detail .caption::after {
  content: '';
  display: block;
  width: 97%;
  height: 95%;
  border: solid 1px #84C890;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.recommend__list .recommend__detail .caption .title {
  font-size: 2.6rem;
  font-weight: bold;
  color: #48B25A;
  line-height: 1.4em;
  margin: 16px 0;
}

@media screen and (max-width: 1194px) {
  .recommend__list {
    margin-bottom: -35.55556px;
  }
  .recommend__list .recommend__item {
    max-width: 32%;
    margin-bottom: 28.8px;
  }
  .recommend__list .recommend__detail .caption {
    padding: 2.7% 5.4% 5.4%;
  }
  .recommend__list .recommend__detail .caption .title {
    font-size: 2.34rem;
    line-height: 1.26em;
    margin: 14.4px 0;
  }
}

@media screen and (max-width: 1124px) {
  .recommend__list {
    margin-bottom: -32px;
  }
  .recommend__list .recommend__item {
    max-width: 48%;
    min-height: 239px;
    margin-bottom: 32px;
  }
  .recommend__list .recommend__detail .caption {
    min-height: 239px;
    padding: 3% 6% 6%;
  }
  .recommend__list .recommend__detail .caption .title {
    font-size: 2.6rem;
    line-height: 1.4em;
    margin: 16px 0;
  }
}

@media screen and (max-width: 768px) {
  .recommend__list {
    margin-bottom: -25.6px;
  }
  .recommend__list .recommend__item {
    max-width: 49%;
    min-height: 239px;
    margin-bottom: 25.6px;
  }
  .recommend__list .recommend__detail .caption {
    min-height: 239px;
    padding: 2.4% 4.8% 4.8%;
  }
  .recommend__list .recommend__detail .caption .title {
    font-size: 2.08rem;
    line-height: 1.4em;
    margin: 11.2px 0;
  }
}

@media screen and (max-width: 560px) {
  .recommend__list {
    display: block;
    margin-bottom: -25.6px;
  }
  .recommend__list .recommend__item {
    max-width: 100%;
    min-height: 143.4px;
    margin-bottom: 25.6px;
  }
  .recommend__list .recommend__detail .caption {
    min-height: 143.4px;
    padding: 2.4% 4.8% 4.8%;
  }
  .recommend__list .recommend__detail .caption .title {
    font-size: 2.08rem;
    line-height: 1.4em;
    margin: 11.2px 0;
  }
}

/*=================================
member__list
===================================*/
.member__list {
  color: #444;
  max-width: 834px;
  margin: 0 auto;
  padding: 26px;
  border: solid 3px #444;
}

.member__list .member__position {
  display: inline-block;
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
  color: #549BD3;
  padding: 6px;
  border: solid 2px #549BD3;
}

.member__list .member__description {
  margin-top: 4px;
  font-size: 1.4rem;
  padding-bottom: 10px;
  margin-bottom: 21px;
  border-bottom: dashed 1px #707070;
}

.member__list .member__description .name {
  vertical-align: -1px;
  font-size: 2rem;
  font-weight: bold;
}

.member__list .member__description:nth-last-of-type(1) {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 1024px) {
  .member__list {
    padding: 23.4px;
  }
  .member__list .member__position {
    font-size: 1.8rem;
    padding: 5.4px;
  }
  .member__list .member__description {
    margin-top: 3.6px;
    font-size: 1.26rem;
    padding-bottom: 9px;
    margin-bottom: 18.9px;
  }
  .member__list .member__description .name {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .member__list {
    padding: 20.8px;
    border: solid 2.4px #444;
  }
  .member__list .member__position {
    font-size: 1.6rem;
    padding: 4.8px;
    border: solid 1.6px #549BD3;
  }
  .member__list .member__description {
    margin-top: 3.2px;
    font-size: 1.12rem;
    padding-bottom: 8px;
    margin-bottom: 16.8px;
  }
  .member__list .member__description .name {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 560px) {
  .member__list {
    padding: 18.2px;
  }
  .member__list .member__position {
    font-size: 1.4rem;
    padding: 4.2px;
  }
  .member__list .member__description {
    margin-top: 2.8px;
    font-size: 0.98rem;
    padding-bottom: 7px;
    margin-bottom: 14.7px;
  }
  .member__list .member__description .name {
    font-size: 1.4rem;
  }
}

/*=================================
benefits
===================================*/
.benefits {
  max-width: 834px;
  margin: 76px auto 0;
}

.benefits .benefits__title {
  color: #549BD3;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.1em;
  border: solid 2px #549BD3;
  padding: 4px;
  margin-bottom: 16px;
}

.benefits .benefits__list {
  border-top: dotted 1px #070707;
  padding-top: 18px;
  border-bottom: dotted 1px #070707;
  padding-bottom: 12px;
}

.benefits .benefits__list .benefits__item {
  line-height: 2em;
  font-size: 1.8rem;
  color: #444;
  padding: 0 2px;
}

.benefits .benefits__list .benefits__item::before {
  content: '・';
}

@media only screen and (max-width: 1024px) {
  .benefits {
    margin: 68.4px auto 0;
  }
  .benefits .benefits__title {
    font-size: 1.62rem;
    border: solid 2px #549BD3;
    padding: 3.6px;
    margin-bottom: 14.4px;
  }
  .benefits .benefits__list {
    padding-top: 16.2px;
    padding-bottom: 10.8px;
  }
  .benefits .benefits__list .benefits__item {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 768px) {
  .benefits {
    margin: 60.8px auto 0;
  }
  .benefits .benefits__title {
    font-size: 1.44rem;
    border: solid 2px #549BD3;
    padding: 3.2px;
    margin-bottom: 12.8px;
  }
  .benefits .benefits__list {
    padding-top: 14.4px;
    padding-bottom: 9.6px;
  }
  .benefits .benefits__list .benefits__item {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 560px) {
  .benefits {
    margin: 45.6px auto 0;
  }
  .benefits .benefits__title {
    font-size: 1.26rem;
    border: solid 2px #549BD3;
    padding: 2.8px;
    margin-bottom: 11.2px;
  }
  .benefits .benefits__list {
    padding-top: 12.6px;
    padding-bottom: 8.4px;
  }
  .benefits .benefits__list .benefits__item {
    font-size: 1.4rem;
  }
}

/*=================================
constitution
===================================*/
.constitution {
  max-width: 834px;
  margin: 0 auto;
  border: solid 4px #444;
  color: #444;
  padding: 22px;
  line-height: 1.7em;
}

.constitution__title {
  color: #549BD3;
  font-size: 2.8rem;
  line-height: 1.6em;
  margin-top: 56px;
  font-weight: normal;
}

.constitution__title:first-child {
  margin-top: 0;
}

.constitution__subTitle {
  color: #444;
  font-size: 2.2rem;
  font-weight: normal;
  margin: 18px 0 6px;
}

.constitution__p {
  margin-top: 6px;
  margin-bottom: 36px;
  font-size: 1.6rem;
}

.constitution__p :nth-last-of-type(1) {
  margin-bottom: 0;
}

.constitution__list {
  font-size: 1.6rem;
}

.constitution__item::before {
  content: '・';
}

@media screen and (max-width: 1024px) {
  .constitution {
    padding: 19.8px;
  }
  .constitution__title {
    font-size: 2.52rem;
  }
  .constitution__subTitle {
    font-size: 1.98rem;
    margin: 16.2px 0 5.4px;
  }
  .constitution__p {
    margin-top: 5.4px;
    margin-bottom: 32.4px;
    font-size: 1.44rem;
  }
  .constitution__list {
    font-size: 1.44rem;
  }
}

@media screen and (max-width: 768px) {
  .constitution {
    border: solid 3.2px #444;
    padding: 17.6px;
    line-height: 1.5em;
  }
  .constitution__title {
    color: #549BD3;
    font-size: 2.24rem;
  }
  .constitution__subTitle {
    font-size: 1.76rem;
    margin: 14.4px 0 4.8px;
  }
  .constitution__p {
    margin-top: 4.8px;
    margin-bottom: 28.8px;
    font-size: 1.28rem;
  }
  .constitution__list {
    font-size: 1.28rem;
  }
}

/*=================================
outlineTable
===================================*/
.outlineTable {
  width: 834px;
  margin: 0 auto;
  border: solid 4px #444;
  border-collapse: collapse;
  text-align: left;
  color: #444;
  font-size: 1.6rem;
  line-height: 1.7em;
}

.outlineTable .title {
  width: 16%;
  padding: 1%;
  background-color: #ccc;
  border-bottom: dotted 1px #fff;
  letter-spacing: 0.1rem;
}

.outlineTable .description {
  width: 84%;
  padding: 1%;
  border-bottom: dotted 1px #444;
}

.outlineTable .row:nth-last-of-type(1) .title,
.outlineTable .row:nth-last-of-type(1) .description {
  border: none;
}

@media screen and (max-width: 1024px) {
  .outlineTable {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .outlineTable {
    width: 100%;
    border: solid 3.2px #444;
    font-size: 1.28rem;
  }
  .outlineTable .title {
    width: 24%;
  }
  .outlineTable .description {
    width: 76%;
  }
}

/*=================================
map
===================================*/
.map {
  max-width: 834px;
  margin: 24px auto 0;
}

.map iframe {
  display: inline-block;
  width: 100%;
  height: 240px;
}

/*=================================
singlePage
===================================*/
.singlePage {
  width: 100%;
  background-color: #ddd;
  padding: 5% 0;
  margin-bottom: 74px;
  color: #444;
}

.singlePage .singlePage__article {
  background-color: #fff;
  max-width: 834px;
  margin: 0 auto;
  padding: 5%;
}

.singlePage .singlePage__article .singlePage__posted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.singlePage .singlePage__article .info__category {
  display: inline-block;
  width: 102px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 7px;
  border-radius: 4px;
  margin-right: 36px;
  margin-bottom: 0;
}

.singlePage .singlePage__article .market {
  background-color: #549BD3;
}

.singlePage .singlePage__article .seminar {
  background-color: #549BD3;
}

.singlePage .singlePage__article .accomplished {
  background-color: #84C890;
}

.singlePage .singlePage__article .visit {
  background-color: #549BD3;
}

.singlePage .singlePage__article .category--green {
  background-color: #84C890;
}

.singlePage .singlePage__article .category--blue {
  background-color: #549BD3;
}

.singlePage .singlePage__article time {
  font-size: 1.6rem;
  color: #444;
}

.singlePage .singlePage__title {
  font-size: 2.8rem;
  margin-top: 22px;
  line-height: 1.8em;
}

.singlePage .singlePage__title--H1 {
  font-size: 2.8rem;
}

.singlePage .singlePage__title--H2 {
  font-size: 2.24rem;
}

.singlePage .singlePage__title--H3 {
  font-size: 1.96rem;
}

.singlePage .singlePage__title--H4 {
  font-size: 1.68rem;
}

.singlePage .singlePage__title--H5 {
  font-size: 1.4rem;
}

.singlePage .singlePage__title--H6 {
  font-size: 1.12rem;
}

.singlePage h2 {
  font-size: 2.24rem;
}

.singlePage h3 {
  font-size: 1.96rem;
}

.singlePage h4 {
  font-size: 1.68rem;
}

.singlePage h5 {
  font-size: 1.4rem;
}

.singlePage h6 {
  font-size: 1.12rem;
}

.singlePage p,
.singlePage .singlePage__p {
  margin-bottom: 22px;
  line-height: 1.8em;
}

.singlePage p:last-of-type,
.singlePage .singlePage__p:last-of-type {
  margin-bottom: 0;
}

.singlePage ul, .singlePage ol, .singlePage dl {
  line-height: 1.8em;
}

.singlePage ul:last-of-type, .singlePage ol:last-of-type, .singlePage dl:last-of-type {
  margin-bottom: 0;
}

.singlePage .single__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 16px;
}

.singlePage .single__btns .btn__main {
  margin: 40px 8px 0;
}

@media screen and (max-width: 1024px) {
  .singlePage {
    padding: 4% 0;
    margin-bottom: 59.2px;
  }
  .singlePage .singlePage__article {
    padding: 4%;
    max-width: 834px;
  }
  .singlePage .singlePage__article time {
    font-size: 1.44rem;
  }
  .singlePage .singlePage__title {
    font-size: 2.8rem;
    margin-top: 19.8px;
  }
  .singlePage .singlePage__title--H1 {
    font-size: 2.24rem;
  }
  .singlePage .singlePage__title--H2 {
    font-size: 1.792rem;
  }
  .singlePage .singlePage__title--H3 {
    font-size: 1.568rem;
  }
  .singlePage .singlePage__title--H4 {
    font-size: 1.344rem;
  }
  .singlePage .singlePage__title--H5 {
    font-size: 1.12rem;
  }
  .singlePage .singlePage__title--H6 {
    font-size: 0.896rem;
  }
  .singlePage h2 {
    font-size: 1.792rem;
  }
  .singlePage h3 {
    font-size: 1.568rem;
  }
  .singlePage h4 {
    font-size: 1.344rem;
  }
  .singlePage h5 {
    font-size: 1.12rem;
  }
  .singlePage h6 {
    font-size: 0.896rem;
  }
  .singlePage p,
  .singlePage .singlePage__p {
    font-size: 1.44rem;
    margin-bottom: 19.8px;
  }
  .singlePage p:last-of-type,
  .singlePage .singlePage__p:last-of-type {
    margin-bottom: 0;
  }
  .singlePage ul, .singlePage ol, .singlePage dl {
    font-size: 1.44rem;
  }
  .singlePage .single__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 16px;
  }
  .singlePage .single__btns .btn__main {
    margin: 32px 8px 0;
  }
}

@media screen and (max-width: 768px) {
  .singlePage {
    padding: 4% 0;
    margin-bottom: 59.2px;
  }
  .singlePage .singlePage__article {
    padding: 4%;
    max-width: 95%;
  }
  .singlePage .singlePage__article .info__category {
    margin-right: 25.2px;
  }
  .singlePage .singlePage__article .info__category time {
    font-size: 1.28rem;
  }
  .singlePage .singlePage__title {
    font-size: 2.8rem;
    margin-top: 19.8px;
  }
  .singlePage .singlePage__title--H1 {
    font-size: 2.24rem;
  }
  .singlePage .singlePage__title--H2 {
    font-size: 1.792rem;
  }
  .singlePage .singlePage__title--H3 {
    font-size: 1.568rem;
  }
  .singlePage .singlePage__title--H4 {
    font-size: 1.344rem;
  }
  .singlePage .singlePage__title--H5 {
    font-size: 1.12rem;
  }
  .singlePage .singlePage__title--H6 {
    font-size: 0.896rem;
  }
  .singlePage h2 {
    font-size: 1.792rem;
  }
  .singlePage h3 {
    font-size: 1.568rem;
  }
  .singlePage h4 {
    font-size: 1.344rem;
  }
  .singlePage h5 {
    font-size: 1.12rem;
  }
  .singlePage h6 {
    font-size: 0.896rem;
  }
  .singlePage p,
  .singlePage .singlePage__p {
    font-size: 1.28rem;
    margin-bottom: 19.8px;
  }
  .singlePage p:last-of-type,
  .singlePage .singlePage__p:last-of-type {
    margin-bottom: 0;
  }
  .singlePage ul, .singlePage ol, .singlePage dl {
    font-size: 1.28rem;
  }
  .singlePage .single__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 16px;
  }
  .singlePage .single__btns .btn__main {
    margin: 28px 8px 0;
  }
}

@media screen and (max-width: 560px) {
  .singlePage .singlePage__article .info__category {
    margin-right: 21.6px;
  }
  .singlePage .singlePage__article .info__category time {
    font-size: 1.12rem;
  }
  .singlePage .singlePage__title {
    font-size: 2.8rem;
    margin-top: 17.6px;
  }
  .singlePage .singlePage__title--H1 {
    font-size: 1.96rem;
  }
  .singlePage .singlePage__title--H2 {
    font-size: 1.568rem;
  }
  .singlePage .singlePage__title--H3 {
    font-size: 1.372rem;
  }
  .singlePage .singlePage__title--H4 {
    font-size: 1.176rem;
  }
  .singlePage .singlePage__title--H5 {
    font-size: 0.98rem;
  }
  .singlePage .singlePage__title--H6 {
    font-size: 0.784rem;
  }
  .singlePage h2 {
    font-size: 1.568rem;
  }
  .singlePage h3 {
    font-size: 1.372rem;
  }
  .singlePage h4 {
    font-size: 1.176rem;
  }
  .singlePage h5 {
    font-size: 0.98rem;
  }
  .singlePage h6 {
    font-size: 0.784rem;
  }
  .singlePage p,
  .singlePage .singlePage__p {
    font-size: 1.12rem;
    margin-bottom: 17.6px;
  }
  .singlePage p:last-of-type,
  .singlePage .singlePage__p:last-of-type {
    margin-bottom: 0;
  }
  .singlePage ul, .singlePage ol, .singlePage dl {
    font-size: 1.12rem;
  }
  .singlePage .single__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 16px;
  }
  .singlePage .single__btns .btn__main {
    margin: 28px 8px 0;
  }
}

/*=================================
contactForm
===================================*/
.wpcf7-form {
  max-width: 834px;
  margin: 0 auto;
}

/* 必須マーク */
.must {
  color: #fff;
  margin-left: 10px;
  padding: 3px 5px;
  background: #d35454;
  border-radius: 4px;
  font-size: 1.2rem;
}

/* 項目名を太字にする */
form p {
  font-weight: 600;
  margin-top: 36px;
}

form p:nth-last-of-type(1) {
  margin: 36px auto 0;
}

form p label {
  line-height: 1.2em;
}

form p label span {
  line-height: 1em;
  vertical-align: 1px;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
.wpcf7-select,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin: 10px 10px 0 0;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}

form .category {
  position: relative;
}

form .category::before {
  position: absolute;
  top: 0.4em;
  right: 1.3em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

form .category select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
form .category select {
  background: rgba(255, 255, 142, 0.2);
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
  display: block;
  width: 172px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  background-color: #549BD3;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 24px auto 80px;
  text-align: center;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  display: block;
  margin-top: 8px;
  font-weight: 600;
}

/* 入力内容に問題があります。 */
.screen-reader-response {
  color: red;
  font-weight: 600;
  text-align: center;
}

.screen-reader-response ul {
  display: none;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #549BD3;
  font-weight: 600;
}

.wpcf7-response-output.wpcf7-validation-errors:nth-last-of-type(1),
.wpcf7-response-output.wpcf7-mail-sent-ok:nth-last-of-type(1) {
  margin-top: 0;
  text-align: center;
}

/*=================================
mainContact
===================================*/
.mainContact {
  width: 100%;
  height: 33.5vw;
  background-image: url(../images/footer_contact@2x.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}

.mainContact .mainContact__filter {
  width: 100%;
  height: 33.5vw;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
}

.mainContact .mainContact__filter .mainContact__group {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mainContact .mainContact__filter .mainContact__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0.1rem;
  margin-bottom: 28px;
  margin-bottom: 38px;
}

.mainContact .mainContact__filter .btn__main {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #444;
  padding: 10px 20px;
  border: 2px solid #444;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  max-width: 172px;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  border-color: #fff;
  margin: 0 auto;
}

.mainContact .mainContact__filter .btn__main:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .mainContact .mainContact__filter .mainContact__group {
    width: 100%;
  }
  .mainContact .mainContact__filter .mainContact__title {
    font-size: 2.56rem;
    line-height: 1.44em;
    margin-bottom: 30.4px;
  }
  .mainContact .mainContact__filter .btn__main {
    margin: 0 auto;
  }
}

@media screen and (max-width: 560px) {
  .mainContact .mainContact__filter .mainContact__title {
    font-size: 1.92rem;
    line-height: 1.08em;
    margin-bottom: 22.8px;
  }
  .mainContact .mainContact__filter .btn__main {
    margin: 0 auto;
  }
}

/*=================================
footer
===================================*/
.footer {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 1.2rem;
  padding: 24px 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer__menu .footer__list {
  margin-right: 22px;
}

.footer .footer__menu .footer__item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
}

.footer .footer__menu .footer__item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.footer .footer__menu .footer__item a:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.footer .footer__info {
  width: 30%;
  position: relative;
}

.footer .footer__info .footer__infoBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer .footer__info .footer__infoBtns .footer__btn .btn__main {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #444;
  padding: 10px 20px;
  border: 2px solid #444;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  max-width: 172px;
  color: #fff;
  border-color: #fff;
  margin-top: 0;
}

.footer .footer__info .footer__infoBtns .footer__btn .btn__main:hover {
  opacity: 0.5;
}

.footer .footer__info .footer__infoBtns .sns__list {
  width: 82px;
  margin-left: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer .footer__info .footer__infoBtns .sns__list .sns__item a {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  font-size: 16px;
}

.footer .footer__info .footer__infoBtns .sns__list .sns__item a:hover {
  opacity: 0.5;
}

.footer .footer__info .copy {
  display: block;
  text-align: right;
  font-size: 0.9rem;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 21.6px 0;
  }
  .footer .footer__menu {
    display: none;
  }
  .footer .footer__info {
    width: 100%;
    position: static;
    margin: 0 auto;
  }
  .footer .footer__info .footer__infoBtns .footer__btn {
    display: none;
  }
  .footer .footer__info .footer__infoBtns .sns__list {
    width: 100%;
    margin-left: 0;
    margin: 0 auto 16px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .footer__info .footer__infoBtns .sns__list .sns__item a {
    font-size: 16px;
    margin: 0 8px;
  }
  .footer .footer__info .copy {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    font-size: 1.44rem;
    padding: 19.2px 0;
  }
}

/*=================================
other
===================================*/
.mainVisual__arrow {
  position: relative;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 100;
  text-decoration: none;
}

.mainVisual__arrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mainVisual__arrow span:nth-of-type(1) {
  top: 16px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.mainVisual__arrow span:nth-of-type(2) {
  top: 24px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.btTop {
  display: none;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  right: 16px;
  bottom: 14px;
  text-align: center;
  padding-top: 2px;
  z-index: 100;
}

.btTop span {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
