@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
/*
100=Thin (Hairline)
300=Light
400=Normal
500=Medium
700=Bold
800=Extra Bold (Ultra Bold)
900=Black (Heavy)
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*フォントウェイト　100,300,350,400,500,700,900*/
body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #4D4D4D;
  /*メインで使用するフォントが明朝体のとき
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    */
  /*メインで使用するフォントが丸ゴシックのとき
    font-family: "Rounded Mplus 1c",'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';*/
  /*メインで使用するフォントはNotoSansのとき
    font-family: 'Noto Sans Japanese', sans-serif;*/
}

/*/////////////////////////////
共通装飾クラス
/////////////////////////////*/
.btns {
  text-align: center;
  padding: 25px 0;
}

.btn_01 {
  display: inline-block;
  background-color: #FFBD00;
  color: #fff;
  text-align: center;
  width: 283px;
  border-radius: 100px;
  padding: 13px;
  font-size: 18px;
  margin-bottom: 20px;
  border: none;
}
@media screen and (max-width: 767px) {
  .btn_01 {
    padding: 10px;
    font-size: 16px;
  }
}
.btn_01:hover {
  text-decoration: none;
  background-color: #d4870c;
}

.btn_02 {
  display: inline-block;
  color: #01B8D2 !important;
  text-align: center;
  width: 283px;
  border-radius: 100px;
  border: solid 2px #01B8D2;
  padding: 20px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .btn_02 {
    padding: 10px;
    font-size: 16px;
  }
}
.btn_02:hover {
  text-decoration: none;
  background-color: #01B8D2;
  color: #fff !important;
}

.btn_03 {
  display: inline-block;
  color: #fff !important;
  background-color: #01B8D2;
  text-align: center;
  width: 283px;
  border-radius: 100px;
  padding: 20px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .btn_03 {
    padding: 10px;
    font-size: 16px;
  }
}
.btn_03:hover {
  text-decoration: none;
  background-color: #1a6d6d;
}

.btn_submit {
  display: inline-block;
  background-color: #01B8D2;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 100px;
  padding: 20px;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
}
@media screen and (max-width: 767px) {
  .btn_submit {
    padding: 10px;
    font-size: 16px;
    width: 70%;
  }
}
.btn_submit:hover {
  text-decoration: none;
  background-color: #1a6d6d;
}

.ttl_01 {
  text-align: center;
  background-color: #01B8D2;
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 25px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .ttl_01 {
    font-size: 18px;
  }
}

.ttl_02 {
  text-align: center;
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 50px;
  color: #01B8D2;
  border: solid 1px #01B8D2;
  border-radius: 100px;
  display: inline-block;
  padding: 5px 50px;
}
@media screen and (max-width: 767px) {
  .ttl_02 {
    font-size: 18px;
    margin-bottom: 30px;
    padding: 10px 50px;
  }
}

.table_company {
  width: 100%;
}
.table_company th,
.table_company td {
  border: solid 1px #D9D9D9;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .table_company th,
  .table_company td {
    padding: 10px;
  }
}
.table_company th {
  width: 20%;
  text-align: left;
  background-color: #eaeaea;
}
.table_company input,
.table_company select,
.table_company textarea {
  font-size: 15px;
  padding: 10px;
}

.table_form {
  width: 100%;
}
.table_form th,
.table_form td {
  border: solid 1px #D9D9D9;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .table_form th,
  .table_form td {
    padding: 10px;
    display: inline-block;
    width: 100%;
  }
}
.table_form th {
  width: 20%;
  text-align: left;
  background-color: #eaeaea;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table_form th {
    width: 100%;
  }
}
.table_form input,
.table_form select,
.table_form textarea {
  font-size: 15px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .table_form input,
  .table_form select,
  .table_form textarea {
    width: 100%;
    margin-bottom: 20px;
  }
}

.read_01 {
  text-align: center;
  font-size: 25px;
  color: #01B8D2;
}
@media screen and (max-width: 767px) {
  .read_01 {
    font-size: 16px;
  }
}

.txt_green {
  color: #01B8D2;
}

a.link {
  color: #01B8D2;
  text-align: center;
  display: block;
  font-size: 20px;
}

