@charset "UTF-8";
/*----------------------------------------------------------
 *      Initialize
 *----------------------------------------------------------*/
html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 16px;
  min-width: 1080px;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 9px !important;
    min-width: 100%;
  }
}

body {
  background: #fff;
  color: #19253b;
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif !important;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 12px !important;
    min-width: 100%;
  }
}

p {
  margin: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

a {
  color: #b28378;
  text-decoration: none;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  a {
    transition: none;
  }
}
a:hover {
  color: #333;
  text-decoration: none;
}
a:focus {
  color: #333;
}

/*----------------------------------------------------------
 *      Common
 *----------------------------------------------------------*/
.contents--wrap {
  margin: 0 auto;
  min-width: 1080px;
  width: 1080px;
}
@media only screen and (max-width: 768px) {
  .contents--wrap {
    min-width: 100%;
    width: 100%;
  }
}

.tool__more {
  height: 55.95px;
  margin: 0 auto;
  width: 200.95px;
}
.tool__more a {
  background: url("../images/tool__more.svg") no-repeat;
  background-size: 200.95px 55.95px;
  display: block;
  height: 55.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 200.95px;
}
.tool__more a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .tool__more {
    height: 27.975px;
    width: 100.475px;
  }
  .tool__more a {
    background: url("../images/tool__more.svg") no-repeat;
    background-size: 100.475px 27.975px;
    display: block;
    height: 27.975px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 100.475px;
  }
  .tool__more a:hover {
    opacity: 0.6;
  }
}

.tool__more--2 {
  height: 57.29px;
  margin: 0 auto;
  width: 201.32px;
}
.tool__more--2 a {
  background: url("../images/tool__more--2.svg") no-repeat;
  background-size: 201.32px 57.29px;
  display: block;
  height: 57.29px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 201.32px;
}
.tool__more--2 a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .tool__more--2 {
    height: 28.645px;
    width: 100.66px;
  }
  .tool__more--2 a {
    background: url("../images/tool__more--2.svg") no-repeat;
    background-size: 100.66px 28.645px;
    display: block;
    height: 28.645px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 100.66px;
  }
  .tool__more--2 a:hover {
    opacity: 0.6;
  }
}

.tool__top {
  height: 36.92px;
  margin: 0 auto;
  width: 128.5px;
}
.tool__top a {
  background: url("../images/tool__top.svg") no-repeat;
  background-size: 128.5px 36.92px;
  display: block;
  height: 36.92px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 128.5px;
}
.tool__top a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .tool__top {
    height: 23.019px;
    width: 79.5335px;
  }
  .tool__top a {
    background: url("../images/tool__top.svg") no-repeat;
    background-size: 79.5335px 23.019px;
    display: block;
    height: 23.019px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 79.5335px;
  }
  .tool__top a:hover {
    opacity: 0.6;
  }
}

/*----------------------------------------------------------
 *      MOBILE MENU
 *----------------------------------------------------------*/
.spMenu__area--sp {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 10;
}
.spMenu__area--sp .contents--wrap {
  background: rgba(15, 11, 33, 0.8);
  height: 100%;
  min-width: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}
.spMenu__area--sp a {
  color: #fff;
}

.spMenu__list {
  margin: 35px 35px 0 35px;
}
.spMenu__list li {
  border-bottom: 1px solid #fff;
  font-size: 1.18rem;
  font-weight: bold;
  height: 45px;
  margin: 0 0 0 0;
  padding: 0 9px 0 0;
  text-align: right;
}
.spMenu__list li a {
  display: block;
  height: 100%;
  line-height: 45px;
  width: 100%;
}
.spMenu__list li:nth-child(1) a {
  background: url("../images/sp__head__menu__title--1.svg") no-repeat 10px 18px;
  background-size: 40.85px 8.59px;
}
.spMenu__list li:nth-child(2) a {
  background: url("../images/sp__head__menu__title--2.svg") no-repeat 10px 18px;
  background-size: 49.8185px 8.59px;
}
.spMenu__list li:nth-child(3) a {
  background: url("../images/sp__head__menu__title--3.svg") no-repeat 10px 18px;
  background-size: 77.9575px 8.59px;
}
.spMenu__list li:nth-child(4) a {
  background: url("../images/sp__head__menu__title--4.svg") no-repeat 10px 18px;
  background-size: 32.3385px 8.59px;
}
.spMenu__list li:nth-child(5) a {
  background: url("../images/sp__head__menu__title--5.svg") no-repeat 10px 18px;
  background-size: 56.545px 8.59px;
}
.spMenu__list li:nth-child(6) a {
  background: url("../images/sp__head__menu__title--6.svg") no-repeat 10px 18px;
  background-size: 33.568px 8.59px;
}

/*----------------------------------------------------------
 *      Header
 *----------------------------------------------------------*/
header {
  background-color: rgba(255, 255, 255, 0.74);
  height: 50px;
  position: absolute;
  transition: all 0.5s;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  header {
    background-color: #19253b;
    height: 60px;
  }
}

.contents--wrap {
  position: relative;
}

.head__pc--wrap .head__title__box {
  background: #19253b;
  padding: 11px 13px 16px 13px;
  width: 135px;
}
.head__pc--wrap .head__title__box h1 {
  height: 53.2px;
  width: 108.1px;
}
.head__pc--wrap .head__title__box h1 a {
  background: url("../images/head__title.svg") no-repeat;
  background-size: 108.1px 53.2px;
  display: block;
  height: 53.2px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 108.1px;
}
.head__pc--wrap .head__title__box h1 a:hover {
  opacity: 0.6;
}

.head__pc--wrap .head__tool__count {
  background: #f33;
  border-radius: 20px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 7px 2px 7px;
  position: absolute;
  right: -11px;
  top: -4px;
}

.head__sp--wrap {
  padding: 7px 0 0 0;
  position: relative;
}
.head__sp--wrap h1 {
  height: 42.3405px;
  margin: 0 auto;
  width: 86.037px;
}
.head__sp--wrap h1 a {
  background: url("../images/head__title.svg") no-repeat;
  background-size: 86.037px 42.3405px;
  display: block;
  height: 42.3405px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 86.037px;
}
.head__sp--wrap h1 a:hover {
  opacity: 0.6;
}
.head__sp--wrap .head__menuBtn {
  height: 18.525px;
  left: 14px;
  position: absolute;
  top: 21px;
  width: 31.14px;
}
.head__sp--wrap .head__menuBtn a {
  background: url("../images/sp__head__menu.svg") no-repeat;
  background-size: 31.14px 18.525px;
  display: block;
  height: 18.525px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 31.14px;
}
.head__sp--wrap .head__menuBtn a:hover {
  opacity: 0.6;
}
.head__sp--wrap .head__menuBtn__close {
  height: 20.427px;
  left: 18px;
  position: absolute;
  top: 21px;
  width: 20.427px;
}

/*----------------------------------------------------------
 *      FOOTER
 *----------------------------------------------------------*/
footer {
  background: #19253b;
  padding: 26px 0 30px 0;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 40px 0 15px 0;
  }
}

.foot__logo {
  height: 84.7px;
  margin: 0 auto 33px auto;
  width: 166.8px;
}
.foot__logo a {
  background: url("../images/head__title.svg") no-repeat;
  background-size: 166.8px 84.7px;
  display: block;
  height: 84.7px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 166.8px;
}
.foot__logo a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .foot__logo {
    height: 56.885px;
    margin: 0 auto 29px auto;
    width: 111.965px;
  }
  .foot__logo a {
    background: url("../images/head__title.svg") no-repeat;
    background-size: 111.965px 56.885px;
    display: block;
    height: 56.885px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 111.965px;
  }
  .foot__logo a:hover {
    opacity: 0.6;
  }
}

.foot__tool--wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .foot__tool--wrap ul {
    margin: 0 0 18px 0;
  }
}

.foot__tool--wrap li {
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  .foot__tool--wrap li {
    margin: 0 8px;
  }
}

.foot__tool--wrap li:nth-child(1) {
  height: 27.95px;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(1) a {
  background: url("../images/foot__menu__instagram.svg") no-repeat;
  background-size: 27.95px 27.95px;
  display: block;
  height: 27.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(1) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .foot__tool--wrap li:nth-child(1) {
    height: 23.578px;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(1) a {
    background: url("../images/foot__menu__instagram.svg") no-repeat;
    background-size: 23.578px 23.578px;
    display: block;
    height: 23.578px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(1) a:hover {
    opacity: 0.6;
  }
}

.foot__tool--wrap li:nth-child(2) {
  height: 27.95px;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(2) a {
  background: url("../images/foot__menu__twitter.svg") no-repeat;
  background-size: 27.95px 27.95px;
  display: block;
  height: 27.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(2) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .foot__tool--wrap li:nth-child(2) {
    height: 23.578px;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(2) a {
    background: url("../images/foot__menu__twitter.svg") no-repeat;
    background-size: 23.578px 23.578px;
    display: block;
    height: 23.578px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(2) a:hover {
    opacity: 0.6;
  }
}

.foot__tool--wrap li:nth-child(3) {
  height: 27.95px;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(3) a {
  background: url("../images/foot__menu__facebook.svg") no-repeat;
  background-size: 27.95px 27.95px;
  display: block;
  height: 27.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(3) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .foot__tool--wrap li:nth-child(3) {
    height: 23.578px;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(3) a {
    background: url("../images/foot__menu__facebook.svg") no-repeat;
    background-size: 23.578px 23.578px;
    display: block;
    height: 23.578px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(3) a:hover {
    opacity: 0.6;
  }
}

.foot__comment {
  color: #fff;
  margin: 0 0 30px 0;
  text-align: center;
}

.foot__copyright {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
}

/*----------------------------------------------------------
 *      Path List
 *----------------------------------------------------------*/
.pathList__area ul {
  display: flex;
  flex-wrap: wrap;
  padding: 9px 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .pathList__area ul {
    padding: 7px 9px 7px 9px;
  }
}

.pathList__area li {
  font-size: 0.75rem;
  margin: 0 0 0 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pathList__area li {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}

.pathList__area li:before {
  background: url("../images/tool__path__arrow.svg") no-repeat;
  background-size: 8.75px 9.14px;
  content: ">";
  display: block;
  display: block;
  height: 9.14px;
  left: -13px;
  overflow: hidden;
  position: absolute;
  text-indent: 101%;
  top: 4px;
  white-space: nowrap;
  width: 8.75px;
}

.pathList__area li:nth-child(1) {
  height: 15.77px;
  margin: 0 0 0 0;
  width: 15.86px;
}
.pathList__area li:nth-child(1) a {
  background: url("../images/tool__path__home.svg") no-repeat;
  background-size: 15.86px 15.77px;
  display: block;
  height: 15.77px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 15.86px;
}
.pathList__area li:nth-child(1) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .pathList__area li:nth-child(1) {
    height: 13.2715px;
    width: 13.352px;
  }
  .pathList__area li:nth-child(1) a {
    background: url("../images/tool__path__home.svg") no-repeat;
    background-size: 13.352px 13.2715px;
    display: block;
    height: 13.2715px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 13.352px;
  }
  .pathList__area li:nth-child(1) a:hover {
    opacity: 0.6;
  }
}

.pathList__area li:nth-child(1):before {
  display: none;
}

.pathList__area a {
  color: #19253b;
}

/*----------------------------------------------------------
  *      Foot Page Top
  *----------------------------------------------------------*/
.pageTop__area {
  padding: 20px 0 40px 0;
}
@media only screen and (max-width: 768px) {
  .pageTop__area {
    padding: 15px 0 25px 0;
  }
}

/*----------------------------------------------------------
 *      Foot Path List
 *----------------------------------------------------------*/
.foot__pathList__area {
  margin-bottom: -28px;
}
.foot__pathList__area ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .foot__pathList__area ul {
    padding: 0 9px 0 9px;
  }
}
.foot__pathList__area li {
  font-size: 0.75rem;
  margin: 0 0 0 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .foot__pathList__area li {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
.foot__pathList__area li:before {
  background: url("../images/tool__path__arrow--2.svg") no-repeat;
  background-size: 8.75px 9.14px;
  content: ">";
  display: block;
  display: block;
  height: 9.14px;
  left: -13px;
  overflow: hidden;
  position: absolute;
  text-indent: 101%;
  top: 4px;
  white-space: nowrap;
  width: 8.75px;
}
.foot__pathList__area li:nth-child(1) {
  height: 15.77px;
  margin: 0 0 0 0;
  width: 15.86px;
}
.foot__pathList__area li:nth-child(1) a {
  background: url("../images/tool__path__home--2.svg") no-repeat;
  background-size: 15.86px 15.77px;
  display: block;
  height: 15.77px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 15.86px;
}
.foot__pathList__area li:nth-child(1) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .foot__pathList__area li:nth-child(1) {
    height: 13.2715px;
    width: 13.352px;
  }
  .foot__pathList__area li:nth-child(1) a {
    background: url("../images/tool__path__home--2.svg") no-repeat;
    background-size: 13.352px 13.2715px;
    display: block;
    height: 13.2715px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 13.352px;
  }
  .foot__pathList__area li:nth-child(1) a:hover {
    opacity: 0.6;
  }
}
.foot__pathList__area li:nth-child(1):before {
  display: none;
}
.foot__pathList__area a {
  color: #fff;
}

/*----------------------------------------------------------
 *      MainVisual
 *----------------------------------------------------------*/
.main__area {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .main__area {
    height: auto;
    padding: 60px 0 0 0;
  }
}
.main__area .contents--wrap {
  min-width: 100%;
  width: 100%;
}

.main__area:after {
  background: url("../teamorder/images/team__edge--1.png") no-repeat;
  background-size: 100% 152.5px;
  bottom: -1px;
  content: "";
  display: block;
  height: 152.5px;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .main__area:after {
    background-size: 100% calc(152.5px / 4);
    height: calc(152.5px / 4);
  }
}

.main__mainVisual {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main__mainVisual {
    height: 415px;
  }
}

.main__title {
  background: url("../teamorder/images/team__main__title.png") no-repeat;
  background-size: 342.5px 93.5px;
  bottom: 30%;
  display: block;
  height: 93.5px;
  overflow: hidden;
  position: absolute;
  right: calc(50% - 540px);
  text-indent: 101%;
  white-space: nowrap;
  width: 342.5px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .main__title {
    background: url("../teamorder/images/team__main__title.png") no-repeat;
    background-size: 171.25px 46.75px;
    bottom: 112px;
    display: block;
    height: 46.75px;
    overflow: hidden;
    right: 0;
    text-indent: 101%;
    white-space: nowrap;
    width: 171.25px;
  }
}

/*----------------------------------------------------------
 *      Path List
 *----------------------------------------------------------*/
.pathList__area {
  background: #19253b;
}
.pathList__area ul {
  padding: 13px 0 24px 0;
}
@media only screen and (max-width: 768px) {
  .pathList__area ul {
    padding: 7px 9px 12px 9px;
  }
}
.pathList__area li:before {
  background: url("../images/tool__path__arrow--2.svg") no-repeat;
  background-size: 8.75px 9.14px;
  display: block;
  height: 9.14px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 8.75px;
}
.pathList__area li:nth-child(1) {
  height: 15.77px;
  width: 15.86px;
}
.pathList__area li:nth-child(1) a {
  background: url("../images/tool__path__home--2.svg") no-repeat;
  background-size: 15.86px 15.77px;
  display: block;
  height: 15.77px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 15.86px;
}
.pathList__area li:nth-child(1) a:hover {
  opacity: 0.6;
}
.pathList__area a {
  color: #fff;
}

/*----------------------------------------------------------
 *      About
 *----------------------------------------------------------*/
.about__area {
  background: #19253b;
  padding: 0 0 120px 0;
}
@media only screen and (max-width: 768px) {
  .about__area {
    padding: 0 0 45px 0;
  }
}
.about__area h1 {
  background: url("../teamorder/images/team__about__title.svg") no-repeat;
  background-size: 224.38px 78.2px;
  display: block;
  height: 78.2px;
  margin: 0 auto 92px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 224.38px;
}
@media only screen and (max-width: 768px) {
  .about__area h1 {
    background: url("../teamorder/images/team__about__title.svg") no-repeat;
    background-size: 58.875px 20.5185px;
    display: block;
    height: 20.5185px;
    margin: 0 auto 43px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 58.875px;
  }
}

.about__wrap {
  display: flex;
  flex-wrap: wrap;
}

.about__logo {
  background: url("../teamorder/images/team__about__logo.svg") no-repeat;
  background-size: 336.23px 165.47px;
  display: block;
  height: 165.47px;
  margin: 0 0 0 87px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 336.23px;
}
@media only screen and (max-width: 768px) {
  .about__logo {
    background: url("../teamorder/images/team__about__logo.svg") no-repeat;
    background-size: 168.115px 82.735px;
    display: block;
    height: 82.735px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 168.115px;
  }
}

.about__read {
  color: #fff;
  line-height: 1.948;
  margin: 0 0 0 136px;
}
@media only screen and (max-width: 768px) {
  .about__read {
    margin: 20px 25px 0 25px;
    text-align: center;
    width: calc(100% - 50px);
  }
}

/*----------------------------------------------------------
 *      Team Identity
 *----------------------------------------------------------*/
.identity__area:before {
  background: url("../teamorder/images/team__edge--2.png") no-repeat;
  background-size: 100% 117.5px;
  content: "";
  display: block;
  height: 117.5px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .identity__area:before {
    background-size: 100% calc(117.5px / 4);
    height: calc(117.5px / 4);
  }
}

.identity__area {
  padding: 178px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .identity__area {
    padding: 48px 0 50px 0;
  }
}
.identity__area .contents--wrap {
  z-index: 6;
}
.identity__area h1 {
  background: url("../teamorder/images/team__identity__title.svg") no-repeat;
  background-size: 523.69px 76.37px;
  display: block;
  height: 76.37px;
  margin: 0 auto 43px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 523.69px;
}
@media only screen and (max-width: 768px) {
  .identity__area h1 {
    background: url("../teamorder/images/team__identity__title.svg") no-repeat;
    background-size: 137.411px 20.039px;
    display: block;
    height: 20.039px;
    margin: 0 auto 16px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 137.411px;
  }
}

.identity__read {
  line-height: 1.948;
  margin: 0 0 31px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .identity__read {
    margin: 0 25px 16px 25px;
  }
}

.identity__image {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .identity__image img {
    width: calc(100% - 50px);
  }
}

.identity__area:after {
  background: url("../teamorder/images/team__edge--3.png") no-repeat;
  background-size: 100% 221px;
  bottom: -168px;
  content: "";
  display: block;
  height: 221px;
  position: absolute;
  width: 100%;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .identity__area:after {
    background: url("../teamorder/images/team__edge--3.png") no-repeat;
    background-size: 100% calc(221px / 4);
    bottom: -21px;
    height: calc(221px / 4);
  }
}

/*----------------------------------------------------------
 *      How To Order
 *----------------------------------------------------------*/
.howto__area {
  background: url("../teamorder/images/team__mainVisual--1.jpg") center
    center/cover;
  height: 1050px;
  margin: -34px 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .howto__area {
    height: 725px;
  }
}
.howto__area h1 {
  background: url("../teamorder/images/team__howto__title.svg") no-repeat;
  background-size: 501.88px 78.2px;
  display: block;
  height: 78.2px;
  margin: 0 auto 43px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 501.88px;
}
@media only screen and (max-width: 768px) {
  .howto__area h1 {
    background: url("../teamorder/images/team__howto__title.svg") no-repeat;
    background-size: 131.689px 20.5185px;
    display: block;
    height: 20.5185px;
    margin: 0 auto 8px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 131.689px;
  }
}

.howto__area:after {
  background: url("../teamorder/images/team__edge--4.png") no-repeat;
  background-size: 100% 152.5px;
  bottom: 0;
  content: "";
  display: block;
  height: 152.5px;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .howto__area:after {
    background-size: 100% calc(152.5px / 4);
    height: calc(152.5px / 4);
  }
}

.howto__bg--wrap {
  background: rgba(24, 36, 59, 0.8);
  height: 100%;
  padding: 222px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .howto__bg--wrap {
    padding: 71px 0 0 0;
  }
}

.howto__read {
  color: #fff;
  line-height: 1.948;
  margin: 0 0 58px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .howto__read {
    margin: 0 9px 26px 9px;
  }
}

.howto__step--wrap {
  display: flex;
  flex-wrap: wrap;
}

.howto__step__element {
  flex-basis: 270px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .howto__step__element {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .howto__step__element img {
    height: calc(199.711px / 2);
  }
}

.howto__step__element:after {
  background: url("../teamorder/images/team__howto__arrow.svg") no-repeat;
  background-size: 83.54px, 28.89px;
  content: "";
  display: block;
  height: 28.89px;
  position: absolute;
  right: -43px;
  top: 107px;
  width: 83.54px;
}
@media only screen and (max-width: 768px) {
  .howto__step__element:after {
    background-size: calc(83.54px / 2), calc(28.89px / 2);
    height: calc(28.89px / 2);
    right: 15px;
    top: 53px;
    width: calc(83.54px / 2);
  }
}

.howto__step__element:nth-child(4):after {
  display: none;
}

.howto__step__read {
  color: #fff;
  line-height: 1.75;
  margin: 27px 20px 0 20px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .howto__step__read {
    margin: 12px 20px 30px 20px;
  }
}

/*----------------------------------------------------------
 *      Category
 *----------------------------------------------------------*/
.category__area {
  background: #19253b;
  padding: 0 0 102px 0;
}
@media only screen and (max-width: 768px) {
  .category__area {
    padding: 20px 0 41px 0;
  }
}
.category__area h1 {
  background: url("../teamorder/images/team__category__title.svg") no-repeat;
  background-size: 1079.44px 76.73px;
  display: block;
  height: 76.73px;
  margin: 0 auto 28px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 1079.44px;
}
@media only screen and (max-width: 768px) {
  .category__area h1 {
    background: url("../teamorder/images/team__category__title--sp.svg")
      no-repeat;
    background-position: center;
    background-size: 485.2665px 25.6685px;
    display: block;
    height: 25.6685px;
    margin: 0 auto 22px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 485.2665px;
    width: calc(100% - 18px);
  }
}

.category__type--wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.category__type--wrap li {
  margin: 0 13px;
}
@media only screen and (max-width: 768px) {
  .category__type--wrap li {
    margin: 0 5px 12px 5px;
  }
}

.category__type--wrap li:nth-child(1) {
  height: 70.95px;
  width: 322.95px;
}
.category__type--wrap li:nth-child(1) a {
  background: url("../teamorder/images/team__category__type1.svg") no-repeat;
  background-size: 322.95px 70.95px;
  display: block;
  height: 70.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 322.95px;
}
.category__type--wrap li:nth-child(1) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .category__type--wrap li:nth-child(1) {
    height: 26.511px;
    width: 121.9495px;
  }
  .category__type--wrap li:nth-child(1) a {
    background: url("../teamorder/images/team__category__type1.svg") no-repeat;
    background-size: 121.9495px 26.511px;
    display: block;
    height: 26.511px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 121.9495px;
  }
  .category__type--wrap li:nth-child(1) a:hover {
    opacity: 0.6;
  }
}

.category__type--wrap li:nth-child(2) {
  height: 70.95px;
  width: 322.95px;
}
.category__type--wrap li:nth-child(2) a {
  background: url("../teamorder/images/team__category__type2.svg") no-repeat;
  background-size: 322.95px 70.95px;
  display: block;
  height: 70.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 322.95px;
}
.category__type--wrap li:nth-child(2) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .category__type--wrap li:nth-child(2) {
    height: 26.511px;
    width: 121.9495px;
  }
  .category__type--wrap li:nth-child(2) a {
    background: url("../teamorder/images/team__category__type2.svg") no-repeat;
    background-size: 121.9495px 26.511px;
    display: block;
    height: 26.511px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 121.9495px;
  }
  .category__type--wrap li:nth-child(2) a:hover {
    opacity: 0.6;
  }
}

.category__type--wrap li:nth-child(3) {
  height: 70.95px;
  width: 322.95px;
}
.category__type--wrap li:nth-child(3) a {
  background: url("../teamorder/images/team__category__type3.svg") no-repeat;
  background-size: 322.95px 70.95px;
  display: block;
  height: 70.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 322.95px;
}
.category__type--wrap li:nth-child(3) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .category__type--wrap li:nth-child(3) {
    height: 26.511px;
    width: 121.9495px;
  }
  .category__type--wrap li:nth-child(3) a {
    background: url("../teamorder/images/team__category__type3.svg") no-repeat;
    background-size: 121.9495px 26.511px;
    display: block;
    height: 26.511px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 121.9495px;
  }
  .category__type--wrap li:nth-child(3) a:hover {
    opacity: 0.6;
  }
}

.uniform__area {
  background: #19253b;
  position: relative;
}
.uniform__area .contents--wrap {
  overflow: hidden;
  width: 100%;
}
.uniform__area h1 {
  background: url("../teamorder/images/team__uniform__title1.svg") no-repeat;
  background-size: 622.3px 79.68px;
  display: block;
  height: 79.68px;
  margin: 0 auto 48px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 622.3px;
}
@media only screen and (max-width: 768px) {
  .uniform__area h1 {
    background: url("../teamorder/images/team__uniform__title1--sp.svg")
      no-repeat;
    background-position: center;
    background-size: 544.5465px 31.3105px;
    display: block;
    height: 31.3105px;
    margin: 0 auto 18px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 544.5465px;
    width: calc(100% - 50px);
  }
}

.uniform__area:after {
  background: url("../teamorder/images/team__edge--5.png") no-repeat;
  background-size: 100% 117.5px;
  bottom: -49px;
  content: "";
  display: block;
  height: 117.5px;
  position: absolute;
  width: 100%;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .uniform__area:after {
    background-size: 100% calc(117.5px / 4);
    bottom: -29.375px;
    height: calc(117.5px / 4);
  }
}

.uniform__read {
  color: #fff;
  line-height: 1.75;
  margin: 0 0 55px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .uniform__read {
    margin: 0 25px 20px 25px;
  }
}

.uniform__more--wrap {
  margin: 0 0 87px 0;
}
@media only screen and (max-width: 768px) {
  .uniform__more--wrap {
    margin: 0 0 34px 0;
  }
}

.uniform__more {
  height: 55.29px;
  margin: 0 auto;
  width: 257.29px;
}
.uniform__more a {
  background: url("../teamorder/images/tool__more--6.svg") no-repeat;
  background-size: 257.29px 55.29px;
  display: block;
  height: 55.29px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 257.29px;
}
.uniform__more a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .uniform__more {
    height: 27.645px;
    width: 128.645px;
  }
  .uniform__more a {
    background: url("../teamorder/images/tool__more--6.svg") no-repeat;
    background-size: 128.645px 27.645px;
    display: block;
    height: 27.645px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 128.645px;
  }
  .uniform__more a:hover {
    opacity: 0.6;
  }
}

.uniform__type__title--1 {
  background: url("../teamorder/images/team__uniform__type__title--1.svg")
    no-repeat;
  background-size: 402.52px 18.98px;
  display: block;
  height: 18.98px;
  margin: 0 auto 50px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 402.52px;
}
@media only screen and (max-width: 768px) {
  .uniform__type__title--1 {
    background: url("../teamorder/images/team__uniform__type__title--1--sp.svg")
      no-repeat;
    background-position: center;
    background-size: 201.26px 9.49px;
    display: block;
    height: 9.49px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 201.26px;
    width: calc(100% - 18px);
  }
}

.uniform__type__title--2 {
  background: url("../teamorder/images/team__uniform__type__title--2.svg")
    no-repeat;
  background-size: 442.92px 18.98px;
  display: block;
  height: 18.98px;
  margin: 0 auto 60px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 442.92px;
}
@media only screen and (max-width: 768px) {
  .uniform__type__title--2 {
    background: url("../teamorder/images/team__uniform__type__title--2--sp.svg")
      no-repeat;
    background-position: center;
    background-size: 221.46px 9.49px;
    display: block;
    height: 9.49px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 221.46px;
    width: calc(100% - 18px);
  }
}

.uniform__image--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 78px 0;
}
@media only screen and (max-width: 768px) {
  .uniform__image--wrap {
    margin: 0 0 24px 0;
  }
}

.uniform__image--wrap:last-child {
  margin: 0 0 68px 0;
  padding: 0 0 34px 0;
}
@media only screen and (max-width: 768px) {
  .uniform__image--wrap:last-child {
    margin: 0 0 0 0;
    padding: 0 0 9px 0;
  }
}

.uniform__image__element {
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  .uniform__image__element {
    margin: 0 0 17px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .uniform__image__element img {
    width: calc(100% - 60px);
  }
}

.traning__area {
  background: #19253b url("../teamorder/images/team__mainVisual--2.jpg")
    repeat-y;
  background-size: 100% auto;
  margin: -68px 0 0 0;
  padding: 0 0 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .traning__area {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
}
.traning__area .contents--wrap {
  overflow: hidden;
  width: 100%;
}
.traning__area h1 {
  background: url("../teamorder/images/team__traning__title.svg") no-repeat;
  background-size: 622.3px 79.68px;
  display: block;
  height: 79.68px;
  margin: 0 auto 33px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 622.3px;
}
@media only screen and (max-width: 768px) {
  .traning__area h1 {
    background: url("../teamorder/images/team__traning__title--sp.svg")
      no-repeat;
    background-position: center;
    background-size: 547.9105px 31.741px;
    display: block;
    height: 31.741px;
    margin: 0 auto 18px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 547.9105px;
    width: calc(100% - 50px);
  }
}

.traning__area:after {
  background: url("../teamorder/images/team__edge--6.png") no-repeat;
  background-size: 100% 152.5px;
  bottom: -1px;
  content: "";
  display: block;
  height: 152.5px;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .traning__area:after {
    background-size: 100% calc(152.5px / 4);
    height: calc(152.5px / 4);
  }
}

.traning__bg--wrap {
  background: rgba(24, 36, 59, 0.8);
  height: 100%;
  padding: 195px 0 48px 0;
}
@media only screen and (max-width: 768px) {
  .traning__bg--wrap {
    padding: 61px 0 24px 0;
  }
}

.traning__read {
  color: #fff;
  line-height: 1.75;
  margin: 0 0 102px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .traning__read {
    margin: 0 auto 24px auto;
    width: calc(100% - 50px);
  }
}

.traning__more {
  height: 55px;
  margin: 0 auto 86px auto;
  width: 257px;
}
.traning__more a {
  background: url("../teamorder/images/tool__more--5.svg") no-repeat;
  background-size: 257px 55px;
  display: block;
  height: 55px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 257px;
}
.traning__more a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .traning__more {
    height: 27.5px;
    margin: 0 auto 31px auto;
    width: 128.5px;
  }
  .traning__more a {
    background: url("../teamorder/images/tool__more--5.svg") no-repeat;
    background-size: 128.5px 27.5px;
    display: block;
    height: 27.5px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 128.5px;
  }
  .traning__more a:hover {
    opacity: 0.6;
  }
}

.traning__image--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 0 0;
  padding: 0 0 140px 0;
}
@media only screen and (max-width: 768px) {
  .traning__image--wrap {
    padding: 0 0 43px 0;
  }
}

.traning__image__element {
  margin: 0 15px 0 15px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .traning__image__element {
    margin: 0 0 0 0;
    text-align: center;
  }
}
.traning__image__element img {
  margin: 0 0 60px 0;
}
@media only screen and (max-width: 768px) {
  .traning__image__element img {
    width: calc(100% - 60px);
  }
}

.traning__image__element:nth-child(1) img {
  margin: 0 0 84px 0;
}
@media only screen and (max-width: 768px) {
  .traning__image__element:nth-child(1) img {
    margin: 0 0 36px 0;
  }
}

.traning__image__element:nth-child(2) img {
  margin: 0 0 112px 0;
}
@media only screen and (max-width: 768px) {
  .traning__image__element:nth-child(2) img {
    margin: 0 0 38px 0;
  }
}

.traning__image__element:nth-child(3) img {
  margin: 0 0 115px 0;
}
@media only screen and (max-width: 768px) {
  .traning__image__element:nth-child(3) img {
    margin: 0 0 44px 0;
  }
}

@media only screen and (max-width: 768px) {
  .traning__image__element:nth-child(4) img {
    margin: 0 0 16px 0;
  }
}

.traning__type__title--1 {
  background: url("../teamorder/images/team__traning__type__title--1.svg")
    no-repeat;
  background-size: 443.64px 17.9px;
  display: block;
  height: 17.9px;
  margin: 0 auto 38px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 443.64px;
}
@media only screen and (max-width: 768px) {
  .traning__type__title--1 {
    background: url("../teamorder/images/team__traning__type__title--1--sp.svg")
      no-repeat;
    background-position: center;
    background-size: 221.82px 8.95px;
    display: block;
    height: 8.95px;
    margin: 0 auto 10px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 221.82px;
    width: 100%;
  }
}

.traning__type__title--2 {
  background: url("../teamorder/images/team__traning__type__title--2.svg")
    no-repeat;
  background-size: 394.9px 18.84px;
  display: block;
  height: 18.84px;
  margin: 0 auto 48px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 394.9px;
}
@media only screen and (max-width: 768px) {
  .traning__type__title--2 {
    background: url("../teamorder/images/team__traning__type__title--2--sp.svg")
      no-repeat;
    background-position: center;
    background-size: 197.45px 9.42px;
    display: block;
    height: 9.42px;
    margin: 0 auto 10px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 197.45px;
    width: 100%;
  }
}

.traning__type__title--3 {
  background: url("../teamorder/images/team__traning__type__title--3.svg")
    no-repeat;
  background-size: 412.88px 19.24px;
  display: block;
  height: 19.24px;
  margin: 0 auto 44px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 412.88px;
}
@media only screen and (max-width: 768px) {
  .traning__type__title--3 {
    background: url("../teamorder/images/team__traning__type__title--3--sp.svg")
      no-repeat;
    background-position: center;
    background-size: 206.44px 9.62px;
    display: block;
    height: 9.62px;
    margin: 0 auto 10px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 206.44px;
    width: 100%;
  }
}

.traning__type__title--4 {
  background: url("../teamorder/images/team__traning__type__title--4.svg")
    no-repeat;
  background-size: 272.5px 17.56px;
  display: block;
  height: 17.56px;
  margin: 0 auto 50px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 272.5px;
}
@media only screen and (max-width: 768px) {
  .traning__type__title--4 {
    background: url("../teamorder/images/team__traning__type__title--4--sp.svg")
      no-repeat;
    background-position: center;
    background-size: 136.25px 8.78px;
    display: block;
    height: 8.78px;
    margin: 0 auto 17px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 136.25px;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .outer__area {
    padding: 30px 0 15px 0;
  }
}

.outer__area .contents--wrap {
  overflow: hidden;
  width: 100%;
}

.outer__area h1 {
  background: url("../teamorder/images/team__outer__title.svg") no-repeat;
  background-size: 622.3px 79.68px;
  display: block;
  height: 79.68px;
  margin: 0 auto 31px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 622.3px;
}
@media only screen and (max-width: 768px) {
  .outer__area h1 {
    background: url("../teamorder/images/team__outer__title--sp.svg") no-repeat;
    background-position: center;
    background-size: 544.0965px 31.253px;
    display: block;
    height: 31.253px;
    margin: 0 auto 15px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 544.0965px;
    width: calc(100% - 50px);
  }
}

.outer__read {
  line-height: 1.75;
  margin: 0 0 47px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .outer__read {
    margin: 0 auto 23px auto;
    width: calc(100% - 50px);
  }
}

.outer__more {
  height: 55px;
  margin: 0 auto 102px auto;
  width: 257px;
}
.outer__more a {
  background: url("../teamorder/images/tool__more--5.svg") no-repeat;
  background-size: 257px 55px;
  display: block;
  height: 55px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 257px;
}
.outer__more a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .outer__more {
    height: 27.5px;
    margin: 0 auto 38px auto;
    width: 128.5px;
  }
  .outer__more a {
    background: url("../teamorder/images/tool__more--5.svg") no-repeat;
    background-size: 128.5px 27.5px;
    display: block;
    height: 27.5px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 128.5px;
  }
  .outer__more a:hover {
    opacity: 0.6;
  }
}

.outer__image--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 255px 0;
}
@media only screen and (max-width: 768px) {
  .outer__image--wrap {
    margin: 0 0 27px 0;
  }
}

.outer__image__element {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .outer__image__element img {
    width: calc(100% - 60px);
  }
}

.outer__type__title--1 {
  background: url("../teamorder/images/team__outer__type__title--1.svg")
    no-repeat;
  background-size: 1075.52px 17.52px;
  display: block;
  height: 17.52px;
  margin: 0 auto 62px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 1075.52px;
}
@media only screen and (max-width: 768px) {
  .outer__type__title--1 {
    background: url("../teamorder/images/team__outer__type__title--1--sp.svg")
      no-repeat;
    background-position: center;
    background-size: 181.03px 8.76px;
    display: block;
    height: 8.76px;
    margin: 0 auto 7px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 181.03px;
    width: calc(100% - 18px);
  }
}

/*----------------------------------------------------------
 *      Contact
 *----------------------------------------------------------*/
.contact__area {
  padding: 0 0 100px 0;
}
@media only screen and (max-width: 768px) {
  .contact__area {
    padding: 11px 0 25px 0;
  }
}
.contact__area h1 {
  background: url("../teamorder/images/team__contact__title.svg") no-repeat;
  background-position: center top;
  background-size: 315.25px 78.26px;
  border-bottom: 1px solid #19253b;
  display: block;
  height: 78.26px;
  height: 123px;
  margin: 0 auto 70px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 315.25px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contact__area h1 {
    background: url("../teamorder/images/team__contact__title.svg") no-repeat;
    background-position: center top;
    background-size: 82.719px 20.534px;
    display: block;
    height: 20.534px;
    height: 31px;
    margin: 0 auto 35px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 82.719px;
    width: calc(100% - 18px);
  }
}

.contact__read {
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 70px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact__read {
    margin: 0 0 30px 0;
  }
}
.contact__read a {
  color: #19253b;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .contact--wrap {
    margin: 0 auto;
    width: calc(100% - 50px);
  }
}

.contact--wrap dl {
  margin: 0 auto 60px auto;
  width: 960px;
}
@media only screen and (max-width: 768px) {
  .contact--wrap dl {
    margin: 0 auto 20px auto;
    width: 100%;
  }
}

.contact--wrap dt {
  float: left;
  font-size: 1rem;
  margin: 8px 0 20px 0;
  width: 340px;
}
@media only screen and (max-width: 768px) {
  .contact--wrap dt {
    float: none;
    font-size: 1.5rem;
    margin: 10px 0 10px 0;
    width: 100%;
  }
}

.contact--wrap dd {
  margin: 0 0 26px 340px;
}
@media only screen and (max-width: 768px) {
  .contact--wrap dd {
    margin: 0 0 20px 0;
  }
}
.contact--wrap dd input[type="text"] {
  border: 1px solid #19253b;
  border-radius: 0;
  padding: 14px 22px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contact--wrap dd input[type="text"] {
    padding: 6px 8px;
  }
}
.contact--wrap dd textarea {
  border: 1px solid #19253b;
  height: 300px;
  padding: 14px 22px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contact--wrap dd textarea {
    border-radius: 0;
    height: 200px;
    padding: 8px 8px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #19253b;
  height: 52px;
  margin: 0;
  padding: 0 40px 0 14px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  select {
    height: 30px;
    padding: 0 30px 0 4px;
  }
}

select::-ms-expand {
  display: none;
}

.select--wrap {
  display: inline-block;
  position: relative;
}

.select--wrap::before {
  background: #eee;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .select--wrap::before {
    width: 26px;
  }
}

.select--wrap::after {
  background: url("../contact/images/contact__form__arrow.svg") no-repeat;
  background-size: 18.75px 8.23px;
  bottom: 0;
  content: "";
  display: block;
  height: 8.23px;
  margin: auto 0;
  overflow: hidden;
  position: absolute;
  right: 8px;
  text-indent: 101%;
  top: 0;
  white-space: nowrap;
  width: 18.75px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .select--wrap::after {
    background: url("../contact/images/contact__form__arrow.svg") no-repeat;
    background-size: 9.375px 4.115px;
    display: block;
    height: 4.115px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 9.375px;
  }
}

.contact__submit dt {
  font-size: 1rem;
  font-weight: normal;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .contact__submit dt {
    font-size: 1.25rem;
    text-align: center;
  }
}

.contact__submit dd {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact__submit dd {
    padding: 20px 0 0 0;
  }
}

.contact__inputBtn {
  background: #fff;
  border: 2px solid #19253b;
  padding: 16px 24px;
}
@media only screen and (max-width: 768px) {
  .contact__inputBtn {
    border: 1px solid #19253b;
    padding: 6px 16px;
  }
}

.contact__inputBtn__text {
  font-size: 1.25rem;
  font-weight: bold;
}

.error-mes {
  border: 2px solid #f39;
  color: #f39;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 auto 60px auto;
  padding: 20px 30px;
  width: 960px;
}
@media only screen and (max-width: 768px) {
  .error-mes {
    margin: 0 auto 20px auto;
    width: 100%;
  }
}

.contact__other__info {
  margin: 0 auto 0 auto;
  width: 616px;
}
@media only screen and (max-width: 768px) {
  .contact__other__info {
    margin: 0 auto 0 auto;
    width: 100%;
  }
}

/*----------------------------------------------------------
 *      Path List
 *----------------------------------------------------------*/
#thanks__pathList {
  background: #fff;
  padding: 100px 0 0 0;
}
@media only screen and (max-width: 768px) {
  #thanks__pathList {
    padding: 40px 0 0 0;
  }
}
#thanks__pathList ul {
  padding: 9px 0 15px 0;
}
@media only screen and (max-width: 768px) {
  #thanks__pathList ul {
    padding: 7px 9px 7px 9px;
  }
}
#thanks__pathList li:before {
  background: url("../images/tool__path__arrow.svg") no-repeat;
  background-size: 8.75px 9.14px;
  display: block;
  height: 9.14px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 8.75px;
}
#thanks__pathList li:nth-child(1) {
  height: 15.77px;
  width: 15.86px;
}
#thanks__pathList li:nth-child(1) a {
  background: url("../images/tool__path__home.svg") no-repeat;
  background-size: 15.86px 15.77px;
  display: block;
  height: 15.77px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 15.86px;
}
#thanks__pathList li:nth-child(1) a:hover {
  opacity: 0.6;
}
#thanks__pathList li:nth-child(1):before {
  display: none;
}
#thanks__pathList a {
  color: #19253b;
}

