@charset "UTF-8";
/*====================================================================================
1. Common second css
====================================================================================*/
h1, h2, h3, h4, h5 {
  color: #000;
}

.mv {
  height: 300px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 50px;
}
.mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 26vw;
  color: rgba(61, 163, 202, 0.04);
  line-height: 0.6;
  letter-spacing: 3rem;
  text-align: center;
}
.mv .mv-title {
  font-size: 20px;
  color: #3DA3CA;
  font-weight: 500;
}
.mv .mv-title .en {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3DA3CA;
  display: block;
  line-height: 1;
  font-family: "MADEOkineSansPERSONALUSE", "Barlow Condensed", sans-serif, "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif, sans-serif;
}
@media only screen and (max-width: 768px) {
  .mv {
    height: 180px;
    margin-bottom: 20px;
  }
  .mv:before {
    letter-spacing: 0;
    font-size: 32vw;
    text-align: left;
  }
  .mv .mv-title {
    font-size: 14px;
  }
  .mv .mv-title .en {
    font-size: 38px;
  }
}

.breadcrumb {
  position: relative;
  background: #fff;
  padding-top: 50px;
  margin: -50px 0 80px;
}
.breadcrumb ul {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.breadcrumb ul li {
  color: #000;
  font-weight: 400;
  padding: 0 15px 3px 5px;
  letter-spacing: 0.03em;
  line-height: 1;
  position: relative;
  font-family: "MADEOkineSansPERSONALUSE", "Barlow Condensed", sans-serif, "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif, sans-serif;
}
.breadcrumb ul li:first-child {
  padding-left: 0;
}
.breadcrumb ul li:first-child a {
  color: #000;
}
.breadcrumb ul li a {
  display: inline-block;
  text-decoration: none;
}
.breadcrumb ul li a:after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

.cm-title01 {
  font-size: 32px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 50px;
  font-weight: 500;
}
.cm-title01:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .cm-title01 {
    font-size: 22px;
    padding-left: 30px;
    margin-bottom: 24px;
  }
  .cm-title01:before {
    width: 20px;
  }
}

.flex-2cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-2cols .item {
  width: 48%;
  position: relative;
  padding-bottom: 60px;
}
.flex-2cols .item figure {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .flex-2cols .item .readmore {
    position: absolute;
    left: -10px;
    bottom: 0;
  }
}
.flex-2cols .item-title {
  font-size: 24px;
  margin: 30px 0 20px;
  line-height: 1.3;
}
.flex-2cols .item-title small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .flex-2cols .item-title {
    font-size: 20px;
    margin: 20px 0;
  }
  .flex-2cols .item {
    width: 100%;
    padding-bottom: 40px;
  }
  .flex-2cols .readmore {
    text-align: center;
  }
}

.readmore {
  margin-top: 20px;
}
.readmore a {
  color: #3DA3CA;
  font-size: 24px;
  display: inline-block;
  font-family: "MADEOkineSansPERSONALUSE", "Barlow Condensed", sans-serif, "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif, sans-serif;
  text-decoration: none;
  position: relative;
  padding: 10px;
  padding-right: 50px;
}
.readmore a .arr {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  display: block;
}
.readmore a .arr:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 1px;
  bottom: 0;
  margin: auto;
  background: #3DA3CA;
  width: 25px;
  height: 2px;
}
.readmore a .arr:after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: solid #3DA3CA;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .readmore a .arr {
    width: 18px;
    height: 18px;
    right: 0;
  }
  .readmore a .arr:before {
    width: 18px;
  }
  .readmore a .arr:after {
    padding: 6px;
  }
}
@media screen and (min-width: 769px) {
  .readmore a:hover {
    background: #3DA3CA;
    color: #fff;
    padding-right: 70px;
  }
  .readmore a:hover .arr:before {
    background: #fff;
  }
  .readmore a:hover .arr:after {
    border-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .readmore a {
    font-size: 20px;
    padding-right: 30px;
  }
}

.contact-btn a {
  display: block;
  background: #3DA3CA;
  width: 320px;
  max-width: 90%;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  padding: 11px;
  margin: auto;
  border: 2px solid #3DA3CA;
}
.contact-btn a .arr {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  display: block;
}
.contact-btn a .arr:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 5px;
  bottom: 0;
  margin: auto;
  background: #fff;
  width: 20px;
  height: 2px;
}
.contact-btn a .arr:after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .contact-btn a:hover {
    background: #fff;
    color: #3DA3CA;
  }
  .contact-btn a:hover .arr:before {
    background: #3DA3CA;
  }
  .contact-btn a:hover .arr:after {
    border-color: #3DA3CA;
  }
}

