@charset "UTF-8";
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

.wrapper {
  overflow: hidden;
}
@media (min-width: 768px) {
  .wrapper {
    min-width: 1600px;
  }
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767.9px) {
  .inner {
    padding: 0 25px;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.txt-red {
  color: #bd0833;
}

.txt-small {
  font-size: 90%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-top: 30px;
}
@media (min-width: 768px) {
  header {
    min-width: 840px;
  }
}
@media (max-width: 767.9px) {
  header {
    padding-top: 15px;
  }
}

header.is-scrolled {
  background-color: #12285c;
  padding: 10px 0;
}

header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.nav {
  display: flex;
}

@media (min-width: 768px) {
  .nav ul {
    display: flex;
    align-items: center;
    gap: 45px;
  }
}
@media (max-width: 767.9px) {
  .nav ul {
    position: fixed;
    width: 175px;
    top: 0;
    right: -100%;
    background-color: #000;
    padding: 50px 20px;
    transition: all 0.5s;
    box-sizing: border-box;
  }
}
.nav ul a {
  color: #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  .nav ul a:hover {
    border-bottom: solid 2px #2b54e2;
  }
}
@media (max-width: 767.9px) {
  .nav ul a {
    display: block;
    font-size: 0.875rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 25px;
  }
}

.nav__contact a {
  margin-left: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #2b54e2;
  width: 160px;
  text-align: center;
  line-height: 46px;
  border-radius: 6px;
  display: block;
  border-bottom: none;
}
@media (min-width: 768px) {
  .nav__contact a:hover {
    background-color: #1e40b8;
  }
}
@media (max-width: 767.9px) {
  .nav__contact a {
    font-size: 0.6875rem;
    width: 105px;
    height: 30px;
    line-height: 30px;
    margin-left: 0;
  }
}

@media (max-width: 767.9px) {
  .nav.is-active ul {
    right: 0;
  }
}

@media (max-width: 767.9px) {
  .logo {
    margin-right: calc(100% - 280px);
  }
}

.logo img {
  width: 190px;
  display: block;
}
@media (max-width: 767.9px) {
  .logo img {
    width: 105px;
  }
}

.hamburger {
  width: 40px;
  height: 30px;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
}

.hamburger span::after,
.hamburger span::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2b54e2;
  transition: all 0.5s;
}

.hamburger span::before {
  top: 10px;
}

.hamburger span::after {
  bottom: 10px;
}

.hamburger.is-active span::before {
  top: 14.5px;
  transform: rotate(11deg);
}

.hamburger.is-active span::after {
  bottom: 14.5px;
  transform: rotate(-11deg);
}

.kv {
  color: #fff;
  padding-top: 230px;
  height: 988px;
  box-sizing: border-box;
  background-image: url(/assets/images/top/bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
@media (max-width: 767.9px) {
  .kv {
    background-image: url(/assets/images/top/bg_sp.jpg);
    padding-top: 95px;
    height: auto;
  }
}
.kv__title {
  font-size: 5.5rem;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .kv__title {
    font-size: 2.75rem;
  }
}
.kv__title .en {
  font-size: 6.125rem;
  font-weight: normal;
}
@media (max-width: 767.9px) {
  .kv__title .en {
    font-size: 3.0625rem;
  }
}
.kv__lead {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 40px;
}
@media (max-width: 767.9px) {
  .kv__lead {
    font-size: 0.875rem;
    margin-top: 15px;
  }
}
.kv__lead2 {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 100px 0 50px;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .kv__lead2 {
    font-size: 0.6875rem;
    margin: 20px 0 15px;
  }
}
@media (min-width: 768px) {
  .kv__image {
    position: absolute;
    top: 150px;
    right: -160px;
    overflow: hidden;
  }
}
@media (max-width: 767.9px) {
  .kv__image {
    margin: 30px -20px 0;
  }
}
.kv__image img {
  width: 100%;
  height: auto;
  display: block;
}
.kv-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 767.9px) {
  .kv-buttons {
    flex-direction: column;
    align-items: center;
  }
}
.kv-button {
  font-size: 1.125rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 15px;
  background-color: #bd0833;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  width: 330px;
  position: relative;
  min-height: 55px;
}
@media (max-width: 767.9px) {
  .kv-button {
    font-size: 0.9375rem;
    width: 100%;
    padding: 5px;
    gap: 10px;
  }
}
.kv-button::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 30px);
  background: #d15371;
  position: absolute;
  right: 50px;
  top: 15px;
}
@media (max-width: 767.9px) {
  .kv-button::before {
    right: 25px;
    top: 5px;
    height: calc(100% - 10px);
  }
}
.kv-button::after {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  right: 20px;
  top: calc(50% - 5.5px);
}
@media (max-width: 767.9px) {
  .kv-button::after {
    width: 5px;
    height: 7px;
    right: 12px;
    top: calc(50% - 3.5px);
  }
}
@media (min-width: 768px) {
  .kv-button:hover {
    background-color: #9f0a2d;
  }
}
.kv-button__icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  width: 60px;
  height: 100%;
  border-radius: 3px;
}
@media (max-width: 767.9px) {
  .kv-button__icon {
    width: 40px;
    min-height: 55px;
  }
}
.kv-button__icon--mail {
  background-image: url(/assets/images/top/i_mail.png);
  background-size: 29px auto;
}
@media (max-width: 767.9px) {
  .kv-button__icon--mail {
    background-size: 22px auto;
  }
}
.kv-button__icon--pdf {
  background-image: url(/assets/images/top/i_pdf.png);
  background-size: 22px auto;
}
@media (max-width: 767.9px) {
  .kv-button__icon--pdf {
    background-size: 16px auto;
  }
}
.kv .inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .kv .inner {
    padding: 0 20px;
  }
}