/*----------------------------------------------------------
 *      Thanks
 *----------------------------------------------------------*/
.thanks__area {
  padding: 57px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .thanks__area {
    padding: 10px 0 0 0;
  }
}
.thanks__area h1 {
  background: url("../teamorder/images/team__thanks__title.svg") no-repeat;
  background-position: center top;
  background-size: 434.42px 78.26px;
  border-bottom: 1px solid #19253b;
  display: block;
  height: 78.26px;
  height: 123px;
  margin: 0 auto 100px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 434.42px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .thanks__area h1 {
    background: url("../teamorder/images/team__thanks__title.svg") no-repeat;
    background-position: center top;
    background-size: 108.605px 19.565px;
    display: block;
    height: 19.565px;
    height: 31px;
    margin: 0 auto 50px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 108.605px;
    width: calc(100% - 18px);
  }
}

.thanks__wrap {
  margin: 0 auto 100px auto;
  width: 700px;
}
@media only screen and (max-width: 768px) {
  .thanks__wrap {
    margin: 0 auto 60px auto;
    width: calc(100% - 40px);
  }
}
.thanks__wrap a {
  color: #19253b;
  text-decoration: underline;
}

.thanks__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 40px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .thanks__title {
    margin: 0 0 20px 0;
  }
}

.thanks__read {
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}

/*----------------------------------------------------------
 *      Animation
 *----------------------------------------------------------*/
.inviewfadeIn {
  opacity: 0;
  transition: 0.8s;
}

.fadeIn {
  opacity: 1;
}

.inviewUp {
  -webkit-transform: translate(0, 40px);
  transform: translate(0, 40px);
  transition: 0.8s;
}

.Up {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.inviewzoomIn {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  transition: 0.8s;
}

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

.inviewfadeInUp {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
  transform: translate(0, 45px);
  transition: 0.8s;
}

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

.inviewfadeInLeft img {
  opacity: 0;
  -webkit-transform: translate(400px, 0);
  transform: translate(400px, 0);
  transition: 0.8s;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

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

.inviewfadeInRight img {
  opacity: 0;
  -webkit-transform: translate(-400px, 0);
  transform: translate(-400px, 0);
  transition: 0.8s;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

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