@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

em,
i {
  font-weight: normal;
}

.agbalumo-regular {
  font-family: "Agbalumo", system-ui;
  font-weight: 400;
  font-style: normal;
}

.poppins {
  font-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  font-style: normal;
  height: 100vh;
  width: 100%;
  background: #FF1866;
  background-image: url(../img/ashirai.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

#content {
  border: 2px solid #212121;
  width: 550px;
  margin: 0 auto;
  background: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 1200px) {
  #content {
    width: 400px;
  }
}
#content img {
  vertical-align: bottom;
}

#content::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  #content {
    width: 100%;
    max-width: 100%;
    border: 0;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

.pc__logo {
  margin-bottom: 40px;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.mail {
  background: #fff;
}
.mail__form {
  padding: 20px 20px 40px;
}
.mail__form--item .title {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 5px;
}
.mail__form--item .title .required {
  background: #FF1866;
  font-size: 13px;
  color: #fff;
  padding: 1px 6px;
}
.mail__form--item .text input {
  height: 50px;
  width: 100%;
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 10px;
}
.mail__form--item + .mail__form--item {
  margin-top: 20px;
}
.mail__form--submit {
  display: block;
  width: 260px;
  margin: 0 auto;
  margin-top: 30px;
  transition: 0.3s ease;
}
.mail__form--submit:hover {
  opacity: 0.8;
}

.present {
  padding: 10px 20px 30px;
}
.present__title {
  margin-bottom: 20px;
}
.present__lists {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.trouble__lists {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.trouble__main {
  width: 92%;
  margin: 0 auto;
}

.profile {
  padding: 20px;
}
.profile img {
  padding-top: 20px;
  border-top: 1px solid #000;
}

.footer {
  box-sizing: border-box;
  background: #FF1866;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__sub {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer__sub a {
  font-size: 14px;
}
.footer__sub small {
  display: block;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
}

.pc {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .pc {
    display: none;
  }
}
.pc__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 24%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 3%;
  padding-top: 50px;
}
.pc__left .ashirai {
  text-align: center;
  max-height: 84%;
}
.pc__left .ashirai img {
  max-height: 100%;
  width: auto;
}

.pc__right {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px 0;
  max-width: 28%;
  box-sizing: border-box;
}
.pc__right .btn {
  display: block;
  width: 372px;
  margin: 80px auto 0;
  transition: 0.3s ease;
}
.pc__right .btn:hover {
  opacity: 0.8;
}

.fade-in {
  opacity: 0;
  /* 初期状態で透明 */
  /* 下に少しずらす */
  transform: translateY(60px);
  transition: all 0.4s ease;
  /* アニメーションの設定 */
}

.fade-in.fade-top {
  transform: translateY(200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-bottom {
  transform: translateY(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-left {
  transform: translateX(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-right {
  transform: translateX(200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.show {
  opacity: 1;
  /* 表示 */
  transform: translateY(0);
  /* 元の位置 */
}

.confirm {
  padding: 50px 20px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}

.contact__title {
  text-align: center;
  font-weight: 700;
  font-size: 34px;
  color: #000;
  margin-bottom: 20px;
}

.thanks {
  padding: 170px 30px 140px;
}

.thanks__text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

.backBtn {
  font-size: 16px;
  font-weight: bold;
  background: #000;
  border-radius: 50px;
  display: block;
  width: 213px;
  padding: 15px 0;
  font-weight: 600;
  border: none;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

.fixed {
  position: fixed;
  bottom: 4%;
  z-index: 12;
  right: 34.5%;
  transform: translateX(50%);
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  display: none;
}
@media screen and (max-width: 1250px) {
  .fixed {
    right: 33%;
  }
}
@media screen and (max-width: 768px) {
  .fixed {
    display: flex;
    right: 2%;
    bottom: 4%;
    transform: translateX(0);
  }
}

.fixed.hide {
  opacity: 0;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */