@charset "UTF-8";
/*201001 terao追記*/
.main {
  max-width: 1171px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 10px;
}

.top_intro ul.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.top_intro ul.btns li {
  width: 48.69%;
}
.top_intro ul.btns li a {
  display: block;
  padding: 25px 15px;
  background: #0cbf9b;
  border-radius: 10px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
}
.top_intro ul.btns li a > span {
  display: inline-block;
  padding-left: 74px;
  padding-right: 47px;
  position: relative;
}
.top_intro ul.btns li a > span::before {
  content: "";
  display: block;
  width: 54px;
  height: 61px;
  background: url("../images/begin_i01.png") no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top_intro ul.btns li a > span::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-right: 3px solid #ffe900;
  border-bottom: 3px solid #ffe900;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0px;
}
.top_intro ul.btns li:nth-child(2) a > span::before {
  background: url("../images/begin_i02.png") no-repeat center center;
}
@media only screen and (max-width: 812px) {
  .top_intro ul.btns {
    display: block;
  }
  .top_intro ul.btns li {
    width: auto;
    margin-bottom: 20px;
  }
  .top_intro ul.btns li:last-child {
    margin-bottom: 0;
  }
  .top_intro ul.btns li a > span:before {
    height: 45px;
    width: 39px;
    background-size: contain;
  }
  .top_intro ul.btns li:nth-child(2) a > span:before {
    background-size: contain;
    width: 27px;
    left: 6px;
  }
  .top_intro ul.btns li a {
    font-size: 2.1rem;
    padding-left: 62px;
    padding-right: 32px;
  }
}

