/* reset --------------------------  */

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
_,
header,
hgroup,
nav,
section,
button,
canvas,
video {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
  font-weight: normal;
  font-style: normal;
}

h5 {
  text-align: center;
}

ul,
ol {
  list-style: none;
}

fieldset,
img {
  border: none;
}

caption,
th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

input,
button,
textarea {
  line-height: normal;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="hidden"],
[hidden],
.hidden {
  display: none;
}

textarea {
  overflow: auto;
  resize: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

a > img {
  vertical-align: bottom;
}

strong,
.strong,
b {
  font-weight: bold;
}

em,
.italic,
i {
  font-style: italic;
}

del,
.del {
  text-decoration: line-through;
}

:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* tools --------------------------  */

.clear {
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.clearfix:after,
.wrap:after,
.spanning:after,
.content:after,
.main:after,
aside:after,
section:after,
article:after,
.text:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.align-left {
  float: left !important;
}

.align-right {
  float: right !important;
}

.overflow-hidden {
  overflow: hidden;
  display: block;
}

/* common --------------------------  */
html {
  height: 100%;
  background: white;
}

body {
  height: 100%;
  font: 16px/28px "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  color: #042a4c;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.main {
  min-height: 100%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.wrap_pricing {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1150px;
}

a {
  color: #042a4c;
  cursor: pointer;
  background: transparent;
  text-decoration: underline;
  word-break: break-word;
}

a:hover {
  color: #40c9f4;
}

a:active {
  color: #0b97c3;
}

.error {
  color: red !important;
  border-color: red !important;
}

.success {
  color: #00cc00 !important;
  border-color: #00cc00 !important;
}

.disabled {
  color: #999999 !important;
  border-color: #999999 !important;
  cursor: default !important;
}

.input-text,
.textarea {
  width: 100%;
  float: left;
  border: 2px solid #d8d8d8;
  background: white;
  height: 58px;
  padding: 10px 21px;
  font-weight: 500;
  font-size: 17px;
  line-height: 34px;
  -moz-transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear;
  -ms-transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input-text:focus,
.textarea:focus {
  border-color: #aeaeae;
}

.button {
  color: white;
  background: #77c2fd;
  height: 95px;
  width: 380px;
  border: 2px solid #77c2fd;
  font-weight: 500;
  font-size: 20px;
  padding: "7px 20px 0 20px";
  text-align: center;
  -moz-transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear;
  -ms-transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
  border-bottom: 7px solid #4d81aa;
  margin-bottom: 7px;
}

.a.registLnk.button b {
  margin-top: 20px;
}

a.registLnk.button:hover {
  margin-top: 6px;
  border-bottom: 2px solid #4d81aa;
  color: #fff;
  margin-bottom: 1px;
  transition: 0.3s;
}

/*
a.registLnk.button:not(.sign_up_btn):hover{
    margin-top: 6px;
	border-bottom: 2px solid #4D81AA;
	color: #fff;
    margin-bottom: 1px;
    transition: 0.3s;
}
a.button.button-stripe:hover {
    border-color: #042A4C;
    background: #042A4C;
}*/

.button:active {
  background: #0b97c3;
  border-color: #0b97c3;
}

a.button {
  text-decoration: none;
  display: inline-block;
  line-height: 38px;
  color: white;
}

a.button:hover {
  color: white;
}

a.button:active {
  color: white;
}

a.button.button-stripe {
  background: #77c2fd;
  color: white;
  height: 50px;
  padding: 0;
}

a.button.button-stripe:active {
  color: #222222;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}

a.button.shiryou {
  border-color: #387ef5;
  background: #ffffff;
  color: #387ef5;
  height: 42px;
  padding: 0;
}

a.button.shiryou:hover {
  border-color: #387ef5;
  background: #ffffff;
}

a.registLnk.button,
a.shiryou_lnk.button {
  text-decoration: none;
  display: inline-block;
  color: white;
  line-height: 76px;
  padding: auto;
  vertical-align: middle;
}

a.registLnk.button.row2,
a.shiryou_lnk.button.row2 {
  line-height: 30px;
  padding-top: 15px;
}
a.registLnk.button.white,
a.shiryou_lnk.button.white {
  background: #ffffff;
  color: #77c2fd;
  border-bottom: #77c2fd 6px solid;
  margin-top: 1px;
}
a.shiryou_lnk.button.white {
  color: #77c2fd;
  margin-bottom: 7px;
}
a.shiryou_lnk.button.white:hover {
  border-bottom: #77c2fd 2px solid;
  margin-top: 8px;
  margin-bottom: 0px;
  transition: 0.3s;
}
a.registLnk.button.mr20,
a.shiryou_lnk.button.mr20 {
  margin-right: 20px;
}
a.registLnk.button.mr20 {
  padding-top: 8px;
}
a.registLnk.button.mb20,
a.shiryou_lnk.button.mb20 {
  margin-bottom: 20px;
}
a.registLnk.button.w380,
a.shiryou_lnk.button.w380 {
  width: 380px;
}

a.registLnk.button.forMobile {
  width: 300px;
  height: 50px;
  display: block;
  margin: 0 auto;
  line-height: 46px;
  position: relative;
}

a.shiryou_lnk.button.forMobile {
  width: 300px;
  height: 50px;
  display: block;
  margin: 0 auto;
  line-height: 46px;
  position: relative;
  border-bottom: 2px solid #77c2fd;
}

.registLnk_content.withCaret::after {
  content: "\025b6";
  color: #ffffff;
  font-weight: bold;
  padding-left: 15px;
  position: absolute;
}
.shiryouLnk_content {
  position: relative;
}

.shiryouLnk_content::after {
  content: "\025b6";
  color: #77c2fd;
  font-weight: bold;
  padding-left: 15px;
  position: absolute;
  bottom: 30%;
}

a.appStoreLnk.button,
a.playStoreLnk.button {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 0;
  height: 50px;
  line-height: 50px;
  border: none;
  font-weight: 900;
  position: relative;
}

a.appStoreLnk.button.mb20,
a.playStoreLnk.button.mb20 {
  margin-bottom: 20px;
}

a.registLnk.button.sign_up_btn {
  line-height: 38px;
  padding-top: 3px;
  border-bottom: 4px solid #4d81aa;
}

a.registLnk.button.sign_up_btn:hover {
  border-bottom: 2px solid #4d81aa;
}

.sign_up_btn {
  width: 200px;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -5px;
}

.hg_64:before {
  position: absolute;
  top: 7px;
  right: 132px;
  width: 20px;
  height: 20px;
  content: "";
  border: solid 2px #fff;
  border-radius: 50%;
  background-color: #df1010;
}

.spanning.button {
  width: 260px;
}

header .form_area {
  text-align: left;
}

.form_area {
  text-align: center;
}

.header-wrapper .regist_area {
  display: inline;
}

.regist_area {
  text-align: center;
}

.kochira {
  color: #042a4c;
  text-decoration: underline;
}

.kochira:hover {
  color: #77c2fd;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

:-moz-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

.br-sp {
  display: none;
}

.height-sp {
  display: none;
}
/* header --------------------------  */
.attention {
  padding: 5px 10px;
  background-color: #ffffcc;
}

.attention .title {
  font-weight: 900;
  display: inline;
  margin-right: 20px;
  margin-left: 3px;
}

.popupModal1 {
  display: none;
}

/*-------------------------
  以下は、header上部のナレカン紹介固定帯（日本語版のみ設置）のためのstyleです。
  英語版で表示崩れが起こらないように指定を追加した部分もあるので、日本語版で固定帯が不要になった場合は英語版の指定も合わせて削除すること！（メディアクエリの1270px以下でも指定しています！）
  ↓↓ナレカン固定帯関連ここから↓↓
  -------------------------*/

.fixed-bar {
  text-align: center;
  color: #fff;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 32px;
  padding-top: 3px;
  background-color: #0093e9;
  background-image: linear-gradient(160deg, #006de9 0%, #40b7d5 100%);
}

/* ↓英語版でheaderの上に隙間ができないようにこちらで指定しています↓ */
.menu_area_wrapper.dealing_with_differences_from_japanese_header {
  margin-top: 0;
}

/* ↓英語版で各ページの上部に余白ができないように空のdivを配置しています。（削除する場合は、htmlの方のdivもお願いします）↓ */
.bar_for_dealing_with_differences_from_japanese_header {
  height: 1px;
  margin-bottom: -30px;
}

.fixed-bar-br {
  display: none;
}

.fixed-bar a {
  color: #fff;
  font-weight: 700;
  &:hover {
    color: #042a4c;
  }
}

.fixed-bar a span {
  position: relative;
}

.fixed-bar a span::after {
  position: absolute;
  content: "▲";
  top: -4px;
  left: 8px;
  transform: rotate(90deg);
  font-size: 18px;
}

/*-------------------------
  ↑↑ナレカン固定帯関連ここまで↑↑
  -------------------------*/

.menu_area_wrapper {
  margin-top: 35px;
  width: 100%;
  height: 80px;
  background: #ffffff;
  text-align: center;
  z-index: 9999;
  position: fixed;
  border-bottom: 1px solid #dfdfdf;
}

.menu_area_wrapper.hide_narekan_bar {
  margin-top: 0;
}

.menu_area {
  width: calc(100% - 60px);
  height: 80px;
  display: table;
  margin: 0 auto;
}

.menu_area .sign_up_btn {
  width: 185px;
  font-size: 16px;
}

.menu_area_item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin-right: 30px;
}

.menu_area_item a {
  font-size: 16px;
  font-weight: bold;
  color: #042a4c;
  text-decoration: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.menu_area_item a:hover {
  color: #77c2fd;
}

.menu_area_item.logo {
  text-align: left;
  min-width: 170px;
}

.menu__single menu_area_item {
  margin-right: 30px;
}

.logo {
  padding: 0;
}

.menu_list {
  padding: 15px;
  width: 100%;
}

.menu_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu_list li {
  float: left;
  margin: 0;
  padding-right: 15px;
}

.menu_list .sign_up {
  width: 200px;
  padding-right: 0px;
  margin-right: 15px;
}

.menu_list a {
  text-align: center;
  display: block;
  padding: 0.5em 0;
  width: 100%;
  font-size: 1rem;
}

.sp_menu_area {
  display: none;
}

.hg28_h > li.menu__single {
  position: relative;
}
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
li.menu__single ul.menu__second-level {
  position: absolute;
  text-align: left;
  top: 50px;
  width: 250px;
  background: #ffffff;
  padding: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu__second-level li {
  line-height: 45px;
}
li.menu__single:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
.init-bottom:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

header {
  margin-top: 0px;
  padding: 42px 0;
  background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/firstviewimg.png);
  background-position: right 20% bottom 0px;
  background-size: cover;
  font-size: 24px;
  line-height: 36px;
  color: white;
  position: relative;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header_style .wrap {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}

header h1 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 900;
  margin-bottom: 30px;
  margin-top: 30px;
}

.header-wrapper-top h1 {
  margin-bottom: 0px;
  margin-top: 50px;
}

header h1 span {
  font-weight: 200;
}

header .autor {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: white;
}

header .autor a {
  color: white;
}

header .autor a:hover {
  color: white;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

header .autor a:active {
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
}

header .buttons-wrapper {
  padding-top: 53px;
}

header .buttons-wrapper .button-stripe {
  margin-left: 14px;
}

.firstview-img-wrapper{
  width: 53%;
  margin-left: 0px;
  margin-top: 63px;
  position: relative;
}

img.header-img {
  position: absolute;
  top: 0;
  right: -30px;
  max-width: 112%;
}

.img-area {
  margin: auto;
  text-align: center;
  width: 50%;
  float: left;
  padding-top: 20px;
  padding-bottom: 30px;
}
.header-wrapper {
  padding-top: 25px;
  max-width: 655px;
}

.header-logo {
  height: 53px;
}
.header-copy {
  font-size: 24px;
}

.header-copy span {
  position: relative;
}

.header-copy span::after {
  content: "";
  width: 480px;
  height: 15px;
  background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/topline.png);
  background-size: cover;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.header-attention {
  text-align: center;
  background-color: #ff7f50;
}
.header-attention a {
  color: #000000;
  text-decoration: underline;
}

.download-img {
  width: 170px;
}

.download-img-android {
  width: 200px;
}

/* footer -------------------------- */

footer {
  border: #000;
  background-color: #042a4c;
}

.footer_top {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  padding-top: 50px;
  position: relative;
}

.footer_top .label {
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 16px;
  position: relative;
}

.footer_top .label::after {
  content: "";
  width: 40px;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-bottom: 1px #fff solid;
}

.footer_top .content {
  color: #fff;
  margin-top: 30px;
}

.footer_top .content a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.7;
  padding-bottom: 2px;
}

.footer_top .content a:hover {
  color: #77c2fd;
  opacity: 1;
  border-bottom: 0.5px #77c2fd solid;
}

.footer_top .content li {
  margin-bottom: 10px;
}

.toggle {
  display: none;
}
/*
.footer_top::after{
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    left: 0;
}*/

.footer_link_colum {
  display: flex;
  flex-flow: column;
  -webkit-align-self: auto;
  align-self: auto;
  margin: 0 15px;
}

.footer_link_colum_stock {
  display: flex;
  flex-flow: column;
  -webkit-align-self: auto;
  align-self: auto;
  margin: 0 15px;
}

.footer_link {
  margin-bottom: 10px;
  text-decoration: none;
  color: #fff;
}

.sns_wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 15px;
}

.sns_wrapper img {
  display: block;
  width: 50px;
  height: 50px;
  margin-left: 10px;
}

.sns_wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
}

.footer_bottom {
  max-width: 1000px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  padding: 0 15px 50px;
}

.footer_link_colum_stock a {
  color: #fff;
  margin-bottom: 18px;
}

.footer_link_colum_stock a:hover {
  color: #40c9f4;
}

.footer_link_colum_stock p {
  background-color: #fff;
  margin-bottom: 15px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 16px;
}

.footer_bottom_right {
  display: flex;
  justify-content: space-between;
}

.ios27001 {
  height: 115px;
  display: block;
  margin-right: 10px;
}

.ios27017 {
  height: 115px;
  display: block;
}

.white_logo {
  height: 50px;
}

.footer_company_info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.footer_company_info p {
  color: #fff;
  margin-left: 30px;
  font-size: 16px;
}

.footer_bottom_left {
  max-width: 700px;
}

.footer_bottom_left p {
  color: #fff;
}

.footer_company_info p span {
  font-size: 24px;
  font-weight: bold;
}

.footer_select {
  background: none;
  color: #ffffff;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.footer_select:hover {
  color: #40c9f4;
}

/* footer --------------------------  

footer {
    background: #324a57;
    color: white;
    font-size: 16px;
    line-height: 28px;
    padding: 30px 0;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.footer_link {
    white-space: nowrap;
}

.footer_iso_img_wrapper {
    text-align: center;
    padding: 25px 0px;
}

.footer_iso_img {
    height: 115px;
    padding: 0 5px;
}

*/
/* home --------------------------  */

/* content --------------------------  */

.spacearea {
  height: 100px;
}

.spanning {
  clear: both;
}

.spanning_fixed {
  margin-top: 95px;
}

.document-wrapper {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1000px;
}

.promo {
  padding: 80px 0 0px;
}

.promo-last {
  padding: 80px 0 65px;
  background-color: #f3f4f5;
}

.promo-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 15px;
}

.promo-title br {
  display: none;
}

.promo-title span {
  background: linear-gradient(transparent 70%, #d5ecff 30%);
}

.promo-title-2 {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 40px;
}

.promo-h3 {
  margin-top: 80px;
  line-height: 35px;
}

.promo-des {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 20px;
}

.promo-wrapper {
  width: 85%;
  margin: auto;
}

.promo-item-wrapper {
  margin: 0 auto;
  max-width: 1100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.promo-item-wrapper2 {
  margin: auto;
  width: 100%;
  padding-top: 30px;
  padding-left: 170px;
}

.promo-column {
  padding: 0 15px 60px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48%;
}

.promo-column.two-columns {
  width: 48%;
}

.promo-column.three-columns {
  width: 33%;
}

.security {
  padding: 50px 0 25px;
}

.security2 {
  padding: 50px 0 25px;
  background-color: #fafafa;
}

.security-column {
  padding: 0 15px 60px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
}

.security-column .iso-name {
  font-weight: bold;
  text-decoration: underline;
}

.security-column2 {
  padding: 0 22px 60px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 28%;
}

.security-column2.iso-image-wrapper {
  text-align: center;
}

.security-column2 .iso-image {
  height: 150px;
  width: auto;
}

.promo-column img {
  display: block;
  margin-bottom: 23px;
  margin-right: auto;
  margin-left: auto;
  width: 125px;
  /*height: 125px*/
}

.promo-column h5 {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 12px;
  margin-top: 5px;
}

.promo-column a h5 {
  color: #000;
}

.promo-column h6 {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 12px;
  margin-top: 5px;
  text-align: center;
}

.security-column h5 {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 12px;
  margin-top: 5px;
  text-align: left;
}

.promo-column p {
  font-size: 16px;
}

.promo-column ul {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.promo-column li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important; /*ポチ消す*/
  text-align: left;
  font-size: 20px;
}

.promo-column li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 0.5em; /*左端からのアイコンまで*/
  color: #778899; /*アイコン色*/
}

.promo-column .buttonWrapper {
  text-align: center;
}

.promo-column a.button {
  height: 40px;
  width: 70%;
  margin-top: 10px;
}

.promo-column a.button.withCaret::after {
  content: "\025b6";
  color: #ffffff;
  font-weight: bold;
  padding-left: 15px;
  position: absolute;
}

.security-other-wrapper {
  margin: 0 -15px;
  margin-bottom: 60px;
}

.promo-other1 {
  padding: 20px 0px 40px 0px;
  display: inline-flex;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
}

.promo-other2 {
  padding: 20px 0px 40px 0px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

.promo-other-item {
  float: left;
  clear: left;
  margin-left: 20px;
  width: 100%;
}

.promo-other-item h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  text-align: left;
}

.item_img {
  float: left;
  margin-right: 10px;
  margin-bottom: 25px;
  width: 20%;
}

.item_body {
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
}

.other-item-title {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  clear: both;
}

.interview {
  padding: 50px 0 80px;
  background-color: #fff;
}

.interview .toparea-title {
  margin-bottom: 15px;
}

.inerview_detail {
  padding: 40px 0 54px;
}

.interview_2 {
  padding: 40px 0 54px;
}

.promo-item-column {
  width: 300px;
  height: 550px;
  border-radius: 10px;
  box-shadow: 2px 3px 10px 0px rgba(202, 202, 202, 0.5),
    inset 0px -3px 6px -2px rgba(0, 0, 0, 0.2);
  margin: 25px;
  transition: 0.3s;
  &:hover {
    box-shadow: 0px 3px 10px 0px rgba(125, 125, 125, 0.5),
      inset 0px -3px 6px -2px rgba(0, 0, 0, 0.5);
  }
}

.interview_img_wrap {
  padding-top: 15px;
  width: 93%;
  margin: 0 auto;
}

.promo-item-column img {
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
}

.promo-item-column h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  margin: 50px 15px 20px;
  text-align: right;
  letter-spacing: 1px;
}

.interview .category {
  color: #042a4c;
  text-align: right;
  position: relative;
  font-weight: bold;
  font-size: 14px;
}

.interview .category span {
  background-color: #dfe2e3;
  padding: 5px 20px;
  position: absolute;
  right: -10px;
}

.interview-column {
  width: 100%;
  padding-top: 35px;
  margin: auto;
}

.interview-column-image {
  width: 45%;
  text-align: right;
  margin-right: 10px;
  float: left;
}

.interview-column-image img {
  width: 300px;
}

.interview-column-des {
  width: 45%;
  text-align: left;
  margin-left: 10px;
  float: left;
}

.interview-column-des h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
  margin-top: 5px;
  text-align: left;
}

.interview .line_img {
  width: 250px;
  margin-top: 10px;
}

.interview .interview_name {
  font-size: 16px;
  font-weight: 900;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: left;

  display: inline-flex;
  align-items: center;
}

.interview .interview_name:before {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  width: 60px;
}

.interview .interview_name:before {
  margin-right: 1rem;
}

.interview-auther {
  text-align: center;
}

.interview-auther p {
  font-size: 16px;
  text-align: center;
  padding-bottom: 30px;
  display: inline-flex;
  align-items: center;
}
.interview-auther p:before {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  width: 30px;
  margin-right: 1rem;
}

.interview-des {
  font-size: 24px;
  text-decoration: underline;
  padding-top: 65px;
  padding-bottom: 10px;
  text-align: left;
  font-weight: 900;
}

.interview-article {
  padding-top: 20px;
  padding-bottom: 20px;
}

.interview-article p {
  font-size: 16px;
}

.interview-article em {
  font-style: normal;
  background: #d5eaff;
}

.interview_list_container {
  text-align: center;
}

.interview_list a {
  text-decoration: none;
  font-size: 16px;
  padding: 20px 50px 20px 30px;
  border: #bdbdbd 2px solid;
  border-radius: 10px;
  color: #042a4c;
  display: inline-block;
  position: relative;
}

.interview_list a::after {
  content: "▶︎";
  position: absolute;
  right: 10px;
  color: #bdbdbd;
}

.interview_list a:hover::after {
  color: #042a4c;
}

.interview_list a:hover {
  color: #042a4c;
  border: #042a4c solid 2px;
  transition: 0.3s;
}

.interview_detail_link {
  color: #042a4c;
  text-decoration: none;
}

.interview_detail_link:hover {
  color: #042a4c;
}

.interview_body {
  font-weight: bold;
  width: 270px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.interview_body p {
  position: relative;
  width: 88%;
  margin-left: 12px;
  margin-right: 0px;
  font-size: 16px;
  padding-left: 10px;
  padding-top: 5px;
}

.interview_body p::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/waku1.png);
  background-size: cover;
  top: -12px;
  left: -10px;
}

.interview_body p::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/waku2.png);
  background-size: 100% 100%;
  right: -10px;
  bottom: -12px;
}

.interview_text_link {
  text-align: center;
  color: #6c6e6e;
  font-size: 14px;
  padding-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 130px;
  margin: 0 auto;
  margin-top: 45px;
}

.interview_text_link::after {
  position: absolute;
  left: -5px;
  bottom: 0;
  width: 150px;
  height: 15px;
  background-color: #bfbfbf;
  clip-path: polygon(0 100%, 100% 100%, 90% 50%, 90% 90%, 0% 90%);
  content: "";
  transition: transform 0.3s;
}

.interview_detail_link:hover .interview_text_link:after {
  transform: translateX(10%);
  background-color: #042a4c;
}

.interview_adjust_margin_top {
  margin-top: 18px;
}

.interview-recommend {
  width: 900px;
  margin: auto;
}
.prof_area {
  background-color: #eeeeee;
  padding: 20px 30px;
  margin: 1.5rem 0;
}
.recommend-title {
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  padding: 85px 0px 36px 0px;
  margin-bottom: 28px;
}

.recommend-column {
  padding: 0 15px 60px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

.recommend-column img {
  display: block;
  margin-bottom: 23px;
  margin-right: auto;
  margin-left: auto;
  width: 125px;
  height: 125px;
}

.recommend-column h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
  margin-top: 5px;
}

.pricing {
  padding: 40px 0 54px;
}