.cm-table table {
  width: 100%;
}
.cm-table th, .cm-table td {
  padding: 20px 0;
  border-bottom: 1px solid #C4C4C4;
  font-size: 18px;
  vertical-align: middle;
  text-align: left;
}
.cm-table th {
  font-weight: bold;
  width: 30%;
}
.cm-table td {
  width: 70%;
}
.cm-table td ul {
  margin-left: 20px;
}
.cm-table td li {
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .cm-table tr {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .cm-table th, .cm-table td {
    width: 100%;
  }
}

.cm-arr2 {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cm-arr2:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 5px;
  bottom: 0;
  margin: auto;
  background: #3DA3CA;
  width: 20px;
  height: 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cm-arr2:after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: solid #3DA3CA;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

#main {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #main {
    padding-bottom: 20%;
  }
}

/*====================================================================================
2. CONTACT PAGE
====================================================================================*/
.contact-page .mv:before {
  content: "CONTACT";
}

.list_tab {
  display: flex;
  justify-content: center;
}
.list_tab li {
  position: relative;
  margin-right: 56px;
  text-align: center;
}
.list_tab li span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border: 2px solid #3DA3CA;
  color: #3DA3CA;
  border-radius: 50%;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
.list_tab li span:after {
  top: 50%;
  right: -58px;
  position: absolute;
  content: "";
  width: 56px;
  height: 2px;
  background: #3DA3CA;
}
.list_tab li h3 {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #000000;
}
.list_tab li:last-child span:after {
  background: none;
}
.list_tab li.active span {
  color: #FFFFFF;
  background: #3DA3CA;
}

.form_content {
  margin-top: 40px;
}
.form_content dl {
  display: flex;
  width: 100%;
}
.form_content dl dt {
  border-bottom: 1px solid #C4C4C4;
  width: 300px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 115px 30px 30px;
  color: #000;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
  font-weight: 700;
  font-size: 18px;
  box-sizing: border-box;
}
.form_content dl dt span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  top: 50%;
  align-items: center;
  transform: translateY(-50%);
  right: 30px;
  width: 49px;
  height: 33px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.03em;
  padding: 3px 10px 5px;
  box-sizing: border-box;
}
.form_content dl dt span.hissu {
  background: #3DA3CA;
}
.form_content dl dt span.ninni {
  background: #fff;
  color: #000;
  border: 2px solid #C4C4C4;
}
.form_content dl dd {
  border-bottom: 1px solid #C4C4C4;
  width: calc(100% - 300px);
  position: relative;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .form_content dl dd {
    border-left: none;
  }
}
.form_content dl dd .list_radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form_content dl dd .list_radio li {
  width: 40%;
  margin-top: 20px;
}
.form_content dl dd .list_radio li:nth-child(even) {
  width: 60%;
}
.form_content dl dd .list_radio li:nth-child(1), .form_content dl dd .list_radio li:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .form_content dl dd .list_radio li {
    width: 100%;
    margin-top: 10px !important;
  }
  .form_content dl dd .list_radio li:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .form_content dl {
    flex-wrap: wrap;
  }
  .form_content dl dt, .form_content dl dd {
    width: 100%;
    padding: 15px 10px;
  }
  .form_content dl dt {
    border-bottom: none;
    padding-right: 65px;
  }
  .form_content dl dt span {
    width: 45px;
    right: 10px;
    padding: 5px 5px 8px;
  }
  .form_content dl dd {
    padding-top: 0;
  }
}

#formEnd .check-box a {
  color: #3DA3CA;
}

