@charset "UTF-8";
@media only screen and (min-width: 750px) {
  .sp {
    display: none;
  }
}

@media only screen and (max-width: calc(750px - 1px)) {
  .pc {
    display: none;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  line-height: 150%;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  color: #000;
}

HTML {
  font-size: 20px;
  overscroll-behavior-x: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  height: 100%;
  width: 100%;
  font-family: "メイリオ", sans-serif;
  color: #000;
  background-color: #FFFFFF;
  font-weight: normal;
}

BODY {
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
BODY ::-moz-selection {
  background-color: #0F9797;
  color: #FFF;
}
BODY ::selection {
  background-color: #0F9797;
  color: #FFF;
}
BODY ::-moz-selection {
  background-color: #0F9797;
  color: #FFF;
}

A {
  cursor: pointer;
  color: #1807FF;
  display: inline-block;
  transform: scale(1);
}
A:hover {
  color: #3D9899;
}

UL {
  list-style: none;
}

.radioGroup {
  display: flex;
  align-items: center;
  margin: 4px 4px;
}
.radioGroup > LABEL {
  display: flex !important;
  align-items: center;
  margin: 0 12px 0px 0px !important;
}

INPUT[type=radio] {
  width: 18px;
  height: 18px;
}

INPUT[type=checkbox] {
  width: 18px;
  height: 18px;
}

DIV {
  position: relative;
}

TABLE {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
TABLE TH {
  text-align: center;
  font-weight: normal;
}

IMG {
  max-width: 100%;
  vertical-align: bottom;
}

HEADER {
  z-index: 1000;
}

.spHeader {
  z-index: 1000;
}

.modal {
  z-index: 1100;
}

#overlay {
  z-index: 1001;
}

#loading {
  z-index: 1002;
}

@media only screen and (max-width: 749px) {
  BODY {
    font-size: 60% !important;
  }
  INPUT[type=text], INPUT[type=email], INPUT[type=tel] {
    font-size: 17px !important;
  }
  TEXTAREA {
    font-size: 17px !important;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1919px) {
  MAIN * {
    font-size: 1.1vw;
  }
}
HEADER {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 15px 52px;
  background-color: #fff;
}
@media only screen and (max-width: 749px) {
  HEADER {
    position: fixed;
    top: 45px;
    right: -100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: calc(100% - 45px) !important;
    padding: 10px;
    background-color: #E8FDFD;
    transition: all 0.5s;
    overflow: auto;
  }
  HEADER.show {
    right: 0;
  }
}
HEADER .logo {
  height: 100%;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 749px) {
  HEADER .logo {
    width: 70%;
    height: auto;
    margin: -3vh 0 0 0;
  }
}
HEADER .logo A {
  height: 100%;
}
HEADER .logo IMG {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 749px) {
  HEADER .logo IMG {
    height: auto;
  }
}
HEADER NAV {
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 749px) {
  HEADER NAV {
    margin-top: -5vh;
    margin-bottom: 0;
  }
}
HEADER NAV UL {
  display: flex;
}
@media only screen and (max-width: 749px) {
  HEADER NAV UL {
    display: block;
  }
}
HEADER NAV UL LI {
  margin: 0 15px 0 0;
}
HEADER NAV UL LI:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 749px) {
  HEADER NAV UL LI {
    margin: 0 0 3vh 0;
    text-align: center;
  }
  HEADER NAV UL LI:last-of-type {
    margin-bottom: 0;
  }
}
HEADER NAV UL LI A {
  text-decoration: none;
  color: #000;
}
HEADER NAV UL LI A:hover {
  text-decoration: underline;
  color: #000;
}
@media only screen and (max-width: 749px) {
  HEADER NAV UL LI A {
    font-size: 150%;
  }
}
HEADER .btns {
  display: flex;
}
@media only screen and (max-width: 749px) {
  HEADER .btns {
    display: block;
    margin-top: -5vh;
  }
}
HEADER .btns LI {
  margin: 0 10px 0 0;
}
HEADER .btns LI:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 749px) {
  HEADER .btns LI {
    margin: 0 0 3vh 0;
    text-align: center;
  }
  HEADER .btns LI:last-of-type {
    margin-bottom: 0;
  }
}
HEADER .btns LI A {
  min-width: 150px;
  padding: 3px 10px 0px;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}
HEADER .btns LI A:hover {
  color: #0F9797;
}
@media only screen and (max-width: 749px) {
  HEADER .btns LI A {
    width: 100%;
    border-radius: 20px;
    padding: 5px 25px 0px;
    font-size: 180%;
  }
}
HEADER .btns LI.freePlan A {
  background-color: #FAE6C7;
}
HEADER .btns LI.freePlan A:hover {
  background-color: #eda73b;
}
HEADER .btns LI.entry A {
  background-color: #FAE6C7;
}
HEADER .btns LI.entry A:hover {
  background-color: #f2bc69;
}
HEADER .sns {
  display: none;
}
@media only screen and (max-width: 749px) {
  HEADER .sns {
    display: flex;
    justify-content: center;
    margin-top: -3vh;
  }
}
HEADER .spMenuCloseBtn {
  position: absolute;
  top: 5px;
  right: 7px;
  z-index: 1;
  display: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 120%;
}
@media only screen and (max-width: 749px) {
  HEADER .spMenuCloseBtn {
    display: flex;
  }
}