.pricing h3 {
  font-size: 20px;
  font-weight: 900;
  padding-left: 15px;
  padding-top: 20px;
}

.pricing-title {
  font-weight: bold;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 30px;
}

.security-title {
  font-weight: bold;
  font-size: 27px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 30px;
}

.security-des {
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}

.pricing-des {
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}

.plan_des {
  text-align: center;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.plan_des2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
}

.plan_des3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 5px;
  margin-top: 30px;
}

.plan_attention {
  margin-left: 300px;
  margin-bottom: 30px;
}

.pricing_list {
  width: 19%;
  padding-left: 5px;
  padding-right: 5px;
  background: #ffffff;
  float: left;
  border-radius: 3px;
}

.new {
  width: 28%;
  display: inline-block;
  float: none;
}

.yesmark {
  border: 3px solid #00bfff;
  display: inline-block;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  vertical-align: middle;
}

.pricing_plan {
  display: block;
  padding: 0;
  margin: 0;
  border: 1px solid #dddddd;
}

.plan_header {
  color: #ffffff;
  text-align: center;
}

.plan_header h3 {
  padding: 8px 0px 8px 0px;
  font-size: 14px;
}

.plan_price {
  min-height: 180px;
  background: rgba(0, 0, 0, 0.08);
}

.plan_name {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.plan_comment {
  font-size: 16px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #ffffff;
}

.plan_signup_top {
  display: none;
}
.plan_signup_top_des {
  color: #ffffff;
  font-weight: 900;
  font-size: 16px;
  line-height: 25px;
}

.signup_pricing {
  background-color: #ffffff;
}
.btn_signup_pricing {
  background: #f69c2f;
  font-weight: 700;
  border-radius: 100px;
  display: inline-block;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  width: 170px;
  color: #ffffff;
}

.pricing_plan ul {
  margin: 0;
  padding: 20px 0px 20px 0px;
  background: #ffffff;
  color: #464646;
  text-align: center;
  height: 760px;
}

.enterprise_menu_list {
  height: 1064px !important;
}

.pricing_plan li {
  margin: 0 10px;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
  font-size: 14px;
}

.pricing_plan .kinou {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
  font-size: 14px;
  background-color: #f5f5f5;
  color: #000000;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}

.accordion_menu_list {
  margin: 0 10px;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
  font-size: 13.5px;
}

#alp:after {
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline;
  vertical-align: middle;
  content: "\f107";
  margin-left: 10px;
  font-weight: 900;
}

a.tooltip span {
  display: none;
  padding: 15px;
  margin-left: 8px;
  width: 500px;
}

a.tooltip:hover {
  position: relative;
  opacity: 1;
}

a.tooltip:hover span {
  display: block;
  position: absolute;
  top: 25px;
  right: -450px;
  border: 5px solid #77c2fd;
  background: #ffffff;
  color: #042a4c;
  text-align: left;
  font-size: 14px;
}
#enterprise_functionList a.tooltip:hover span {
  display: block;
  position: absolute;
  top: 25px;
  right: -100px;
  border: 5px solid #77c2fd;
  background: #ffffff;
  color: #042a4c;
  text-align: left;
}

.plan_amount {
  font-size: 28px;
  font-weight: 600;
  padding: 0px 3px 0px 0px;
  text-align: center;
  color: #ffffff;
}

.plan_per {
  font-size: 12px;
}

.plan_button_area {
  width: 185px;
  height: 50px;
  background: #fdc858;
  text-align: center;
  line-height: 45px;
  border-radius: 2px;
}

.line2 {
  line-height: 18px;
  padding: 7px 0;
  box-sizing: border-box;
}

.line2 .plan_button {
  font-size: 14px;
  display: inline-block;
}

.plan_button {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
}

.plan_button_area a:hover {
  background: #fdc858;
}

.over_pricing {
  width: 70%;
  margin: auto;
  border: 1px solid #999999;
  color: #000000;
}

.over_pricing td {
  text-align: left;
  padding: 10px;
  border: 1px solid #999999;
}

.academic_example {
  margin-left: 20px;
}
.academic_example_p {
  margin-left: 33px;
}

.academic_example_box {
  margin: 5px 50px;
}
.pricing_section_title {
  font-weight: 700;
  font-size: 20px;
  color: #2c2d30;
  line-height: 27px;
}
.pricing_section {
  margin-left: 15px;
}
.pricing_subhead {
  font-weight: 700;
  text-decoration: underline;
}
.open_application_form_button {
  width: 325px;
  color: white;
  background: #77c2fd;
  height: 80px;
  border: 2px solid #77c2fd;
  font-weight: 700;
  font-size: 18px;
  padding: 0 21px;
  text-align: center;
  border-radius: 5px;
  padding-top: 6px;
  border-bottom: 6px solid #4d81aa;
  margin-bottom: 7px;
  &:hover {
    margin-top: 6px;
    border-bottom: 2px solid #4d81aa;
    color: #fff;
    margin-bottom: 1px;
    transition: 0.3s;
  }
}

.pricing_table {
  border-collapse: collapse;
  border-spacing: 0;
}

.pricing_table_sp {
  display: none;
}

.pricing_table .title_box {
  text-align: center;
  height: 154px;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 15px;
}

.pricing_table th {
  width: 240px;
  text-align: left;
  padding: 0 0 0 18px;
}

.pricing_table td {
  width: 400px;
  text-align: center;
  padding-bottom: 10px;
}

.pricing_table .plan_title {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 15px;
}

.pricing_table .plan_price {
  font-weight: 900;
  font-size: 56px;
  margin-bottom: 20px;
}

.pricing_table .plan {
  line-height: 20px;
  font-size: 12px;
  color: gray;
}

.pricing_table .no-title {
  background-color: #f0f0f0;
}

.pricing_table .no-content {
  background-color: #f0f0f0;
}

.pricing_table .content-title {
  padding-left: 40px;
}

.pricing_table p {
  font-size: 32px;
}

.pricing_table .com {
  font-size: 12px;
  line-height: 18px;
}

.pricing_des {
  counter-reset: section;
  list-style-type: disc !important;
  margin-left: 35px;
  padding-bottom: 10px;
}
.pricing_box {
  padding: 20px;
  padding-left: 50px;
  width: 75%;
  border: 1px solid #dedede;
  border-radius: 6px;
  counter-reset: section;
  list-style-type: disc !important;
  margin-left: 5px;
}

.enterprize_des {
  width: 70%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 15px;
  color: #000000;
}

.faq_area {
  margin-top: 80px;
  background: #f5f6fa;
  padding-top: 40px;
  padding-bottom: 50px;
}

.toparea-title-faq {
  margin-top: 80px;
}

.faq-content-wrap {
  max-width: 1100px;
  margin: 20px auto 0px;
  padding-bottom: 101px;
}

.faq_title {
  padding-top: 15px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 900;
  font-size: 32px;
}

.faq_list {
  margin: 30px;
}

.faq_section h3 {
  font-size: 16px;
  border-bottom: 1px dotted #a5a5a5;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-weight: 800;
}

.article_list li {
  margin-bottom: 10px;
  font-size: 16px;
  list-style-type: disc;
  margin-left: 26px;
}

.faq-article-title {
  text-align: left;
  font-size: 25px;
  font-weight: 800;
  padding-bottom: 45px;
}

.simple {
  padding: 104px 0 89px;
}

.simple-content {
  float: right;
  padding-top: 37px;
  width: 420px;
}

.simple-content h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  border-bottom: solid 6px #f4f4f4;
  padding-bottom: 43px;
  margin-bottom: 43px;
}

.simple-content ul {
  margin-bottom: 5px;
}

.simple-content ul li {
  font-size: 23px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 31px;
}

.simple-content ul li img {
  float: left;
  margin-right: 23px;
}

.simple-content ul li span {
  display: block;
  overflow: hidden;
}

.simple-img {
  float: left;
  max-width: 587px;
  width: 53%;
}

.simple-img img {
  display: block;
  margin: 0 auto;
}

.comments {
  background: #10bbf1;
  color: white;
  text-align: center;
  padding: 70px 0 60px;
}

.comments .box {
  display: none;
  padding: 0 195px 55px;
}

.comments .box.visible {
  display: block;
}

.comments .box h4 {
  font-weight: 500;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 37px;
}

.comments .box h4 a {
  font-weight: bold;
  color: white;
}

.comments .box h4 a:hover {
  text-decoration: underline;
}

.comments .box p {
  font-size: 19px;
  line-height: 32px;
  font-weight: 300;
}

