@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500&family=Noto+Sans+JP:wght@300;500&display=swap');

html {
	font-size:62.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size:1.4rem;
	margin: 0;
}

*, *::before, *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.clearfix::after {
	content:'';
	display:block;
	clear:both;
}


.wrap {
  margin: 0;
}

.wrap::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.conts {
	background-color: rgba(0,0,0,0.3);
}


.wrapper {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	max-width: 960px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	padding-top: 40px;
}


img { 
    max-width: 100%; 
    height:auto;
}







.content {
	display: grid;
	place-content: center;
	gap: 1ch;
}

.content h1{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #eee;
}

.content h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #eee;/*文字色*/
	padding: 0.5em 0;/*上下の余白*/
	margin: 20px 80px;/*上下左右の余白*/
	border-top: solid 2px #eee;/*上線*/
	border-bottom: solid 2px #eee;/*下線*/
}

.content p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #eee;
}

.content p a{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #eee;
}



/*↓顔画像吹き出しここから↓*/
.fuki_par *{
	box-sizing: border-box;
}

/* 親要素 */
.fuki_par{
	display: table;
	box-sizing: border-box;
	margin-bottom: 1em;
	width: 100%;
}

/* 子要素(左画像) */
.fuki_child_left{
	display: table-cell;
	vertical-align: middle;
	width: 40%;
	padding-right: 10px;
}

.fuki_child_left img{
	padding: 10px;
	/* border: solid 4px #EEE; */
}

/* 子要素(右テキスト) */
.fuki_child_right{
	display: table-cell;
	width: 59%;
	position: relative;
	padding: 10px;
}

.fuki_child_text{
	border: #ccc solid 4px;
	position: relative;
	background: #fff;
	padding: 0 1.2em;
	border-radius: 13px;
	text-align: left;
}

.fuki_child_text h3{
    color: #666;
    font-size: 18px;
}
.fuki_child_text p{
    color: #666;
}

.fuki_child_text p:first-of-type{
	margin-top: 0;
}

.fuki_child_text p:last-of-type{
	margin-bottom: 0;
}

/* 吹き出しデザイン */
.fuki_child_text::before{
	border-right: 23px solid #ccc;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	top: 20%;
	content: "";
	position: absolute;
	left: -23px;
}

.fuki_child_text::after{
	content: "";
	position: absolute;
	border-right: 24px solid #fff;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	top: 20%;
	left: -17px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 600px){
	.fuki_par, .fuki_child_left, .fuki_child_right, .fuki_child_text{
	width: 100%;
	display: block;
	}
	
.fuki_child_left{
	padding-right: 0;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	}
	
.fuki_child_text{
	border-radius: 6px;
	background: #fff;
	margin-top: 7px;
	border: solid 2px #ccc;
}

.fuki_child_text::before{
	border-bottom: 20px solid #ccc;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	content: "";
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.fuki_child_text::after{
	border-bottom: 20px solid #fff;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	content: "";
	position: absolute;
	top: -37px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
}
/*↑顔画像吹き出しここまで↑*/




.btn,
a.btn,
button.btn {
  width: 320px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--orange {
  color: #fff;
  background-color: #F3B400;
}

a.btn--orange:hover {
  color: #fff;
  background: #FFA822;
}

a.btn--green {
  color: #fff;
  background-color: #01CD3E;
}

a.btn--green:hover {
  color: #fff;
  background: #00b536;
}

a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}




.modal-002__wrap input {
    display: none;
}

.modal-002__open-label,
.modal-002__close-label {
    cursor: pointer;
}

.modal-002__open-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .8em 2em;
    border: none;
    border-radius: 5px;
    background-color: #7d4dc1;
    color: #ffffff;
    font-weight: 600;
    font-size: 1em;
}

.modal-002__open-label:hover {
    background-color: #fff;
    color: #7d4dc1;
    outline: 1px solid #7d4dc1;
}

.modal-002 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-002__open-input:checked + label + input + .modal-002 {
    display: block;
    animation: modal-002-animation .6s;
}

.modal-002__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 650px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-002__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.6;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.3em;
}

.modal-002__content {
    max-height: 50vh;
    overflow-y: auto;
    padding: 39px 45px 40px;
}

.modal-002__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-002-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 520px) {
    .modal-002__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-002__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-002__content-wrap {
        width: 90vw;
    }

    .modal-002__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}



.modal-003__wrap input {
    display: none;
}

.modal-003__open-label,
.modal-003__close-label {
    cursor: pointer;
}

.modal-003__open-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .8em 2em;
    border: none;
    border-radius: 5px;
    background-color: #7d4dc1;
    color: #ffffff;
    font-weight: 600;
    font-size: 1em;
}

.modal-003__open-label:hover {
    background-color: #fff;
    color: #7d4dc1;
    outline: 1px solid #7d4dc1;
}

.modal-003 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-003__open-input:checked + label + input + .modal-003 {
    display: block;
    animation: modal-003-animation .6s;
}

.modal-003__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 650px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-003__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.6;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.3em;
}

.modal-003__content {
    max-height: 50vh;
    overflow-y: auto;
    padding: 39px 45px 40px;
}

.modal-003__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-003-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 520px) {
    .modal-003__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-003__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-003__content-wrap {
        width: 90vw;
    }

    .modal-003__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}



.profile_card{
    padding: 1rem 2rem;
    border: 1px solid #eee;
}
.profile_card{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.card_photo{
    text-align: center;
    flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
}
.profile_sociallinks{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.card_photo_img{
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #e6e0d1;
    display: inline-block;
}

.profile_bio p{
    margin-bottom: 3rem
}
.profile_sociallinks a{
    color: #06c7ea;
    padding: 1rem;
}
.profile_card h1,
.profile_card h3{
    font-weight: 500;
    margin: 0px 0px 5px 0px;
}
.profile_card h1{
    color: #58CFD3;
    font-size: 24px;
}
.profile_card h3{
    color: #eee;
    font-size: 18px;
}

.profile_cards{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
}
.profile_cards .profile_card{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 31%;
    margin: 1%;
    box-sizing: border-box;
}
.profile_cards .card_photo{
    flex:  0 0 auto;
    -webkit-flex: 0 0 auto;
}


.str {
  display       : inline-block;        /* ブロック化              */
  font-weight   : bold;                /* 太字                    */
  color         : #ffffff;             /* 文字色                  */
  background    : #58cfd3;             /* 背景色                  */
  padding       : 10px;                 /* 背景色内の余白          */
  margin        : 0 2px;               /* 背景色の外左右余白    */
}


/*sp*/
@media screen and (max-width: 700px) {
    .profile_card,
    .pricecards,
    .profile_cards{
flex-direction: column;
-webkit-flex-direction: column;
    }
    .pricecard.premium{
order: 1;
-webkit-order: 1;
    }
    .profile_cards .profile_card{
width: 100%;
    }
    .pricecard,
    .card_photo{
flex: 0 0 auto;
-webkit-flex: 0 0 auto;
    }


.content h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #eee;/*文字色*/
	padding: 0.5em 0;/*上下の余白*/
	margin: 20px 0;/*上下左右の余白*/
	border-top: solid 2px #eee;/*上線*/
	border-bottom: solid 2px #eee;/*下線*/
}


}


@media screen and (min-width: 700px){	
/* PC時 */
.pc {
display:inline;
}
.sp {
display:none;
}
}