@charset "UTF-8";
:root {
  --colorOrange  : #F7D648;
  --colorYellow  : #F7F848;
  --colorBlack   : #1A1A1A;
  --colorWhite   : #FFF;
  --colorWhite02 : #F2F2F2;
  --colorGray    : #808080;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

main,article,aside,nav,header,footer,img,button,picture,picture source {
  display: block;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--colorBlack);
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
}

button {
  font-size: 1em;
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}
.robot {
  font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/

.visible1024 {
  display: none;
}

.contents {
  width: 900px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.img_center {
  margin-left: -450px;
}

.contents1200 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.contents1800 {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------
定数
--------------------------------------------------------*/

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

.cm {
  margin-left: auto;
  margin-right: auto;
}

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

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

.b {
  font-weight: bold;
}

.m {
  font-weight: 500;
}

.small {
  font-size: 14px;
}

.negativeMargin360 {
  margin-top: -360px;
}

.margin20p {
  margin-top: 20px;
}

.margin30p {
  margin-top: 30px;
}

.margin360p {
  margin-top: 360px;
}

.margin50p {
  margin-top: 50px;
}

.margin100p {
  margin-top: 100px;
}

.margin200p {
  margin-top: 200px;
}

.margin300p {
  margin-top: 300px;
}

.margin_35p {
  margin-top: -35px;
}

.margin_70p {
  margin-top: -70px;
}

.margin_80p {
  margin-top: -80px;
}

.margin_200p {
  margin-top: -200px;
}

.marginl50 {
  margin-left: 50px;
}

.padding50p {
  padding-top: 50px;
}

.padding100p {
  padding-top: 100px;
}

.padding300p {
  padding-top: 300px;
}

.paddingb50p {
  padding-bottom: 50px;
}

.paddingb100p {
  padding-bottom: 100px;
}

.paddingb180p {
  padding-bottom: 180px;
}

.paddingb200p {
  padding-bottom: 200px;
}

.paddingb300p {
  padding-bottom: 300px;
}

/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*重なりの優先度*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.z1 {
  z-index: +1;
}

.z2 {
  z-index: +2;
}

.z3 {
  z-index: +3;
}

.z99 {
  z-index: +9999;
}

/*横幅*/

.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w75 {
  width: 75%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.inline_b {
  display: inline-block;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.pointer_evNone {
  pointer-events: none;
}

.pointer {
  cursor: pointer;
}

.flex {
  display: -webkit-box;
  /* Androidブラウザ用 */
  display: flex;
}

.span span {
  display: inline-block;
}

.block {
  display: block;
}

.none {
  display: none;
}

body {
  /*iphone用*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/*--------------------------------------------------------
定数 ※個別設定
--------------------------------------------------------*/
.bgWhite {
  background-color: var(--colorWhite);
}

.bgWhite02 {
  background-color: var(--colorWhite02);
}

.bgOrange {
  background-color: var(--colorOrange);
}

.bgParallelogram {
  clip-path: polygon(0 0px, 100% calc(0% + 360px), 100% 100%, 0% calc(100% - 360px));
  padding: 360px 0;
  margin-top: -360px;
  margin-bottom: -360px;
}


.clrWhite {
  color: var(--colorWhite);
}

.clrOrange {
  color: var(--colorOrange);
}

.doubleUnderline {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.doubleUnderline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px; /* 線の太さ */
  background: linear-gradient(to bottom, black 2px, transparent 2px, transparent 4px, black 4px);
}

/* --- Google Material Symbols --- */
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
  display: inline-flex;
  vertical-align: middle;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.material-symbols-outlined.material-symbols-outlined--fontSizeSame {
  margin-left: 2px;
  font-size: 1em;
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  /* left: 50%; */
  /* transform: translate(-50%); */
  width: 100%;
  /* height: 50px; */
  z-index: 99;
  opacity: 0.9;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
.footer {
  color: #C93C84;
}

.copyright {
  font-size: 16px;
  padding: 30px 0;
  text-decoration: none;
}

/*-------------------------------------
    err
-------------------------------------*/

.errMsg {
  font-size: 0.8em;
  color: red;
  font-weight: bold;
  border-radius: 0.3em;
  margin: 0.5em 1em 0 0;
}

/*--------------------------------------------------------
各種レイアウト
--------------------------------------------------------*/
/*--- header ---*/
.headerNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-right: 4%;
}

.headerMenu {
  display: flex;
  z-index: 0;
}

.headerMenu > li {
  margin: 0 20px;
  font-size: 20px;
}

.headerMenu > li:hover {
  transition: opacity 0.25s;
  opacity: 0.7;
}

.menuToggle {
  display: none;
}
/*--- header_end ---*/

/*--- content ---*/
.fvContainterToppage {
  padding-bottom: 2%;
}

.fvContainterSubpage {
  padding-bottom: 140px;
}

.fvItem__movie video {
  width: 100%;
  border-radius: 20px 300px 300px 20px;
}

.fvItem__img {
  top: 15%;
}

.fvItem__img02 {
  top: 72%;
}

.fvItem__img03 {
  top: 0%;
}

.fvItem__title {
  top: 0;
}

.fvItem__subtitle {
  margin-top: -6%;
  margin-left: 17.5%;
  font-size: 35px;
  color: var(--colorWhite);
}

.fvItem__text {
  bottom: 2%;
  left: 2%;
  font-size: 24px;
  font-weight: 400;
}

.section {
  padding-top: 10.5%;
  padding-bottom: 10.5%;
  scroll-margin-top: 100px;
}

.section.section--borderRadius {
  border-radius: 300px;
}

.section.section--subpage,.section.section--subpage02 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section__head {
  display: flex;
  position: relative;
  z-index: 1;
}

.section__subtitle {
  font-size: 35px;
  margin-left: 17.5%;
}

.section__headImg {
  margin-right: 4.8%;
}

.section__headImg--marginTop {
  margin-top: 6%;
}

.section__body {
  max-width: 1540px;
  width: 90.4%;
  margin: 0 auto;
}

.section__body.section__body--displayFlex {
  display: flex;
}

.section__text {
  padding: 0 5%;
  font-size: 25px;
  font-weight: 400;
}

.section__text > div:not(:last-child){
  padding-bottom: 70px;
}

.section__itemImg {
  width: 41%;
}

.section__itemText {
  flex: 1;
}

.section__itemTextInner {
  max-width: 430px;
  width: 90%;
  margin: 10% auto 0;
  font-size: 20px;
  font-weight: 400  ;
  line-height: 2.5;
}

.section__profileItem:not(:last-child) {
  margin-bottom: 5%;
}

.profileItem__head {
  margin-bottom: 2%;
  font-size: 50px;
}

.profileItem__title {
  display: inline-flex;
  align-items: center;
  background-color: var(--colorWhite);
  padding: 0.5% 2%;
  border-radius: 4px;
  position: relative;
}

.profileItem__title::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  height: 100%;
  width: 8px;
  background-color: var(--colorBlack);
  border-radius: 4px 0 0 4px;
}

.profileItem__title span {
  font-size: 1em;
}

.profileItem__subtitle span {
  font-size: 0.7em;
  font-style: italic;
}

.profileItem__body {
  display: flex;
  align-items: center;
}

.profileItem__img {
  width: 31.5%;
}

.profileItem__text {
  flex: 1;
}

.profileItem__textInner {
  margin-left: 8%;
  line-height: 2.5;
  font-size: 20px;
  font-weight: 400;
}

.contentTitle {
  margin-bottom: 30px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
}


.contentBox {
  padding: 2%;
  margin-bottom: 100px;
  border-radius: 40px;
}

.contentBoxInner {
  padding: 45px 0;
}

.contentItem.contentItem--flex {
  display: flex;
  justify-content: center;
}

.contentItem.contentItem--flex.contentItem--flexSpaceAround {
  justify-content: space-around;
}

.contentBox__subtitle {
  top: -40px;
  left: -110px;
}

.contentItem__text {
  font-size: 25px;
}

.contentItem__text > p:first-child {
  margin-bottom: 40px;
}

.contentItem__text.contentItem__text--thin {
  font-weight: 400;
}

.contentItem__text.contentItem__text--marginBottom {
  margin-bottom: 50px;
}

.contentItem__text.contentItem__text--center {
  text-align: center;
}

.contentCard {
  display: flex;
  flex-direction: column;
  /* border: 2px solid var(--colorBlack); */
  border-radius: 10px;
}

.contentCard.contentCard--marginBottom {
  margin-bottom: 50px;
}

.contentCard.contentCard--card5{
  width: calc(100% / 5);
}

.contentCard.contentCard--card4 {
  width: calc(100% / 4);
}

.contentCard.contentCard--card3 {
  width: calc(100% / 3);
}

.contentCard.contentCard--card2 {
  width: calc(100% / 2);
}

.contentCard.contentCard--card1 {
  width: calc(100% / 1);
}

.contentCard.contentCard--card2_1 {
  flex : 0.4;
}

.contentCard.contentCard--card2_2 {
  flex : 0.6;
}

.contentCard:not(:last-child) {
  margin-right: 2%;
}

.contentCard:not(:last-child).contentCard--marginLarge {
  margin-right: 6%;
}


.contentCard__head {
  background-color: var(--colorGray);
  margin-bottom: 10px;
  border-radius: 10px;
  color: var(--colorWhite);
  text-align: center;
  font-size: 35px;
}

.contentCard__body {
  background-color: var(--colorWhite);
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 50px 0;
  border: 2px solid;
  border-radius: 10px;
}

/* .contentCard__img {
  width: 74.3%;
  padding: 19% 0 6.7%;
} */

.contentCard__img.contentCard__img--icon01{
  width: 74.3%;
}

.contentCard__img.contentCard__img--icon02{
  width: 38.3%;
}

.contentCard__img.contentCard__img--icon03{
  width: 81.8%;
}

.contentCard__img.contentCard__img--icon04{
  width: 86.7%;
}

.contentCard__img.contentCard__img--icon05{
  width: 88.3%;
}

.contentCard__img img {
  margin: 0 auto;
}

.contentCard__innerHead {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

.contentCard__innerHead.contentCard__innerHead--item2 {
  width: 78%;
}

.contentCard__innerHead.contentCard__innerHead--item3 {
  width: 83%;
}

.contentCard__innerHead.contentCard__innerHead--item5 {
  width: 85%;
}

.contentCard__innerHead div {
  display: inline-block;
  width: 180px;
  padding: 0 10px;
  border: 1px solid var(--colorBlack);
  border-radius: 10px;
  font-size: 25px;
  text-align: center;
}

.textPrice {
  text-align: center;
  font-size: 40px;
}

.textPrice.textPrice--marginTop {
  margin-top: 20px;
}

.textPrice--subscription::before {
  content: "月額";
  display: inline-block;
  padding: 0 10px;
  border: 1px solid var(--colorBlack);
  border-radius: 4px;
  font-size: 0.5em;
  line-height: 1.5;
}

.textPrice--goods::before {
  content: "50枚";
  display: inline-block;
  padding: 0 10px;
  border: 1px solid var(--colorBlack);
  border-radius: 4px;
  font-size: 0.5em;
  line-height: 1.5;
}

.textPrice span {
  display: block;
  line-height: 1;
}

.textDetail {
  padding: 26px 16px 0;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
}

.textDetail.textDetail--sizeLarge {
  font-size: 25px;
  font-weight: 500;
}

.contentList {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contentList.contentList--marginTop {
  margin-top: 50px;
}

.contentList__item {
  display: flex;
  justify-content: space-between;
  background-color: var(--colorWhite);
  padding: 0.5% 2%;
  border-radius: 4px;
  position: relative;
  font-size: 25px;
}

.contentList__item::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  height: 100%;
  width: 8px;
  background-color: var(--colorOrange);
  border-radius: 4px 0 0 4px;
}

.contentList__item:not(:first-child) {
  margin-top: 20px;
}


.companyInfo {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 20px 20px;
  align-items: center;
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 400;
}

.companyInfo__label {
  text-align: left;
}

.companyInfo__data {
  text-align: left;
}

.linkBtn {
  display: flex;
  align-items: center;
  width: 320px;
  padding: 12px 20px;
  background-color: var(--colorWhite);
  border: 2px solid var(--colorGray);
  border-radius: 100px;
  font-size: 35px;
  text-decoration: none;
  color: var(--colorBlack);
  transition: all 0.3s ease;
  text-align: center;
}

.linkBtn.linkBtn--fontSmall {
  font-size: 25px;
}

.linkBtn__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
}

.linkBtn__title {
  font-size: 1em;
}

.linkBtn__subtitle {
  font-size: 20px;
}

.linkBtn__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #C93C84;
  border-radius: 50%;
}

.linkBtn__arrow > span {
  margin-left: 4px;
  font-size: 16px;
}

/*--- content_end ---*/

/*--- footer ---*/
.footerNav {
  display: flex;
  justify-content: center;
  gap: 50px; /* リンクの間隔 */
  margin-bottom: 30px;
}

.footerLogo {
  position: absolute;
  bottom: 10%;
  right: 0;
}
/*--- footer_end ---*/

/*--- law ---*/
.law {
  width: 90%;
  margin: 0 auto;
}

.law__title {
  text-align: center;
  margin-bottom: 60px;
}

.law__title > h2{
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #C93C84;
  display: inline-block;
  padding-left: 0.5em;
  padding-top: 0.3em;
}
.law__item {
  font-size: 20px;
  font-weight: 400;
}

.law__item:not(:last-child) {
  margin-bottom: 40px;
}

.law__item > h3 {
  font-size:1em;
  font-weight: bold;
  margin-bottom: 5px;
}
/*--- law_end ---*/

/*--------------------------------------------------------
フォーム 
--------------------------------------------------------*/
input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

input::placeholder,textarea::placeholder {
  color: #b1b1b1;
}

/* IE11 & IE10 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b1b1b1;
}

/* Edge */
input::-ms-input-placeholder {
  color: #b1b1b1;
}

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select {
  width: 100%;
  border: 1px solid var(--colorGray);
  font-size: 1em;
  padding: 0.3em 0.6em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
}

textarea {
  resize: none;
  display: block;/*下部の謎余白を消す*/
  min-height: 3em;
  max-height: 25em;
  width: 100%;
  font-size: 1em;
  padding: 1%;
  border: 1px solid var(--colorGray);
}

button:focus,
input:focus,
select:focus,
textarea:focus,
section:focus,
main:focus,
article:focus,
nav:focus,
header:focus,
footer:focus,
div:focus,
a:focus {
  outline: none;
}

button {
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  font-family: inherit;
}

button:hover {
  cursor: pointer;
}

.form__inner {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 100px;
}

.formItem {
  margin-bottom: 40px;
  font-size: 25px;
}

.form-field {
  margin-bottom: 4%;
  font-size: 1.6em;
}

.form__submitButton {
  background-color: var(--colorBlack);
  border-radius: 10px;
  max-width: 500px;
  width: 60%;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 25px;
  color: var(--colorWhite);
}


.topcs_h01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
}
.topcs_h01 img {
  width: 100%;
}