.spHeader {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: none;
  height: 45px;
  background-color: #FFF;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}
@media only screen and (max-width: 749px) {
  .spHeader {
    display: flex;
  }
}
.spHeader H1 {
  width: 30vw;
  padding: 0;
}
.spHeader H1 A {
  display: block;
  width: 100%;
  height: auto !important;
}
.spHeader H1 A IMG {
  max-width: 100%;
  vertical-align: middle;
}
.spHeader .menuBtn {
  display: flex;
  align-items: center;
  color: #3C9999;
}
.spHeader .menuBtn::after {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 160%;
}

MAIN {
  overflow: hidden;
}
MAIN .eyeCatch IMG {
  width: 100%;
  height: auto;
}
MAIN .content {
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content {
    width: 100%;
  }
}
MAIN .content SECTION {
  background-color: #f4f4f4;
}
MAIN .content SECTION.aboutmv {
  background-color: #f4f4f4;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.aboutmv .innermv {
    padding-bottom: 0;
  }
}
MAIN .content SECTION.aboutmv .detailmv {
  padding: 0 1.5vw 0 11vw;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.aboutmv .detailmv {
    padding: 0;
  }
}
MAIN .content SECTION.aboutmv .detailmv .block1mv {
  display: flex;
  margin: 0 0 100px 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.aboutmv .detailmv .block1mv {
    display: block;
    margin: 0;
  }
}
MAIN .content SECTION.aboutmv .detailmv .block1mv > .leftmv {
  width: 50%;
  text-align: center;
  padding: 4vw 0 0 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.aboutmv .detailmv .block1mv > .leftmv {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
  }
}
MAIN .content SECTION.aboutmv .detailmv .block1mv > .leftmv .msg {
  text-align: left;
  line-height: 160%;
}
MAIN .content SECTION.aboutmv .detailmv .block1mv > .leftmv H3 {
  margin: 0 0 10px 0;
  letter-spacing: 3px;
  font-size: 160%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.aboutmv .detailmv .block1mv > .leftmv H3 {
    margin: 0 0 2px 0;
    font-size: 140%;
    letter-spacing: 1px;
  }
}
MAIN .content SECTION.aboutmv .detailmv .block1mv > .leftmv .sentence1 {
  line-height: 55px;
  letter-spacing: 3px;
  font-size: 110%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.aboutmv .detailmv .block1mv > .leftmv .sentence1 {
    line-height: 26px;
    letter-spacing: 1px;
  }
}
MAIN .content SECTION.aboutmv .detailmv .block1mv > .right {
  width: 50%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.aboutmv .detailmv .block1mv > .right {
    background-color: #FFF;
    width: 100vw;
    margin: 0 -15px;
    padding: 0;
  }
}
MAIN .content SECTION.aboutmv .detailmv H4 {
  margin: 0 0 15px 0;
  letter-spacing: 3px;
  font-size: 125%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.aboutmv .detailmv H4 {
    display: none;
  }
}
MAIN .content SECTION.aboutmv .detailmv .sentence2 {
  line-height: 55px;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.aboutmv .detailmv .sentence2 {
    display: none;
  }
}
MAIN .content SECTION.about {
  background-color: #e8fdfd;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.about .inner {
    padding-bottom: 0;
  }
}
MAIN .content SECTION.about .detail {
  padding: 0 1.5vw 0 11vw;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.about .detail {
    padding: 0;
  }
}
MAIN .content SECTION.about .detail .block1 {
  display: flex;
  margin: 0 0 100px 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.about .detail .block1 {
    display: block;
    margin: 0;
  }
}
MAIN .content SECTION.about .detail .block1 > .left {
  width: 69%;
  padding: 4vw 0 0 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.about .detail .block1 > .left {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
  }
}
MAIN .content SECTION.about .detail .block1 > .left H3 {
  margin: 0 0 10px 0;
  letter-spacing: 3px;
  font-size: 160%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.about .detail .block1 > .left H3 {
    margin: 0 0 2px 0;
    font-size: 140%;
    letter-spacing: 1px;
  }
}
MAIN .content SECTION.about .detail .block1 > .left .sentence1 {
  line-height: 55px;
  letter-spacing: 3px;
  font-size: 110%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.about .detail .block1 > .left .sentence1 {
    line-height: 26px;
    letter-spacing: 1px;
  }
}
MAIN .content SECTION.about .detail .block1 > .right {
  width: 31%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.about .detail .block1 > .right {
    background-color: #FFF;
    width: 100vw;
    margin: 0 -15px;
    padding: 0;
  }
}
MAIN .content SECTION.about .detail H4 {
  margin: 0 0 15px 0;
  letter-spacing: 3px;
  font-size: 125%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.about .detail H4 {
    display: none;
  }
}
MAIN .content SECTION.about .detail .sentence2 {
  line-height: 55px;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.about .detail .sentence2 {
    display: none;
  }
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.advantage .inner {
    padding-top: 60px;
  }
}
MAIN .content SECTION.advantage .detail .advantageList > .item {
  margin: 0 100px 0 0;
}
MAIN .content SECTION.advantage .detail .advantageList > .item:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.advantage .detail .advantageList > .item {
    margin: 0 0 35px 0;
  }
  MAIN .content SECTION.advantage .detail .advantageList > .item:nth-of-type(odd) {
    padding-right: 18px;
  }
  MAIN .content SECTION.advantage .detail .advantageList > .item:nth-of-type(even) {
    padding-left: 18px;
  }
  MAIN .content SECTION.advantage .detail .advantageList > .item:nth-last-of-type(2), MAIN .content SECTION.advantage .detail .advantageList > .item:last-of-type {
    margin: 0;
  }
}
MAIN .content SECTION.advantage .detail .advantageList > .item .title {
  letter-spacing: 3px;
  font-size: 120%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.advantage .detail .advantageList > .item .title {
    letter-spacing: 1px;
    font-size: 130%;
  }
}
MAIN .content SECTION.advantage .detail .advantageList > .item .desc {
  letter-spacing: 2px;
  line-height: 60px;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.advantage .detail .advantageList > .item .desc {
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 120%;
  }
}
MAIN .content SECTION.plan {
  background-color: #FAE6C7;
}
MAIN .content SECTION.plan .detail {
  padding: 0 5vw;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.plan .detail {
    padding: 0;
  }
}
MAIN .content SECTION.plan .detail .planList {
  display: flex;
  margin: 0 0 65px;
  padding: 0 3.8vw;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.plan .detail .planList {
    display: block;
    margin: 0 0 20px;
    padding: 0;
  }
}
MAIN .content SECTION.plan .detail .planList > .item {
  width: 50%;
  margin: 0 6.3vw 0 0;
  padding: 15px;
  background-color: #e8fdfd;
}
MAIN .content SECTION.plan .detail .planList > .item:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.plan .detail .planList > .item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  MAIN .content SECTION.plan .detail .planList > .item > * {
    font-size: 180%;
  }
}
MAIN .content SECTION.plan .detail .planList > .item .title {
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 125%;
  color: #000;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.plan .detail .planList > .item .title {
    font-size: 200%;
  }
}
MAIN .content SECTION.plan .detail .planList > .item .comment {
  margin: 0;
  padding: 3px 10px 0;
  background-color: #B22424;
  border-radius: 30px;
  text-align: center;
  font-size: 80%;
  color: #FFF;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.plan .detail .planList > .item .comment {
    font-size: 140%;
  }
}
MAIN .content SECTION.plan .detail .planList > .item .priceInfo {
  margin: 0 0 20px 0;
  text-align: center;
}
MAIN .content SECTION.plan .detail .planList > .item .priceInfo .price SPAN {
  font-size: 90%;
}
MAIN .content SECTION.plan .detail .planList > .item .priceInfo .price SPAN.num {
  font-weight: 900;
  font-size: 180%;
  color: #CC0000;
}
MAIN .content SECTION.plan .detail .planList > .item .priceInfo .desc {
  font-size: 60%;
}
MAIN .content SECTION.plan .detail .planList > .item .funcList {
  background-color: #FFF;
  border-radius: 7px;
  padding: 13px;
}
MAIN .content SECTION.plan .detail .planList > .item .funcList .func {
  margin: 0 0 30px 0;
}
MAIN .content SECTION.plan .detail .planList > .item .funcList .func .name {
  position: relative;
  padding: 0 0 10px 0;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 900;
}
MAIN .content SECTION.plan .detail .planList > .item .funcList .func .name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 77%;
  border: 2px dashed #A8A8A8;
  border-width: 2px 0 0 0;
}
MAIN .content SECTION.plan .detail .planList > .item .funcList .func .value {
  padding: 13px 0 0;
  text-align: center;
  letter-spacing: 1px;
  font-size: 80%;
}
MAIN .content SECTION.plan .detail .planList > .item .funcList .func .value .iconList {
  display: flex;
  justify-content: center;
}
MAIN .content SECTION.plan .detail .planList > .item .funcList .func .value .iconList .icon {
  max-width: 40px;
  width: 100%;
  margin: 0 8px 0 0;
}
MAIN .content SECTION.plan .detail .planList > .item .funcList .func .value .iconList .icon:last-of-type {
  margin-right: 0;
}
MAIN .content SECTION.plan .detail .note {
  letter-spacing: 1px;
}
MAIN .content SECTION.plan .detail .note P {
  margin: 0 0 15px 0;
}
MAIN .content SECTION.plan .detail .note P:last-of-type {
  margin-bottom: 0;
}
MAIN .content SECTION.quickStartGuide {
  background-color: #D9F0F0;
}
MAIN .content SECTION.quickStartGuide .detail {
  padding: 0 9vw;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.quickStartGuide .detail {
    padding: 0;
  }
}
MAIN .content SECTION.quickStartGuide .detail .header {
  margin: 0 0 50px 0;
  padding: 18px 10px 15px;
  background-color: #FFF;
  border: 3px solid #F0F0F0;
  border-radius: 8px;
  text-align: center;
  letter-spacing: 3px;
  font-size: 160%;
  color: #D4818E;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.quickStartGuide .detail .header {
    margin: 0 0 30px 0;
    padding: 8px 5px 5px;
    border-radius: 2px;
    letter-spacing: 1px;
    font-size: 140%;
  }
}
MAIN .content SECTION.quickStartGuide .detail .flowList {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.quickStartGuide .detail .flowList {
    display: block;
  }
}
MAIN .content SECTION.quickStartGuide .detail .flowList DT {
  display: flex;
  align-items: center;
  width: 32%;
  margin: 0 0 45px 0;
  padding: 0 3vw;
  background-color: #FFF;
  border-radius: 8px 0 0 8px;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 120%;
}
MAIN .content SECTION.quickStartGuide .detail .flowList DT:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.quickStartGuide .detail .flowList DT {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    text-align: center;
    border: 2px solid #F0F0F0;
    border-width: 2px 2px 0 2px;
    border-radius: 2px 2px 0 0;
    font-size: 145%;
  }
}
MAIN .content SECTION.quickStartGuide .detail .flowList DD {
  width: 68%;
  margin: 0 0 45px 0;
  padding: 30px 2vw 30px 0;
  background-color: #FFF;
  border-radius: 0 8px 8px 0;
  letter-spacing: 2px;
  font-size: 90%;
}
MAIN .content SECTION.quickStartGuide .detail .flowList DD:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.quickStartGuide .detail .flowList DD {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 10px;
    border: 2px solid #F0F0F0;
    border-width: 0 2px 2px 2px;
    border-radius: 0 0 2px 2px;
    line-height: 30px;
    font-size: 125%;
  }
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.advantage2 .inner2 {
    padding-top: 60px;
  }
}
MAIN .content SECTION.advantage2 .detail2 .advantageList2 > .item2 {
  margin: 0 100px 0 0;
}
MAIN .content SECTION.advantage2 .detail2 .advantageList2 > .item2:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.advantage2 .detail2 .advantageList2 > .item2 {
    margin: 0 0 35px 0;
  }
  MAIN .content SECTION.advantage2 .detail2 .advantageList2 > .item2:nth-of-type(odd) {
    padding-right: 18px;
  }
  MAIN .content SECTION.advantage2 .detail2 .advantageList2 > .item2:nth-of-type(even) {
    padding-left: 18px;
  }
  MAIN .content SECTION.advantage2 .detail2 .advantageList2 > .item2:nth-last-of-type(2), MAIN .content SECTION.advantage2 .detail2 .advantageList2 > .item2:last-of-type {
    margin: 0;
  }
}
MAIN .content SECTION.advantage2 .detail2 .advantageList2 > .item2 .about2 .twoColumn {
  display: flex;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.advantage2 .detail2 .advantageList2 > .item2 .about2 .twoColumn {
    flex-wrap: wrap;
  }
}
MAIN .content SECTION.advantage2 .detail2 .advantageList2 > .item2 .about2 .twoColumn > .item2 {
  width: 45%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.advantage2 .detail2 .advantageList2 > .item2 .about2 .twoColumn > .item2 {
    width: 50%;
  }
}
MAIN .content SECTION.advantage2 .detail2 .advantageList2 > .item2 .title2 {
  letter-spacing: 3px;
  font-size: 120%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.advantage2 .detail2 .advantageList2 > .item2 .title2 {
    letter-spacing: 1px;
    font-size: 110%;
  }
}
MAIN .content SECTION.advantage2 .detail2 .advantageList2 > .item2 .desc2 {
  letter-spacing: 2px;
  line-height: 60px;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.advantage2 .detail2 .advantageList2 > .item2 .desc2 {
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 85%;
  }
}
MAIN .content SECTION.about3 {
  background-color: #e8fdfd;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.about3 .inner {
    padding-bottom: 0;
  }
}
MAIN .content SECTION.about3 .detail {
  padding: 0 1.5vw 0 11vw;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.about3 .detail {
    padding: 0;
  }
}
MAIN .content SECTION.about3 .detail .block1 {
  display: flex;
  margin: 0 0 100px 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.about3 .detail .block1 {
    display: block;
    margin: 0;
  }
}
MAIN .content SECTION.about3 .detail .block1 > .left {
  width: 50%;
  padding: 4vw 0 0 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.about3 .detail .block1 > .left {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
  }
}
MAIN .content SECTION.about3 .detail .block1 > .left H3 {
  margin: 0 0 10px 0;
  letter-spacing: 3px;
  font-size: 160%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.about3 .detail .block1 > .left H3 {
    margin: 0 0 2px 0;
    font-size: 140%;
    letter-spacing: 1px;
  }
}
MAIN .content SECTION.about3 .detail .block1 > .left .sentence1 {
  line-height: 55px;
  letter-spacing: 3px;
  font-size: 110%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.about3 .detail .block1 > .left .sentence1 {
    line-height: 26px;
    letter-spacing: 1px;
  }
}
MAIN .content SECTION.about3 .detail .block1 > .right {
  width: 50%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.about3 .detail .block1 > .right {
    background-color: #FFF;
    width: 100vw;
    margin: 0 -15px;
    padding: 0;
  }
}
MAIN .content SECTION.about3 .detail H4 {
  margin: 0 0 15px 0;
  letter-spacing: 3px;
  font-size: 125%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.about3 .detail H4 {
    display: none;
  }
}
MAIN .content SECTION.about3 .detail .sentence2 {
  line-height: 55px;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.about3 .detail .sentence2 {
    display: none;
  }
}
MAIN .content SECTION.feature {
  background-color: #D9F0F0;
}
MAIN .content SECTION.feature .detail .featureList > .item {
  margin: 0 95px 0 0;
}
MAIN .content SECTION.feature .detail .featureList > .item:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.feature .detail .featureList > .item {
    margin: 0 0 35px 0;
  }
  MAIN .content SECTION.feature .detail .featureList > .item:nth-of-type(odd) {
    padding-right: 18px;
  }
  MAIN .content SECTION.feature .detail .featureList > .item:nth-of-type(even) {
    padding-left: 18px;
  }
  MAIN .content SECTION.feature .detail .featureList > .item:nth-last-of-type(2), MAIN .content SECTION.feature .detail .featureList > .item:last-of-type {
    margin: 0;
  }
}
MAIN .content SECTION.feature .detail .featureList > .item .title {
  letter-spacing: 3px;
  font-size: 120%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.feature .detail .featureList > .item .title {
    letter-spacing: 1px;
    font-size: 110%;
  }
}
MAIN .content SECTION.feature .detail .featureList > .item .desc {
  letter-spacing: 1px;
  line-height: 60px;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.feature .detail .featureList > .item .desc {
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 85%;
  }
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.userCompany .inner {
    padding-bottom: 40px;
  }
}
MAIN .content SECTION.userCompany .detail {
  padding: 0 7vw;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.userCompany .detail {
    padding: 0;
  }
}
MAIN .content SECTION.userCompany .detail .companyList {
  display: flex;
  align-items: center;
  margin: 0 0 35px 0;
}
MAIN .content SECTION.userCompany .detail .companyList:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.userCompany .detail .companyList {
    margin-bottom: 15px;
  }
  MAIN .content SECTION.userCompany .detail .companyList:last-of-type {
    margin-bottom: 0;
  }
}
MAIN .content SECTION.userCompany .detail .companyList > .item {
  margin: 0 3.5vw 0 0;
}
MAIN .content SECTION.userCompany .detail .companyList > .item:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.userCompany .detail .companyList > .item {
    margin-right: 2vw;
  }
  MAIN .content SECTION.userCompany .detail .companyList > .item:last-of-type {
    margin-right: 0;
  }
}
MAIN .content SECTION.usersVoice {
  background-color: #f4f4f4;
}
MAIN .content SECTION.usersVoice .detail .usersVoiceList > .item {
  margin: 0 95px 0 0;
}
MAIN .content SECTION.usersVoice .detail .usersVoiceList > .item:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.usersVoice .detail .usersVoiceList > .item {
    margin: 0 0 25px 0;
  }
  MAIN .content SECTION.usersVoice .detail .usersVoiceList > .item:nth-of-type(odd) {
    padding-right: 18px;
  }
  MAIN .content SECTION.usersVoice .detail .usersVoiceList > .item:nth-of-type(even) {
    padding-left: 18px;
  }
  MAIN .content SECTION.usersVoice .detail .usersVoiceList > .item:nth-last-of-type(2), MAIN .content SECTION.usersVoice .detail .usersVoiceList > .item:last-of-type {
    margin: 0;
  }
}
MAIN .content SECTION.usersVoice .detail .usersVoiceList > .item .bubble .title {
  letter-spacing: 3px;
  font-size: 120%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.usersVoice .detail .usersVoiceList > .item .bubble .title {
    letter-spacing: 1px;
    font-size: 115%;
  }
}
MAIN .content SECTION.usersVoice .detail .usersVoiceList > .item .bubble P {
  letter-spacing: 2px;
  font-size: 95%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.usersVoice .detail .usersVoiceList > .item .bubble P {
    letter-spacing: 0;
    font-size: 110%;
  }
}
MAIN .content SECTION.usersVoice .detail .usersVoiceList > .item .people .desc {
  letter-spacing: 2px;
  font-size: 80%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.usersVoice .detail .usersVoiceList > .item .people .desc {
    letter-spacing: 0;
    font-size: 100%;
  }
}
MAIN .content SECTION.entry {
  background-color: #F0F0F0;
}
MAIN .content SECTION.entry .detail {
  padding: 0 19vw;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.entry .detail {
    padding: 0;
  }
}
MAIN .content SECTION.entry .detail .notice {
  margin: 0 0 20px 0;
  text-align: center;
  font-weight: 900;
  font-size: 90%;
  color: #FF0000;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.entry .detail .notice {
    font-size: 110%;
  }
}
MAIN .content SECTION.entry .detail TABLE {
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.entry .detail TABLE {
    margin: 0 0 20px 0;
  }
  MAIN .content SECTION.entry .detail TABLE > * {
    font-size: 160%;
  }
}
MAIN .content SECTION.entry .detail TABLE TR TH {
  width: 30%;
  padding: 15px 0;
  text-align: left;
  vertical-align: top;
  font-size: 95%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.entry .detail TABLE TR TH {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
MAIN .content SECTION.entry .detail TABLE TR TH > SPAN {
  display: block;
  font-size: 65%;
}
MAIN .content SECTION.entry .detail TABLE TR TD {
  width: 70%;
  padding: 15px 0;
  vertical-align: top;
  font-size: 90%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.entry .detail TABLE TR TD {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.entry .detail TABLE TR TD.msg {
    font-size: 65%;
  }
}
MAIN .content SECTION.entry .detail TABLE TR TD LABEL {
  margin: 0 18px 0 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.entry .detail TABLE TR TD LABEL {
    display: block;
    margin: 0 0 15px 0;
  }
  MAIN .content SECTION.entry .detail TABLE TR TD LABEL:last-of-type {
    margin-bottom: 0;
  }
}
MAIN .content SECTION.entry .detail TABLE TR TD INPUT[type=radio] {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.entry .detail TABLE TR TD INPUT[type=radio] {
    margin-top: 5px;
  }
}
MAIN .content SECTION.entry .detail TABLE TR TD INPUT[type=text], MAIN .content SECTION.entry .detail TABLE TR TD INPUT[type=tel], MAIN .content SECTION.entry .detail TABLE TR TD INPUT[type=email] {
  width: 100%;
  padding: 5px;
  background-color: #FFF;
  border: 1px dashed #3C9999;
  font-size: 80%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.entry .detail TABLE TR TD INPUT[type=text], MAIN .content SECTION.entry .detail TABLE TR TD INPUT[type=tel], MAIN .content SECTION.entry .detail TABLE TR TD INPUT[type=email] {
    border-color: #707070;
  }
}
MAIN .content SECTION.entry .detail .agreeCheck {
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 90%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.entry .detail .agreeCheck {
    text-align: left;
  }
}
MAIN .content SECTION.entry .detail .agreeCheck INPUT {
  margin: 0 8px 0 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.entry .detail .agreeCheck INPUT {
    width: 12px;
    height: 12px;
  }
}
MAIN .content SECTION.entry .detail .submit {
  text-align: center;
}
MAIN .content SECTION.entry .detail .submit INPUT {
  padding: 7px 25px 0;
  background-color: #C91616;
  border-width: 0;
  border-radius: 10px;
  text-indent: 2px;
  letter-spacing: 2px;
  font-size: 150%;
  color: #FFF;
  cursor: pointer;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.entry .detail .submit INPUT {
    border-radius: 4px;
    font-size: 180%;
  }
}
MAIN .content SECTION.contact {
  background-color: #F0F0F0;
}
MAIN .content SECTION.contact .detail {
  padding: 0 19vw;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.contact .detail {
    padding: 0;
  }
}
MAIN .content SECTION.contact .detail .notice {
  margin: 0 0 20px 0;
  text-align: center;
  font-weight: 900;
  font-size: 90%;
  color: #FF0000;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.contact .detail .notice {
    font-size: 110%;
  }
}
MAIN .content SECTION.contact .detail TABLE {
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.contact .detail TABLE {
    margin: 0 0 20px 0;
  }
  MAIN .content SECTION.contact .detail TABLE > * {
    font-size: 160%;
  }
}
MAIN .content SECTION.contact .detail TABLE TR TH {
  position: relative;
  width: 30%;
  padding: 15px 0 15px 50px;
  text-align: left;
  vertical-align: top;
  font-size: 95%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.contact .detail TABLE TR TH {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
MAIN .content SECTION.contact .detail TABLE TR TH.required::before {
  content: "必須";
  position: absolute;
  left: 0;
  padding: 5px 8px;
  background-color: #C00000;
  border-radius: 5px;
  line-height: 100%;
  font-size: 12px;
  color: #FFF;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.contact .detail TABLE TR TH.required::before {
    position: static;
    margin: 0 5px 0 0;
    padding: 2px 8px;
  }
}
MAIN .content SECTION.contact .detail TABLE TR TH > SPAN {
  display: block;
  font-size: 65%;
}
MAIN .content SECTION.contact .detail TABLE TR TD {
  width: 70%;
  padding: 15px 0;
  vertical-align: top;
  font-size: 90%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.contact .detail TABLE TR TD {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.contact .detail TABLE TR TD.msg {
    font-size: 65%;
  }
}
MAIN .content SECTION.contact .detail TABLE TR TD LABEL {
  margin: 0 18px 0 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.contact .detail TABLE TR TD LABEL {
    display: block;
    margin: 0 0 15px 0;
  }
  MAIN .content SECTION.contact .detail TABLE TR TD LABEL:last-of-type {
    margin-bottom: 0;
  }
}
MAIN .content SECTION.contact .detail TABLE TR TD INPUT[type=radio] {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.contact .detail TABLE TR TD INPUT[type=radio] {
    margin-top: 5px;
  }
}
MAIN .content SECTION.contact .detail TABLE TR TD INPUT[type=text], MAIN .content SECTION.contact .detail TABLE TR TD INPUT[type=tel], MAIN .content SECTION.contact .detail TABLE TR TD INPUT[type=email] {
  width: 100%;
  padding: 5px;
  background-color: #FFF;
  border: 1px dashed #3C9999;
  font-size: 80%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.contact .detail TABLE TR TD INPUT[type=text], MAIN .content SECTION.contact .detail TABLE TR TD INPUT[type=tel], MAIN .content SECTION.contact .detail TABLE TR TD INPUT[type=email] {
    border-color: #707070;
  }
}
MAIN .content SECTION.contact .detail TABLE TR TD TEXTAREA {
  width: 100%;
  padding: 5px;
  font-size: 80%;
}
MAIN .content SECTION.contact .detail .agreeCheck {
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 90%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.contact .detail .agreeCheck {
    text-align: left;
  }
}
MAIN .content SECTION.contact .detail .agreeCheck INPUT {
  margin: 0 8px 0 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.contact .detail .agreeCheck INPUT {
    width: 12px;
    height: 12px;
  }
}
MAIN .content SECTION.contact .detail .submit {
  text-align: center;
}
MAIN .content SECTION.contact .detail .submit INPUT {
  padding: 7px 25px 0;
  background-color: #C91616;
  border-width: 0;
  border-radius: 10px;
  text-indent: 2px;
  letter-spacing: 2px;
  font-size: 150%;
  color: #FFF;
  cursor: pointer;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION.contact .detail .submit INPUT {
    border-radius: 4px;
    font-size: 180%;
  }
}
MAIN .content SECTION .inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 40px 100px 140px;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION .inner {
    padding: 15px 15px 25px;
  }
}
MAIN .content SECTION .inner > H2 {
  position: relative;
  margin: 0 0 80px 0;
  text-align: center;
  text-indent: 3px;
  letter-spacing: 3px;
  font-weight: 300;
  font-size: 170%;
}
MAIN .content SECTION .inner > H2::before, MAIN .content SECTION .inner > H2::after {
  position: absolute;
  content: "";
}
MAIN .content SECTION .inner > H2::before {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 4px;
  background-color: #333;
}
MAIN .content SECTION .inner > H2::after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 17px 10px 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION .inner > H2 {
    margin: 0 0 30px 0;
    padding: 0 0 8px 0;
    letter-spacing: 2px;
    font-size: 140%;
  }
  MAIN .content SECTION .inner > H2::before {
    width: 150px;
  }
  MAIN .content SECTION .inner > H2::after {
    top: calc(100% - 1px);
    border-width: 9px 5px 0;
  }
}
MAIN .content SECTION H3 {
  font-weight: 900;
  color: #3C9999;
}
MAIN .content SECTION H3 SPAN {
  color: #3C9999;
}
MAIN .content SECTION .detail .fourColumn {
  display: flex;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION .detail .fourColumn {
    flex-wrap: wrap;
  }
}
MAIN .content SECTION .detail .fourColumn > .item {
  width: 25%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION .detail .fourColumn > .item {
    width: 50%;
  }
}
MAIN .content SECTION .detail .descWithImg .img {
  width: 100%;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION .detail .descWithImg .img {
    margin: 0 0 15px 0;
  }
}
MAIN .content SECTION .detail .descWithImg .title {
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION .detail .descWithImg .title {
    margin: 0 0 5px 0;
  }
}
MAIN .content SECTION .detail .peopleWithBubble .bubble {
  position: relative;
  margin: 0 0 60px 0;
  padding: 25px;
  background-color: #FFF;
  border: 1px solid #707070;
  border-radius: 5px;
}
MAIN .content SECTION .detail .peopleWithBubble .bubble::before, MAIN .content SECTION .detail .peopleWithBubble .bubble::after {
  content: "";
  position: absolute;
}
MAIN .content SECTION .detail .peopleWithBubble .bubble::before {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 32px 18px 0 16px;
  border-style: solid;
  border-color: #707070 transparent transparent transparent;
}
MAIN .content SECTION .detail .peopleWithBubble .bubble::after {
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 31px 17px 0 15px;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION .detail .peopleWithBubble .bubble {
    margin: 0 0 26px 0;
    padding: 10px;
  }
  MAIN .content SECTION .detail .peopleWithBubble .bubble::before {
    border-width: 16px 9px 0 8px;
  }
  MAIN .content SECTION .detail .peopleWithBubble .bubble::after {
    border-width: 15px 8px 0 7px;
  }
}
MAIN .content SECTION .detail .peopleWithBubble .people {
  display: flex;
  align-items: center;
}
MAIN .content SECTION .detail .peopleWithBubble .people .img {
  width: 35%;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION .detail .peopleWithBubble .people .img {
    width: 32%;
  }
}
MAIN .content SECTION .detail .peopleWithBubble .people .img IMG {
  width: 100%;
  height: auto;
}
MAIN .content SECTION .detail .peopleWithBubble .people .desc {
  width: 65%;
  padding: 0 0 0 15px;
}
@media only screen and (max-width: 749px) {
  MAIN .content SECTION .detail .peopleWithBubble .people .desc {
    width: 68%;
    padding-left: 8px;
  }
}

FOOTER {
  background-color: #0eaaaa;
}
FOOTER .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 0 15px 0;
}
@media only screen and (max-width: 749px) {
  FOOTER .inner {
    display: block;
    width: 100%;
    max-width: none;
    padding: 40px 25px 15px 25px;
  }
}
FOOTER .inner .logo {
  width: 50%;
}
@media only screen and (max-width: 749px) {
  FOOTER .inner .logo {
    width: 100%;
    margin: 0 0 50px 0;
    text-align: center;
  }
}
FOOTER .inner .logo IMG {
  max-width: 300px;
}
@media only screen and (max-width: 749px) {
  FOOTER .inner .logo IMG {
    width: 50vw;
    max-width: none;
  }
}
FOOTER .inner .logo .snsfoot {
  display: flex;
  justify-content: flex-start;
  margin-top: 3vh;
}
@media only screen and (max-width: 749px) {
  FOOTER .inner .logo .snsfoot {
    display: flex;
    justify-content: center;
    margin-top: 3vh;
  }
}
FOOTER .inner .logo .snsfoot img {
  width: 50%;
}
@media only screen and (max-width: 749px) {
  FOOTER .inner .logo .snsfoot img {
    width: 50%;
  }
}
FOOTER .inner .footerNav {
  display: flex;
  width: 50%;
}
@media only screen and (max-width: 749px) {
  FOOTER .inner .footerNav {
    display: block;
    width: 100%;
  }
}
FOOTER .inner .footerNav UL:last-of-type {
  margin-left: auto;
}
FOOTER .inner .footerNav UL LI {
  margin: 0 0 20px 0;
}
FOOTER .inner .footerNav UL LI:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 749px) {
  FOOTER .inner .footerNav UL LI:last-of-type {
    margin-bottom: 20px;
  }
}
FOOTER .inner .footerNav UL LI.snsIcons {
  display: flex;
  padding: 10px 0 0 0;
}
FOOTER .inner .footerNav UL LI.snsIcons A {
  margin: 0 14px 0 0;
}
FOOTER .inner .footerNav UL LI.snsIcons A:last-of-type {
  margin-right: 0;
}
FOOTER .inner .footerNav UL LI.snsIcons A IMG {
  max-width: 40px;
}
FOOTER .inner .footerNav UL LI A {
  text-decoration: none;
  font-size: 95%;
  color: #FFF;
}
FOOTER .inner .footerNav UL LI A:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 749px) {
  FOOTER .inner .footerNav UL LI A {
    font-size: 140%;
  }
}
FOOTER .inner .copyRight {
  width: 100%;
  padding: 50px 0 0 0;
  text-align: center;
  letter-spacing: 1px;
  font-size: 70%;
  color: #FFF;
}
@media only screen and (max-width: 749px) {
  FOOTER .inner .copyRight {
    padding: 35px 0 0 0;
    font-size: 100%;
  }
}

.modal {
  position: relative;
  display: none;
}
.modal > * {
  font-size: 90%;
}
.modal.active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .inner {
  position: relative;
  padding: 35px 60px;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  overflow: auto;
  max-height: 80vh;
}
@media only screen and (max-width: 749px) {
  .modal .inner {
    width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
    padding: 20px 20px;
  }
}
.modal .inner .closeBtn {
  position: absolute;
  top: 11px;
  right: 10px;
  display: flex;
  font-size: 120%;
  cursor: pointer;
}
@media only screen and (max-width: 749px) {
  .modal .inner .closeBtn {
    font-size: 200%;
  }
}
.modal .inner .closeBtn I {
  font-weight: 100;
  color: #555;
}
.modal .inner H2 {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 140%;
  color: #3C9999;
}
@media only screen and (max-width: 749px) {
  .modal .inner H2 {
    font-size: 160%;
  }
}
.modal .inner .mark {
  margin: 0 0 20px 0;
  text-align: center;
}
.modal .inner .mark I {
  font-size: 60px;
  color: #CCCDD6;
  transition: all 3s;
}
.modal .inner > P {
  margin: 0 0 15px 0;
  font-size: 90%;
}
.modal .inner > P:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 749px) {
  .modal .inner > P {
    font-size: 120%;
  }
}
.modal .inner .inputArea {
  margin: 0 0 20px 0;
  padding: 0 20px;
}
.modal .inner .inputArea LABEL {
  display: block;
  font-size: 90%;
}
.modal .inner .inputArea INPUT {
  width: 100%;
  border-color: #CCC;
}
.modal .inner .btnArea {
  padding: 10px 0 0 0;
}
.modal .inner .btnArea BUTTON {
  display: block;
  width: 280px;
  margin: 0 auto 15px;
  padding: 10px 10px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #BCBCBC #BCBCBC #BCBCBC #BCBCBC !important;
  border-radius: 0;
  box-shadow: none;
  outline: none !important;
  cursor: pointer;
}
@media only screen and (max-width: 749px) {
  .modal .inner .btnArea BUTTON {
    font-size: 140%;
  }
}
.modal .inner .btnArea BUTTON:last-of-type {
  margin-bottom: 0;
}
.modal .inner .btnArea BUTTON.colorPrimary {
  background: #009999;
  color: #FFF;
}
.modal .inner .btnArea BUTTON.colorSecondary {
  background: #FFF;
  color: #009999;
}
.modal .inner TABLE {
  width: auto;
  margin: 0 0 30px 0;
}
.modal .inner TABLE TH, .modal .inner TABLE TD {
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
  font-size: 80%;
}
@media only screen and (max-width: 749px) {
  .modal .inner TABLE TH, .modal .inner TABLE TD {
    font-size: 120%;
  }
}
.modal .inner TABLE TH.pre, .modal .inner TABLE TD.pre {
  white-space: pre-wrap;
  word-break: break-word;
}
.modal .inner TABLE TD {
  max-width: 500px;
}