.comments .tabs {
  display: block;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.comments .tabs li {
  display: inline-block;
  margin: 0 8px;
  width: 11px;
  height: 11px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  cursor: pointer;
  -moz-transition: box-shadow 0.3s ease, background-color 0.3s ease;
  -ms-transition: box-shadow 0.3s ease, background-color 0.3s ease;
  -o-transition: box-shadow 0.3s ease, background-color 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.comments .tabs li:hover {
  background-color: white;
}

.comments .tabs li.active {
  background-color: transparent;
  box-shadow: 0 0 0 2px white;
}

.comments .tab {
  position: relative;
}

.comments .tab-prev,
.comments .tab-next {
  position: absolute;
  left: 98px;
  top: 94px;
  width: 23px;
  height: 16px;
  background-position: 0 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.comments .tab-prev:hover,
.comments .tab-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.comments .tab-next {
  left: auto;
  right: 98px;
  background-position: -50px 0;
}

.video {
  background-color: #f3f4f5;
}

.video-title {
  font-weight: bold;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 25px;
}

.video .toparea-des br {
  display: none;
}

.video-subtitle {
  font-size: 19px;
  line-height: 25px;
  color: #919191;
  text-align: center;
}

.video {
  padding: 80px 0 65px;
}

.video-block {
  margin: 0 auto 32px;
  max-width: 960px;
  text-align: center;
}

.video-block img {
  width: 80%;
  height: auto;
}

.SPimg {
  display: none;
}

.video-share-wrapper {
  clear: both;
  text-align: center;
}

.video-wrap {
  position: relative;
}

.video-wrap-sp {
  display: block;
  position: relative;
  text-align: center;
}

.video-btn {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px; /*コントローラー分下部に余白を*/
  cursor: pointer;
}

.video-btn-sp {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 300px; /*コントローラー分下部に余白を*/
  cursor: pointer;
}

.social-list {
  display: inline-block;
}

.social-list li {
  font-size: 19px;
  line-height: 38px;
  float: left;
  margin: 0 9px;
}

.social-list li a {
  font-size: 15px;
  line-height: 38px;
  display: block;
  width: 160px;
  height: 38px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #3bcbff;
  color: white;
  text-align: center;
  -moz-transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear;
  -ms-transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear;
}

.social-list li a:hover {
  background-color: #6ed9ff;
}

.social-list li a:active {
  background-color: #08bdff;
}

.social-list li a.social-facebook {
  background-color: #1e3aa6;
}

.social-list li a.social-facebook:hover {
  background-color: #2649d1;
}

.social-list li a.social-facebook:active {
  background-color: #162b7b;
}

.social-list li a.social-google {
  background-color: #d72d26;
}

.social-list li a.social-google:hover {
  background-color: #e05650;
}

.social-list li a.social-google:active {
  background-color: #ac241e;
}

.discover {
  padding: 80px 0 0px;
}

.pain2 {
  max-width: 1100px;
  margin: 22px auto 85px;
}

.pain2-colum-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 20px 40px 0 60px;
}

.pain2-colum {
  width: 460px;
}

.pain-pcimg {
  margin-top: 15px;
  margin-bottom: 20px;
  width: 95%;
  display: block;
}

.pain-spimg {
  display: none;
}

.pain2 .toparea-des br {
  display: none;
}

.pain2-des {
  max-width: 450px;
  margin: 0 auto;
  margin-top: 12px;
}

.pain2-des p {
  text-align: start;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  margin-left: 30px;
  line-height: 30px;
}

.pain2-des .fixed {
  display: block;
}

.pain2-des span {
  color: red;
}

.pain2-des p:before {
  content: url(https://d1e4giw8bkqfro.cloudfront.net/images/check.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.5);
  position: absolute;
  z-index: -1;
  left: -35px;
  top: -3px;
}

.discover-content {
  padding: 30px 30px 0px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.discover-content h2 {
  font-size: 22px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
}

.discover-important {
  font-weight: 900;
  color: red;
}

.tokutyou {
  background-color: #f99616;
  margin: 0 auto 30px;
  width: 80px;
  height: 80px;
  line-height: 1px;
  border-radius: 50%;
  text-align: center;
}

.tokutyou-text1 {
  display: inline-block;
  color: #ffffff;
  margin-top: 20px;
  font-size: 16px;
}

.tokutyou-text2 {
  display: inline-block;
  margin-top: 28px;
  color: #ffffff;
  font-size: 28px;
}

.discover-button {
  padding-top: 68px;
  margin: 0 -10px;
  clear: both;
}

.discover-img {
  /*float: left;*/
  /*width: 60%;*/
  padding-top: 20px;
}

.discover-img img {
  display: block;
  width: 400px;
  margin: auto;
}

.discover-img-inside {
  /*margin: 0 -40px*/
  margin-top: 50px;
}

.discover-area {
  float: left;
  width: 50%;
}

.discover-area-test {
  float: left;
  width: 47%;
  padding: 10px;
}

.discover-area-test h3 {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}

.discover-sp {
  display: none;
}

.discover-area h3 {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}

.discover-title {
  font-weight: bold;
  font-size: 37px;
  line-height: 65px;
  text-align: center;
  margin-bottom: 40px;
}

.discover-area li {
  font-size: 19px;
  font-weight: 550;
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important; /*ポチ消す*/
  text-align: left;
}

.facebook_area {
  margin: auto;
  width: 500px;
  padding-right: 10px;
  float: left;
}

.signUpFormWrapper {
  position: relative;
}

.signUpFormWrapper input {
  font-size: 0.9375rem;
  border: solid 1px #387ef5;
  border-radius: 4px;
  width: 310px;
  height: 35px;
  padding: 10px;
  margin-right: 8px;
}

.button_b {
  color: white;
  background: #387ef5;
  height: 57px;
  width: 192px;
  border: 1px solid #387ef5;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.975rem;
  padding: 0 21px;
  text-align: center;
  -moz-transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear;
  -ms-transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button_des {
  font-size: 0.875rem;
  margin-top: 1rem;
}

.button_area {
  text-align: center;
  border: solid 1px #e8e6e4;
  padding: 30px 10px;
  border-radius: 4px;
}

/* バリデーションメッセージ */
/* 矢印表示は以下を参考にできます */
/* http://www.cssarrowplease.com/ */
.validationBox {
  display: none;
  position: absolute;
  bottom: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px;
  font-size: 14px;
  color: #454545;
  margin-bottom: 10px;
  width: 240px;
  font-weight: 400;
  text-align: center;
}

.box_option {
  left: 300px;
}

.validationBox:after,
.validationBox:before {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.validationBox:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.validationBox:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ddd;
  border-width: 11px;
  margin-left: -11px;
}

.example {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

.slack_mark_l {
  width: 30px;
}

.stock_mark_l {
  width: 35px;
}
.stock_mark_sub {
  width: 27px;
}

.hg_area_wrap {
  padding: 30px 0 30px;
  background-color: #fafafa;
  text-align: center;
}

.hg_area_des {
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
}

.hg_area_num {
  color: #40c9f4;
  font-size: 50px;
}

.hg_area_wrap p {
  margin: 0 auto;
  max-width: 500px;
  text-align: right;
}
.promo-wrapper-enter {
  width: 95%;
  margin: 0 auto;
}
.promo-column-enter {
  padding: 0 20px 60px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
}
.promo-column-enter img {
  display: block;
  margin-bottom: 23px;
  margin-right: auto;
  margin-left: auto;
  width: 110px;
}
.promo-column-enter h5 {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 12px;
  margin-top: 5px;
}
.promo-column-enter p {
  font-size: 15px;
  line-height: normal;
}
.promo .spacerForPc {
  height: 50px;
}
.enterprise-box {
  width: 100%;
  display: inline-flex;
  margin-top: 30px;
  margin-bottom: 25px;
}
.enterprise-other {
  width: 50%;
}
.enterprise-other .item_img {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
  width: 10%;
}
.zoom_guide {
  text-align: left;
  margin-top: 40px;
  border: 3px solid #77c2fd;
  box-shadow: 0px 0px 15px 2px rgba(119, 194, 253, 0.5);
  background-color: #fff;
  display: block;
  padding: 40px 40px 25px 40px;
  border-radius: 6px;
  background-clip: padding-box;
  line-height: 1.5rem;
  margin-bottom: 18px;
  position: relative;
  word-break: break-word;
  border-radius: 20px;
}
.zoom_guide_button {
  background: #77c2fd;
  width: 450px;
  border: 2px solid #77c2fd;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: white;
  line-height: 76px;
  border-radius: 6px;
  margin: 0 auto;
  position: relative;
  &:hover {
    color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 144, 254, 0.5),
      inset 0px -3px 6px -2px rgba(0, 0, 0, 0.2);
  }
}
.zoom_guide_pop {
  font-size: 18px;
  padding-bottom: 10px;
  text-align: center;
}
.zoom_guide_pop span {
  position: relative;
  display: inline-block;
}
.zoom_guide_pop span::before {
  content: "";
  width: 16px;
  height: 19px;
  background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/hidari.png);
  background-size: cover;
  position: absolute;
  left: -35px;
  top: 5px;
}
.zoom_guide_pop span::after {
  content: "";
  width: 16px;
  height: 19px;
  background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/migi.png);
  background-size: cover;
  position: absolute;
  right: -35px;
  top: 5px;
}

.calenderButton-wrapper {
  display: flex;
  flex-flow: column;
  gap: 20px;
  padding: 40px 0;
}

.calenderButton {
  background: #77c2fd;
  width: 450px;
  border: 2px solid #77c2fd;
  font-weight: 700;
  font-size: 20px;
  padding: "8px 20px 0 20px";
  text-align: center;
  text-decoration: none;
  display: block;
  color: white;
  line-height: 76px;
  border-radius: 6px;
  margin: 0 auto;
  position: relative;
  &:hover {
    color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 144, 254, 0.5),
      inset 0px -3px 6px -2px rgba(0, 0, 0, 0.2);
  }
}

.calenderButton::before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/add-calendar.png);
  background-size: cover;
  position: absolute;
  top: 22px;
  left: 24px;
}

.calenderButton.google-calender::before {
  background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/add-google-calendar.png);
}

p.zoom_guide_title {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 20px;
  text-align: center;
  line-height: 32px;
}
p.zoom_guide_title span {
  padding-bottom: 3px;
  border-bottom: 2px solid #042a4c;
}
.conversions_btns_box {
  text-align: center;
  position: relative;
  padding: 15px 0px;
}

.toparea-title {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
  color: #042a4c;
  padding: 0 55px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.toparea-title-bar {
  -webkit-flex: 0 1 50px;
  flex: 0 1 50px;
  position: relative;
  margin: 0 30px;
}

.toparea-title-bar:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #042a4c;
  left: 0;
}

.toparea-des {
  font-weight: bold;
  font-size: 34px;
  line-height: 65px;
  text-align: center;
  margin-bottom: 15px;
}

