@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  color: #333;
  font-family: 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.07em;
  font-weight: 500;
  background: linear-gradient(180deg, rgba(244, 176, 195, 0.3) 0%, rgba(234, 219, 242, 0.5) 100%);
}

.wrap {
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}

a {
  color: #222;
  text-decoration: none;
}

a:hover {
  opacity: .7;
  transition: .3s;
}

a.underline {
  text-decoration: underline;
}

p {
  margin: 0 0 0.5em 0;
}

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

img.shadow {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

em {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

ul,
ol,
dl {
  margin: 0;
}

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

ol li {
  list-style: decimal;
}

h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media screen and (max-width:420px) {
  html {
    font-size: 60%;
  }

  .wrap {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ==================================================
  splash
====================================================*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #fbe7ec 0%, #f4ecf8 100%);
  z-index: 9;
  display: flex;
}

#splash_logo {
  margin: auto;
}

#splash_logo img {
  width: 200px;
}

@media screen and (max-width:768px) {
  #splash_logo img {
    width: 150px;
  }
}

/*================================================
 *  汎用クラス
 ================================================*/
#content {
  max-width: 400px;
  min-width: 280px;
  margin: 0 auto;
}

/* 背景スマホ */
.bg {
  background: url(../images/phone.png) no-repeat center/contain;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  filter: drop-shadow(6px 6px 10px rgb(190 156 167 / 20%));
}

.bg_top {
  width: 414.9px;
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.bg_bottom {
  width: 414.9px;
  position: fixed;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

section {
  padding-bottom: 3rem;
  position: relative;
}

.section {
  padding-top: 10rem;
}

/* PCのみロゴとパソコン */
.pc_img__top {
  position: fixed;
  top: 30px;
  left: 20px;
  width: 220px;
}

.pc_img__center {
  position: fixed;
  top: 40%;
  left: 40px;
  width: 300px;
  text-align: center;
  line-height: 3;
}

.pc_img__center .qr img {
  width: 80px;
  opacity: 0.7;
}

.pc_img__bottom {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 240px;
}

@media screen and (max-width:420px) {
  #content {
    background: #f9f9f9;
    margin: 0 30px;
    border-radius: 50px;
    filter: drop-shadow(6px 6px 10px rgb(190 156 167 / 20%));
  }

  .bg {
    display: none;
  }

  .bg_top {

    width: 87%;
    top: 20px;
  }

  .bg_bottom {

    width: 87%;
    bottom: -19px;
  }
}


/*================================================
 * intro
 ================================================*/
#intro h1 {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
}

#intro h1 span {
  font-size: 1rem;
  line-height: 4;
  letter-spacing: .2em;
}

#intro p {
  font-family: 'kanata';
  font-size: 2.3rem;
  line-height: 2;
}

@media screen and (max-width:420px) {
  #intro {
    padding-top: 8rem;
  }
}

/*================================================
 * talk
 ================================================*/
.oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 50px auto;
  font-size: 1.4rem;
}

.oneArea.marginT--0 {
  margin-top: 0;
}

.oneArea .onebox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.oneArea .onebox:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 30px;
}

.oneArea .onebox .imgArea {
  width: 80px;
  position: relative;
}

.oneArea .onebox:nth-child(odd) .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: 20px;
  left: 0;
  padding-right: 30px;
}

.oneArea .onebox:nth-child(even) .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: 20px;
  left: auto;
  right: 0;
  padding-left: 30px;
}

.oneArea .onebox .fukiArea {
  width: 70%;
}

.oneArea .onebox .fukidasi {
  width: 100%;
  position: relative;
  padding: 15px;
  background-color: #f6d5e0;
  border-radius: 12px;
  box-sizing: border-box;
}

.oneArea .onebox .fukidasi::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 22px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.oneArea .onebox .fukidasi::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 40px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.oneArea .onebox:nth-child(odd) .fukidasi::before {
  left: -15px;
  border-left: 25px solid #f6d5e0;
  border-top: 25px solid transparent;
}