/*====================================================================================
3. SERVICE PAGE
====================================================================================*/
.service-page {
  padding-bottom: 200px;
  /* 人材紹介(中途) */
  /* 人材紹介(新卒) */
  /* 人材派遣 */
}
.service-page.company-page .mv:before {
  content: "service";
}
.service-page .section01 {
  background: url(../service/images/line.png) top center no-repeat;
}
@media screen and (max-width: 768px) {
  .service-page .section01 {
    background-size: 300%;
  }
  .service-page .section01 .contact-btn {
    margin: 20px 0 0;
  }
}
.service-page .section01 .title {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 60px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .service-page .section01 .title {
    font-size: 10vw;
  }
}
.service-page .section01 .section01-txt01 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 100px;
}
.service-page .section01 .section01-txt01 p {
  font-size: 16px;
  color: #000;
  width: 42%;
}
@media screen and (max-width: 768px) {
  .service-page .section01 .section01-txt01 {
    margin-bottom: 40px;
    margin-top: 25%;
  }
  .service-page .section01 .section01-txt01 p {
    width: 85%;
  }
}
.service-page .section01 .flex-2cols {
  max-width: 80%;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  .service-page .section01 .flex-2cols {
    max-width: 100%;
    margin: 0 auto;
  }
}
.service-page .sec01-top-p {
  color: #000;
}
.service-page .halfway-box-flex {
  display: flex;
  margin: 64px auto 74px auto;
  width: 1230px;
}
@media screen and (max-width: 768px) {
  .service-page .halfway-box-flex {
    width: 98%;
    flex-direction: column;
  }
}
.service-page .halfway-box {
  display: flex;
  background-color: #f8fcff;
  width: 600px;
  padding: 20px;
  margin: 0 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service-page .halfway-box {
    width: 100%;
    flex-direction: column;
    margin: 0 0 20px;
  }
}
.service-page .halfway-box a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.service-page .halfway-box-text {
  line-height: 41px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .service-page .halfway-box-text {
    padding-bottom: 70px;
    width: 100%;
  }
}
.service-page .halfway-box-text-1 {
  color: #3DA3CA;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.5;
}
.service-page .halfway-box-h3 {
  font-size: 24px;
}
.service-page .halfway-box-img img {
  margin-right: auto;
}
.service-page .triangle02 {
  padding-left: 25px;
  position: relative;
}
.service-page .triangle02::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 28px;
  left: 10px;
  z-index: 2;
}
.service-page .triangle02::after {
  content: "";
  width: 38px;
  height: 38px;
  background: #3DA3CA;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
}
.service-page .cm-title03 {
  font-size: 32px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 50px;
  font-weight: 500;
}
.service-page .cm-title03:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background: #000;
}
.service-page .sec03-inner {
  margin-bottom: 80px;
  padding: 0 7.5%;
}
.service-page .sec01-top-p-under {
  margin-bottom: 72px;
}
.service-page .temporary-merit-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .service-page .temporary-merit-flex {
    flex-direction: column;
  }
}
.service-page .temporary-merit-box {
  width: 322px;
  border: solid 1px #d9d9d9;
  text-align: center;
  padding: 50px 14px;
  margin: 0 24px;
}
@media screen and (max-width: 768px) {
  .service-page .temporary-merit-box {
    width: 100%;
    margin: 0 auto 20px;
    padding: 30px 14px;
  }
}
.service-page .temporary-merit-box-h3 {
  font-size: 20px;
  margin-top: 32px;
}
.service-page .temporary-merit-box-p {
  color: #000;
  font-size: 14px;
  margin-top: 20px;
}
.service-page .temporary-merit-box-span {
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.service-page .balloon1 {
  position: relative;
  display: inline-block;
  margin: -1.5em 0;
  min-width: 120px;
  max-width: 37%;
  height: 33px;
  color: white;
  background: #3DA3CA;
  border-radius: 10px;
}
.service-page .balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 7px solid transparent;
  border-top: 10px solid #3DA3CA;
}
.service-page .merit-box-span {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.service-page .quality-flex {
  display: flex;
  margin: 30px auto;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .service-page .quality-flex {
    flex-direction: column;
  }
}
.service-page .sec03-box {
  background-color: #3DA3CA;
  width: 298px;
  height: 68px;
  text-align: center;
  color: white;
  font-size: 20px;
  padding: 7px 28px 14px 28px;
}
@media screen and (max-width: 768px) {
  .service-page .sec03-box {
    width: 100%;
    font-size: 17px;
  }
}
.service-page .sec03-box-under {
  width: 426px;
  height: 68px;
}
@media screen and (max-width: 768px) {
  .service-page .sec03-box-under {
    width: 100%;
  }
}
.service-page .sec03-box-span {
  font-weight: bold;
  font-size: 30px;
  padding: 0 20px;
}
.service-page .sec03-box-p {
  color: #000;
  padding: 0 40px;
  width: 641px;
}
@media screen and (max-width: 768px) {
  .service-page .sec03-box-p {
    width: 100%;
    padding: 10px 0 0;
  }
}
.service-page .under-p {
  font-size: 14px;
  margin-left: 28%;
}
@media screen and (max-width: 768px) {
  .service-page .under-p {
    margin-left: 2%;
  }
}
.service-page .sec03-h2 {
  margin: 40px 0;
  font-size: 22px;
}
.service-page .record-box-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .service-page .record-box-flex {
    flex-direction: column;
  }
}
.service-page .record-box {
  display: block;
  text-align: center;
  width: 322px;
  /* height: 608px; */
  border: solid 1px #d9d9d9;
  padding: 25px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .service-page .record-box {
    margin: 0 auto 20px;
    width: 100%;
  }
}
.service-page .record-box-text {
  color: #000;
}
.service-page .record-box ul {
  font-size: 14px;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .service-page .record-box ul {
    width: 50%;
    min-width: 180px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.service-page .record-box li {
  list-style: disc;
}
.service-page .record-box-p {
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
  display: inline-block;
  width: 264px;
}
@media screen and (max-width: 768px) {
  .service-page .record-box-p {
    width: 80%;
    min-width: 264px;
  }
}
.service-page .comma-flex {
  margin-top: 20px;
  font-size: 20px;
  text-align: left;
  display: inline-block;
}
.service-page .record-box-comma-flex {
  display: flex;
  justify-content: space-between;
}
.service-page .record-box-comma-flex-left {
  width: 135px;
  font-size: 20px;
}
.service-page .record-box h4 {
  color: #3DA3CA;
  font-size: 20px;
  margin: 20px 0;
}
.service-page .service-page .timeline:before {
  top: 44px !important;
}
.service-page .company-page .timeline .timeline-item:before {
  top: 26px;
}
.service-page .sec02-dt {
  text-align: center;
  padding: 13px 14px 14px 14px;
  background-color: #3DA3CA;
  color: white;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .service-page .sec02-dt {
    font-size: 16px;
    padding: 8px;
  }
}
.service-page .sec02-dt-web {
  width: 480px;
}
@media screen and (max-width: 768px) {
  .service-page .sec02-dt-web {
    width: 100%;
  }
}
.service-page .ul-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service-page .sec02-dd {
  text-align: center;
  padding: 30px;
  background-color: #f8fcff;
}
@media screen and (max-width: 768px) {
  .service-page .sec02-dd {
    padding: 10px;
  }
}
.service-page .sec02-dd-- {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .service-page .sec02-dd-- {
    padding: 20px;
  }
}
.service-page .ul-flex-li {
  width: 20%;
  background-color: #f8fcff;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .service-page .ul-flex-li {
    width: 50%;
    padding: 4px;
  }
}
.service-page .ul-flex-p {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin: 10px;
  text-align: center;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 768px) {
  .service-page .ul-flex-p {
    font-size: 10px;
    margin: 5px 0 10px;
  }
}
.service-page .dl-flex {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .service-page .dl-flex {
    flex-direction: column;
    margin: 20px 0;
  }
}
.service-page .dl-flex-li img {
  text-align: center;
}
.service-page .under-box-flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .service-page .under-box-flex {
    flex-direction: column;
    margin-bottom: 12%;
  }
}
.service-page .under-box {
  width: 170px;
  border: solid 1px #3DA3CA;
  margin-bottom: 50px;
  text-align: center;
  padding: 24px 14px;
}
@media screen and (max-width: 768px) {
  .service-page .under-box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 10px 14px;
  }
}
.service-page .under-box p {
  font-size: 14px;
  width: 130px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .service-page .under-box p {
    width: 100%;
  }
}
.service-page .under-box-p {
  color: #3DA3CA;
}
.service-page .under-box h3 {
  color: #3DA3CA;
  font-size: 18px;
  margin: 40px 0;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .service-page .under-box h3 {
    margin: 10px 0;
    height: auto;
  }
}
.service-page .triangle01 {
  padding-left: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service-page .triangle01 {
    padding: 0;
    margin: auto;
  }
}
.service-page .triangle01::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
  border-left: solid 10px #3DA3CA;
  border-right: solid 10px transparent;
  position: absolute;
  top: 45%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .service-page .triangle01::before {
    transform: rotate(90deg);
    bottom: -10px;
    top: initial;
    left: -7.5px;
  }
}
.service-page .web-business-p {
  color: #000;
}
.service-page .web-sns-p {
  width: 364px;
  color: #000;
}
.service-page .web-business-text {
  width: 52%;
  padding: 0 40px 0 60px;
}
.service-page .web-business-text h3 {
  font-size: 23px;
  color: #3DA3CA;
  margin-bottom: 40px;
}
.service-page .web-business-flex {
  display: flex;
  align-items: center;
  border: solid 1px #3DA3CA;
  width: 941px;
  margin-bottom: 50px;
}
.service-page .web-business-img-flex {
  margin-top: 30px;
}
.service-page .web-business-img-flex ul {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 50px auto;
}
.service-page .web-business-img-flex li {
  width: 30%;
}
.service-page .circle-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 20px;
  background-position: center center;
  border: 1px solid #3DA3CA;
  background-color: #f8fcff;
  margin: auto;
}
.service-page .circle-image-title {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .service-page .web-sns-p {
    width: 100%;
  }
  .service-page .web-sns-p p {
    margin-bottom: 0 !important;
  }
  .service-page .web-business-text {
    width: 100%;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .service-page .web-business-text {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .web-business-text h3 {
    font-size: 23px;
    color: #3DA3CA;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .service-page .web-business-text h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .web-business-flex {
    width: 100%;
    margin-bottom: 50px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .service-page .web-business-img-flex {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .service-page .web-business-img-flex ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .service-page .circle-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 20px 20px 0;
    background-position: center center;
    border: 1px solid #3DA3CA;
    background-color: #f8fcff;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .service-page .circle-image-title {
    text-align: center;
    margin-top: 10px;
  }
}
.service-page .outsourcing {
  border: 1px solid #3DA3CA;
  width: 314px;
  text-align: center;
  padding: 30px;
  margin: 10px;
}
.service-page .outsourcing p {
  color: #3DA3CA;
  font-weight: bold;
  margin-top: 25px;
  font-size: 18px;
}
.service-page .outsourcing-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .service-page .outsourcing-flex {
    margin-left: 0;
    align-items: center;
    justify-content: center;
  }
}
.service-page .outsourcing-under-p {
  background-color: #3DA3CA;
  color: white;
  font-size: 25px;
  text-align: center;
  max-width: 875px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .service-page .outsourcing-under-p {
    font-size: 16px;
    padding: 10px;
  }
}
.service-page .outsourcing-under-p02 {
  color: #000;
  background-color: #f8fcff;
  max-width: 875px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .service-page .outsourcing-under-p02 {
    padding: 20px 14px;
    font-size: 15px;
  }
}
.service-page .triangle03 {
  padding-left: 25px;
  position: relative;
}
.service-page .triangle03::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #3DA3CA;
  position: absolute;
  left: calc(50% - 7.5px);
}
.service-page .internal {
  background-color: #f8fcff;
  max-width: 875px;
  width: 100%;
  padding: 40px 110px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .service-page .internal {
    padding: 20px 14px;
    margin-bottom: 15%;
    font-size: 15px;
  }
}
.service-page .internal p {
  color: #3DA3CA;
  font-size: 15px;
}
.service-page .internal li {
  padding: 8px 0;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .service-page .internal li {
    font-size: 14px;
  }
}
.service-page .internal li::before {
  content: "● ";
  color: #3DA3CA;
  font-size: 10px;
  position: relative;
  margin-right: 3px;
  bottom: 2px;
}
.service-page .contact-btn {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .service-page .contact-btn {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .service-page {
    padding-bottom: 25%;
  }
}

/*====================================================================================
4. COMPANY PAGE
====================================================================================*/
.company-page .mv:before {
  content: "company";
}
.company-page .cm-title01 {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .company-page .cm-title01 {
    margin-bottom: 20px;
  }
}
.company-page .main {
  color: #000;
  padding-top: 60px;
}
.company-page .sec01, .company-page .sec02, .company-page .sec03, .company-page .sec04, .company-page .sec05, .company-page .sec06 {
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .company-page .sec01, .company-page .sec02, .company-page .sec03, .company-page .sec04, .company-page .sec05, .company-page .sec06 {
    padding-top: 80px;
  }
  .company-page .sec01 .inner, .company-page .sec02 .inner, .company-page .sec03 .inner, .company-page .sec04 .inner, .company-page .sec05 .inner, .company-page .sec06 .inner {
    padding: 0 7.5%;
  }
}
.company-page .sec01 {
  padding-top: 0;
}
.company-page .sec01 p {
  margin-bottom: 30px;
}
.company-page .sec01 .sign {
  text-align: right;
  margin-bottom: 0;
}
.company-page .sec01 .sign span {
  display: inline-block;
  margin-left: 20px;
}
.company-page .timeline {
  position: relative;
}
.company-page .timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background: #C4C4C4;
}
.company-page .timeline .timeline-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0;
  padding-left: 60px;
  position: relative;
}
.company-page .timeline .timeline-item:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #3DA3CA;
}
.company-page .timeline .timeline-item .time {
  color: #3DA3CA;
  font-size: 18px;
  width: 80px;
  font-weight: bold;
}
.company-page .timeline .timeline-item .txt {
  width: calc(100% - 80px);
  padding-left: 60px;
}
.company-page .timeline .timeline-item .txt .contact-btn {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .company-page .timeline .timeline-item {
    padding-left: 25px;
  }
  .company-page .timeline .timeline-item .txt {
    padding-left: 0;
  }
}
.company-page .timeline > div:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .company-page .sec03 .cm-table th, .company-page .sec03 .cm-table td {
    display: block;
    width: 100% !important;
  }
  .company-page .sec03 .cm-table th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .company-page .sec03 .cm-table td {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.company-page .sec04 {
  margin-bottom: 80px;
}
.company-page .sec04.serviceoutsource {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .company-page .sec04 {
    margin-bottom: 40px;
  }
}
.company-page .sec04-txt01 {
  font-size: 19px;
  margin-bottom: 20px;
}
.company-page .sec05 {
  background: url(../company/images/line.png) center center no-repeat #3DA3CA;
  padding: 80px 0;
}
.company-page .sec05 .ct-txt {
  width: 62%;
}
.company-page .sec05 .ct-txt .title {
  color: #fff;
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.3;
}
.company-page .sec05 .ct-txt p {
  color: #fff;
}
.company-page .sec05 .photo {
  width: 28%;
}
@media screen and (max-width: 768px) {
  .company-page .sec05 {
    padding: 40px 0;
    background-size: 250%;
  }
  .company-page .sec05 .ct-txt {
    width: 100%;
    margin-bottom: 30px;
  }
  .company-page .sec05 .ct-txt .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .company-page .sec05 .photo {
    width: 100%;
    text-align: center;
  }
}
.company-page .sec06 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .company-page .sec06 {
    padding-bottom: 50px;
  }
}
.company-page .sec06 .cm-title01 {
  margin-bottom: 0;
}
.company-page .sec06 .box {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .company-page .sec06 .box {
    padding-top: 30px;
  }
  .company-page .sec06 .box .flex_jus_between {
    flex-direction: column-reverse;
  }
}
.company-page .sec06 .box .title {
  text-align: center;
  color: #3DA3CA;
  font-size: 21px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .company-page .sec06 .box .title {
    margin-bottom: 20px;
  }
}
.company-page .sec06 .box .ct-txt {
  width: 62%;
}
.company-page .sec06 .box .ct-txt .cm-table {
  margin-top: 50px;
  border-top: 1px solid #c4c4c4;
}
.company-page .sec06 .box .ct-txt .cm-table th, .company-page .sec06 .box .ct-txt .cm-table td {
  font-size: 14px;
}
.company-page .sec06 .box .ct-txt .cm-table th {
  color: #9D9D9D;
  min-width: 126px;
}
.company-page .sec06 .box .ct-txt .cm-table td {
  padding-left: 20px;
}
.company-page .sec06 .box .ct-txt .cm-table td a {
  color: #004680;
}
.company-page .sec06 .box .ct-txt .cm-table td li {
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .company-page .sec06 .box .ct-txt {
    width: 100%;
  }
  .company-page .sec06 .box .ct-txt .cm-table {
    margin-top: 25px;
  }
}
.company-page .sec06 .box .photo {
  width: 33%;
  border: 1px solid #c4c4c4;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .company-page .sec06 .box .photo {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
}