/*/////////////////////////////
共通レイアウト＋トップページ
/////////////////////////////*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}
header .inner {
  max-width: 1200px;
  margin: auto;
  padding: 25px 50px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .inner {
    width: 100%;
    padding: 3%;
  }
}
header .logo {
  display: flex;
  align-items: center;
}
header .logo h1 img {
  width: 60px;
}
@media screen and (max-width: 767px) {
  header .logo h1 img {
    width: 50px;
  }
}
header .logo .catch {
  font-size: 15px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  header .logo .catch {
    display: none;
  }
}
header .right_menu {
  display: flex;
}
header .right_menu .login {
  display: flex;
  gap: 20px;
  margin-top: 5px;
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  header .right_menu .login {
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  header .right_menu .login {
    gap: 10px;
    margin-right: 20px;
  }
}
header .right_menu .login li a {
  background-color: #01B8D2;
  color: #fff;
  font-size: 15px;
  display: block;
  padding: 10px 35px;
  border-radius: 100px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  header .right_menu .login li a {
    font-size: 13px;
    padding: 8px 20px;
  }
}
header .right_menu .login li a:hover {
  text-decoration: none;
  background-color: #1a6d6d;
}
header .right_menu .login li a.entry {
  background-color: #fff;
  color: #01B8D2;
  border: solid 1px #01B8D2;
}
header .right_menu .login li a.entry:hover {
  background-color: #01B8D2;
  color: #fff;
}
header .btnHamburger {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 1200px) {
  header .btnHamburger {
    display: none;
  }
}
header .btnHamburger .line {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 7px;
  background: #01B8D2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  header .btnHamburger .line {
    width: 40px;
    height: 5px;
  }
}
header .btnHamburger .line_01 {
  top: 10px;
}
header .btnHamburger .line_02 {
  top: 24px;
}
header .btnHamburger .line_03 {
  top: 38px;
}
header .btnHamburger.is-active .line_01 {
  top: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .btnHamburger.is-active .line_02 {
  opacity: 0;
}
header .btnHamburger.is-active .line_03 {
  top: 24px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
header .nav_inner {
  width: 1100px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .nav_inner {
    width: 100%;
  }
}
header nav {
  width: 300px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50px;
  background-color: #fff;
  padding: 25px;
  border-radius: 25px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  max-height: 80vh;
  /* スクロールバー非表示（主要ブラウザ対応） */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
header nav::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  header nav {
    display: none;
    width: 100%;
    box-shadow: none;
    max-height: 100vh;
    height: 100vh;
    top: 0;
    padding-bottom: 200px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}
@media only screen and (max-width: 1380px) and (min-width: 768px) {
  header nav {
    display: none;
  }
}
header nav p {
  text-align: center;
  font-size: 24px;
  color: #01B8D2;
}
@media screen and (max-width: 767px) {
  header nav ul {
    overflow-y: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  header nav ul li {
    width: 100%;
  }
}
header nav ul li a {
  display: block;
  padding: 12px 0;
  border-bottom: solid 1px #01B8D2;
  font-size: 15px;
  background-image: url(../img/cmn/icon_cursor.svg);
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: right center;
}
@media screen and (max-width: 767px) {
  header nav ul li a {
    font-size: 15px;
  }
}
header nav ul li a:hover {
  color: #01B8D2;
  text-decoration: none;
}
header nav ul li.open a {
  background-image: url(../img/cmn/icon_sankaku.svg);
}
header nav ul li.open ul {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  header nav ul li.open ul {
    margin-left: 0;
    padding-left: 20px;
  }
}
header nav ul li.open li a {
  background-image: url(../img/cmn/icon_cursor.svg);
}
header nav ul li.menu_orange a {
  border: none;
  background-color: #FFBD00;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  background-image: none;
  border-radius: 10px;
}
header nav ul li.menu_orange a:hover {
  background-color: #d4870c;
}
header nav ul li.menu_green a {
  border: none;
  background-color: #01B8D2;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  background-image: none;
  border-radius: 10px;
}
header nav ul li.menu_green a:hover {
  background-color: #1a6d6d;
}

#main {
  width: 100%;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #main {
    padding-top: 30px;
  }
}
#main .content_area .inner {
  width: 1100px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #main .content_area .inner {
    width: 100%;
  }
}
#main .content_area .inner .content {
  width: 745px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #main .content_area .inner .content {
    padding-bottom: 40px;
  }
}
#main .content_area .inner .content img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #main .content_area .inner .content {
    width: 100%;
  }
}
#main .content_area .inner .content .cursor_btn {
  text-align: center;
  vertical-align: top;
}
#main .content_area .inner .content .cursor_btn img {
  width: 40px;
  vertical-align: top;
}
#main .content_area .inner .content .nfc_design {
  display: block;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  #main .content_area .inner .content .nfc_design {
    padding: 30px 0;
    background-color: #fff;
    border-radius: 30px;
  }
}
#main .content_area .inner .content_guide {
  padding: 0 120px;
}
@media screen and (max-width: 767px) {
  #main .content_area .inner .content_guide {
    padding: 0 4%;
  }
}
@media screen and (max-width: 767px) {
  #main .content_area .inner .sp_padding {
    padding: 0 4%;
  }
}
#main .content_area .inner .ttl {
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding: 20px 0;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #main .content_area .inner .ttl {
    font-size: 20px;
  }
}
#main .content_area .inner .ttl span {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #main .content_area .inner .ttl span {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .spacer_sp {
    padding: 30px 0 !important;
  }
}
#main .bg_orange {
  background-color: #FFBD00;
}
#main .bg_blue {
  background-color: #01B8D2;
}
#main .bg_purple {
  background-color: #8D79B4;
}
#main .bg_line {
  border-top: 1px solid #01B8D2;
}
#main .bg_line .cursor_btn img {
  margin-top: -1.5px;
}