.oneArea .onebox:nth-child(odd) .fukidasi::after {
  left: -25px;
  border-left: 25px solid #f9f9f9;
  border-top: 25px solid transparent;
}

.oneArea .onebox:nth-child(even) .fukidasi {
  background-color: #dbcee6;
}

.oneArea .onebox:nth-child(even) .fukidasi::before {
  left: auto;
  right: -15px;
  border-left: 25px solid transparent;
  border-top: 25px solid #dbcee6;
}

.oneArea .onebox:nth-child(even) .fukidasi::after {
  left: auto;
  right: -25px;
  border-left: 25px solid transparent;
  border-top: 25px solid #f9f9f9;
}


/*================================================
 * works
 ================================================*/
#works ul {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 30px;
}

#works ul li {
  min-width: 73%;
}


/*================================================
 * question
 ================================================*/
#question ul {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 30px;
}

#question ul li {
  min-width: 73%;
  background: #fff;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
  margin: 0 10px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 12px;
  font-size: 1.4rem;
}

#question ul li h4 {
  border-bottom: 1px dotted;
  padding-bottom: 5px;
  margin-bottom: 10px;
}


/*================================================
 * flow
 ================================================*/
#flow ul {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 30px;
}

#flow ul li {
  min-width: 73%;
  background: #fff;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
  margin: 0 10px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 12px;
  font-size: 1.3rem;
  position: relative;
}

#flow ul li h4 {
  font-size: 1.3rem;
  background: #4d62d9;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  padding: 16px 8px;
}

#flow ul li p {
  padding-top: 40px;
}

#flow ul li p img {
  display: block;
  height: 70px;
  object-fit: contain;
  margin: 0 auto 20px;
}


/* =======================================================
* company
* ======================================================= */
#company dl dt {
  font-size: 1.4rem;
  padding-bottom: 7px;
}

#company dl dd {
  font-size: 1.4rem;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 20px;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 2;
}

@media screen and (max-width:420px) {
  #company dl {
    padding: 0 20px;
  }
}

/* =======================================================
* contact
* ======================================================= */
form {
  margin: 30px 15px 100px;
}

label {
  display: block;
  margin: 35px auto 10px;
}

label small {
  font-size: 1rem;
}

input,
select {
  vertical-align: text-top;
  font-size: 30px;
  margin: 3px;
}

input[type="email"],
input[type="number"],
input[type="text"],
input[type="tel"],
select,
textarea {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  outline: none;
  height: 5.5rem;
  line-height: 1.8;
  background: #f9f9f9;
  font-size: 1.5rem;
  padding-left: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}

textarea {
  height: 300px;
  padding: 10px;
}

/* radioBtn */
.radioBtn {
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  font-weight: normal;
  margin: 0;
  line-height: 2.5;
}

.radioBtn::before,
.radioBtn::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.radioBtn::before {
  background-color: #fff;
  border: 1px solid #555;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  left: 10px;
}

.radioBtn::after {
  background-color: #e86593;
  border-radius: 50%;
  opacity: 0;
  width: 11px;
  height: 11px;
  left: 12px;
}

input:checked+.radioBtn::after {
  opacity: 1;
}

.checkbox {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

form sup {
  color: #e86593;
  font-size: 1rem;
  margin: 0 5px;
  vertical-align: super;
}

form sup.any {
  color: #4d62d9;
}

button {
  background: #4d62d9;
  color: #fff;
  padding: 12px 70px;
  letter-spacing: .15em;
  border-radius: 5px;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
  font-size: 1.5rem;
}

/* buymeacoffee */
.bmc {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  font-size: 1.3rem;
  margin-bottom: 70px;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
}

.bmc img {
  width: 80%;
  margin: 0 auto;
}

/* copyright */
.copyright {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 50px;
}