@media (max-width: 767.9px) {
  .kv .kv-button {
    font-size: 0.8125rem;
  }
}

@media (max-width: 767.9px) {
  .kv-buttons--sp-row {
    flex-direction: row;
    gap: 10px;
    margin-left: -5px;
    margin-right: -5px;
  }
}

.c-header {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767.9px) {
  .c-header {
    margin-bottom: 30px;
  }
}

.c-header::after {
  content: "";
  display: block;
  width: 37px;
  height: 27px;
  background-image: url(/assets/images/top/i_header.png);
  background-size: cover;
  margin: 18px auto 0;
}
@media (max-width: 767.9px) {
  .c-header::after {
    width: 23px;
    height: 16px;
    margin: 9px auto 0;
  }
}

.c-title__en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.125rem;
  font-weight: bold;
  color: #bd0833;
}
@media (max-width: 767.9px) {
  .c-title__en {
    font-size: 0.75rem;
  }
}

.c-title {
  display: inline-block;
  font-weight: bold;
  font-size: 2.8125rem;
  line-height: 1.2;
  background: linear-gradient(-90deg, #2e50c5 0%, #12285c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 18px;
}
@media (max-width: 767.9px) {
  .c-title {
    font-size: 1.6875rem;
    margin-top: 9px;
  }
}
.c-title .en {
  font-size: 3.125rem;
}
@media (max-width: 767.9px) {
  .c-title .en {
    font-size: 1.875rem;
  }
}

.features {
  padding: 0 0 130px;
  background: url(/assets/images/top/c1_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-color: #f8f9fa;
}
@media (max-width: 767.9px) {
  .features {
    padding: 50px 0 70px;
    background-image: url(/assets/images/top/c1_bg_sp.jpg);
  }
}
@media (min-width: 768px) {
  .features__items {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 40px;
    margin: 0 auto;
  }
}
@media (max-width: 767.9px) {
  .features__items {
    max-width: 400px;
    margin: auto;
  }
}
.features__item {
  width: 400px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding: 35px 35px 265px;
  box-sizing: border-box;
}
@media (max-width: 767.9px) {
  .features__item {
    width: 100%;
    padding: 35px 25px 220px;
    margin-top: 30px;
  }
}
.features__item__title {
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #12295e;
}
@media (max-width: 767.9px) {
  .features__item__title {
    font-size: 1.1875rem;
  }
}
.features__item__description {
  font-size: 0.9375rem;
  line-height: 1.875;
}
@media (max-width: 767.9px) {
  .features__item__description {
    font-size: 0.8125rem;
  }
}
.features__item--1 {
  background-image: url(/assets/images/top/c1-1.jpg);
}
.features__item--2 {
  background-image: url(/assets/images/top/c1-2.jpg);
}
.features__item--3 {
  background-image: url(/assets/images/top/c1-3.jpg);
}
.features__lead {
  line-height: 2;
  margin-top: 50px;
}
@media (max-width: 767.9px) {
  .features__lead {
    font-size: 0.875rem;
    margin: 30px 0 0;
  }
}

.lineup {
  padding: 150px 0 95px;
  background: url(/assets/images/top/c2_bg_pc.jpg) no-repeat top center;
  background-size: cover;
}
@media (max-width: 767.9px) {
  .lineup {
    padding: 70px 0 60px;
    background: url(/assets/images/top/c2_bg_sp.jpg) no-repeat top center;
  }
}
.lineup ul {
  padding-left: 1rem;
  line-height: 1.875;
  margin-bottom: 30px;
}
@media (max-width: 767.9px) {
  .lineup ul {
    font-size: 0.875rem;
  }
}
.lineup li {
  list-style-type: disc;
}
.lineup__items {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 767.9px) {
  .lineup__items {
    gap: 23px;
    margin-top: 50px;
  }
}
.lineup__item {
  width: 290px;
}
@media (max-width: 767.9px) {
  .lineup__item {
    width: calc(50% - 11.5px);
  }
}
.lineup__item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.lineup__item__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 15px;
  color: #26429a;
}
@media (max-width: 767.9px) {
  .lineup__item__title {
    font-size: 1.125rem;
  }
}
.lineup__item__description {
  font-size: 1rem;
  margin-top: 10px;
  line-height: 1.875;
}
@media (max-width: 767.9px) {
  .lineup__item__description {
    font-size: 0.8125rem;
  }
}
.lineup__item--wide {
  width: 620px;
}
@media (max-width: 767.9px) {
  .lineup__item--wide {
    width: 100%;
  }
}
.lineup__header {
  margin-top: 60px;
}
@media (max-width: 767.9px) {
  .lineup__header {
    margin-top: 50px;
  }
}
.lineup__header::before {
  content: "";
  width: 40px;
  height: 4px;
  display: block;
  background: linear-gradient(90deg, #bd0833 0%, #2b54e2 100%);
  margin-bottom: 40px;
}
@media (max-width: 767.9px) {
  .lineup__header::before {
    width: 25px;
    height: 3px;
    margin-bottom: 20px;
  }
}
.lineup__header__title {
  font-size: 2.125rem;
  font-weight: bold;
  color: #12295e;
  margin-bottom: 30px;
}
@media (max-width: 767.9px) {
  .lineup__header__title {
    font-size: 1.3125rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .lineup__header__description {
    display: flex;
    line-height: 1.875;
    margin-bottom: 60px;
    gap: 70px;
  }
}
@media (max-width: 767.9px) {
  .lineup__header__description {
    font-size: 0.875rem;
  }
  .lineup__header__description p {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .lineup__item2 {
    display: flex;
    gap: 60px;
    margin-top: 40px;
  }
}
.lineup__item2__description {
  font-size: 1rem;
  line-height: 1.875;
}
@media (max-width: 767.9px) {
  .lineup__item2__description {
    font-size: 0.875rem;
  }
}
.lineup__item2__buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 767.9px) {
  .lineup__item2__buttons {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 767.9px) {
  .lineup__item2__image {
    width: 100%;
  }
  .lineup__item2__image img {
    width: 100%;
    height: auto;
  }
}

.casestudy {
  padding: 120px 0;
  background: url(/assets/images/top/c3_bg_pc.jpg) no-repeat top center;
  background-size: cover;
}
@media (max-width: 767.9px) {
  .casestudy {
    padding: 70px 0 10px;
    background: url(/assets/images/top/c3_bg_sp.jpg) no-repeat top center;
  }
}
.casestudy__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 767.9px) {
  .casestudy__items {
    padding: 30px 20px;
  }
}
.casestudy__item {
  width: 400px;
}
@media (max-width: 767.9px) {
  .casestudy__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.casestudy__item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.casestudy__item__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 45px;
  color: #12295e;
}
@media (max-width: 767.9px) {
  .casestudy__item__title {
    font-size: 1.1875rem;
    margin-top: 25px;
  }
}
.casestudy__item__subtitle {
  font-size: 1rem;
  margin-top: 15px;
}
@media (max-width: 767.9px) {
  .casestudy__item__subtitle {
    font-size: 0.75rem;
  }
}
.casestudy__item__description {
  font-size: 1rem;
  margin-top: 25px;
  line-height: 1.875;
}
@media (max-width: 767.9px) {
  .casestudy__item__description {
    font-size: 0.875rem;
  }
}

.movie {
  padding: 120px 0;
  background: url(/assets/images/top/c4_bg_pc.jpg) no-repeat top center;
  background-size: cover;
}
@media (max-width: 767.9px) {
  .movie {
    padding: 70px 0 75px;
    background: url(/assets/images/top/c4_bg_sp.jpg) no-repeat top center;
  }
}
.movie .c-title {
  background: linear-gradient(-90deg, #acbfff 0%, #2b54e2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.movie__content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 767.9px) {
  .movie__content {
    padding: 20px;
  }
}

.faq {
  padding: 120px 0;
  background: url(/assets/images/top/c5_bg_pc.jpg) no-repeat top center;
  background-size: cover;
}
@media (max-width: 767.9px) {
  .faq {
    padding: 70px 0 75px;
    background: url(/assets/images/top/c5_bg_sp.jpg) no-repeat top center;
  }
}

.accordion__item {
  margin-bottom: 10px;
}

.accordion-checkbox {
  display: none;
}

.accordion-title {
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  color: #fff;
  background: #132960;
  padding: 25px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
  margin-top: 30px;
  display: flex;
}
@media (max-width: 767.9px) {
  .accordion-title {
    font-size: 1rem;
    padding: 10px 50px 10px 10px;
    margin-top: 20px;
  }
}
.accordion-title__icon {
  display: inline-block;
  color: #6283f7;
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin-right: 20px;
  transform: translateY(-3px);
}
@media (max-width: 767.9px) {
  .accordion-title__icon {
    font-size: 1.5625rem;
  }
}
.accordion-title::before, .accordion-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 2px;
  background: #fff;
  top: calc(50% - 1px);
  right: 30px;
}
@media (max-width: 767.9px) {
  .accordion-title::before, .accordion-title::after {
    width: 12px;
    height: 1.5px;
    right: 15px;
  }
}
.accordion-title::before {
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .accordion-title:hover {
    background: linear-gradient(-90deg, #2e50c5 0%, #12285c 100%);
  }
}

.accordion-checkbox:checked + .accordion-title {
  background: linear-gradient(-90deg, #2e50c5 0%, #12285c 100%);
}
.accordion-checkbox:checked + .accordion-title::before {
  display: none;
}

.accordion-content {
  line-height: 1.875;
  overflow: hidden;
  transition: all 0.5s;
  padding: 0 30px;
  border-radius: 0 0 4px 4px;
  display: grid;
  grid-template-rows: 0fr;
}
@media (max-width: 767.9px) {
  .accordion-content {
    font-size: 0.875rem;
    padding: 0;
  }
}
.accordion-content__inner {
  overflow-y: hidden;
}

.accordion-checkbox:checked + .accordion-title + .accordion-content {
  padding: 20px 30px 10px;
  grid-template-rows: 1fr;
}
@media (max-width: 767.9px) {
  .accordion-checkbox:checked + .accordion-title + .accordion-content {
    padding: 20px 0 10px;
  }
}

.contact {
  padding: 95px 0;
  background: url(/assets/images/top/contact_bg_pc.jpg) no-repeat top center;
  background-size: cover;
}
@media (max-width: 767.9px) {
  .contact {
    padding: 50px 0;
    background: url(/assets/images/top/contact_bg_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .contact .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.contact .kv-buttons {
  margin-top: 20px;
}
.contact .kv-button {
  width: 440px;
}
@media (max-width: 767.9px) {
  .contact .kv-button {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    text-align: left;
  }
}
.contact .c-header-contact {
  position: relative;
}
.contact .c-header-contact::before {
  content: "";
  width: 114px;
  height: 1px;
  display: block;
  background: #596476;
  position: absolute;
  transform: rotate(-45deg);
  top: 40px;
  left: 120px;
}
@media (max-width: 767.9px) {
  .contact .c-header-contact::before {
    width: 70px;
    top: 20px;
    left: 85px;
  }
}
.contact .c-title {
  font-size: 2.75rem;
  background: linear-gradient(-90deg, #acbfff 0%, #2b54e2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0;
}
@media (max-width: 767.9px) {
  .contact .c-title {
    font-size: 1.75rem;
  }
}
.contact .c-subtitle {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 0 170px;
}
@media (max-width: 767.9px) {
  .contact .c-subtitle {
    font-size: 0.75rem;
    margin: -10px 0 0 120px;
  }
}

.appnano-link-button {
  font-size: 1.125rem;
  display: inline-block;
  padding: 15px 50px 15px 30px;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  background-color: #2b54e2;
  background-image: url(/assets/images/top/i_blank.png);
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 18px auto;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .appnano-link-button:hover {
    background-color: #1e40b8;
    background-image: url(/assets/images/top/i_blank_hover.png);
  }
}
@media (max-width: 767.9px) {
  .appnano-link-button {
    font-size: 0.9375rem;
    width: 215px;
    text-align: center;
    background-position: right 15px center;
    margin: auto;
    display: block;
  }
}

@media (max-width: 767.9px) {
  .footer {
    padding: 0 25px;
  }
}
.footer__links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 767.9px) {
  .footer__links {
    gap: 10px;
  }
}
.footer__links a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  width: 240px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #d0d0d0;
}
@media (max-width: 767.9px) {
  .footer__links a {
    width: 160px;
    height: 50px;
  }
}
.footer__links a img {
  width: 143px;
  height: auto;
}
@media (max-width: 767.9px) {
  .footer__links a img {
    width: 122px;
  }
}
.footer__links li:first-child img {
  width: 189px;
  height: auto;
}
@media (max-width: 767.9px) {
  .footer__links li:first-child img {
    width: 92px;
  }
}

.copyright {
  font-size: 0.875rem;
  text-align: center;
  margin: 30px;
}
@media (max-width: 767.9px) {
  .copyright {
    font-size: 0.6875rem;
  }
}

.page-top__link {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 66px;
  height: 77px;
  background-image: url(/assets/images/pagetop_off.png);
  background-repeat: no-repeat;
  background-size: contain;
  white-space: nowrap;
  text-indent: -9999px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-top__link:hover {
    background-image: url(/assets/images/pagetop_on.png);
  }
}
@media (max-width: 767.9px) {
  .page-top__link {
    width: 50px;
    height: 58px;
    bottom: 15px;
    right: 15px;
  }
}

.page-top {
  display: none;
  opacity: 0;
}

.page-top.is-visible {
  display: block;
  animation: fade-in 1s;
  animation-fill-mode: forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .contactform.wrapper {
    min-width: auto;
  }
}
.contactform__header {
  color: #fff;
  padding-top: 120px;
  box-sizing: border-box;
  background-image: url(/assets/images/top/bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  height: 400px;
}
@media (min-width: 1340px) {
  .contactform__header {
    height: 500px;
  }
}
@media (max-width: 767.9px) {
  .contactform__header {
    background-image: url(/assets/images/contact/bg_sp.jpg);
    padding-top: 70px;
    height: 250px;
  }
}
.contactform__title {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .contactform__title {
    font-size: 1rem;
  }
}
.contactform__title .en {
  font-size: 1.875rem;
  font-weight: normal;
}
@media (max-width: 767.9px) {
  .contactform__title .en {
    font-size: 1rem;
  }
}
.contactform__text {
  font-size: 3.75rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767.9px) {
  .contactform__text {
    font-size: 1.875rem;
    margin-top: 10px;
  }
}
.contactform__content {
  background-image: url(/assets/images/contact/bg2_pc.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-color: #f8f9fa;
}
@media (max-width: 767.9px) {
  .contactform__content {
    background-image: url(/assets/images/contact/bg2_sp.jpg);
  }
}
.contactform__content .inner {
  max-width: 1140px;
}
.contactform__lead {
  font-size: 1rem;
  line-height: 2;
}
@media (max-width: 767.9px) {
  .contactform__lead {
    font-size: 0.875rem;
    padding: 15px 0;
  }
}
.contactform .required {
  color: #fff;
  background: #cd3b3b;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 3px;
  border-radius: 2px;
}
.contactform .form {
  padding: 60px 0 0;
}
@media (max-width: 767.9px) {
  .contactform .form {
    padding: 0 15px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .contactform .form__dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
  }
}
.contactform .form__dt {
  font-size: 1.25rem;
  color: #12295e;
  width: 240px;
  font-weight: bold;
  line-height: 1.875;
  padding: 20px 5px;
  box-sizing: border-box;
}
@media (max-width: 767.9px) {
  .contactform .form__dt {
    width: 100%;
    font-size: 14px;
    padding: 15px 5px;
  }
}
.contactform .form__dt .required {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .contactform .form__dt--address {
    width: 100px;
  }
}
.contactform .form__dd {
  width: calc(100% - 240px);
  margin: 0;
  line-height: 1.875;
  padding: 20px 5px;
  box-sizing: border-box;
}
@media (max-width: 767.9px) {
  .contactform .form__dd {
    width: 100%;
    border-top: none;
    padding: 0 5px 10px;
  }
}
@media (min-width: 768px) {
  .contactform .form__dd--address {
    width: calc(100% - 100px);
  }
}
.contactform .form__dd.noborder {
  border-bottom: none;
}
@media (min-width: 768px) {
  .contactform .form__address {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
  }
}
@media (max-width: 767.9px) {
  .contactform .form__address {
    display: block;
  }
}
@media (min-width: 768px) {
  .contactform .form__address dt {
    width: 140px;
  }
}
.contactform .form__address dt .required {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .contactform .form__address dd {
    width: calc(100% - 140px);
  }
}
.contactform .form .visually-hidden {
  /* コンテンツの流れから切り離す */
  position: absolute;
  /* 誤ったコードに対処するための回避策 */
  white-space: nowrap;
  /* 可能な限り文字サイズを小さくするための処理
         * (スクリーンリーダー中には height と width が 0 のものを無視するため)
         */
  width: 1px;
  height: 1px;
  /* オーバーフローしているコンテンツを隠す */
  overflow: hidden;
  /* 要素サイズを変更しうるプロパティのリセット */
  border: 0;
  padding: 0;
  /* 要素のどの部分が表示されるかを定義するもの */
  /* 古いブラウザでは使用できない */
  clip: rect(0 0 0 0);
  /* 最近のブラウザ用
         * コンテンツを非表示にする設定  */
  clip-path: inset(50%);
  /* 今現在なぜ-1pxがここで設定されるかは分かっていないそうです。
         * それに加えていくつか問題もあるそうです 
         * (参考: https://github.com/h5bp/html5-boilerplate/issues/1985)
         */
  margin: -1px;
}
.contactform .form input[type=text],
.contactform .form input[type=email],
.contactform .form input[type=tel],
.contactform .form input[type=number],
.contactform .form textarea {
  background: #f7f7f7;
  border: solid 1px #cdd3d8;
  width: 100%;
  line-height: 1.6;
  font-size: 16px;
  padding: 10px;
  border-radius: 4px;
  box-sizing: border-box;
}
@media (max-width: 767.9px) {
  .contactform .form input[type=text],
  .contactform .form input[type=email],
  .contactform .form input[type=tel],
  .contactform .form input[type=number],
  .contactform .form textarea {
    font-size: 12px;
    padding: 15px 10px;
  }
}
@media (min-width: 768px) {
  .contactform .form input[type=number] {
    -moz-appearance: textfield !important;
  }
}
@media (min-width: 768px) {
  .contactform .form input[type=number]::-webkit-inner-spin-button, .contactform .form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
  }
}
.contactform .form .num {
  width: 100px !important;
  margin-right: 10px;
}
@media (max-width: 767.9px) {
  .contactform .form .num {
    width: 80px !important;
  }
}
.contactform .form textarea {
  width: 100%;
  padding: 10px;
}
@media (max-width: 767.9px) {
  .contactform .form textarea {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .contactform .form__category {
    display: flex;
    align-items: center;
  }
}
.contactform .form__category label {
  padding-left: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .contactform .form__category div:not(:first-child) {
    margin-left: 43px;
  }
}
@media (max-width: 767.9px) {
  .contactform .form__category div:not(:first-child) {
    margin-top: 10px;
  }
}
.contactform .form__category label::before,
.contactform .form__category label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.contactform .form__category label::before {
  width: 24px;
  height: 24px;
  background: #fff;
  border: solid 1px #bcbcbc;
  left: 0px;
}
@media (max-width: 767.9px) {
  .contactform .form__category label::before {
    width: 20px;
    height: 20px;
  }
}
.contactform .form__category label::after {
  border-radius: 50%;
  opacity: 0;
  width: 18px;
  height: 18px;
  left: 4px;
  background: #0c8ee9;
}
@media (max-width: 767.9px) {
  .contactform .form__category label::after {
    width: 14px;
    height: 14px;
  }
}
.contactform .form__category label.radio-sq::before,
.contactform .form__category label.radio-sq::after {
  border-radius: 0 !important;
}
.contactform .form__category label.radio-sq::after {
  border-bottom: 2px solid #d3d8dc;
  border-left: 2px solid #d3d8dc;
  background: transparent;
  opacity: 0;
  height: 7px;
  width: 11px;
  transform: rotate(-45deg);
  top: 4px;
  left: 6px;
}
@media (max-width: 767.9px) {
  .contactform .form__category label.radio-sq::after {
    top: 2px;
    left: 4px;
  }
}
.contactform .form__category input:checked ~ label::after {
  opacity: 1;
}
.contactform .form__select {
  position: relative;
  width: 300px;
  margin-bottom: 10px;
}
.contactform .form__select::before, .contactform .form__select::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 2px;
  height: 9.4px;
  border-radius: 9999px;
  background-color: #aaaaaa;
  transform-origin: 50% calc(100% - 1px);
  z-index: 1;
}
.contactform .form__select::before {
  transform: rotate(47.75deg);
}
.contactform .form__select::after {
  transform: rotate(-47.75deg);
}
.contactform .form select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f7f7f7;
  border: solid 1px #cdd3d8;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.6;
  padding: 10px;
  color: #222;
}
@media (max-width: 767.9px) {
  .contactform .form select {
    font-size: 12px;
    padding: 15px 10px;
  }
}
.contactform .form .privacy {
  margin-top: 65px;
}
@media (max-width: 767.9px) {
  .contactform .form .privacy {
    margin-top: 50px;
  }
}
.contactform .form .privacy__title {
  font-size: 1.1875rem;
  font-weight: 500;
  background-color: #edeff1;
  padding: 15px;
}
@media (max-width: 767.9px) {
  .contactform .form .privacy__title {
    font-size: 0.875rem;
    padding: 10px;
  }
}
.contactform .form .privacy__text {
  font-size: 1rem;
  margin-top: 30px;
  line-height: 1.875;
}
@media (max-width: 767.9px) {
  .contactform .form .privacy__text {
    font-size: 0.875rem;
    margin-top: 20px;
  }
}
.contactform .form .privacy__text a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.contactform .form .privacy__text a::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 15px;
  background: url(/assets/images/contact/link.png) 0 0 no-repeat;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .contactform .form .privacy__text a:hover {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .contactform .form .form-buttons {
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 767.9px) {
  .contactform .form .form-buttons {
    text-align: center;
    padding: 20px 0 80px;
  }
}
.contactform .form .btn-submit {
  width: 320px;
  line-height: 43px;
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #0d0d0d;
  border: 0;
}
@media (min-width: 768px) {
  .contactform .form .btn-submit:hover {
    background: #d3d8dc;
    cursor: pointer;
  }
}
@media (max-width: 767.9px) {
  .contactform .form .btn-submit {
    width: 275px;
    font-size: 14px;
    line-height: 65px;
  }
}
.contactform .form .btn-submit-wrap {
  display: inline-block;
  position: relative;
  margin: 65px auto;
}
@media (max-width: 767.9px) {
  .contactform .form .btn-submit-wrap {
    margin: 40px 0 0;
  }
}
@media (min-width: 768px) {
  .contactform .form .btn-submit-wrap:hover::before {
    background: #fff;
  }
}
@media (min-width: 768px) {
  .contactform .form .btn-submit-wrap:hover::after {
    width: 0;
    height: 0;
    border-radius: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #4eb6ff;
    right: 20px;
  }
}

.thanksmessage {
  padding: 30px 20px 100px;
}
@media (max-width: 767.9px) {
  .thanksmessage {
    padding: 30px 0;
  }
}/*# sourceMappingURL=common.css.map */