.toparea-des span {
  background: linear-gradient(transparent 70%, #d5ecff 30%);
}
/* sidebar --------------------------  */

.desktop-app-download-box {
  padding-top: 40px;
}

/* 簡易問い合わせ  */
.quickContactWrapper {
  position: fixed;
  bottom: 10px;
  right: 25px;
  z-index: 9999;
}
.quickContactWrapper .quickContactWrapper__openBtn {
  background: #0c2b4d;
  color: #fff;
  line-height: 48px;
  width: 148px;
  font-size: 18px;
  padding: 0 15px;
  border-radius: 24px;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
.quickContactWrapper .quickContactWrapper__content {
  display: none;
}
.quickContactBoxPage {
  width: 400px;
  height: 480px;
  max-height: calc(100vh - 50px);
}
.quickContactBoxPage .quickContactBoxPage__header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 42px;
  background: #0c2b4d;
  color: #fff;
  display: table;
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.quickContactBoxPage .quickContactBoxPage__body {
  position: absolute;
  top: 42px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-style: solid;
  border-color: #ddd;
  border-width: 0 1px 1px;
  padding: 10px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}
.quickContactBoxPage
  .quickContactBoxPage__header
  .quickContactBoxPage__header__left {
  display: table-cell;
  vertical-align: middle;
  line-height: 40px;
  width: 30px;
  text-align: center;
}
.quickContactBoxPage
  .quickContactBoxPage__header
  .quickContactBoxPage__header__center {
  display: table-cell;
  vertical-align: middle;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.quickContactBoxPage
  .quickContactBoxPage__header
  .quickContactBoxPage__header__right {
  display: table-cell;
  vertical-align: middle;
  line-height: 40px;
  width: 30px;
  text-align: center;
}
.quickContactBoxPage
  .quickContactBoxPage__header
  .quickContactBoxPage__header__left
  button,
.quickContactBoxPage
  .quickContactBoxPage__header
  .quickContactBoxPage__header__right
  button {
  display: block;
  width: 30px;
  height: 40px;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
}
.quickContactBoxPage
  .quickContactBoxPage__header
  .quickContactBoxPage__header__left
  button
  i {
  font-size: 24px;
}
.quickContactBoxPage
  .quickContactBoxPage__header
  .quickContactBoxPage__header__right
  button
  i {
  font-size: 14px;
}
.quickContactStartDescription {
  font-size: 15px;
  margin: 5px 0;
  font-weight: bold;
}
.quickContactStartDescriptionSub {
  font-size: 14px;
  margin: 0 0 15px;
  line-height: 1.4;
}
.quickContactStartSubDescription {
  font-size: 14px;
}
.quickContactSelectTypeLnkWrapper {
  padding: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: -1px 0;
  line-height: 1;
}
.quickContactSelectTypeLnkWrapper a {
  display: block;
  padding: 18px 12px;
  font-size: 14px;
}
.quickContactFormItem {
  display: block;
  margin: 0 0 16px;
}
.quickContactFormItem label {
  display: block;
  margin: 0 0 3px;
  line-height: 20px;
  font-size: 15px;
}
.quickContactFormItem label.required:after {
  content: "*";
  color: #ff0202;
}
.quickContactFormItem input[type="text"],
.quickContactFormItem input[type="email"] {
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
  line-height: 32px;
  font-size: 15px;
  width: 100%;
  height: 34px;
  padding: 0 10px;
  box-sizing: border-box;
}
.quickContactFormItem textarea {
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
  line-height: 1.4;
  font-size: 15px;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
}
.quickContactFormItem input[type="text"].invalid,
.quickContactFormItem input[type="email"].invalid,
.quickContactFormItem textarea.invalid {
  border-color: #ff0202;
}
.quickContactSubmitBtnBox {
  text-align: right;
}
.quickContactSubmitBtn {
  background: #0c2b4d;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 38px;
  padding: 0;
  border: none;
  border-radius: 3px;
  width: 65px;
  letter-spacing: 2px;
}
.quickContactLoading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.quickContactLoading i.fa {
  font-size: 64px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  color: #777;
}
.quickContactThankyouIconWrapper {
  text-align: center;
  margin: 15px 0 20px;
  color: #777;
}
.quickContactThankyouIconWrapper i.fa {
  font-size: 54px;
}
.quickContactThankyouTitle {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
.quickContactThankyouDescription {
  font-size: 14px;
  text-align: center;
}
.quickContactCloseLnk {
  display: block;
  width: 50px;
  margin: 30px auto 0;
  font-size: 16px;
}

.faq-in-lp .wrap {
  background-color: #f3f4f5;
  padding-top: 1px;
  margin-top: 15px;
}

.faq-in-lp-content {
  border-bottom: #ccc solid 1px;
  padding-top: 8px;
  padding-bottom: 21px;
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 22px;
  margin-right: 20px;
  margin-left: 20px;
}

.faq-in-lp-question {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  position: relative;
  margin-left: 50px;
  padding-left: 10px;
}

.faq-in-lp-question span {
  display: none;
}

.faq-in-lp-question::before {
  content: "";
  background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/Q.png);
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: calc(50% - 20px);
  left: -50px;
  width: 40px;
  height: 40px;
}

.faq-in-lp-answer {
  color: #042a4c;
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  padding-left: 17px;
}

/* ===新しく作りました！=== */

.promo-wrapper {
  max-width: 1100px;
  height: auto;
  margin: 0px auto 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.promo-colum {
  width: 306px;
  height: 420px;
  border-radius: 25px;
  box-shadow: 2px 5px 10px 2px rgba(202, 202, 202, 0.5),
    inset 1px 0px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-align-self: auto;
  align-self: auto;
  margin: 15px;
}

.promo-colum img {
  width: 60%;
  height: auto;
  display: block;
  margin: 30px auto;
}

.promo-colum h5 {
  margin-top: 50px;
}

.promo-colum h5 span {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #d5ecff 30%);
}

.hito-wrap {
  width: 306px;
  height: 200px;
  margin: 0 auto;
}

.promo-colum p {
  width: 275px;
  height: auto;
  margin: 0 auto 50px;
  text-align: center;
  font-weight: bold;
}
.promo-colum p span {
  color: red;
}

.promo-other-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px;
}

.promo-other-wrapper:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f3f4f5;
  z-index: -1;
  border-radius: 50px;
}

.promo-other-wrapper h6 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  width: 440px;
  margin: 0 auto;
}

.promo-other-wrapper h6:before {
  content: "";
  width: 19px;
  height: 24px;
  background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/hidari.png);
  background-size: cover;
  position: absolute;
  left: 0;
}

.promo-other-wrapper h6:after {
  content: "";
  width: 19px;
  height: 24px;
  background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/migi.png);
  background-size: cover;
  position: absolute;
  right: 0;
}

.promo-colum-wrapper {
  position: relative;
  padding: 0 45px;
}

.promo-other-colum {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  padding-top: 10px;
}

.promo-others {
  width: 263px;
  height: auto;
  margin: 30px 10px 0px 10px;
}

.promo-SP-only {
  display: none;
}

.ptop {
  width: 295px;
  height: 80px;
  display: flex;
  align-items: center;
}

.ptop img {
  height: 70px;
  width: auto;
}

.promo-others p {
  font-size: 14px;
  line-height: 25px;
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 5px;
}

.promo-others .ptop p {
  font-size: 16px;
  font-weight: bold;
  padding-left: 35px;
  margin-top: 0;
}

.promo-other-colum-2 .promo-others:first-child p {
  font-size: 16px;
}

.link-SP-only {
  display: none;
}

.link-PC-only {
  display: block;
}

.linkage-colum p:nth-child(2):nth-child(2) {
  font-weight: normal;
}

.promo-linkage-wrapper {
  max-width: 1000px;
  margin: 70px auto 65px;
  position: relative;
  padding: 15px 0px 0px;
}

.promo-linkage-wrapper:after {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f3f4f5;
  z-index: -1;
  border-radius: 50px;
}

.promo-linkage-wrapper h6 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
  position: relative;
}

.linkage-colum-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  padding-bottom: 30px;
}

.link-img-wrap {
  width: 200px;
  height: 110px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  align-self: auto;
}

.link-img-wrap img {
  width: auto;
  height: 60%;
  margin: 0 auto;
  padding-top: 30px;
  display: block;
}

.linkage-colum-wrapper .linkage-colum:first-child .link-img-wrap img {
  padding-top: 10px;
}

.linkage-colum-wrapper .linkage-colum:first-child .link-img-wrap .mailimg {
  height: 70%;
  padding-top: 20px;
}

.linkage-colum {
  width: 200px;
  height: auto;
  -webkit-align-self: auto;
  align-self: auto;
  margin: 0 auto;
}