#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
#loading .circle {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 7px solid #fff;
  border-top-color: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  transform: translate(-50%, -50%);
  animation: circle 1s linear infinite;
  -webkit-animation: circle 1s linear infinite;
}

@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
A.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.tRight {
  text-align: right !important;
}

.tCenter {
  text-align: center !important;
}

.tLeft {
  text-align: left !important;
}

.red {
  color: #C40203;
}

.noDisp {
  display: none;
}

.hint {
  opacity: 0.8;
  font-size: 0.9em;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.middle {
  align-items: center;
}
.flex > *:not(:last-child) {
  padding-right: 4px;
}
.flex.col2 > * {
  max-width: 50% !important;
  width: 50% !important;
}
.flex.col3 > * {
  max-width: 33.3333333333% !important;
  width: 33.3333333333% !important;
}
.flex.col4 > * {
  max-width: 25% !important;
  width: 25% !important;
}

.omit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

BUTTON {
  margin: 0;
  padding: 5px 10px;
  background: linear-gradient(to bottom, #F8F9FB, #d8d8d8);
  border-width: 1px;
  border-color: #D6DADF !important;
  border-radius: 4px;
  box-shadow: none;
  font-size: 80%;
  color: #444;
  cursor: pointer;
}
BUTTON:last-of-type {
  margin-bottom: 0;
}

.btnArea > .last {
  margin-right: 0 !important;
  margin-left: auto !important;
}

.pageBtn {
  display: flex;
  justify-content: center;
}
.bodyAnkenkanri .pageBtn {
  margin-top: 15px;
}

.pageBtn UL {
  display: flex;
  border: 1px solid #CCC;
}
.pageBtn UL LI {
  min-width: 45px;
  padding: 5px 23px;
  border-right: 1px solid #CCC;
  text-align: center;
}
@media only screen and (max-width: 749px) {
  .pageBtn UL LI {
    padding: 5px 10px;
  }
}
.pageBtn UL LI:last-of-type {
  border-width: 0;
}
.pageBtn UL LI:hover, .pageBtn UL LI.active {
  background-color: #3C9999;
  color: #FFF;
  cursor: pointer;
}
.pageBtn UL LI:hover A, .pageBtn UL LI.active A {
  color: #FFF !important;
}
.pageBtn UL LI A {
  font-weight: 300;
  font-size: 90%;
}

.datepicker {
  position: relative;
}
.datepicker::after {
  content: "\f073";
  position: absolute;
  top: calc(50% + 1px);
  right: 5px;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 90%;
  color: #333;
}
.datepicker INPUT::-webkit-calendar-picker-indicator {
  display: none;
}

.tippy-content {
  font-size: 90%;
  color: #FFF;
}

.fadeIn {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
}
.fadeIn.fadeInTop {
  transform: translateY(-100%);
}
.fadeIn.fadeInRight {
  transform: translateX(20%);
}
.fadeIn.fadeInBottom {
  transform: translateY(100%);
}
.fadeIn.fadeInLeft {
  transform: translateX(-20%);
}
.fadeIn.isAnimated {
  opacity: 1;
  transform: translateY(0);
}

INPUT[type=submit][disabled] {
  opacity: 0.5 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
}

.backTitleText {
  display: flex;
  white-space: nowrap;
}
.backTitleText.right {
  right: -70px;
}
.backTitleText.left {
  left: -70px;
}
.backTitleText.isAnimated.right > SPAN {
  -webkit-animation: rotateMove2Right 0.9s ease forwards;
          animation: rotateMove2Right 0.9s ease forwards;
}
.backTitleText.isAnimated.right > SPAN:nth-child(2) {
  transition-delay: 0.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(3) {
  transition-delay: 1s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(4) {
  transition-delay: 1.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(5) {
  transition-delay: 2s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(6) {
  transition-delay: 2.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(7) {
  transition-delay: 3s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(8) {
  transition-delay: 3.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(9) {
  transition-delay: 4s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(10) {
  transition-delay: 4.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(11) {
  transition-delay: 5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(12) {
  transition-delay: 5.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(13) {
  transition-delay: 6s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(14) {
  transition-delay: 6.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(15) {
  transition-delay: 7s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(16) {
  transition-delay: 7.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(17) {
  transition-delay: 8s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(18) {
  transition-delay: 8.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(19) {
  transition-delay: 9s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(20) {
  transition-delay: 9.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(21) {
  transition-delay: 10s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(22) {
  transition-delay: 10.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(23) {
  transition-delay: 11s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(24) {
  transition-delay: 11.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(25) {
  transition-delay: 12s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(26) {
  transition-delay: 12.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(27) {
  transition-delay: 13s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(28) {
  transition-delay: 13.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(29) {
  transition-delay: 14s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(30) {
  transition-delay: 14.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(31) {
  transition-delay: 15s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(32) {
  transition-delay: 15.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(33) {
  transition-delay: 16s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(34) {
  transition-delay: 16.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(35) {
  transition-delay: 17s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(36) {
  transition-delay: 17.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(37) {
  transition-delay: 18s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(38) {
  transition-delay: 18.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(39) {
  transition-delay: 19s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(40) {
  transition-delay: 19.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(41) {
  transition-delay: 20s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(42) {
  transition-delay: 20.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(43) {
  transition-delay: 21s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(44) {
  transition-delay: 21.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(45) {
  transition-delay: 22s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(46) {
  transition-delay: 22.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(47) {
  transition-delay: 23s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(48) {
  transition-delay: 23.5s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(49) {
  transition-delay: 24s;
}
.backTitleText.isAnimated.right > SPAN:nth-child(50) {
  transition-delay: 24.5s;
}
.backTitleText.isAnimated.left > SPAN {
  -webkit-animation: rotateMove2Left 1.8s ease forwards;
          animation: rotateMove2Left 1.8s ease forwards;
}
.backTitleText.isAnimated.left > SPAN:nth-child(2) {
  transition-delay: 0.1s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(3) {
  transition-delay: 0.2s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(4) {
  transition-delay: 0.3s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(5) {
  transition-delay: 0.4s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(6) {
  transition-delay: 0.5s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(7) {
  transition-delay: 0.6s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(8) {
  transition-delay: 0.7s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(9) {
  transition-delay: 0.8s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(10) {
  transition-delay: 0.9s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(11) {
  transition-delay: 1s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(12) {
  transition-delay: 1.1s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(13) {
  transition-delay: 1.2s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(14) {
  transition-delay: 1.3s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(15) {
  transition-delay: 1.4s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(16) {
  transition-delay: 1.5s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(17) {
  transition-delay: 1.6s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(18) {
  transition-delay: 1.7s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(19) {
  transition-delay: 1.8s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(20) {
  transition-delay: 1.9s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(21) {
  transition-delay: 2s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(22) {
  transition-delay: 2.1s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(23) {
  transition-delay: 2.2s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(24) {
  transition-delay: 2.3s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(25) {
  transition-delay: 2.4s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(26) {
  transition-delay: 2.5s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(27) {
  transition-delay: 2.6s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(28) {
  transition-delay: 2.7s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(29) {
  transition-delay: 2.8s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(30) {
  transition-delay: 2.9s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(31) {
  transition-delay: 3s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(32) {
  transition-delay: 3.1s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(33) {
  transition-delay: 3.2s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(34) {
  transition-delay: 3.3s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(35) {
  transition-delay: 3.4s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(36) {
  transition-delay: 3.5s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(37) {
  transition-delay: 3.6s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(38) {
  transition-delay: 3.7s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(39) {
  transition-delay: 3.8s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(40) {
  transition-delay: 3.9s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(41) {
  transition-delay: 4s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(42) {
  transition-delay: 4.1s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(43) {
  transition-delay: 4.2s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(44) {
  transition-delay: 4.3s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(45) {
  transition-delay: 4.4s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(46) {
  transition-delay: 4.5s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(47) {
  transition-delay: 4.6s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(48) {
  transition-delay: 4.7s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(49) {
  transition-delay: 4.8s;
}
.backTitleText.isAnimated.left > SPAN:nth-child(50) {
  transition-delay: 4.9s;
}
.backTitleText > SPAN {
  opacity: 0;
}

@-webkit-keyframes rotateMove2Left {
  0% {
    margin-left: 2em;
    opacity: 0;
    transform: rotateX(-180deg);
  }
  100% {
    margin-left: 0;
    opacity: 1;
    transform: rotateX(0deg);
  }
}

@keyframes rotateMove2Left {
  0% {
    margin-left: 2em;
    opacity: 0;
    transform: rotateX(-180deg);
  }
  100% {
    margin-left: 0;
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes rotateMove2Right {
  0% {
    margin-right: 2em;
    opacity: 0;
    transform: rotateX(-180deg);
  }
  100% {
    margin-right: 0;
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes rotateMove2Right {
  0% {
    margin-right: 2em;
    opacity: 0;
    transform: rotateX(-180deg);
  }
  100% {
    margin-right: 0;
    opacity: 1;
    transform: rotateX(0deg);
  }
}
.charByChar {
  display: flex;
}
.charByChar SPAN {
  opacity: 0;
  transition: opacity 0.5s;
  font-size: inherit;
}
.charByChar SPAN:nth-child(2) {
  transition-delay: 0.2s;
}
.charByChar SPAN:nth-child(3) {
  transition-delay: 0.3s;
}
.charByChar SPAN:nth-child(4) {
  transition-delay: 0.4s;
}
.charByChar SPAN:nth-child(5) {
  transition-delay: 0.5s;
}
.charByChar SPAN:nth-child(6) {
  transition-delay: 0.6s;
}
.charByChar SPAN:nth-child(7) {
  transition-delay: 0.7s;
}
.charByChar SPAN:nth-child(8) {
  transition-delay: 0.8s;
}
.charByChar SPAN:nth-child(9) {
  transition-delay: 0.9s;
}
.charByChar SPAN:nth-child(10) {
  transition-delay: 1s;
}
.charByChar SPAN:nth-child(11) {
  transition-delay: 1.1s;
}
.charByChar SPAN:nth-child(12) {
  transition-delay: 1.2s;
}
.charByChar SPAN:nth-child(13) {
  transition-delay: 1.3s;
}
.charByChar SPAN:nth-child(14) {
  transition-delay: 1.4s;
}
.charByChar SPAN:nth-child(15) {
  transition-delay: 1.5s;
}
.charByChar SPAN:nth-child(16) {
  transition-delay: 1.6s;
}
.charByChar SPAN:nth-child(17) {
  transition-delay: 1.7s;
}
.charByChar SPAN:nth-child(18) {
  transition-delay: 1.8s;
}
.charByChar.isAnimated SPAN {
  opacity: 1;
}

.charByChar2 {
  display: flex;
  height: 100px;
  overflow: hidden;
}
.charByChar2 SPAN {
  display: block;
  margin-top: 100px;
  transition: margin-top cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.charByChar2 SPAN:nth-child(2) {
  transition-delay: 0.06s;
}
.charByChar2 SPAN:nth-child(3) {
  transition-delay: 0.09s;
}
.charByChar2 SPAN:nth-child(4) {
  transition-delay: 0.12s;
}
.charByChar2 SPAN:nth-child(5) {
  transition-delay: 0.15s;
}
.charByChar2 SPAN:nth-child(6) {
  transition-delay: 0.18s;
}
.charByChar2 SPAN:nth-child(7) {
  transition-delay: 0.21s;
}
.charByChar2 SPAN:nth-child(8) {
  transition-delay: 0.24s;
}
.charByChar2 SPAN:nth-child(9) {
  transition-delay: 0.27s;
}
.charByChar2 SPAN:nth-child(10) {
  transition-delay: 0.3s;
}
.charByChar2 SPAN:nth-child(11) {
  transition-delay: 0.33s;
}
.charByChar2 SPAN:nth-child(12) {
  transition-delay: 0.36s;
}
.charByChar2 SPAN:nth-child(13) {
  transition-delay: 0.39s;
}
.charByChar2 SPAN:nth-child(14) {
  transition-delay: 0.42s;
}
.charByChar2 SPAN:nth-child(15) {
  transition-delay: 0.45s;
}
.charByChar2 SPAN:nth-child(16) {
  transition-delay: 0.48s;
}
.charByChar2 SPAN:nth-child(17) {
  transition-delay: 0.51s;
}
.charByChar2 SPAN:nth-child(18) {
  transition-delay: 0.54s;
}
.charByChar2.isAnimated SPAN {
  margin-top: 0;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anime:not(.isAnimated) {
  opacity: 0;
}/*# sourceMappingURL=app.css.map */