/*====================================================================================
5. RECRUIT PAGE
====================================================================================*/
.recruit-page .mv:before {
  content: "recruit";
}
@media screen and (max-width: 768px) {
  .recruit-page .contact-btn {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}

.recruit-links {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-links {
    margin-bottom: 30px;
  }
}
.recruit-links li {
  width: 48.5%;
  margin-bottom: 3%;
}
.recruit-links li a {
  display: block;
  width: 100%;
  border: 1px solid #3DA3CA;
  padding: 20px 120px 20px 20px;
  height: 170px;
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
}
.recruit-links li a .txt01 {
  font-size: 25px;
  margin-bottom: 5px;
}
.recruit-links li a .txt01 span {
  display: block;
  font-size: 12px;
}
.recruit-links li a .cm-arr2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .recruit-links li a:hover {
    background: #3DA3CA;
    color: #fff;
  }
  .recruit-links li a:hover .cm-arr2 {
    right: 15px;
  }
  .recruit-links li a:hover .cm-arr2:before {
    background: #fff;
  }
  .recruit-links li a:hover .cm-arr2:after {
    border-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .recruit-links li {
    width: 100%;
    margin-bottom: 20px;
  }
  .recruit-links li a {
    height: auto;
  }
  .recruit-links li a .txt01 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-links li a {
    padding: 15px 35px 15px 10px;
  }
  .recruit-links li a .txt01 {
    font-size: 5.5vw;
  }
  .recruit-links li a .txt02 {
    padding-right: 20px;
  }
  .recruit-links li a .cm-arr2 {
    right: 15px;
  }
}

.recruit-list {
  background-color: #3DA3CA;
  padding: 80px 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .recruit-list {
    padding: 50px 0 20px;
  }
}
.recruit-list .title {
  text-align: center;
  color: #3DA3CA;
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .recruit-list .title {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
.recruit-list .recruit-item {
  padding-right: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .recruit-list .recruit-item {
    padding-right: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-list .recruit-item {
    padding-right: 4%;
    margin-bottom: 30px;
  }
}
.recruit-list .recruit-item .inner {
  background: #F7F7F7;
  border-radius: 0 20px 20px 0;
  padding: 60px 0 80px;
  padding-left: 100px;
}
.recruit-list .recruit-item .inner .container {
  padding: 0 2%;
}
@media screen and (max-width: 1500px) {
  .recruit-list .recruit-item .inner {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .recruit-list .recruit-item .inner {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-list .recruit-item .inner {
    padding: 40px 0;
    padding-left: 0;
    padding-right: 0;
  }
  .recruit-list .recruit-item .inner .container {
    padding: 0 4%;
  }
}
.recruit-list .recruit-item:nth-child(2n+2) {
  padding-left: 100px;
  padding-right: 0;
}
@media screen and (max-width: 1200px) {
  .recruit-list .recruit-item:nth-child(2n+2) {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-list .recruit-item:nth-child(2n+2) {
    padding-left: 4%;
  }
}
.recruit-list .recruit-item:nth-child(2n+2) .inner {
  border-radius: 20px 0 0 20px;
  padding-left: 0;
  padding-right: 100px;
}
@media screen and (max-width: 1500px) {
  .recruit-list .recruit-item:nth-child(2n+2) .inner {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .recruit-list .recruit-item:nth-child(2n+2) .inner {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-list .recruit-item:nth-child(2n+2) .inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.recruit-item-title {
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .recruit-item-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.recruit-item-txt01 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .recruit-item-txt01 {
    font-size: 24px;
  }
}

.recruit-item-flex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit-item-flex01 .photo {
  width: 41%;
}
.recruit-item-flex01 .photo img {
  width: 100%;
}
.recruit-item-flex01 .ct-txt {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .recruit-item-flex01 {
    flex-direction: column-reverse;
  }
  .recruit-item-flex01 .photo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .recruit-item-flex01 .ct-txt {
    width: 100%;
  }
}

.recruit-item-flex02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-top: 60px;
}
.recruit-item-flex02 .photo {
  width: 41%;
}
.recruit-item-flex02 .photo img {
  width: 100%;
}
.recruit-item-flex02 .ct-txt {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .recruit-item-flex02 {
    flex-direction: column-reverse;
  }
  .recruit-item-flex02 .photo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .recruit-item-flex02 .ct-txt {
    width: 100%;
  }
}

.recruit-item-table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit-item-table .item {
  width: 47.5%;
  margin-bottom: 40px;
}
.recruit-item-table .item .ttl {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.recruit-item-table .item .item-table-txt01 {
  color: #656565;
  margin-bottom: 20px;
}
.recruit-item-table .item table {
  width: 100%;
}
.recruit-item-table .item table thead th {
  color: #fff;
  text-align: center;
  background: #004680;
  padding: 15px 5px;
  width: 10%;
  min-width: 70px;
}
.recruit-item-table .item table thead th:nth-child(2) {
  width: 40%;
}
.recruit-item-table .item table thead th:nth-child(3) {
  width: 25%;
}
.recruit-item-table .item table thead th:nth-child(4) {
  width: 25%;
}
.recruit-item-table .item table tbody th, .recruit-item-table .item table tbody td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #656565;
  background: #fff;
  padding: 12px 5px;
}
.recruit-item-table .item table.tab3cols thead th {
  width: 10%;
  min-width: 70px;
}
.recruit-item-table .item table.tab3cols thead th:nth-child(2) {
  width: 70%;
}
.recruit-item-table .item table.tab3cols thead th:nth-child(3) {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .recruit-item-table .item {
    width: 100%;
  }
  .recruit-item-table .item:last-child {
    margin-bottom: 0;
  }
  .recruit-item-table .item .ttl {
    margin-top: 10px;
  }
}

.privacy-policy main {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .privacy-policy main {
    padding-bottom: 25%;
  }
}
.privacy-policy section.main .cm-title01 {
  margin-top: 3rem;
}
.privacy-policy section.main h3 {
  margin: 4rem 0 2rem;
}
.privacy-policy section.main h4 {
  margin: 2rem 0 1rem;
}
.privacy-policy section.main h5 {
  margin: 1rem 0 1rem;
}
.privacy-policy section.main a {
  text-decoration: underline;
  color: #3DA3CA;
}
.privacy-policy section.main p.sign-box {
  margin: 40px auto 20px;
  font-size: 12px;
}
.privacy-policy section.main .mv:before {
  content: "privacy";
}
.privacy-policy section.main .pagelink-wr {
  width: 100%;
  text-align: center;
}
.privacy-policy section.main .pagelink-wr ul.pagelink {
  border: 1px solid #3DA3CA;
  border-radius: 30px;
  display: inline-flex;
  margin: 0 auto 30px;
  overflow: hidden;
  max-width: 500px;
  width: 100%;
}
.privacy-policy section.main .pagelink-wr ul.pagelink li {
  color: #3DA3CA;
  display: flex;
  width: 18rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .privacy-policy section.main .pagelink-wr ul.pagelink li {
    width: 50%;
    font-size: 12px;
    align-items: center;
  }
}
.privacy-policy section.main .pagelink-wr ul.pagelink li:first-of-type::after {
  content: "";
  border-right: 1px solid #3DA3CA;
  height: 80%;
  position: relative;
  top: 10%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .privacy-policy section.main .pagelink-wr ul.pagelink li:first-of-type::after {
    top: 3%;
  }
}
.privacy-policy section.main .pagelink-wr ul.pagelink li a {
  color: #3DA3CA;
  padding: 10px 20px;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
  justify-content: center;
}
.privacy-policy section.main .pagelink-wr ul.pagelink li a:hover {
  background-color: #3DA3CA;
  color: #FFF;
}
.privacy-policy section.main table {
  width: 100%;
  margin: 20px auto;
}
.privacy-policy section.main table tr th {
  text-align: left;
  padding: 10px;
  border: #656565 1px solid;
  width: 40%;
}
.privacy-policy section.main table tr td {
  text-align: left;
  padding: 10px;
  border: #656565 1px solid;
}
.privacy-policy section.main ul:not(.pagelink), .privacy-policy section.main ol {
  margin: 20px 0;
}
.privacy-policy section.main ul:not(.pagelink) li:before, .privacy-policy section.main ol li:before {
  content: "●";
  font-size: 30%;
  position: relative;
  bottom: 4px;
  padding-right: 3px;
}
.privacy-policy section.main ul:not(.pagelink) li p, .privacy-policy section.main ol li p {
  font-weight: normal;
}
.privacy-policy section.main ol li:before {
  font-size: 80%;
  bottom: 1px;
  padding-right: 5px;
}
.privacy-policy section.main ol li:nth-of-type(1):before {
  content: "1.";
}
.privacy-policy section.main ol li:nth-of-type(2):before {
  content: "2.";
}
.privacy-policy section.main ol li:nth-of-type(3):before {
  content: "3.";
}
.privacy-policy section.main ol li:nth-of-type(4):before {
  content: "4.";
}
.privacy-policy section.main ol li:nth-of-type(5):before {
  content: "5.";
}
.privacy-policy section.main ol li:nth-of-type(6):before {
  content: "6.";
}
.privacy-policy section.main ol li:nth-of-type(7):before {
  content: "7.";
}
.privacy-policy section.main ol li:nth-of-type(8):before {
  content: "8.";
}

.inner.sec01 {
  padding: 0px 0 60px;
  max-width: 1200px;
  margin: 0 auto;
}
.inner.sec01 h3 {
  margin: 4rem 0 2rem;
}
.inner.sec01 h4 {
  margin: 2rem 0 1rem;
}
.inner.sec01 a {
  text-decoration: underline;
  color: #3DA3CA;
}
.inner.sec01 ul, .inner.sec01 ol {
  margin: 20px 0;
}
.inner.sec01 ul li:before, .inner.sec01 ol li:before {
  content: "●";
  font-size: 30%;
  position: relative;
  bottom: 4px;
  padding-right: 3px;
}
.inner.sec01 ul li p, .inner.sec01 ol li p {
  font-weight: normal;
}
.inner.sec01 ol li:before {
  font-size: 80%;
  bottom: 1px;
  padding-right: 5px;
}
.inner.sec01 ol li:nth-of-type(1):before {
  content: "1.";
}
.inner.sec01 ol li:nth-of-type(2):before {
  content: "2.";
}
.inner.sec01 ol li:nth-of-type(3):before {
  content: "3.";
}
.inner.sec01 ol li:nth-of-type(4):before {
  content: "4.";
}
.inner.sec01 ol li:nth-of-type(5):before {
  content: "5.";
}
.inner.sec01 ol li:nth-of-type(6):before {
  content: "6.";
}
.inner.sec01 ol li:nth-of-type(7):before {
  content: "7.";
}
.inner.sec01 ol li:nth-of-type(8):before {
  content: "8.";
}
.inner.sec01 ol li:nth-of-type(9):before {
  content: "9.";
}
.inner.sec01 ol li:nth-of-type(10):before {
  content: "10.";
}
.inner.sec01 ol li:nth-of-type(11):before {
  content: "11.";
}
.inner.sec01 ol li:nth-of-type(12):before {
  content: "12.";
}
.inner.sec01 ol li:nth-of-type(13):before {
  content: "13.";
}
.inner.sec01 ol li:nth-of-type(14):before {
  content: "14.";
}
.inner.sec01 ol li:nth-of-type(15):before {
  content: "15.";
}
.inner.sec01 p.sign-box {
  margin: 40px auto 20px;
  font-size: 15px;
}
.inner.sec01 table {
  width: 100%;
  margin: 20px auto;
}
.inner.sec01 table tr th {
  text-align: left;
  padding: 10px;
  border: #656565 1px solid;
  width: 40%;
  vertical-align: middle;
}
.inner.sec01 table tr td {
  text-align: left;
  padding: 10px;
  border: #656565 1px solid;
}

.terms .mv:before {
  content: "terms";
}

.introduction-terms .mv:before {
  content: "introduction terms";
}

.disclosure .mv:before {
  content: "disclosure";
}

.policy .mv:before {
  content: "policy";
}/*# sourceMappingURL=content.css.map */

/*240820追記*/
.invitation section.main ul li{
  list-style:disc;
}
.invitation section.main .cm-title01 {
  margin-top: 3rem !important;
}
.invitation section.main {
  padding-bottom: 80px !important;
}
.invitation section.main h3 {
  margin-bottom:24px;
}
.invitation section.main ul {
    padding-left: 1em;
}
.invitation .wrap__line{
	padding: 40px;
    border: 1px solid #C4C4C4;
	margin-top:24px;
}
.invitation .wrap__line .ttl__s span{
	display: inline-block;
    border-bottom: 1px dotted;
}
.invitation .wrap__line .wrap__bg{
	padding: 24px;
	background: #F5F5F5;
	margin-top:24px;
}
.invitation section.main a {
    text-decoration: underline;
    color: #3DA3CA;
}
@media screen and (max-width: 768px) {
  .invitation section.main {
    padding-bottom: 25% !important;
  }
  .invitation section.main h3 {
    margin-bottom:16px;
  }
  .invitation .wrap__line{
	padding: 24px;
	margin-top:16px;
  }
  .invitation .wrap__line .wrap__bg{
	margin-top:16px;
  }
}