.linkage-colum p:nth-child(2) {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cvtop_height {
  display: none;
}

.interview-promo-title {
  margin-top: 60px;
}

.menu_area_item .sign_up_btn:hover {
  color: #fff;
}

::-webkit-full-page-media,
:future,
:root .header-wrapper-top .first_view_btns_box {
  width: auto;
}

::-webkit-full-page-media,
:future,
:root .header-wrapper-top .registLnk_content.caret_style::after {
  right: 230px;
}

/* media --------------------------  */
@media only screen and (min-width: 1220px) {
  .first_view_btns_box {
    padding: 0px;
    width: 450px;
  }
  a.registLnk.first_view_button,
  a.shiryou_lnk.first_view_button {
    text-decoration: none;
    display: inline-block;
    color: white;
    line-height: 60px;
    padding: auto;
    vertical-align: middle;
  }
  a.registLnk.first_view_button.white,
  a.shiryou_lnk.first_view_button.white {
    background: #ffffff;
    color: #77c2fd;
  }
  a.registLnk.button.w550,
  a.shiryou_lnk.button.w550 {
    width: 450px;
    height: 60px;
    line-height: 56px;
    top: 15px;
    padding: 0px;
  }
  a.shiryou_lnk.button.w550 {
    margin-top: 1px;
  }
  .shiryouLnk_content.caret_style::after {
    right: 30px;
    bottom: -3px;
  }
  .registLnk_content.caret_style::after {
    right: 30px;
  }
  .br-medium {
    display: none;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1100px) {
  /* ↓safariで、キービジュアルのcvボタンが表示崩れを起こさないためのstyleです↓ */
  ::-webkit-full-page-media,
  :future,
  :root .header-wrapper-top .registLnk_content.caret_style::after {
    right: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .header-logo {
    margin-left: 10px;
    height: auto;
    padding: 10px;
  }
  .logo {
    width: 15%;
  }

  .sp_menu_area {
    display: block;
  }

  .menu_area_wrapper {
    display: none !important;
  }

  .menu_area_fixed {
    position: fixed;
    z-index: 9999;
    border-bottom: 1px solid;
    background-color: #ffffff;
  }
}

@media only screen and (max-width: 720px) {
  .app_download_link .app_download_link__imgBox {
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

@media only screen and (max-width: 1220px) and (min-width: 481px) {
  header {
    text-align: center;
    font-size: 19px;
    line-height: 28px;
  }
  header h1 {
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    margin-top: 45px;
    margin-bottom: 10px;
    text-shadow: 0px 0px 3px grey;
  }
  .header-wrapper-top h1 {
    margin-left: 0px;
  }
  header p {
    font-size: 15px;
    text-shadow: 0px 0px 3px grey;
  }
  header .buttons-wrapper .button {
    margin-bottom: 20px;
  }

  .header-img {
    display: none;
  }

  .firstview-img-wrapper{
    display: none;
  }

  .header_style .wrap{
    justify-content: center;
  }

  .header-wrapper {
    padding-top: 0;
    max-width: none;
  }

  .button {
    width: 300px;
    height: 80px;
    font-weight: 500;
    font-size: 16px;
  }

  a.registLnk.button.row2,
  a.shiryou_lnk.button.row2 {
    line-height: 20px;
    position: relative;
  }

  a.registLnk.button,
  a.shiryou_lnk.button {
    line-height: 60px;
  }
}

@media only screen and (max-width: 1100px) and (min-width: 481px) {
  .header-logo {
    margin-left: 10px;
    height: auto;
    padding: 8px 10px;
  }
  .header-copy {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .logo {
    width: 15%;
  }

  .sp_menu_area {
    display: block;
  }
  .menu_area_wrapper {
    display: none !important;
  }

  .menu_area_fixed {
    position: fixed;
    z-index: 9999;
    border-bottom: 1px solid;
    background-color: #ffffff;
  }
  .menu_list li {
    padding-right: 10px;
  }
  .menu_list a {
    font-size: 0.8rem;
  }
  .menu_list .sign_up {
    width: 100px;
    margin-right: 10px;
  }
  .attention {
    display: none;
  }
  .attention_img {
    width: 25px;
  }
  .popupModal1 {
    display: block;
    margin-top: 60px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: underline;
    background: orange;
    height: 40px;
    padding-top: 10px;
  }
  /* header {
        text-align: center;
        font-size: 19px;
        line-height: 28px;
    }
    header h1 {
        text-align: center;
        font-size: 28px;
        line-height: 45px;
        margin-top: 45px;
        margin-bottom: 10px;
        text-shadow: 0px 0px 3px grey;
    }
    .header-wrapper-top h1{
        margin-left: 0px;
    }
    header p{
        font-size: 15px;
        text-shadow: 0px 0px 3px grey;
    }
    header .buttons-wrapper .button {
        margin-bottom: 20px
    } */
  .br-sp {
    display: block;
  }
  .height-sp {
    display: block;
    height: 40px;
  }
  .sp_download_android {
    text-align: center;
  }
  .sp_download_ios {
    text-align: center;
  }
  .discover {
    padding: 50px 0 50px;
  }
  .discover-area {
    width: 100%;
    padding-top: 30px;
  }
  .discover-area-test {
    width: 100%;
    /*padding-top: 30px;*/
  }
  .discover-title {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .discover-pc {
    display: none;
  }
  .discover-sp {
    display: block;
  }
  .discover-area h3 {
    font-size: 22px;
  }
  .discover-area-test h3 {
    font-size: 19px;
    margin-top: 0px;
    line-height: 28px;
  }
  .pain2-colum-wrapper {
    display: flex;
    flex-flow: column;
  }
  .pain2-colum {
    margin: 30px auto;
  }
  .pain2-des p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 18px;
  }
  .promo {
    padding: 50px 0px 50px;
  }
  .promo-title {
    font-size: 19px;
    line-height: 28px;
  }
  .promo-title-2 {
    font-size: 14px;
    line-height: 28px;
  }
  .promo-des {
    font-size: 21px;
  }
  .promo-other-item {
    margin-right: 5px;
    margin-left: 5px;
  }
  .promo-other1 {
    padding: 20px 0px 20px 0px;
    width: 100%;
  }
  .promo-column h5 {
    font-size: 21px;
    line-height: 25px;
  }
  .promo-other-wrapper:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f3f4f5;
    z-index: -1;
    border-radius: 50px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .chat_img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .item_body h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .item_body p {
    font-size: 13px;
  }
  .promo-second {
    width: 100%;
  }
  .promo-other2 {
    padding: 20px 0px 20px 0px;
    width: 100%;
  }
  .item_img {
    margin-left: 10px;
    margin-right: 10px;
    width: 13%;
  }
  .promo-other-item h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .other-item-title {
    margin-left: 0px;
    text-align: center;
  }
  .item_body {
    font-size: 13px;
    line-height: 20px;
    margin-right: 10px;
    overflow: hidden;
  }
  .promo-column,
  .promo-column.two-columns,
  .promo-column.three-columns {
    width: auto;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    padding: 0px 0px 40px;
  }
  .promo-column img {
    margin-left: auto;
    margin-right: auto;
  }
  .promo-column p {
    font-size: 16px;
    line-height: 20px;
  }
  .promo-last {
    padding: 50px 0px 50px;
  }
  .promo-column ul {
    padding: 0;
  }
  .promo-column li:before {
    display: none;
  }
  .promo-item-wrapper2 {
    margin: 0 -15px;
    width: inherit;
    padding-top: 0px;
    padding-left: 0px;
  }
  .promo-other-wrapper h6 {
    width: 440px;
    margin: 0 auto;
  }
  .promo-other-wrapper h6:before {
    left: 0;
  }
  .promo-other-wrapper h6:after {
    right: 0;
  }
  .promo-linkage-wrapper:after {
    margin-right: 30px;
    margin-left: 30px;
  }
  .linkage-colum-wrapper {
    padding-right: 45px;
    padding-left: 45px;
  }
  .security-column {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .security-column2 {
    width: 100%;
  }
  .interview {
    padding: 0px;
  }
  .interview_list {
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .interview .interview-title {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 12px;
    margin-left: 0px;
    font-weight: 800;
    text-align: center;
  }
  .interview-des {
    font-size: 22px;
    padding-top: 45px;
  }
  .interview .interview_name:before {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
    width: 25px;
  }
  .interview .interview_name:before {
    margin-right: 1rem;
  }
  .interview-auther p {
    font-size: 16px;
  }
  .interview-auther p:before {
    border-top: 1px solid;
    content: none;
    flex-grow: 1;
    width: 0px;
    margin-right: 1rem;
  }
  .interview-intro {
    padding-top: 35px;
  }
  .plan_des {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 5px;
  }
  .plan_des2 {
    text-align: center;
    font-size: 19px;
    margin-bottom: 60px;
  }
  .plan_des3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .plan_attention {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    font-size: 15px;
    text-align: left;
  }
  .pricing-title {
    font-size: 28px;
    line-height: 40px;
    margin-top: 30px;
  }
  .pricing_section {
    margin-left: 0;
  }
  .pricing_table {
    display: none;
  }
  .pricing_table_sp {
    border-collapse: collapse;
    border-spacing: 0;
    display: inline-block;
  }
  .pricing_plan ul {
    height: initial;
  }
  .plan_button_area {
    width: initial;
  }
  .academic_example {
    margin-left: 0px;
  }
  .academic_example_p {
    margin-left: 20px;
  }
  .academic_example_box {
    margin: 0px;
  }
  .faq_area {
    margin-top: 50px;
  }
  .faq-content-wrap {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .faq_list {
    margin: 25px;
    text-align: left;
  }
  .pricing_table_sp .title_box {
    text-align: center;
    height: 154px;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .pricing_table_sp th {
    width: 240px;
    text-align: left;
    padding: 0 0 0 18px;
  }
  .pricing_table_sp td {
    width: 100%px;
    text-align: center;
    padding-bottom: 10px;
  }
  .pricing_table_sp .plan_title {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .pricing_table_sp .plan_price {
    font-weight: 900;
    font-size: 56px;
    margin-bottom: 20px;
  }
  .pricing_table_sp .plan {
    line-height: 20px;
    font-size: 12px;
    color: gray;
  }
  .pricing_table_sp .no-title {
    background-color: #f0f0f0;
  }
  .pricing_table_sp .no-content {
    background-color: #f0f0f0;
  }
  .pricing_table_sp .content-title {
    padding-left: 40px;
  }
  .pricing_table_sp p {
    font-size: 32px;
  }
  .pricing_table_sp .com {
    font-size: 12px;
    line-height: 18px;
  }
  .pricing_table_sp .plan_sp_title {
    font-size: 16px;
    background: #f0f0f0;
    text-align: left;
    padding-left: 10px;
  }
  .pricing_table_sp .plan_sp_item {
    font-size: 16px;
    margin-left: 10px;
    text-align: left;
  }
  .pricing_des {
    counter-reset: section;
    list-style-type: disc !important;
    margin-left: 20px;
    padding-bottom: 10px;
  }
  .pricing_box {
    padding: 10px;
    padding-left: 30px;
    width: 85%;
    border: 1px solid #dedede;
    border-radius: 6px;
    counter-reset: section;
    list-style-type: disc !important;
  }
  .people {
    text-align: center !important;
  }
  .over_pricing {
    width: 95%;
    margin: auto;
    border: 1px solid #999999;
  }
  .enterprize_des {
    background-color: #f6f6f6;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px;
    width: 90%;
  }
  #acMenu table {
    display: inline-table;
  }
  #acMenu tr {
    width: 100%;
    text-align: center;
  }
  #acMenu td {
    width: 50%;
  }
  .simple-content {
    float: none;
    width: auto;
    padding-top: 0;
  }
  .simple-content h3 {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
  }
  .simple-content ul {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
  .simple-img {
    float: none;
    width: auto;
    max-width: none;
    margin-left: -80px;
    margin-right: -80px;
  }
  .comments .box {
    padding-left: 0;
    padding-right: 0;
  }
  .comments .tab-prev,
  .comments .tab-next {
    display: none;
  }
  .social-list li {
    float: none;
    text-align: center;
    padding-top: 20px;
  }
  .social-list li:first-child {
    padding-top: 0;
  }
  .social-list li a {
    margin-left: auto;
    margin-right: auto;
  }
  .video {
    padding: 50px 0px 50px;
  }
  .video-title {
    font-size: 19px;
    line-height: 28px;
  }
  .discover-content {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .discover-content h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .discover-img {
    float: none;
    width: auto;
  }
  .discover-img img {
    margin: 0 auto;
  }
  .discover-button {
    text-align: center;
  }
  .comments .tabs li {
    width: 18px;
    height: 18px;
    margin: 0 14px;
  }
  .facebook_area_sp {
    display: table;
    float: none;
    padding-bottom: 30px;
    margin: auto;
  }
  .sp_footer {
    display: block;
    text-align: left;
    font-size: 14px;
  }
  .sp_footer a {
    margin-left: 10px;
    color: #ffffff;
  }
  .app_link {
    margin-left: 0px !important;
    text-decoration: underline;
  }
  .toparea-title {
    font-size: 18px;
  }
  .toparea-des {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  a.registLnk.button,
  a.shiryou_lnk.button {
    line-height: 60px;
    position: relative;
  }
  .registLnk_content.withCaret::after {
    content: "▶︎";
    right: 10px;
  }
  .shiryouLnk_content::after {
    content: "▶︎";
    bottom: 0px;
    right: 13px;
  }
  .promo-column a.button.withCaret::after {
    content: "▶︎";
  }
  a.shiryou_lnk.button.row2.shiryouLnk_content::after {
    bottom: 25px;
  }
  /* ↓safariで、キービジュアルのcvボタンが表示崩れを起こさないためのstyleです↓ */
  _::-webkit-full-page-media,
  _:future,
  :root .header-wrapper-top .registLnk_content.caret_style::after {
    right: 15px;
  }
}

/* ===[header用]=== */
@media only screen and (max-width: 1270px) {
  .sp_menu_area {
    display: block !important;
    margin-top: 35px;
  }
  .sp_menu_area.hide_narekan_bar {
    margin-top: 0;
  }

  .menu_area_wrapper {
    display: none !important;
  }

  /*-------------------------
  ↓↓ナレカン固定帯関連ここから↓↓
  -------------------------*/

  /* ↓日本語版のheaderの上部にナレカンへのリンクの帯を差し込むことになったため、英語版でheaderの上に隙間ができないようにこちらで指定しています↓ */
  .sp_menu_area.dealing_with_differences_from_japanese_header {
    margin-top: 0;
  }

  /* ↓日本語版のheaderの上部にナレカンへのリンクの帯を差し込むことになったため、各ページの上部に余白ができないようにこちらで指定しています（削除する場合は、htmlの方のdivもお願いします）↓ */
  .bar_for_dealing_with_differences_from_japanese_header {
    height: 1px;
    margin-bottom: -40px;
  }
  /*-------------------------
  ↑↑ナレカン固定帯関連ここまで↑↑
  -------------------------*/
}

/*---------------------------------------------------------------------------
  ↓↓FooterのDesktopアプリDLリンクをタブレットサイズ以下では表示しないためのstyle↓↓
  ---------------------------------------------------------------------------*/
@media only screen and (max-width: 1080px) {
  .app-link-pc-only {
    display: none;
  }
}
/*---------------------------------------------------------------------------
  ↑↑FooterのDesktopアプリDLリンクをタブレットサイズ以下では表示しないためのstyle↑↑
  ---------------------------------------------------------------------------*/
  /* @media only screen and (max-width: 1150px) {
    a.tooltip span{
      right: 10px !important;
        left: 10px;
        width: auto;
    }
    a.tooltip:hover span {
      display: block;
      position: absolute;
      top: 25px;
      right: -100px;
      border: 1px solid #cccccc;
      background: #ffffff;
      color: #6c6c6c;
      text-align: left;
      font-size: 13px;
      line-height: 24px;
    }
    .functionListItem{
      position: relative;
    }

  } */
  @media only screen and (max-width: 1200px) {
    .wrap_pricing{
      padding: 0;
      max-width: 100%;
    }
  
  }
@media only screen and (max-width: 580px) {
  .fixed-bar-br {
    display: block;
  }
  .fixed-bar {
    height: 48px;
    line-height: 20px;
    padding-top: 5px;
  }
  .fixed-bar a span::after {
    top: -1px;
  }
  .sp_menu_area {
    margin-top: 50px;
  }
  .zoom_guide_button {
    width: 100%;
    font-size: 18px;
    line-height: 56px;
  }
}

/* ===[ Responsive all mobile sizes ]=== */

@media only screen and (max-width: 480px) {
  .button {
    padding-top: 0px;
  }
  header {
    background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/firstviewsp.png);
  }
  .header-img {
    display: none;
  }
  .header-wrapper {
    padding-top: 0;
    max-width: none;
  }
  .header-wrapper-top h1 {
    margin-left: 0px;
  }
  .header-copy {
    width: 100%;
    font-size: 17px;
    padding: 8px 0;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .header-copy span::after {
    width: 340px;
    background-position: right 10%;
  }
  .attention {
    display: none;
  }
  .attention_img {
    width: 25px;
  }
  .popupModal1 {
    display: block;
    margin-top: 60px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: underline;
    background: orange;
    height: 40px;
    padding-top: 10px;
  }
  .menu_area_wrapper {
    display: none;
  }
  .sp_menu_area {
    display: block;
  }
  .menu_list {
    width: 100%;
    padding: 5px;
  }
  .menu_list li {
    width: 45%;
  }
  .menu_list a {
    font-size: 14px;
  }
  .logo {
    width: 100%;
    text-align: left;
    clear: both;
  }
  .header-logo {
    width: 120px;
    margin-left: 0px;
    height: auto;
    padding: 10px;
  }
  header {
    text-align: center;
    font-size: 19px;
    line-height: 28px;
    padding-bottom: 60px;
  }
  header h1 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    text-shadow: 0px 0px 3px grey;
  }
  header p {
    font-size: 15px;
    text-shadow: 0px 0px 3px grey;
  }
  header .buttons-wrapper .button {
    margin-bottom: 20px;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .height-sp {
    display: block;
    height: 40px;
  }
  .button {
    width: 200px;
    height: 60px;
    font-weight: 500;
    font-size: 16px;
  }
  .sp_download_android {
    text-align: center;
  }
  .sp_download_ios {
    text-align: center;
  }
  .discover {
    padding: 0;
  }
  .discover .wrap {
    padding: 0 8px;
  }
  .discover-area {
    width: 100%;
    padding-top: 30px;
  }
  .discover-area-test {
    width: 100%;
    padding: 0px;
  }
  .discover-title {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .discover-pc {
    display: none;
  }
  .discover-sp {
    display: block;
  }
  .discover-area h3 {
    font-size: 22px;
  }
  .discover-area-test h3 {
    font-size: 16px;
    margin-top: 0px;
    line-height: 25px;
    padding-top: 30px;
  }
  .pain2::before {
    transform: scale(0.4);
    position: absolute;
    right: 25%;
    top: -90px;
  }
  #problem_en .pain2::before {
    right: 18%;
  }
  .pain2 {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .pain2-colum-wrapper {
    display: flex;
    flex-flow: column;
    padding: 0;
    margin: 10px auto 0px;
  }
  .pain2-des {
    margin-top: 35px;
    width: 84%;
    margin: 20px auto 0px;
  }
  .pain2-des p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 22px;
  }
  .pain2-des br {
    display: block;
  }
  .pain2-colum {
    margin: 10px auto;
    width: 100%;
    max-width: 480px;
  }
  .pain-spimg {
    display: block;
    margin-top: 20px;
    width: 70%;
    margin: 0 auto;
  }
  .pain-pcimg {
    display: none;
  }
  .pain2 .toparea-des br {
    display: block;
  }
  .toparea-des {
    margin: 20px 5px 0 5px;
  }
  .promo {
    padding: 0px 0px 0px;
  }
  .promo .wrap {
    padding: 0;
  }
  .promo-title {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
  .promo-title br {
    display: block;
  }
  .promo-title p {
    margin-bottom: 0px;
    line-height: 32px;
  }
  .promo-title-2 {
    display: none;
    font-size: 14px;
    line-height: 28px;
  }
  .promo-title.sparea {
    display: none;
  }
  .promo-des {
    font-size: 21px;
  }
  .promo-other-item {
    margin-right: 5px;
    margin-left: 5px;
  }
  .promo-other1 {
    padding: 20px 0px 20px 0px;
    width: 100%;
  }
  .promo-column h5 {
    font-size: 21px;
    line-height: 25px;
  }
  .promo-column h6 {
    font-size: 18px;
    line-height: 20px;
  }
  .hito-wrap {
    margin: 25px auto 30px;
    height: auto;
  }
  .promo-item-wrapper {
    padding-top: 0px;
  }
  .promo-wrapper {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .promo-wrapper .promo-colum {
    margin: 10px auto;
  }
  .promo-other-wrapper:after {
    border-radius: 0px;
  }
  .promo-other-wrapper h6:after {
    right: 20px;
  }
  .promo-other-wrapper h6:before {
    left: 19px;
  }
  .chat_img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .item_body h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .item_body p {
    font-size: 13px;
  }
  .promo-second {
    width: 100%;
  }
  .promo-other2 {
    padding: 20px 0px 20px 0px;
    width: 100%;
  }
  .item_img {
    margin-left: 10px;
    margin-right: 10px;
    width: 13%;
  }
  .promo-other-item h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .other-item-title {
    margin-left: 0px;
    text-align: center;
  }
  .item_body {
    font-size: 13px;
    line-height: 20px;
    margin-right: 10px;
    overflow: hidden;
  }
  .promo-column,
  .promo-column.two-columns,
  .promo-column.three-columns {
    width: auto;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    padding: 0px 0px 40px;
  }
  .promo-column-auto {
    width: auto !important;
  }
  .promo-column img {
    margin-left: auto;
    margin-right: auto;
  }
  .promo-column p {
    font-size: 16px;
    line-height: 20px;
  }
  .promo-colum p {
    margin-bottom: 0px;
  }
  .promo-last {
    padding: 30px 0px 15px;
  }
  .promo-column ul {
    padding: 0;
  }
  .promo-column li:before {
    display: none;
  }
  .promo-item-wrapper2 {
    margin: 0 -15px;
    width: inherit;
    padding-top: 0px;
    padding-left: 0px;
  }
  .promo-item-column {
    width: 85%;
    margin: 10px;
    padding-bottom: 25px;
    height: auto;
  }
  .promo-other-wrapper h6 {
    width: 92%;
    font-size: 18px;
  }
  .promo-other-wrapper {
    padding-bottom: 12px;
  }
  .promo-other-wrapper:after {
    top: -32px;
    background-color: #fff;
  }
  .promo-others {
    display: flex;
    justify-content: space-between;
  }
  .promo-others .ptop .promo-PC-only {
    display: none;
  }
  .promo-colum-wrapper {
    padding: 0;
  }
  .ptop {
    width: 30%;
    height: 65px;
  }
  .ptop img {
    height: 70%;
    margin-left: 25%;
  }
  .ptop .secimg {
    height: 55%;
  }
  .promo-cover-SP-only {
    display: block;
    width: 80%;
    margin-right: 20px;
  }
  .promo-PC-only {
    display: none;
  }
  .promo-SP-only {
    font-weight: bold;
    font-size: 20px;
  }
  .promo-SP-only br {
    display: none;
  }
  .promo-others {
    margin: 0;
    width: 90%;
    height: auto;
    margin: 20px auto;
  }
  .promo-other-colum {
    width: 100%;
  }
  .promo-others p {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .promo-others .promo-SP-only {
    font-size: 16px;
  }
  .promo-linkage-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
  }
  .promo-linkage-wrapper h6 {
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 0px;
    border-radius: 20px;
  }
  .promo-linkage-wrapper:after {
    border-radius: 0px;
    top: -5px;
  }
  .linkage-colum p:nth-child(2) {
    font-weight: normal;
  }
  .linkage-colum {
    display: flex;
    justify-content: space-between;
    width: 90%;
    height: auto;
    margin: 20px auto;
  }
  .faqheight {
    display: none;
  }
  .linkage-colum-wrapper {
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .link-SP-only {
    display: block;
  }
  .link-PC-only {
    display: none;
  }
  .link-cover-SP-only {
    font-size: 14px;
    width: 80%;
    margin-right: 20px;
    padding-left: 10px;
  }
  .linkage-colum p:nth-child(2) {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
  }
  .link-img-wrap img {
    width: 45px;
    padding-top: 0px;
    margin-left: 25%;
    height: auto;
  }
  .linkage-colum-wrapper .linkage-colum:first-child .link-img-wrap .mailimg {
    height: auto;
    padding-top: 0;
    width: 45px;
  }
  .link-img-wrap {
    width: 30%;
  }
  .linkage-colum-wrapper .linkage-colum:first-child .link-img-wrap img {
    padding-top: 0;
  }
  .linkage-colum {
    margin-top: 20px;
  }
  .chatwork-colum {
    margin-top: 20px;
  }
  .cvtop_height {
    display: block;
  }
  .promo-colum {
    width: 85%;
    height: auto;
    padding-bottom: 30px;
    margin: 15px 8px 0px;
  }
  .promo-colum img {
    width: 45%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .promo-colum h5 {
    margin-top: 30px;
  }
  .security-column {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .security-column2 {
    width: 100% !important;
    padding: 0px;
  }
  .interview {
    padding: 0px;
    padding-bottom: 0px;
  }
  .interview_body {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .interview .wrap {
    padding: 0;
  }
  .interview_list {
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .interview_list a {
    margin-top: 0px;
    margin-bottom: 0;
    border: 0px;
    color: #6c6e6e;
  }
  .interview_list a::after {
    position: absolute;
    top: 36px;
    right: 12px;
    width: 270px;
    height: 15px;
    background-color: #bfbfbf;
    clip-path: polygon(0 100%, 100% 100%, 90% 20%, 90% 88%, 0% 88%);
    content: "";
  }
  .interview_list a:hover {
    color: #042a4c;
    font-weight: 700;
    border: 0px;
  }
  .interview .interview-title {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 12px;
    margin-left: 0px;
    font-weight: 800;
    text-align: center;
  }
  .interview .toparea-title {
    margin-bottom: 20px;
  }
  .interview-des {
    font-size: 22px;
    padding-top: 45px;
  }
  .interview .interview_name {
    font-size: 16px;
    font-weight: 900;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: left;
    display: inline-flex;
    align-items: center;
  }
  .interview .interview_name:before {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
    width: 25px;
  }
  .interview .interview_name:before {
    margin-right: 1rem;
  }
  .interview-auther p {
    font-size: 16px;
  }
  .interview-auther p :before {
    border-top: 1px solid;
    content: none;
    flex-grow: 1;
    width: 0px;
    margin-right: 1rem;
  }
  .interview-intro {
    padding-top: 35px;
  }
  .interview_text_link {
    margin-bottom: 10px;
    margin-top: 25px;
  }
  .interview_img_wrap {
    width: 90%;
  }
  .interview_adjust_margin_top {
    margin-top: 45px;
  }
  .plan_des {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 5px;
  }
  .plan_des2 {
    text-align: center;
    font-size: 19px;
    margin-bottom: 60px;
  }
  .plan_des3 {
    text-align: center;
    font-size: 22px;
    margin: 0px 10px 5px 5px;
  }
  .plan_attention {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    font-size: 15px;
    text-align: left;
  }
  .pricing-title {
    font-size: 28px;
    line-height: 40px;
    margin-top: 30px;
  }
  .pricing_section {
    margin-left: 0;
  }
  .pricing_table {
    display: none;
  }
  .pricing_table_sp {
    border-collapse: collapse;
    border-spacing: 0;
    display: inline-block;
  }
  .pricing_list {
    width: 100%;
    padding-right: initial;
    padding-left: initial;
    padding-bottom: 40px;
  }
  .enterprise {
    width: 100% !important;
  }
  a.tooltip span {
    display: none;
    padding: 2px 3px;
    margin-left: 8px;
    width: 175px;
  }
  a.tooltip:hover {
    position: relative;
    opacity: 1;
  }
  a.tooltip:hover span{
    padding: 15px;
    line-height: 24px;
  }
  .pricing_plan ul {
    height: initial;
  }
  .enterprise_menu_list {
    height: initial !important;
  }
  .plan_button_area {
    width: initial;
  }
  .plan_signup_top {
    display: block;
    height: 80px;
  }
  .academic_example {
    margin-left: 0px;
  }
  .academic_example_p {
    margin-left: 20px;
  }
  .academic_example_box {
    margin: 0px;
  }
  .faq_area {
    margin-top: 50px;
  }
  .faq-content-wrap {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 21px;
  }
  .faq-in-lp-question span {
    display: inline;
  }

  .faq-in-lp-question::before {
    display: none;
  }
  .faq-in-lp-question {
    margin-left: 0;
    font-size: 16px;
  }
  .faq-in-lp-answer {
    font-size: 14px;
  }
  .faq_list {
    margin: 25px;
    text-align: left;
  }
  .toparea-title-faq {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .pricing_table_sp .title_box {
    text-align: center;
    height: 154px;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .pricing_table_sp th {
    width: 240px;
    text-align: left;
    padding: 0 0 0 18px;
  }
  .pricing_table_sp td {
    width: 100%px;
    text-align: center;
    padding-bottom: 10px;
  }
  .pricing_table_sp .plan_title {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .pricing_table_sp .plan_price {
    font-weight: 900;
    font-size: 56px;
    margin-bottom: 20px;
  }
  .pricing_table_sp .plan {
    line-height: 20px;
    font-size: 12px;
    color: gray;
  }
  .pricing_table_sp .no-title {
    background-color: #f0f0f0;
  }
  .pricing_table_sp .no-content {
    background-color: #f0f0f0;
  }
  .pricing_table_sp .content-title {
    padding-left: 40px;
  }
  .pricing_table_sp p {
    font-size: 32px;
  }
  .pricing_table_sp .com {
    font-size: 12px;
    line-height: 18px;
  }
  .pricing_table_sp .plan_sp_title {
    font-size: 16px;
    background: #f0f0f0;
    text-align: left;
    padding-left: 10px;
  }
  .pricing_table_sp .plan_sp_item {
    font-size: 16px;
    margin-left: 10px;
    text-align: left;
  }
  .pricing_des {
    counter-reset: section;
    list-style-type: disc !important;
    margin-left: 20px;
    padding-bottom: 10px;
  }
  .pricing_box {
    padding: 10px;
    padding-left: 30px;
    width: 85%;
    border: 1px solid #dedede;
    border-radius: 6px;
    counter-reset: section;
    list-style-type: disc !important;
  }
  .people {
    text-align: center !important;
  }
  .over_pricing {
    width: 95%;
    margin: auto;
    border: 1px solid #999999;
  }
  .enterprize_des {
    background-color: #f6f6f6;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0px;
    width: 100%;
  }
  #acMenu table {
    display: inline-table;
  }
  #acMenu tr {
    width: 100%;
    text-align: center;
  }
  #acMenu td {
    width: 50%;
  }
  .simple-content {
    float: none;
    width: auto;
    padding-top: 0;
  }
  .simple-content h3 {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
  }
  .simple-content ul {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
  .simple-img {
    float: none;
    width: auto;
    max-width: none;
    margin-left: -80px;
    margin-right: -80px;
  }
  .comments .box {
    padding-left: 0;
    padding-right: 0;
  }
  .comments .tab-prev,
  .comments .tab-next {
    display: none;
  }
  .social-list li {
    float: none;
    text-align: center;
    padding-top: 20px;
  }
  .social-list li:first-child {
    padding-top: 0;
  }
  .social-list li a {
    margin-left: auto;
    margin-right: auto;
  }
  .video {
    padding: 0px 0px 15px;
  }
  .video .wrap {
    padding: 0;
  }
  .video-title {
    font-size: 19px;
    line-height: 28px;
  }
  .video .toparea-des br {
    display: block;
  }
  .PCimg {
    display: none;
  }
  .video-block .SPimg {
    display: block;
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
  .discover-content {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .discover-content h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .discover-img {
    float: none;
    width: auto;
  }
  .discover-img img {
    margin: 0 auto;
  }
  .discover-button {
    text-align: center;
  }
  .comments .tabs li {
    width: 18px;
    height: 18px;
    margin: 0 14px;
  }
  .facebook_area_sp {
    display: table;
    float: none;
    padding-bottom: 30px;
    margin: auto;
  }
  .sp_footer {
    display: block;
    text-align: left;
    font-size: 14px;
  }
  .sp_footer a {
    margin-left: 10px;
    color: #ffffff;
  }

  .footer_top {
    max-width: 480px;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
  }

  .footer_top::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #042a4c;
    left: 0;
  }

  .footer_link_colum {
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    text-align: center;
  }

  .footer_link_colum_stock {
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    text-align: center;
  }

  .footer_bottom {
    max-width: 480px;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
  }

  .footer_bottom_right {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin: 40px auto;
  }

  .footer_company_info {
    display: flex;
    flex-flow: column;
    margin-bottom: 30px;
  }

  .footer_company_info p {
    font-size: 14px;
  }

  .footer_company_info p {
    margin-left: 0px;
  }

  .white_logo {
    width: 40%;
    height: auto;
    margin: 0 auto;
  }

  .footer_bottom_left p {
    color: #fff;
    text-align: center;
    margin-top: 20px;
  }

  .app_link {
    margin-left: 0px !important;
    text-decoration: underline;
  }
  .example {
    margin: 0 auto;
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .slack_mark_l {
    width: 20px;
  }

  .stock_mark_l {
    width: 25px;
  }
  .stock_mark_sub {
    width: 20px;
  }
  .hg_area_des {
    font-weight: 700;
    font-size: 20px;
  }
  .hg_area_num {
    color: #40c9f4;
    font-size: 40px;
  }
  .hg_area_wrap p {
    margin: 0 auto;
    max-width: 90%;
    text-align: right;
  }
  .promo-column-enter {
    width: 100%;
  }
  .enterprise-box {
    display: block;
  }
  .enterprise-other {
    width: 100%;
  }
  .enterprise-item {
    margin-top: 25px;
  }
  .zoom_guide {
    padding: 30px 20px 30px;
    margin: 40px 15px 18px;
  }
  p.zoom_guide_title {
    font-size: 18px;
  }
  .wrap:after {
    display: none;
  }
  .toparea-title {
    font-size: 18px;
    padding: 30px 0 0;
  }
  .toparea-title-bar {
    margin: 0px;
  }
  .toparea-title-bar:before {
    width: 50%;
  }
  .toparea-title-bar:nth-child(3):before {
    width: 50%;
    left: 20px;
  }
  .toparea-title-bar {
    -webkit-flex: 0 1 30px;
    flex: 0 1 30px;
    position: relative;
    margin: 0px;
  }
  .toparea-des {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .toparea-des br {
    display: block;
  }
  .registLnk_content.withCaret::after {
    content: "▲";
    transform: rotate(90deg);
    bottom: 7px;
    right: 3px;
    color: #ffffff;
    font-size: 18px;
  }
  .shiryouLnk_content::after {
    content: "▲";
    transform: rotate(90deg);
    right: 3px;
    bottom: 7px;
    color: #77c2fd;
    font-size: 18px;
  }
  .promo-column a.button.withCaret::after {
    content: "▶︎";
  }
  .promo .spacerForPc {
    height: 0px;
  }
  .calenderButton {
    width: 100%;
    font-size: 18px;
    line-height: 56px;
  }
  .calenderButton::before {
    width: 25px;
    height: 25px;
    top: 16px;
  }
  .seminar-title {
    font-size: 24px;
  }
  .firstview-img-wrapper{
    display: none;
  }
  .header_style {
    padding-bottom: 20px;
  }
  .header_style .wrap{
    justify-content: center;
  }
}

@media only screen and (max-width: 420px) {
  .calenderButton::before {
    left: 8px;
  }
}

/* ===[ Responsive just mobile portrait ]=== */

@media only screen and (max-width: 479px) {
  header .buttons-wrapper .button.button-stripe {
    margin-left: 0;
  }

  .discover-content h2 {
    font-size: 36px;
    line-height: 46px;
  }
}

/* ===[印刷ページ用]=== */

@media print {
  body {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  @page {
    size: A4 landscape;
  }
  .logo {
    width: 57%;
  }
}

/* ===[Footer用]=== */

@media only screen and (max-width: 900px) {
  .footer_select {
    margin-bottom: 18px;
    text-align: center;
  }
  .footer_top {
    max-width: 480px;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    padding-top: 26px;
    padding-bottom: 0;
  }

  .footer_top::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #042a4c;
    left: 0;
  }

  .footer_link_colum {
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    text-align: center;
  }

  .footer_link_colum_stock {
    display: flex;
    flex-flow: column;
    margin: 20px auto;
    text-align: center;
    padding: 10px 20px;
    background-color: #fff;
  }

  .footer_link_colum_stock a {
    color: #042a4c;
    font-weight: bold;
  }

  .footer_bottom {
    max-width: 480px;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    flex-direction: column-reverse;
  }

  .footer_bottom_right {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin: 30px auto 40px;
  }
  .footer_link_colum_stock p {
    background-color: #042a4c;
    color: #fff;
    padding: 0 20px;
    border-radius: 20px;
  }
  .toggle {
    display: none;
  }
  .label {
    padding: 1em;
    display: block;
    color: #fff;
    position: relative;
    border-top: #fff 1px solid;
  }
  .label::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: calc(50% - 3px);
    left: 90%;
    transform: rotate(135deg);
    transition: all 0.2s;
  }
  .content {
    max-height: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
    transition: all 0.2s;
  }
  .toggle:checked + .label + .content {
    max-height: 500px;
    transition: all 0.2s;
  }
  .toggle:checked + .label::before {
    transform: rotate(-45deg);
    transition: all 0.2s;
  }
  .footer_top .label::after {
    display: none;
  }
  .footer_colum {
    width: 100%;
  }
  .content {
    margin-bottom: 0;
  }
  .footer_top {
    padding-top: 0;
    border-bottom: #fff 1px solid;
  }
  .footer_top .content {
    margin-top: 0;
  }
  .footer_top .label {
    margin-bottom: 0;
  }
  .footer_top::after {
    display: none;
  }
  .footer_top .content li {
    margin-bottom: 20px;
  }
  .sns_wrapper {
    justify-content: center;
    padding-bottom: 0;
    margin-top: 30px;
  }
  .sns_wrapper::after {
    display: none;
  }
}