.top_work {
  padding: 80px 10px;
  background: url("../images/work_bg.jpg") no-repeat center center;
  background-size: cover;
}
.top_work .under_wrap {
  background: #ffffff;
  padding: 65px 15px 80px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.15);
}
.top_work .btns {
  max-width: 970px;
  margin: 0 auto;
}
.top_work .btns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_work .btns ul li {
  width: 31.14%;
  margin-right: 3.29%;
}
.top_work .btns ul li:nth-child(3n) {
  margin-right: auto;
}
.top_work .btns ul li:not(:nth-child(-n+3)) {
  margin-top: 30px;
}
.top_work.top_guide {
  padding-bottom: 0;
}
.top_work.top_guide .under_wrap {
  border: #f877af 4px solid;
  padding: 45px 15px 60px;
}
.top_work.top_guide .under_wrap > p {
  color: #f877af;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.top_work.top_guide .under_wrap > p .inline-block {
  display: inline-block;
}
.top_work.top_guide .under_wrap .btn button {
  background: #f877af;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 40px;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top_work.top_guide .under_wrap .btn button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffe900;
  border-bottom: 2px solid #ffe900;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  right: 15px;
}
.top_work.top_guide .under_wrap .btn button:hover {
  opacity: 0.6;
}
.top_work.top_guide .under_wrap .btn .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top_work.top_guide .under_wrap .btn .modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
.top_work.top_guide .under_wrap .btn .modal.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
.top_work.top_guide .under_wrap .btn .modal .modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1000px;
  width: 90%;
}
.top_work.top_guide .under_wrap .btn .modal .modal-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -20px;
  right: -20px;
  width: 60px;
  height: 60px;
  color: #fff;
  background: #f877af;
  border-radius: 50%;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  font-size: 2rem;
  cursor: pointer;
}
.top_work.top_guide .under_wrap .btn .modal .modal-close:hover {
  background: #f58ab8;
}
.top_work.top_guide .under_wrap .btn .modal .modal-content {
  background: #fff;
  padding: 30px;
  text-align: left;
}
.top_work.top_guide .under_wrap .btn .modal .modal-content > div h3 {
  color: #f877af;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner {
  padding: 0 20px;
}
.top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner p,
.top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner li {
  font-size: 1.6rem;
}
.top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner > p {
  padding-left: 0.6em;
  margin-bottom: 10px;
}
.top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner > p span {
  display: block;
  font-size: 1.2rem;
  text-indent: -3em;
  padding-left: 3em;
}
.top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner > p span.text-indent-1em {
  text-indent: -1em;
  padding-left: 1em;
}
.top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner .modal-content-list {
  background: rgba(248, 119, 175, 0.2);
  border: #f877af 2px solid;
  padding: 10px;
}
.top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner .modal-content-list ul li .bold {
  font-weight: bold;
}
.top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner .modal-content-chart table {
  border: #f877af 2px solid;
  width: 100%;
}
.top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner .modal-content-chart table tr th {
  background: rgba(248, 119, 175, 0.2);
  border-right: #f877af 2px solid;
  border-bottom: #f877af 2px solid;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner .modal-content-chart table tr td {
  border-bottom: #f877af 2px solid;
  padding: 10px;
}
.top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner .modal-content-chart table tr td .note {
  display: block;
  font-size: 1.2rem;
  text-align: right;
}
.top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner .modal-content-chart table tr:last-of-type th {
  border-bottom: none;
}
.top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner .modal-content-chart table tr:last-of-type td {
  border-bottom: none;
}
.top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner .note_wrap p,
.top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner .note_wrap li {
  font-size: 2rem;
  font-weight: bold;
}
.top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner .note_wrap li {
  color: #f877af;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media screen and (max-width: 960px) {
  .top_work.top_guide .under_wrap .btn .modal {
    padding: 80px 20px 60px;
  }
}
@media only screen and (max-width: 812px) {
  .top_work.top_guide .under_wrap {
    padding: 30px 15px 40px;
  }
  .top_work.top_guide .under_wrap > p {
    font-size: 1.6rem;
  }
  .top_work.top_guide .under_wrap .btn button {
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 10px 40px;
  }
  .top_work.top_guide .under_wrap .btn button::before {
    width: 10px;
    height: 10px;
    top: 2px;
    bottom: 0;
    right: 15px;
  }
  .top_work.top_guide .under_wrap .btn .modal {
    padding: 80px 10px 60px;
  }
  .top_work.top_guide .under_wrap .btn .modal .modal-container {
    width: 98%;
  }
  .top_work.top_guide .under_wrap .btn .modal .modal-close {
    top: 60px;
    right: 12px;
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    position: fixed;
  }
  .top_work.top_guide .under_wrap .btn .modal .modal-content {
    padding: 20px 10px;
  }
  .top_work.top_guide .under_wrap .btn .modal .modal-content > div h3 {
    font-size: 1.6rem;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
  .top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner {
    padding: 0 10px;
  }
  .top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner p,
  .top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner li {
    font-size: 1.4rem;
  }
  .top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner li {
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
  .top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner > p {
    padding-left: 0.6em;
  }
  .top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner > p span {
    font-size: 1.2rem;
  }
  .top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner .modal-content-chart table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner .modal-content-chart table tr th {
    width: 100%;
    border-right: none;
  }
  .top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner .modal-content-chart table tr td {
    width: 100%;
  }
  .top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner .modal-content-chart table tr:last-of-type th {
    border-bottom: #f877af 2px solid;
  }
  .top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner .note_wrap p,
  .top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner .note_wrap li {
    font-size: 1.6rem;
  }
  .top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner .note_wrap li {
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
}
@media screen and (max-width: 640px) {
  .top_work {
    padding: 40px 10px;
  }
  .top_work .btns ul {
    width: 87.31%;
    margin: 0 auto 33px;
  }
  .top_work .btns ul {
    margin-bottom: 33px;
  }
  .top_work .under_wrap {
    padding: 40px 15px;
  }
  .top_work .btns ul li {
    width: 49%;
    margin-right: 2%;
  }
  .top_work .btns ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .top_work .btns ul li:nth-child(2n) {
    margin-right: auto;
  }
  .top_work .btns ul li:not(:nth-child(-n+2)) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 480px) {
  .top_work .btns ul li {
    width: auto;
    margin-right: auto !important;
  }
  .top_work .btns ul li:not(:nth-child(-n+1)) {
    margin-top: 20px;
  }
  .top_work.top_guide .under_wrap .btn .modal .modal-content > div .modal-content-inner .modal-content-chart table tr td .note {
    text-align: left;
    padding-left: 2em;
    text-indent: -2em;
  }
}

.top_video {
  background: url("../images/video_bg.jpg") repeat center center;
  padding: 80px 0 0;
}
.top_video .v_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 100px;
}
.top_video .v_btns li {
  background: #ffffff;
  padding: 50px 30px;
  width: 31.28%;
  text-align: center;
}
.top_video .v_btns li .img {
  margin-bottom: 30px;
}
.top_video .v_btns li .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 27px;
}
.top_video .v_btns li .ttl > span {
  font-weight: normal;
  display: block;
}
.top_video .v_btns li a {
  word-break: break-all;
  color: #1ec79d;
  text-decoration: underline;
}
.top_video .v_btns li .btn a {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #0cbf9b;
  padding: 12px 15px;
  border-radius: 30px;
  position: relative;
}
.top_video .v_btns li .btn a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffe900;
  border-bottom: 2px solid #ffe900;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 15px;
}
.top_video .bg_box {
  max-width: 1314px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 15px;
  position: relative;
}
.top_video .bg_box ul li {
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 14.46%;
}
.top_video .bg_box ul li:nth-child(1) {
  left: 0;
}
.top_video .bg_box ul li:nth-child(2) {
  right: 0;
}
@media screen and (max-width: 1280px) {
  .top_video .v_btns li {
    font-size: 1.3rem;
    padding: 25px 18px;
  }
  .top_video .v_btns li .img {
    margin-bottom: 15px;
  }
  .top_video .v_btns li .ttl {
    font-size: 1.6rem;
    margin-bottom: 13px;
  }
  .top_video .bg_box ul li {
    width: 10.88%;
  }
}
@media only screen and (max-width: 812px) {
  .top_video {
    padding-top: 37px;
  }
  .top_video .v_btns {
    padding-bottom: 25px;
    display: block;
  }
  .top_video .v_btns li {
    width: auto;
    padding: 25px 30px;
    margin-bottom: 25px;
  }
  .top_video .v_btns li:last-child {
    margin-bottom: 0;
  }
  .top_video .v_btns li .ttl > span,
  .top_video .v_btns li .img {
    display: none;
  }
  .top_video .bg_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 88%;
    margin: 0 auto;
  }
  .top_video .bg_box ul li {
    position: static;
    width: 46.88%;
  }
}

.top_contact {
  padding: 80px 0;
  /*background: #f3f3f3;*/
}
.top_contact p {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 812px) {
  .top_contact p {
    font-size: 14px;
  }
}
.top_contact p a {
  color: #1ec79d;
  text-decoration: underline;
}
.top_contact table {
  width: 100%;
  background: #fff;
  margin: 40px 0;
}
.top_contact table th,
.top_contact table td {
  border: 2px solid #222;
  padding: 0.5em 1em;
  font-size: 20px;
}
@media only screen and (max-width: 812px) {
  .top_contact table th,
  .top_contact table td {
    display: block;
    padding: 0.85em 1em;
    font-size: 14px;
  }
}
.top_contact table th {
  background: #fef200;
  color: #222;
  text-align: center;
}
@media only screen and (max-width: 812px) {
  .top_contact table th {
    text-align: left;
  }
}