@media screen and (max-width: 767px) {
  .top_page {
    width: 100%;
  }
}
.top_page img {
  width: 100%;
}
.top_page .swiper {
  margin: 40px 0;
}
.top_page .swiper-button-next,
.top_page .swiper-button-prev {
  color: #01B8D2;
}
.top_page .support {
  text-align: center;
  font-size: 24px;
  padding: 0 3%;
}
@media screen and (max-width: 767px) {
  .top_page .support {
    font-size: 14px;
  }
}
.top_page .support p {
  margin-bottom: 25px;
}
.top_page .support .mail {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .top_page .support .mail {
    font-size: 18px;
  }
}
.top_page .support a {
  color: #01ADFC;
}
.top_page .plan {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .top_page .plan {
    flex-wrap: wrap;
    margin: 10%;
  }
}

/* /.top_page */
.pagetop {
  text-align: right;
  padding-right: 25px;
  padding-top: 25px;
}
.pagetop a:hover {
  color: #01B8D2;
  cursor: pointer;
}

footer {
  text-align: center;
  background-color: #01B8D2;
  color: #fff;
  padding: 50px 0;
}
footer .logo {
  margin-bottom: 20px;
}
footer .logo img {
  width: 70px;
}
footer .copy {
  font-size: 13px;
}

.ptop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .ptop {
    right: 3%;
    bottom: 15px;
  }
}

.ptop img {
  filter: Alpha(Opacity=70);
  -moz-opacity: 0.7;
  opacity: 1s;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .ptop img {
    width: 50px;
  }
}

.ptop img:hover {
  filter: Alpha(Opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  cursor: pointer;
}

/*/////////////////////////////
下層ページ
/////////////////////////////*/
.sub_page {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .sub_page {
    padding-top: 35px;
    width: 100%;
  }
}
.sub_page img {
  max-width: 100%;
}
.sub_page .inner_contets {
  padding: 0 5%;
  margin-bottom: 50px;
}

.casestudy {
  text-align: center;
}

.terms {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .terms {
    font-size: 13px;
  }
}
.terms p {
  margin-bottom: 25px;
}
.terms a {
  color: #01B8D2;
}
.terms .sec {
  margin-bottom: 35px;
}
.terms .sec h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .terms .sec h3 {
    font-size: 14px;
  }
}
.terms .ol_num {
  list-style-type: decimal;
  padding-left: 1em;
}
.terms .ol_num li {
  margin-bottom: 15px;
}

.flow .login {
  text-align: center;
}
.flow .login a {
  font-size: 25px;
  font-weight: 600;
  color: #01ADFC;
}
@media screen and (max-width: 767px) {
  .flow .login a {
    font-size: 18px;
  }
}
.flow .login .btn_03 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .flow .login .btn_03 {
    font-size: 16px;
    margin-top: 70px;
  }
}

.guide .lp {
  margin: 50px 0;
}

.template {
  text-align: center;
}
.template .icon_list {
  display: flex;
  gap: 35px 5%;
  margin-top: 35px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .template .icon_list {
    gap: 20px 5%;
  }
}
.template .icon_list li {
  width: 21%;
}
.template .icon_list li img {
  width: 100%;
  border: solid 3px #D9D9D9;
  border-radius: 10px;
}
.template .ttl_cat {
  font-size: 18px;
  font-weight: 700;
}
.template .icon_back {
  display: flex;
  gap: 25px;
  margin-top: 35px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .template .icon_back {
    gap: 20px 4%;
  }
}
.template .icon_back li {
  width: 22%;
}
.template .icon_back li img {
  width: 100%;
}/*# sourceMappingURL=pattonavi2.css.map */