@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700&display=swap');
@font-face {
  font-family: NotoSansMedium;
  src: url("../font/NotoSansCJKjp-Medium.woff");
}
@font-face {
  font-family: NotoSansRegular;
  src: url("../font/NotoSansCJKjp-Regular.woff");
}
*, *::before, *::after {
  box-sizing: border-box
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, picture {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block
}
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1
}
ol, ul {
  list-style: none;
  list-style-type: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: ""
}
a, area, button, [role=button], input:not([type=range]), label, select, summary, textarea {
  touch-action: manipulation
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
a {
  outline: none;
  color: inherit;
  text-decoration: none
}
a:link {
  text-decoration: none
}
a:active, a:hover {
  text-decoration: none
}
a:hover {
  opacity: .7;
}
input[type=submit], input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  box-sizing: border-box;
  -moz-appearance: button;
  appearance: button;
  border-radius: 0;
  cursor: pointer
}
input[type=submit]:-webkit-search-decoration, input[type=button]:-webkit-search-decoration {
  display: none
}
input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px
}
input[type=checkbox], input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer
}
button, input, select, textarea {
  font-size: 100%;
  font-family: inherit
}
select, input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  appearance: none;
  cursor: pointer
}
input {
  border: none;
  outline: none
}
.t-center {
  text-align: center
}
.t-left {
  text-align: left
}
.t-right {
  text-align: right
}
html {
  font-size: 62.5%
}
body {
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #232323;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: NotoSansRegular;
  line-height: 1.7;
}
a {
  display: inline-block;
  transition: all .3s linear
}
.intro .inner a, .price a, .faq .ans a {
  color: #46c3bb !important;
  text-decoration: underline;
}
img {
  max-width: 100%
}
section {
  padding: 85px 0 90px !important;
}
section:nth-child(odd) {
  background-color: #f5fafe;
}
h2 {
  color: #272737;
  font-size: 3.7rem !important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1rem;
  font-family: NotoSansMedium;
  padding-bottom: 40px !important;
  text-align: center;
}
.h2-desc {
  padding-bottom: 50px !important;
  text-align: center;
}
h3 {
  color: #272737;
  font-size: 2.3rem !important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1rem;
  font-family: NotoSansMedium;
  margin-bottom: 20px !important;
  text-align: left;
}
h4 {
  font-size: 1.8rem !important;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -.5em;
}
header.header {
  z-index: 10;
  position: sticky;
  top: 0;
  background-color: #FFFFFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2px;
  font-family: NotoSansMedium;
}
.header {
  transition: .4s
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gnav-toggle {
  z-index: 12;
  position: relative;
  width: 30px;
  height: 24px;
  margin: 0 0 0 20px
}
.gnav-toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000
}
.gnav-toggle span:first-child {
  top: 0
}
.gnav-toggle span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto
}
.gnav-toggle span:last-child {
  bottom: 0
}
.gnav .globalnav .listitem {
  font-weight: 400;
  font-size: 16px
}
.sp-gnav {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #FFFFFF
}
.sp-gnav-inner {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px
}
.sp-gnav-logo {
  width: 100px
}
.sp-gnav-close {
  position: relative;
  width: 34px;
  height: 34px
}
.sp-gnav-close span {
  display: block;
  position: absolute;
  top: 13px;
  left: 2px;
  width: 100%;
  height: 2px;
  background: #333333
}
.sp-gnav-close span:first-child {
  transform: rotate(-45deg)
}
.sp-gnav-close span:last-child {
  transform: rotate(45deg)
}
.sp-gnav .globalnav .listitem {
  text-align: center
}
.sp-gnav .globalnav .listitem a {
  display: block;
  padding: 15px 20px;
  color: #232323;;
  font-weight: 500;
  font-size: 17px
}
.sp-gnav-btn {
  padding: 20px
}
.sp-gnav-btn .btn {
  display: flex;
  width: 120px;
  height: 30px;
  margin: auto;
  /*color: #fff;*/
  font-size: 10px;
  font-weight: 600;
}
.maincontents li:last-child {
  margin-bottom: 0 !important;
}
.inner {
  width: 1100px;
  margin: 0 auto;
}
.bk-01 {
  background-color: #f9f9fc;
}
.bk-02 {
  background: linear-gradient(to top, #f9f9fc, #FFFFFF);
}
.list-notice-01 {
  margin: 10px 0;
}
.list-notice-01 li {
  display: flex;
  font-size: 1.2rem;
}
.list-notice-01 li span {
  padding-right: 5px;
}
.list-bullet-01 {
  margin: 2px 0 10px 20px;
}
.list-bullet-01 li {
  list-style-type: disc;
  font-size: 1.2rem;
  margin-bottom: 4px;
}
.fc-01 {
  color: #eb3d00;
}
.arrow, .arrow-02 {
  color: #0050a0;
  position: relative;
  display: inline-block;
  padding: 0 0 0 21px;
  vertical-align: middle;
  text-decoration: none;
  margin-top: 10px
}
.arrow::before, .arrow::after, .arrow-02::before, .arrow-02::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow::before, .arrow-02::before {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0050a0;
}
.arrow::after, .arrow-02::after {
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.arrow::after {
  left: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow-02::after {
  top: -1px !important;
  left: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.window {
  background: url("/common/images/contents/icon-window.png") no-repeat 100% 55%;
  padding-right: 18px;
}
.window-02 {
  background: url("/common/images/contents/icon-window-03.png") no-repeat 98.5% 55%;
  padding-right: 19px;
}
.line-p {
  background: url(../images/bg-img.png) repeat, #ffe168;
  font-weight: 500;
}
.line-p-02 {
  background: url(../images/bg-img.png) repeat, #ffe785;
  font-weight: 500;
}
.mainvisual {
  background: #fbfcfc; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f5fafe 80%, #f5fafe 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5fafe 80%, #f5fafe 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f5fafe 80%, #f5fafe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbfcfc', GradientType=0); /* IE6-9 */
  padding: 50px 0 90px !important;
}
.mainvisual .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1150px;
}
.mainvisual h1 {
  color: #272737;
  font-size: 9rem;
  font-style: 700;
  line-height: 1;
  font-family: NotoSansMedium;
  margin-bottom: 28px !important;
}
.mainvisual h1 .h101 {
  color: #46c3bb;
  display: block;
  font-size: 2rem !important;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 22px;
  text-align: center;
}
.mainvisual .mainvisual_tx {
  text-align: center;
  letter-spacing: .2rem;
  width: 530px;
}
.mainvisual .mainvisual_tx .mv_copy {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-family: NotoSansRegular;
  text-align: left;
}
.mainvisual .mv_price {
  background: #FFFFFF;
  border-radius: 2px;
  box-shadow: rgba(99, 99, 99, 0.2) 0 .1rem .5rem 0;
  padding: 15px 20px 5px;
  margin-top: 30px;
}
.mainvisual .mv_price dl {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-weight: 700;
}
.mainvisual .mv_price dl dd {
  text-align: center;
  color: #d15540;
  font-weight: 700;
  font-family: NotoSansMedium;
}
.mainvisual .mv_price dl dd span {
  font-size: 5.2rem;
  margin-left: 5px;
}
.mainvisual .cardlogo {
  width: 230px;
  margin-bottom: -12px;
}
.intro .inner {
  width: 840px;
}
.intro .inner p {
  padding-bottom: 15px;
}
.scene ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.scene ul li {
  background-color: #FFFFFF;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0 .1rem .5rem 0;
  width: 270px;
  padding: 45px 30px;
  text-align: center;
  font-weight: 700;
}
.scene ul li img {
  display: block;
  margin: 0 auto 10px;
}
.howto .flexCols {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.howto .htu_tab li {
  background-color: #FFF;
  border: 1px solid #CBCBCB;
  color: #333;
  cursor: pointer;
  font-size: 1.7rem;
  /*font-weight: 700;*/
  padding: 1.8rem 1rem;
  transition: .3s;
  width: calc(100% / 3);
  text-align: center;
}
.howto .htu_tab li:nth-of-type(2) {
  border-left: none;
  border-right: none;
}
.howto .htu_tab li:nth-of-type(4) {
  border-left: none;
}
.howto .htu_tab li.active {
  /*background: #6ecec8;*/
  background: #46c3bb;
  color: #FFFFFF;
  font-weight: 600;
  cursor: auto;
}
.howto .htu_tabWrap > .htu_tab_contents {
  display: none;
}
.howto .htu_tabWrap > div.show {
  display: block;
}
.howto .htu_tabWrap {
  background-color: #fff;
  border-left: 1px solid #CBCBCB;
  border-right: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  padding: 40px 30px;
}
.howto .htu_tab_contents h3 {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px !important;
  font-size: 2rem !important;
}
.howto .htu_tab_contents h4 {
  color: #46c3bb;
  font-size: 1.7rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 auto 40px;
}
.howto .htu_tab_contents h5 {
  text-align: center;
  padding: 2px;
  margin-bottom: 15px !important;
}
.howto .htu_tab_contents h5.htu_h5-01 {
  background: #ffe88c;
}
.howto .htu_tab_contents h5.htu_h5-02 {
  background: #c2ebc6;
}
.htu_step {
  display: flex;
  justify-content: space-around;
}
.htu_step li {
  width: 300px;
}
.htu_step li img {
  box-shadow: rgba(99, 99, 99, 0.2) 0 .1rem .5rem 0;
}
.htu_step.keizoku li {
  width: 460px !important;
}
.htu_step.keizoku li img {
  box-shadow: none;
}
.htu_step li li {
  width: 100% !important;
}
.htu_step li dt {
  font-weight: 700;
  margin: 10px 0 5px;
}
.htu_step li dt span {
  color: #46c3bb;
  margin-right: 5px;
}
.htu_step li dd {
  font-size: 1.4rem !important;
}
.htu_step li .list-notice-01 li {
  font-size: 1rem !important;
  letter-spacing: -0.1rem;
}
a.htu_img {
  background-color: #fff;
  position: relative;
  display: block;
  height: 200px;
  /*border: 1px solid #666;
  border-radius: 7px;*/
}
a.htu_img img {
  max-height: 200px;
}
/*
a.htu_img.sp-only {
  display: none;
}*/
a.htu_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*max-width: 94%;*/
}
a.htu_img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.25) url('../../../service/url/images/icon_zoomin.svg') no-repeat center center / 50px 50px;
  transition: .3s;
}
a.htu_img:hover {
  cursor: zoom-in;
}
a.htu_img:hover::after {
  background-size: 62px 62px;
  transition: .3s;
}
.htu_img_dl {
  padding-top: 7px;
}
.keizoku_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
.keizoku_box p {
  width: 350px;
  font-size: 1.4rem !important;
}
.keizoku_box p span {
  font-weight: 700;
}
.mail {
  padding: 56px 0 !important;
}
.mail .mail_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.mail .mail_box .mail_box_l {
  width: 60%;
}
.mail .mail_box .mail_box_r {
  width: 265px;
  text-align: center;
}
.mail .mail_box .mail_box_r img {
  border: solid 3px #FFFFFF;
  border-radius: 2px;
  box-shadow: rgba(99, 99, 99, 0.2) 0 .1rem .5rem 0;
}
.mail .mail_box .mail_box_r p {
  padding-top: 5px;
  font-size: 1.2rem;
}
.features h3 span {
  display: inline-block;
  color: #46c3bb;
  /*font-size: 2.5rem !important;*/
  letter-spacing: .3rem;
  padding-right: 7px;
}
.features .features-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.features .features-list li {
  /*background-color: #FFFFFF;*/
  border: solid 2px #e8e8e8;
  box-shadow: rgba(99, 99, 99, 0.2) 0 .1rem .5rem 0;
  border-radius: 2px;
  width: calc((100% - 30px) / 2);
  padding: 25px 35px 30px;
  margin-bottom: 35px;
  text-align: center;
}
.features .features-list li.f-h {
  height: 38rem;
}
.features .features-list li li {
  border: none;
  box-shadow: none;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  text-align: left;
}
.features .features-list li h3 {
  margin-top: 10px !important;
  font-size: 2rem !important;
  text-align: center;
}
.features .features-list li p {
  text-align: left;
}
.features .features-list li .media {
  text-align: center;
  padding-bottom: 0 !important;
}
.features .features-list li .media.hdi {
  margin: -10px auto;
  width: 230px;
}
.features_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.features_box.api {
  flex-direction: row-reverse;
}
.features_box.api img {
  margin: 20px 0px 10px 20px;
}
.features_tag {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.features_tag span {
  background: #46c3bb;
  color: #FFFFFF;
  border-radius: 3px;
  font-size: 1.2rem;
  padding: 2px;
  text-align: center !important;
  width: 17%;
}
.price .inner {
  margin: 0 auto;
}
.price_tbl {
  width: 85%;
  margin: 0 auto;
}
.price h2 span {
  display: block;
  font-size: 2rem;
  margin-top: 4px;
}
.price table {
  background: #272737;
  margin: 0 auto 30px;
  border-collapse: separate;
  /*border: 3px solid #e8e8e8;*/
  padding: 2px;
  width: 100%;
}
.price table th, .price table td {
  border-bottom: 1px solid #272737;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-family: NotoSansRegular;
  height: 6.5rem;
}
.price .table-bb {
  border-bottom: none;
}
.price table th {
  background-color: #f1f2f5;
  color: #272737;
  font-size: 1.6rem;
  font-weight: 700;
}
.price th sup {
  font-weight: normal !important;
}
.th_btoc, .th_btob {
  width: 38%;
  border-left: 1px solid #272737;
}
.th_btoc {
  background-color: #6ecec8 !important
}
.th_btob {
  background-color: #ffe168 !important
}
.th_btob span {
  font-size: 1.2rem;
}
.price table .th_til .th_blank {
  width: auto !important;
}
.price table td {
  font-size: 1.6rem;
  background: #FFFFFF;
  border-left: 1px solid #272737;
}
.price table .td-logo {
  padding: 16px 8px !important;
}
.price table .fs-p {
  display: inline-block;
  font-family: NotoSansMedium;
  font-size: 3rem !important;
  font-weight: 700;
  padding-right: 3px;
  padding-bottom: 5px;
}
.price table .fs-p span {
  font-size: 1.6rem !important;
}
.price_list_ttl {
  font-size: 1.2rem;
  font-weight: 600;
}
.service .service_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 10px;
}
.service .service_list li {
  width: calc((100% - 65px) / 4);
  text-align: center;
  padding: 15px 15px 20px;
  margin: 0 21px 20px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0 .1rem .5rem 0;
  font-size: 1.8rem;
  position: relative;
  height: 11.5rem !important;
}
.service .service_list li:nth-child(4) {
  margin: 0 0 20px;
}
.service .service_list li:last-child {
  padding: 15px 15px 0 !important;
  max-height: 11.5rem !important;
} 
.service .service_list li:nth-child(4) {
  margin: 0 0 20px 0 !important;
}
.service .service_list li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}
.service .service_list li dt {
  font-size: 1.7rem;
  font-weight: 700;
  height: 5.5rem !important;
  padding-top: .7rem;
  width: 100%;
}
.service .service_list li dt.dt_l {
  padding-top: 0 !important;
}
.service .service_list li dt span {
  font-size: 1.3rem;
}
.service .service_list li dt.dt_l span {
  display: block;
  margin-top: -4px;
}
.service .service_list li dd {
  background: #6ecec8;
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
  border-radius: 3px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1px 10px;
}
.service .service_list li dd.off {
  background-image: none;
  background-color: #f2f2f2;
  border: none;
  color: #d9d9d9;
  font-weight: normal !important;
}
.service .service_list li:last-child {
  height: auto !important;
}
.case_box {
  background-color: #FFFFFF;
  border-radius: 2px;
  box-shadow: rgba(99, 99, 99, 0.2) 0 .1rem .5rem 0;
  display: flex;
  justify-content: space-between;
  padding: 40px 35px 0 !important;
  align-items: center;
}
.case_box_detail {
  width: 35%;
  text-align: center;
}
.case_box_detail img {
  margin: 0 auto 70px;
}
.case_box_detail p {
  background-color: #f5fafe;
  border-radius: 30px;
  display: inline-block;
  font-size: 1.4rem !important;
  padding: 5px 0;
  width: 80%;
  color: #46c3bb;
}
.case_box_detail h3 {
  font-size: 1.8rem !important;
  text-align: center;
}
.case_box_tx {
  width: 60%;
  padding-bottom: 40px;
}
.case_box_tx p {
  margin-bottom: 10px;
}
.faq .box-accordion-01 .unit-accordion-01 dt {
  background-color: #f5fafe;
  border-radius: 10px;
  padding-left: 15px !important;
  padding-right: 10px !important;
  margin-bottom: 15px;
}
.faq .box-accordion-01 .unit-accordion-01 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
}
.faq .box-accordion-01 .unit-accordion-01 .icon.is-q {
  background: #46c3bb;
}
.faq .box-accordion-01 .unit-accordion-01 .icon.is-a {
  color: #46c3bb;
  margin-left: 10px
}
.faq .box-accordion-01 .unit-accordion-01 .title {
  display: flex;
  position: relative;
  align-items: center;
  padding: 15px 0;
  cursor: pointer
}
.faq .box-accordion-01 .unit-accordion-01 .title:before, .faq .box-accordion-01 .unit-accordion-01 .title:after {
  display: block;
  position: absolute;
  content: ""
}
.faq .box-accordion-01 .unit-accordion-01 .title:before {
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.faq .box-accordion-01 .unit-accordion-01 .title:after {
  top: 0;
  bottom: 0;
  max-width: inherit;
  margin: auto 15px auto auto;
  content: "";
  transform: rotate(45deg);
  transition: .4s
}
.faq .box-accordion-01 .unit-accordion-01 .title.is-active:after {
  transform: rotate(-135deg)
}
.faq .box-accordion-01 .unit-accordion-01 .title .q-ttl {
  margin-left: 15px;
  color: #17283d;
  font-weight: 500
}
.faq .box-accordion-01 .unit-accordion-01 .contents {
  display: flex;
  padding-bottom: 15px
}
.faq .box-accordion-01 .unit-accordion-01 .contents .ans {
  width: calc(100% - 36px);
  margin-left: 15px;
  padding-bottom: 10px;
}
.faq .faq-tbl01 {
  margin: 10px 0;
  margin-bottom: 20px
}
.faq .faq-tbl01 .heading {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-weight: 700
}
.faq .faq-tbl01 .detail .caution-icon {
  position: relative;
  top: -3px;
  font-size: 1rem
}
.faq .faq-tbl01 .detail .caution {
  margin-top: 15px;
  font-size: 1.2rem;
}
.contact {
  padding-bottom: 0 !important;
  background: #FFFFFF; /* Old browsers */
  background: -moz-linear-gradient(top, #f5fafe 0%, #FFFFFF 60%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5fafe 0%, #FFFFFF 60%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5fafe 0%, #FFFFFF 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbfcfc', GradientType=0); /* IE6-9 */
}
.u-heading01.contact-ttl {
  margin-bottom: 0 !important;
  text-align: center !important;
  border: none;
}
.contact .inner {
  width: 900px !important;
}
.contact iframe {
  height: 198rem !important;
  background-color: #FFFFFF;
}
footer {
  background: #666666;
  color: #fff;
  font-size: 13px;
  padding: 35px 0;
}
footer .inner {
  display: flex;
  justify-content: center;
  padding: 0;
}
footer .inner ul {
  display: flex;
  margin-right: 10%;
}
footer .inner ul li {
  font-size: 11px;
  margin-right: 26px;
}
footer .inner ul li:last-child {
  margin-right: 0;
}
footer .inner ul li a {
  color: #fff;
  text-decoration: none;
}
footer .inner ul li a:active, footer .inner ul li a:hover {
  opacity: .7;
}
.u-button01 {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 38px;
  border: 1px solid #ffe168;
  background: #ffe168;
  font-weight: 400
}
.u-button01.is-s {
  border-radius: 19px;
  letter-spacing: calc(100 / 1000 * 1em)
}
.u-button01.is-m:after {
  right: 12px
}
.u-button01.is-white {
  border-color: #fff;
  background: none
}
.u-button01.is-white:hover {
  color: #333
}
.u-button01:hover {
  background: #fff;
  color: #ea5842;
  opacity: 1 !important;
}
.u-button02 {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 38px;
  background: url("/common/images/contents/icon-window.png") no-repeat 83.5% 50%;
  padding-right: 15px;
  border: 1px solid #0050a0;
  box-shadow: rgba(99, 99, 99, 0.2) 0 .2rem 1rem 0;
  color: #0050a0;
  font-weight: 400;
  border-radius: 28px;
  font-size: 1.6rem;
  width: 270px;
  margin-top: 40px
}
.u-button02:hover, .u-button02:active {
  background: #0050a0 url("/common/images/contents/icon-window-03.png") no-repeat 83.5% 50%;
  color: #FFFFFF;
  opacity: 1 !important;
}
.linkbtn {
  text-align: center;
  padding-top: 30px
}
.u-button03 {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 38px;
  border: 1px solid #46c3bb;
  background: #46c3bb;
  border-radius: 19px;
  letter-spacing: calc(100 / 1000 * 1em);
  color: #FFFFFF;
  width: 350px;
}
.u-heading01 {
  color: #17283d;
  font-weight: 500;
  margin-bottom: 40px;
}
.u-heading01.is-white {
  color: #fff
}
.u-heading01-desc {
  margin-bottom: 35px;
}
.u-heading02 {
  font-size: 2.2rem;
  color: #17283d;
  font-weight: 500;
  margin-bottom: 20px;
}
.u-color-01 {
  color: #b82020
}
.u-bg-01 {
  background: #f3f4f5
}
@media screen and (min-width: 961px) {
  .t-center-pc {
    text-align: center
  }
  .t-left-pc {
    text-align: left
  }
  .t-right-pc {
    text-align: right
  }
  html, body {
    min-width: 1300px
  }
  .sp-visible {
    display: none !important
  }
  .mb-visible {
    display: none !important
  }
  .header-inner {
    max-width: 1280px;
    height: 80px;
    margin-right: auto;
    margin-left: auto
  }
  .header.is-scrolled {
    box-shadow: 0px 7px 13px -2px rgba(0, 0, 0, .3)
  }
  .header-logo {
    width: 154px;
	padding-top: 5px;
  }
  .gnav {
    display: flex;
    align-items: center;
    width: 950px;
    gap: 0 27px
  }
  .gnav-contact {
    margin: 0 0 0 auto
  }
  .gnav-toggle {
    display: none
  }
  .gnav .globalnav {
    display: flex;
    gap: 0 30px
  }
  .gnav .btn {
    width: 175px;
    height: 38px
  }
  .flow_step p {
    font-size: 1.5rem !important;
  }
  .faq .u-heading01 {
    margin-bottom: 35px !important;
  }
  .faq .box-accordion-01 .unit-accordion-01 .icon {
    width: 36px;
    height: 36px;
    font-size: 2rem
  }
  .faq .box-accordion-01 .unit-accordion-01 .title:before {
    width: 28px;
    height: 28px
  }
  .faq .box-accordion-01 .unit-accordion-01 .title:after {
    right: 10px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #17283d;
    border-bottom: 2px solid #17283d
  }
  .faq .box-accordion-01 .unit-accordion-01 .title .q-ttl {
    font-size: 1.6rem;
    padding-right: 40px !important;
  }
  .faq .box-accordion-01 .unit-accordion-01 .contents .ans {
    font-size: 1.5rem;
    line-height: 2.6rem
  }
  .faq .faq-tbl01 .detail {
    font-size: 1.4rem
  }
  .contact {
    margin: 0 auto;
  }
  .contact-ttl {
    margin-bottom: 65px
  }
  .u-button01.is-s {
    height: 38px;
    font-size: 1.6rem
  }
  .u-button01.is-m {
    height: 56px;
    border-radius: 28px;
    font-size: 1.6rem
  }
  .u-heading01 {
    font-size: 3.6rem
  }
  .u-hide-pc {
    display: none
  }
}
@media screen and (max-width: 960px) {
  .u-hide-pc {
    display: none
  }
  .t-center-sp {
    text-align: center
  }
  .t-left-sp {
    text-align: left
  }
  .t-right-sp {
    text-align: right
  }
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6
  }
  h2 {
    font-size: 2rem !important;
    padding-bottom: 30px !important;
  }
  .h2-desc {
    padding-bottom: 30px !important;
  }
  h3 {
    font-size: 1.8rem !important;
  }
  h4 {
    font-size: 1.5rem !important;
  }
  .pc-visible {
    display: none !important
  }
  .tb-visible {
    display: none !important
  }
  .header {
    position: relative
  }
  .header-inner {
    padding: 5px 20px
  }
  .header.is-scrolled {
    box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, .3)
  }
  .header-logo {
    width: 100px;
    margin-bottom: -5px !important;
  }
  .header-logo img {
    height: 23.38px
  }
  .gnav-contact {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto
  }
  .gnav .globalnav {
    display: none
  }
  .gnav .btn {
    width: 120px;
    font-size: 1rem
  }
  section {
    padding: 35px 0 40px !important;
  }
  .inner {
    width: 100%;
    padding: 0 25px;
  }
  .mainvisual .inner {
    display: block;
    width: 100%;
  }
  .mainvisual .mainvisual_tx {
    margin-left: auto;
    margin-right: auto;
  }
  .mainvisual h1 {
    font-size: 5rem;
    padding-top: 5px !important;
    margin-bottom: 20px !important;
  }
  .mainvisual .mainvisual_img {
    text-align: center;
    margin-top: 40px;
  }
  @media(max-width:767px) {
    .mainvisual {
      padding-bottom: 40px !important;
    }
    .mainvisual h1 .h101 {
      font-size: 1.4rem !important;
      margin-bottom: 15px;
    }
    .mainvisual .mainvisual_tx {
      width: 100%;
    }
    .mainvisual .mainvisual_tx p {
      margin-bottom: 35px;
    }
    .mainvisual .mainvisual_tx .mv_copy {
      font-size: 1.4rem !important;
    }
    .mainvisual .mv_price {
      padding: 15px 20px;
    }
    .mainvisual .mv_price dl {
      justify-content: space-between;
      margin-top: -20px;
    }
    .mainvisual .mv_price dl dt {
      font-size: 1.2rem !important;
    }
    .mainvisual .mv_price dl dd span {
      font-size: 3rem !important;
    }
  }
  .intro .inner {
    width: 100%;
  }
  .scene .inner {
    width: auto;
  }
  @media(max-width:767px) {
    .scene ul {
      flex-wrap: wrap;
      justify-content: center;
    }
    .scene ul li {
      width: calc((100% - 20px) / 2) !important;
      font-size: 1.2rem !important;
      padding: 15px 30px !important;
      border-radius: 10px;
      margin-bottom: 20px;
    }
    .scene ul li:first-child {
      margin-right: 20px;
    }
  }
  .howto .htu_tab li {
    font-size: 1.5rem;
  }
  .howto .htu_tab_contents h3 {
    font-size: 1.8rem !important;
    margin-bottom: 20px !important;
  }
  .howto .htu_tab_contents h4 {
    font-size: 1.4rem !important;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto 30px;
  }
  .htu_step {
    display: block;
  }
  .htu_step li {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .htu_step li dl {
    text-align: left !important;
  }
  .htu_step.keizoku li p {
    text-align: left;
  }
  .htu_step.keizoku li {
    width: 100% !important;
  }
  .keizoku_box p {
    width: 100% !important;
  }
  .htu_step.keizoku li img {
    margin-right: 20px;
  }
  .htu_img_dl {
    padding-top: 0 !important;
  }
  @media(max-width:767px) {
    .howto .htu_tab_contents h3 {
      font-size: 1.6rem !important;
      margin-bottom: 30px !important;
    }
    .howto .htu_tab li {
      font-size: 1.2rem !important;
    }
    .mail {
      padding: 40px 0 !important;
    }
    .mail h3 {
      text-align: center;
    }
    .mail .mail_box {
      display: block !important;
    }
    .mail .mail_box .mail_box_l, .mail .mail_box .mail_box_r {
      width: 100%;
    }
    .mail .mail_box .mail_box_r {
      margin-top: 40px;
      text-align: center;
    }
  }
  .features .inner {
    width: auto;
  }
  .features .features-list {
    display: block;
  }
  .features .features-list li {
    width: 100%;
    padding: 15px 20px;
  }
  .features .features-list li.f-h {
    height: auto;
  }
  .features .features-list li h3 {
    font-size: 1.5rem !important;
  }
  .features_box {
    display: block !important;
    text-align: center;
  }
  .features_box.api img {
    display: block;
    width: 80px;
    margin: 10px auto;
  }
  .features_box p {
    display: block !important;
  }
  .price h2 span {
    font-size: 1.4rem !important;
  }
  .price .inner, .price_tbl {
    width: 100% !important;
  }
  .price table th, .price table td {
    font-size: 1.4rem !important;
  }
  .price table .fs-p span {
    font-size: 2.5rem !important;
  }
  .price table .fs-p, .price table .fs-p span {
    font-size: 2rem !important;
  }
  .service .service_list {
    justify-content: space-around;
  }
  .service .service_list li {
    width: calc(95% / 2);
    margin: 0 0 20px;
    height: auto !important;
  }
  .service .service_list li:last-child {
    max-height: auto !important;
    padding: 15px 15px 20px !important;
  }
  .service .service_list li dd {
    width: 45%;
  }
  @media(max-width:767px) {
    .service .service_list {
      display: block !important;
    }
    .service .service_list li {
      width: 100%;
    }
    .case_box {
      display: block;
      padding: 35px 20px 0 !important;
    }
    .case_box_detail {
      width: 100% !important;
      margin: 0 auto 20px;
    }
    .case_box_detail img {
      margin: 0 auto 20px;
    }
    .case_box_tx {
      width: 100% !important;
    }
  }
  .faq {
    padding-bottom: 50px !important;
  }
  .faq-ttl {
    margin-bottom: 23px;
  }
  .faq .box-accordion-01 .unit-accordion-01 .icon {
    width: 27px;
    height: 27px;
    font-size: 1.5rem
  }
  .faq .box-accordion-01 .unit-accordion-01 .title:before {
    width: 21px;
    height: 21px
  }
  .faq .box-accordion-01 .unit-accordion-01 .title:after {
    right: 9px;
    width: 4px;
    height: 4px;
    border-right: 1px solid #17283d;
    border-bottom: 1px solid #17283d
  }
  .faq .box-accordion-01 .unit-accordion-01 .title .q-ttl {
    width: calc(100% - 40px);
    padding-right: 40px;
    font-size: 1.4rem
  }
  .faq .box-accordion-01 .unit-accordion-01 .contents .ans {
    font-size: 1.3rem;
  }
  .faq .faq-tbl01 .detail {
    font-size: 1.2rem
  }
  .contact-ttl {
    margin-bottom: 30px !important;
  }
  .contact .inner {
    width: 100% !important;
  }
  .contact iframe {
    height: 230rem !important;
  }
  footer {
    font-size: 11px;
    padding: 20px 15px;
    text-align: center;
  }
  footer .inner {
    display: block;
    padding: 0;
  }
  footer .inner ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-right: 0;
  }
  footer .inner ul li {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .u-button01.is-s {
    height: 30px;
    font-size: 1rem
  }
  .u-button01.is-m {
    height: 40px;
    border-radius: 20px;
    font-size: 1.3rem
  }
  .u-heading01 {
    font-size: 2.5rem;
    letter-spacing: calc(50 / 1000 * 1em)
  }
  @media(max-width:767px) {
    .linkbtn {
      text-align: center;
      padding-top: 20px
    }
    .u-button03 {
      width: 280px;
    }
    .u-hide-sp {
      display: none
    }
    .u-hide-pc {
      display: block
    }
  }
}