/*========================================
mixin
==========================================*/
/*========================================
common-sp
==========================================*/
body {
  min-width: 375px;
}

.pc {
  display: none;
}

.cmn-wrapper {
  width: calc(100% - 25px);
  margin: 0 auto;
  padding: 50px 0;
}

.c-nav-btn {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  background-color: #000;
  border: none;
  z-index: 9999;
}
.c-nav-btn span {
  width: 32px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
}
.c-nav-btn span:nth-child(1) {
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-nav-btn span:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-nav-btn span:nth-child(3) {
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-nav-btn.active {
  -webkit-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
}
.c-nav-btn.active span {
  position: absolute;
}
.c-nav-btn.active span:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-nav-btn.active span:nth-child(2) {
  opacity: 0;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-nav-btn.active span:nth-child(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.breadcrumbs {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.breadcrumbs .bread-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.breadcrumbs .bread-list-item {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.breadcrumbs .bread-list-item:not(:last-child) {
  padding: 0 22px 0 0;
}
.breadcrumbs .bread-list-item:not(:last-child)::after {
  content: "";
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  right: 10px;
  color: #000;
  margin: auto;
  border-top: 1px solid;
  border-right: 1px solid;
}
.breadcrumbs .bread-list-item:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.breadcrumbs .bread-list-item a {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pagenation {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation li {
  font-size: 1.5rem;
  font-weight: 700;
}
.pagenation li span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #3167b1;
  border: 2px solid #dedede;
}
.pagenation li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #222 !important;
  background-color: #fff;
  border: 2px solid #dedede;
}
.pagenation li a:hover {
  color: #fff !important;
  background-color: #3167b1;
}
.pagenation li a.right {
  padding-left: 7px;
}
.pagenation li a.left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  padding-left: 7px;
}
.pagenation li:not(:last-child) {
  margin-right: 15px;
}

.cmn-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #3167b1;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  text-align: left;
}
.cmn-title-en {
  font-size: 1.8rem;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmn-title-en::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 12px;
  background-color: #3167b1;
  border-radius: 50%;
}

.cmn-contact-inner {
  padding-top: 78px;
}
.cmn-contact-flex {
  padding: 30px 20px;
  background-color: #fff;
  border: 2px solid #3167b1;
}
.cmn-contact-wrap {
  position: relative;
  z-index: 1;
}
.cmn-contact-wrap::after {
  position: absolute;
  content: "";
  top: -13px;
  right: -13px;
  width: 273px;
  height: 273px;
  background: center/cover no-repeat url(../images/about/cmn-contact-deco.png);
  z-index: -1;
}
.cmn-contact-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cmn-contact-logo {
  margin-bottom: 20px;
}
.cmn-contact-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cmn-contact-textbox .cmn-title {
  font-size: 2.3rem;
  line-height: 1.3;
  margin-bottom: 25px;
}
.cmn-contact-text {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 25px;
}
.cmn-contact-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cmn-contact-btn {
  max-width: 300px;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.15em;
  background-color: #fff;
  border: 1px solid #3167b1;
  position: relative;
}
.cmn-contact-btn::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 13px;
  background: center/cover no-repeat url(../images/about/cmn-contact-line.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cmn-contact-btn:nth-of-type(2)::before {
  width: 20px;
  height: 15px;
  background: center/cover no-repeat url(../images/about/cmn-contact-mail.png);
}
.cmn-contact-btn:not(:last-of-type) {
  margin-bottom: 25px;
}
.cmn-contact-btn:hover {
  opacity: 0.6;
}

/*========================================
section
==========================================*/