@charset "UTF-8";
/*
Theme Name: ALC
Author: ALC TECH
Author URI: http://alc-tech.ph/
Description: Custom theme for ALC Corporate
Version: 1.0.0
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

h2,
.h2 {
  font-size: 32px;
  font-weight: 700;
}

.h3 {
  color: transparent;
  font-size: 72px;
  font-weight: 700;
  margin-top: -50px;
  opacity: 0.4;
  position: relative;
  -webkit-text-stroke: 0.8px #62A7CE;
  z-index: 1;
}

h4 {
  color: #505557;
  font-size: 29px;
  font-weight: 700;
}

@media screen and (min-width: 1600px) {
  h2 {
    font-size: 40px;
  }
  h4 {
    font-size: 36px;
  }
}
@media screen and (max-width: 780px) {
  h2 {
    font-size: 6.154vw;
  }
  .h3 {
    font-size: 10.256vw;
    margin-top: -6.154vw;
  }
  h4 {
    font-size: 5.641vw;
  }
}
.h-container {
  margin: 0 auto;
  width: 1200px;
}

.h-flex {
  display: flex;
}

.h-flex-wrap {
  flex-wrap: wrap;
}

.h-justify-center {
  justify-content: center;
}

.h-justify-space-between {
  justify-content: space-between;
}

.h-align-items-center {
  align-items: center;
}

.h-flex-reverse {
  flex-direction: row-reverse;
}

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

@media screen and (min-width: 1600px) {
  .h-container {
    width: 1480px;
  }
}
@media screen and (max-width: 780px) {
  .h-container {
    margin: 0 5.128vw;
    width: auto;
  }
  .h-w-45,
  .h-w-60 {
    width: 100%;
  }
  .h-flex-wrap-sp {
    flex-wrap: wrap;
  }
  .h-block-sp {
    display: block !important;
  }
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  min-width: 1200px;
  overflow: visible;
  -webkit-text-size-adjust: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.img-fit {
  width: 100%;
}

.g-inner {
  margin-top: 96px;
}
.g-inner .h-container {
  max-width: 1080px;
}

.g-section {
  padding-top: 85px;
}

.has-mt {
  margin-top: 170px;
}

section[id] {
  scroll-margin-top: 100px;
}

div[id] {
  scroll-margin-top: 200px;
}

b, strong {
  font-weight: bold;
}

ul, ol {
  list-style: disc;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.error-404 {
  padding-top: 150px;
}
.error-404 p {
  font-size: 24px;
  margin: 47px 0;
}
.error-404 .c-button a {
  box-sizing: border-box;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 31px 38px;
  width: 520px;
}

@media screen and (min-width: 1600px) {
  body {
    min-width: 1480px;
  }
  .g-inner {
    margin-top: 122px;
  }
}
@media screen and (max-width: 780px) {
  body {
    font-size: 3.59vw;
    min-width: 0;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .g-inner {
    margin-top: 15.385vw;
  }
  .g-inner .h-container {
    max-width: 100%;
  }
  .g-section {
    padding-top: 19.231vw;
  }
  .has-mt {
    margin-top: 30.769vw;
  }
  section[id] {
    scroll-margin-top: 17.949vw;
  }
  div[id] {
    scroll-margin-top: 38.462vw;
  }
  .mt-3 {
    margin-top: 7.692vw;
  }
  .error-404 {
    padding-top: 51.282vw;
  }
  .error-404 .h-container {
    margin: 0 15.385vw;
  }
  .error-404 img {
    width: 100%;
  }
  .error-404 p {
    font-size: 3.59vw;
    margin: 6.923vw 0;
  }
  .error-404 .c-button a {
    font-size: 3.077vw;
    padding: 3.846vw 5.128vw;
    width: auto;
  }
}
.c-button a,
.c-button input[type=submit],
.c-button input[type=button] {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 96px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 21px 48px;
}
.c-button a::after,
.c-button input[type=submit]::after,
.c-button input[type=button]::after {
  background: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/ico-arrow-white.svg") no-repeat center/cover;
  content: "";
  display: inline-block;
  height: 19px;
  margin-bottom: 2px;
  margin-left: 13px;
  vertical-align: middle;
  width: 19px;
}
.c-button a:hover,
.c-button input[type=submit]:hover,
.c-button input[type=button]:hover {
  background-color: #363636;
}

@media screen and (min-width: 1600px) {
  .c-button a,
  .c-button input[type=submit],
  .c-button input[type=button] {
    border-radius: 120px;
    font-size: 20px;
    padding: 27px 60px;
  }
  .c-button a::after,
  .c-button input[type=submit]::after,
  .c-button input[type=button]::after {
    height: 24px;
    margin-bottom: 0;
    margin-left: 16px;
    width: 24px;
  }
}
@media screen and (max-width: 780px) {
  .c-button a,
  .c-button input[type=submit],
  .c-button input[type=button] {
    border-width: 0.256vw;
    border-radius: 15.385vw;
    font-size: 3.59vw;
    padding: 4.103vw 8.462vw;
  }
  .c-button a::after,
  .c-button input[type=submit]::after,
  .c-button input[type=button]::after {
    background-image: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/sp/ico-arrow-white.svg");
    height: 4.103vw;
    margin-bottom: 0.513vw;
    margin-left: 2.051vw;
    width: 4.103vw;
  }
}
.c-card {
  background: linear-gradient(rgba(255, 255, 255, 0), #EDF9FF 100%) no-repeat center/cover;
  border-radius: 30px;
  margin-bottom: 80px;
}
.c-card--sm {
  width: 45%;
}
.c-card--xs {
  width: 33%;
}
.c-card__content {
  padding: 50px;
}
.c-card--sm .c-card__content {
  padding: 87px 58px;
}
.c-card__name {
  align-items: center;
  color: #000;
  display: flex;
  gap: 0 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.9;
}
.c-card__name--sm {
  font-size: 16px;
}
.c-card--xs .c-card__name--sm {
  font-size: 12px;
}
.c-card--xs .c-card__name {
  font-size: 24px;
}
.c-card__sub {
  color: #A8A8A8;
}
.c-card__text {
  font-size: 20px;
  line-height: 1.65;
  margin-top: 32px;
}
.c-card__text.is-gray {
  color: #606060;
}
.c-card--xs .c-card__text {
  font-size: 12px;
}

@media screen and (max-width: 780px) {
  .c-card {
    border-radius: 7.692vw;
    margin-bottom: 8.205vw;
  }
  .c-card.has-bg-img::after {
    border-radius: 7.692vw;
  }
  .c-card--sm, .c-card--xs {
    width: 100%;
  }
  .c-card__content {
    padding: 7.179vw;
  }
  .c-card--sm .c-card__content {
    padding: 7.179vw;
  }
  .c-card__name {
    gap: 0 2.564vw;
    font-size: 8.205vw;
  }
  .c-card__name--sm {
    display: block;
    font-size: 4.103vw;
  }
  .c-card--xs .c-card__name--sm {
    font-size: 3.077vw;
    margin-top: 0;
  }
  .c-card--xs .c-card__name {
    font-size: 6.154vw;
  }
  .c-card__sub {
    margin-top: 2.051vw;
  }
  .c-card__text {
    font-size: 3.59vw;
    margin-top: 6.154vw;
  }
  .c-card--xs .c-card__text {
    font-size: 3.077vw;
  }
}
.c-content {
  align-items: center;
  display: flex;
  padding: 40px 40px 10px;
}
.c-content__thumbnail {
  border-radius: 16px;
  margin-right: 16px;
  overflow: hidden;
  height: auto;
  max-height: 215px;
  width: 380px;
}
.c-content__thumbnail a {
  display: block;
}
.c-content__thumbnail img {
  border-radius: 16px;
  height: auto;
  width: 100%;
}
.c-content__top {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
}
.c-content__date {
  margin-right: 12px;
}
.c-content__text {
  width: 67%;
}
.c-content__title {
  color: #404040;
  font-size: 23px;
  margin-bottom: 16px;
}
.c-content__title a {
  color: #404040;
}
.c-content__excerpt {
  font-size: 18px;
}
.c-content-details .c-content__title {
  font-size: 48px;
}
.c-content-details .c-content__thumbnail {
  height: auto;
  margin: 50px 0;
  max-height: none;
  width: 100%;
}
.c-content-details .c-content__text {
  width: 100%;
}
.c-content-details .c-content__text p {
  line-height: 2.5;
  margin-bottom: 40px;
}

@media screen and (max-width: 780px) {
  .c-content {
    flex-wrap: wrap;
    padding: 6.154vw 2.564vw;
  }
  .c-content__thumbnail {
    border-radius: 4.103vw;
    margin-right: 0;
    height: 47.513vw;
    width: 100%;
  }
  .c-content__thumbnail img {
    border-radius: 4.103vw;
  }
  .c-content__top {
    display: block;
    font-size: 4.615vw;
    margin-bottom: 4.103vw;
  }
  .c-content__date {
    margin-right: 0;
  }
  .c-content__text {
    margin-top: 4.103vw;
    width: 100%;
  }
  .c-content__title {
    font-size: 5.897vw;
    margin-bottom: 4.103vw;
  }
  .c-content__excerpt {
    font-size: 4.615vw;
  }
  .c-content-details .c-content__top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .c-content-details .c-content__date {
    font-size: 3.077vw;
    margin-right: 1.026vw;
    margin-top: 4.103vw;
  }
  .c-content-details .c-content__title {
    font-size: 6.154vw;
  }
  .c-content-details .c-content__thumbnail {
    margin: 7.692vw 0;
  }
  .c-content-details .c-content__text p {
    margin-bottom: 5.128vw;
  }
}
.c-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  margin: 0 90px;
  height: 390px;
  text-align: center;
}
.c-hero .h-container {
  height: 100%;
}
.c-hero__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.c-hero__align {
  text-align: center;
}
.c-hero__title {
  font-size: 62px;
  position: relative;
  z-index: 2;
}
.c-hero__subtitle {
  font-size: 77px;
  margin-top: -65px;
  text-transform: uppercase;
}

@media screen and (max-width: 780px) {
  .c-hero {
    border-radius: 7.692vw;
    margin: 0 2.564vw;
    height: 42.308vw;
  }
  .c-hero.has-bg-sp {
    background-image: var(--hero-bg-sp, none) !important;
  }
  .c-hero__title {
    font-size: 8.718vw;
  }
  .c-hero__subtitle {
    font-size: 11.026vw;
    margin-top: -9.744vw;
  }
}
.c-link {
  align-items: center;
  color: #000;
  display: flex !important;
  gap: 0 16px;
}
.c-link::after {
  background: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/ico-arrow-black.svg") no-repeat center/100% 100%;
  content: "";
  display: inline-block;
  height: 26px;
  margin-bottom: 2px;
  transition: 0.3s ease-in;
  vertical-align: middle;
  width: 26px;
}
.c-link:hover::after {
  transform: translateX(8px);
}

@media screen and (min-width: 1600px) {
  .c-link {
    font-size: 18px;
  }
  .c-link::after {
    height: 32px;
    margin-bottom: 0;
    width: 32px;
  }
}
@media screen and (max-width: 780px) {
  .c-link {
    font-size: 4.103vw;
    gap: 0 3.077vw;
  }
  .c-link::after {
    background-image: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/sp/ico-arrow-black.svg");
    background-size: contain;
    height: 4.103vw;
    margin-bottom: 0;
    width: 4.103vw;
  }
}
.c-news {
  background: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/news-slider-bg.png") no-repeat center/cover;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  margin-bottom: 144px;
  margin-left: 48px;
  overflow: hidden;
  padding: 35px 0 55px;
  padding-left: 100px;
}
.c-news__heading {
  gap: 0 40px;
  margin-bottom: 32px;
}
.c-news__heading h2 {
  font-size: 53px;
}
.c-news__heading .c-link {
  font-size: 18px;
}
.c-news-slider {
  clip-path: inset(-100vw -100vw -100vw 0);
}
.c-news-slider__item {
  padding-right: 20px;
  width: 288px;
}
.c-news-slider__img {
  border-radius: 13px;
  display: block;
  height: 160px;
  position: relative;
}
.c-news-slider__img::after {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 13px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
}
.c-news-slider__img:hover::after {
  opacity: 1;
}
.c-news-slider__img img {
  border-radius: 13px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.c-news-slider__top {
  align-items: start;
  display: flex;
  justify-content: space-between;
  margin: 13px 0;
}
.c-news-slider__top__left {
  align-items: center;
  display: flex;
  gap: 0 12px;
  width: 90%;
}
.c-news-slider__link {
  background: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/ico-arrow.svg") no-repeat center/contain;
  display: block;
  height: 24px;
  width: 32px;
}
.c-news-slider__title {
  color: #000;
  font-size: 13px;
  font-weight: 700;
}
.c-news-slider .c-tag {
  margin-bottom: 16px;
}

@media screen and (min-width: 1600px) {
  .c-news {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    margin-bottom: 180px;
    margin-left: 60px;
    padding: 100px 0;
    padding-left: 60px;
  }
  .c-news__heading {
    margin-bottom: 40px;
    margin-right: 60px;
  }
  .c-news-slider__item {
    padding-right: 40px;
    width: 360px;
  }
  .c-news-slider__img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    height: 200px;
  }
  .c-news-slider__img::after {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .c-news-slider__img img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .c-news-slider__top {
    margin: 16px 0;
  }
  .c-news-slider__top__left {
    gap: 0 12px;
  }
  .c-news-slider__tag ul li a {
    border-radius: 27px;
    font-size: 14px;
    padding: 3px 16px;
  }
  .c-news-slider__link {
    height: 30px;
    width: 40px;
  }
  .c-news-slider__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 780px) {
  .c-news {
    border-bottom-left-radius: 5.128vw;
    border-top-left-radius: 5.128vw;
    margin-bottom: 20.513vw;
    margin-left: 5.128vw;
    padding: 12.821vw 0;
    padding-left: 5.128vw;
  }
  .c-news__heading {
    margin-bottom: 7.692vw;
    margin-right: 5.128vw;
  }
  .c-news__heading h2 {
    font-size: 6.154vw;
  }
  .c-news__heading .c-link {
    font-size: 4.615vw;
  }
  .c-news-slider__item {
    padding-right: 3.077vw;
    width: 73.846vw;
  }
  .c-news-slider__img {
    border-top-left-radius: 3.333vw;
    border-top-right-radius: 3.333vw;
    height: 41.026vw;
  }
  .c-news-slider__img::after {
    border-top-left-radius: 3.333vw;
    border-top-right-radius: 3.333vw;
  }
  .c-news-slider__img img {
    border-top-left-radius: 3.333vw;
    border-top-right-radius: 3.333vw;
  }
  .c-news-slider__top {
    margin: 3.077vw 0;
    padding-right: 2.564vw;
  }
  .c-news-slider__top__left {
    gap: 0 3.077vw;
  }
  .c-news-slider__top__left p {
    font-size: 3.077vw;
  }
  .c-news-slider__tag ul li a {
    border-width: 0.256vw;
    border-radius: 5.128vw;
    font-size: 3.077vw;
    padding: 1.026vw 3.077vw;
  }
  .c-news-slider__link img {
    height: 5.128vw;
    width: 5.128vw;
  }
  .c-news-slider__title {
    font-size: 3.59vw;
    line-height: 1.8;
  }
}
.c-subheader {
  background-color: #fff;
  margin-bottom: 68px;
  padding: 20px 0 16px;
  transition: top 0.3s ease, background-color 0.3s ease;
  width: 100%;
}
.c-subheader.has-bg {
  background-color: #F0F9FC;
}
.c-subheader.is-fixed {
  left: 0;
  position: sticky;
  top: 96px;
  z-index: 100;
}
.c-subheader ul, .c-subheader ol {
  list-style: none;
}
.c-subheader__list {
  display: flex;
  gap: 0 52px;
  justify-content: center;
}
.c-subheader__list > li a {
  color: #000;
  font-weight: 700;
}
.c-subheader__list > li a:hover {
  color: #62A7CE;
}

@media screen and (min-width: 1600px) {
  .c-subheader.is-fixed {
    top: 122px;
  }
}
@media screen and (max-width: 780px) {
  .c-subheader {
    margin-bottom: 6.667vw;
    padding: 5.128vw 0;
  }
  .c-subheader.is-fixed {
    top: 15.385vw;
  }
  .c-subheader__list {
    flex-wrap: wrap;
    gap: 0 6.154vw;
    justify-content: center;
    padding: 0 2.564vw;
  }
  .c-subheader__list > li a {
    white-space: nowrap;
  }
}
.c-table {
  margin: 0 auto;
}
.c-table table {
  width: 100% !important;
}
.c-table tr:first-child th, .c-table tr:first-child td {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-top: 40px;
}
.c-table tr:last-child th, .c-table tr:last-child td {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-bottom: 74px;
}
.c-table tr:last-child th::after, .c-table tr:last-child td::after {
  border-bottom: 0;
}
.c-table th::after, .c-table td::after {
  border-bottom: 1px solid #EAEAEA;
  bottom: 0;
  content: "";
  height: 1px;
  left: 40px;
  position: absolute;
  width: calc(100% - 40px);
}
.c-table th {
  background: linear-gradient(to right, #F8F8F8, #F2F2F2);
  font-weight: 700;
  padding: 20px 40px;
  padding-right: 0;
  position: relative;
  text-align: left;
  width: 290px !important;
}
.c-table td {
  background: linear-gradient(to right, #F8F8F8, #EFFAFC);
  color: #404040;
  line-height: 1.6;
  padding: 20px 40px;
  position: relative;
  width: 670px !important;
}
.c-table td::after {
  left: 0;
  right: 40px;
}
.c-table td iframe {
  border-radius: 20px;
  margin-top: 20px;
  width: 100%;
}
.c-table a {
  color: #62A7CE;
  text-decoration: underline;
}
.c-table--sm tr:last-child th, .c-table--sm tr:last-child td {
  padding-bottom: 40px;
}
.c-table--sm th {
  width: 190px !important;
}
.c-table--sm td {
  width: 800px !important;
}

@media screen and (max-width: 780px) {
  .c-table tr:first-child th, .c-table tr:first-child td {
    border-top-left-radius: 4.103vw;
    border-top-right-radius: 4.103vw;
    padding-top: 4.103vw;
  }
  .c-table tr:last-child th, .c-table tr:last-child td {
    border-bottom-left-radius: 4.103vw;
    border-bottom-right-radius: 4.103vw;
    padding-bottom: 4.103vw;
  }
  .c-table th, .c-table td {
    font-size: 3.077vw;
  }
  .c-table th::after, .c-table td::after {
    border-bottom-width: 0.256vw;
    height: 0.256vw;
    left: 0;
    width: 100%;
  }
  .c-table th {
    padding: 4.103vw;
    width: 26.667vw !important;
  }
  .c-table td {
    padding: 4.103vw;
    width: 63.077vw !important;
  }
  .c-table td::after {
    right: 0;
  }
  .c-table td iframe {
    border-radius: 3.846vw;
    height: 51.282vw;
    margin-top: 4.103vw;
  }
  .c-table--sm tr:last-child th, .c-table--sm tr:last-child td {
    padding-bottom: 5.128vw;
  }
  .c-table--sm th {
    width: 26.667vw !important;
  }
  .c-table--sm td {
    width: 63.077vw !important;
  }
}
.c-tag {
  align-items: center;
  display: flex;
  gap: 0 12px;
}
.c-tag ul, .c-tag ol {
  list-style: none;
}
.c-tag ul {
  display: flex;
  flex-wrap: wrap;
}
.c-tag__item {
  border: 1px solid #62A7CE;
  border-radius: 16px;
  color: #62A7CE;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  padding: 3px 10px;
}
.c-tag__item:hover {
  background-color: #62A7CE;
  color: #fff;
}
.c-tag__item--booco {
  border-color: #00AFAA;
  color: #00AFAA;
}
.c-tag__item--booco:hover {
  background-color: #00AFAA;
}
.c-tag__item--fantaspeak {
  border-color: #6B3AF7;
  color: #6B3AF7;
}
.c-tag__item--fantaspeak:hover {
  background-color: #6B3AF7;
}
.c-tag__item--eow {
  border-color: #961D22;
  color: #961D22;
}
.c-tag__item--eow:hover {
  background-color: #961D22;
}
.c-tag__item--tm {
  border-color: #2B8DAD;
  color: #2B8DAD;
}
.c-tag__item--tm:hover {
  background-color: #2B8DAD;
}
.c-tag__item--hm {
  border-color: #E76A34;
  color: #E76A34;
}
.c-tag__item--hm:hover {
  background-color: #E76A34;
}
.c-tag__item--misc {
  border-color: #000;
  color: #000;
}
.c-tag__item--misc:hover {
  background-color: #000;
}
.c-tag__item--uncategorized {
  display: none;
}

@media screen and (max-width: 780px) {
  .c-tag {
    gap: 0 4.103vw;
    margin-top: 4.103vw;
  }
  .c-tag__item {
    border-width: 0.385vw;
    border-radius: 4.103vw;
    font-size: 3.59vw;
    padding: 0.513vw 4.103vw;
    white-space: nowrap;
  }
}
.l-header {
  background-color: #fff;
  padding: 24px 0;
  transition: top 0.3s ease;
  width: 100%;
}
.l-header.is-sticky, .l-header.is-fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}
.l-header__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 48px;
}
.l-header__logo {
  width: 248px;
}
.l-header__logo img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 1600px) {
  .l-header {
    padding: 30px 0;
  }
  .l-header__wrapper {
    padding: 0;
  }
  .l-header__logo {
    width: 310px;
  }
}
@media screen and (max-width: 780px) {
  .l-header {
    border-bottom: 0.256vw solid rgba(98, 167, 206, 0.2);
    overflow: hidden;
    padding: 3.846vw 0;
    width: 100vw;
  }
  .l-header__wrapper {
    padding: 0;
  }
  .l-header__logo {
    height: 7.692vw;
    width: 46.154vw;
  }
  .l-header__logo a {
    display: block;
    height: 100%;
  }
}
.l-nav {
  align-items: center;
  display: flex;
}
.l-nav__toggle button {
  display: none;
}
.l-nav ul, .l-nav ol {
  list-style: none;
}
.l-nav .menu {
  align-items: center;
  display: flex;
}
.l-nav-item {
  padding: 0 14px;
  position: relative;
}
.l-nav-item > a {
  color: #4B4B4B;
  font-size: 14px;
}
.l-nav-item > a:hover {
  color: #62A7CE;
}
.l-nav-item.current-menu-item > a {
  color: #62A7CE;
}
.l-nav .lang-item a {
  color: #4B4B4B;
}

@media screen and (min-width: 1600px) {
  .l-nav-item {
    padding: 0 18px;
  }
  .l-nav-item > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 780px) {
  .l-nav {
    background: #fff;
    bottom: 0;
    display: none;
    height: 0%;
    left: 100%;
    margin-top: 0;
    overflow: hidden;
    position: fixed;
    top: 14.41vw;
    transition: visibility 0.35s, height 0.35s;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
  }
  .toggled .l-nav {
    visibility: visible;
    height: 100%;
  }
  .l-nav__toggle {
    align-items: center;
    display: flex;
    padding: 0;
    width: 5.128vw;
  }
  .l-nav__toggle button {
    background: transparent;
    border: 0;
    display: block;
    padding: 0;
  }
  .l-nav__toggle .bar {
    background-color: #404040;
    border-radius: 0.256vw;
    display: block;
    height: 0.513vw;
    margin: 1.538vw auto;
    position: relative;
    transition: all 0.5s ease;
    width: 5.128vw;
  }
  .l-nav__toggle .bar::before, .l-nav__toggle .bar::after {
    background-color: #404040;
    border-radius: 0.256vw;
    content: "";
    height: 0.513vw;
    position: absolute;
    right: 0;
    transition: all 0.5s ease;
    width: 5.128vw;
  }
  .l-nav__toggle .bar::before {
    transform: translateY(-1.795vw);
  }
  .l-nav__toggle .bar::after {
    transform: translateY(1.795vw);
  }
  .l-nav__toggle.toggled .bar {
    background: #000;
    transform: translateX(17.385vw);
  }
  .l-nav__toggle.toggled .bar::before {
    background: #000;
    transform: rotate(45deg) translate(-12.821vw, 12.821vw);
    width: 5.128vw;
  }
  .l-nav__toggle.toggled .bar::after {
    background: #000;
    transform: rotate(-45deg) translate(-12.821vw, -12.821vw);
  }
  .l-nav__toggle.toggled > .l-nav {
    display: block;
    left: 0;
  }
  .l-nav .menu {
    display: block;
  }
  .l-nav-item {
    padding: 0;
    text-align: center;
  }
  .l-nav-item > a {
    display: block;
    font-size: 3.59vw;
    padding: 5.128vw 3.59vw;
  }
  .l-nav .l-search {
    display: none !important;
  }
}
.l-footer {
  background: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/footer-bg.png") no-repeat center/cover;
  padding: 48px 0 33px;
}
.l-footer .h-container {
  width: 960px;
}
.l-footer ul, .l-footer ol {
  list-style: none;
}
.l-footer__links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  justify-content: space-between;
  padding-bottom: 48px;
}
.l-footer__list .is-bold a {
  font-weight: 700;
}
.l-footer__list a {
  color: #fff;
  font-size: 13px;
  line-height: 3.5;
}
.l-footer__logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding: 44px 0;
}
.l-footer__logo img {
  width: 377px;
}
.l-footer__info {
  margin-top: 34px;
  opacity: 0.6;
}
.l-footer__info p {
  color: #000;
  font-size: 10px;
  line-height: 2;
}
.l-footer__info__list ul {
  display: flex;
  gap: 0 32px;
}
.l-footer__info__list ul a {
  color: #fff;
  font-size: 10px;
}

@media screen and (min-width: 1600px) {
  .l-footer {
    padding: 44px 0;
  }
  .l-footer .h-container {
    width: 1200px;
  }
  .l-footer__links {
    padding-bottom: 35px;
  }
  .l-footer__list a {
    font-size: 16px;
  }
  .l-footer__logo {
    padding: 55px 0;
  }
  .l-footer__logo img {
    width: 470px;
  }
  .l-footer__info {
    margin-top: 42px;
  }
  .l-footer__info p {
    font-size: 12px;
  }
  .l-footer__info__list {
    gap: 0 40px;
  }
  .l-footer__info__list a {
    font-size: 12px;
  }
}
@media screen and (max-width: 780px) {
  .l-footer {
    background-image: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/sp/footer-bg.png");
    padding: 12.821vw 0;
  }
  .l-footer .h-container {
    width: auto;
  }
  .l-footer__links {
    border-bottom-width: 0.256vw;
    flex-wrap: wrap;
    padding-bottom: 7.692vw;
  }
  .l-footer__list {
    width: 44%;
  }
  .l-footer__list:nth-child(1) {
    align-self: flex-start;
    margin-bottom: 9.231vw;
    order: 1;
  }
  .l-footer__list:nth-child(2) {
    order: 3;
  }
  .l-footer__list:nth-child(3) {
    order: 2;
    padding-left: 7.692vw;
  }
  .l-footer__list:nth-child(4) {
    order: 4;
    padding-left: 7.692vw;
  }
  .l-footer__list:nth-child(5) {
    order: 5;
  }
  .l-footer__list a {
    display: inline-block;
    font-size: 3.59vw;
    line-height: initial;
    padding: 2.564vw 0;
  }
  .l-footer__logo {
    border-bottom-width: 0.256vw;
    padding: 12.821vw 0;
    text-align: center;
  }
  .l-footer__logo img {
    width: 77.436vw;
  }
  .l-footer__info {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin-top: 12.821vw;
  }
  .l-footer__info p {
    color: #fff;
    font-size: 3.077vw;
  }
  .l-footer__info__list {
    gap: 0 7.692vw;
    margin-bottom: 5.128vw;
  }
  .l-footer__info__list a {
    font-size: 3.077vw;
  }
}
.l-search {
  background-color: rgba(98, 167, 206, 0.0509803922);
  border: 1px solid rgba(98, 167, 206, 0.1019607843);
  border-radius: 30px;
  display: flex !important;
  margin-left: 14px;
  padding: 11px 16px;
  position: relative;
  /* clears the ‘X’ from Internet Explorer */
  /* clears the ‘X’ from Chrome */
}
.l-search__img {
  margin-right: 13px;
  padding-right: 13px;
  position: relative;
  width: 107px;
}
.l-search__img::after {
  background-color: rgba(98, 167, 206, 0.2);
  content: "";
  height: 19px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.l-search__img img {
  vertical-align: middle;
  width: 100%;
}
.l-search__input {
  background-color: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
}
.l-search__input::placeholder {
  color: #BDBDBD;
  font-weight: 400;
}
.l-search__input:focus-visible {
  outline: 0;
}
.l-search__input:focus-within ~ .l-search__icon {
  opacity: 1;
}
.l-search__icon {
  background: transparent url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/ico-search.svg") no-repeat right center/cover;
  border: 0;
  cursor: pointer;
  display: block !important;
  height: 24px;
  opacity: 0.5;
  width: 24px;
}
.l-search__list {
  background-color: #F7FBFD;
  border-radius: 20px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.06);
  left: 0;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 999;
}
.l-search__list li {
  align-items: center;
  border-bottom: 1px solid #E8F3F8;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  padding: 12px 20px;
  white-space: nowrap;
}
.l-search__list li:first-child {
  margin-top: 10px;
}
.l-search__list li:last-child {
  margin-bottom: 20px;
}
.l-search__list li:hover, .l-search__list li.is-highlight {
  background-color: #E8F3F8;
}
.l-search__list li .is-match {
  color: #961E23;
}
.l-search__list li .is-def {
  color: #6A6A6A;
  margin-left: 10px;
  max-width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.l-search input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.l-search input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.l-search input[type=search]::-webkit-search-decoration,
.l-search input[type=search]::-webkit-search-cancel-button,
.l-search input[type=search]::-webkit-search-results-button,
.l-search input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@media screen and (min-width: 1600px) {
  .l-search {
    margin-left: 18px;
    padding: 16px 20px;
  }
  .l-search__img {
    margin-right: 16px;
    padding-right: 16px;
    width: 134px;
  }
  .l-search__img::after {
    height: 24px;
  }
  .l-search__input {
    background-position: right bottom 5px;
    background-size: 24px 24px;
    font-size: 18px;
  }
}
@media screen and (max-width: 780px) {
  .l-search {
    border-width: 0.256vw;
    border-radius: 6.154vw;
    margin: 3.59vw 0 4.103vw;
    padding: 3.333vw 5.128vw;
  }
  .l-search__img {
    margin-right: 2.564vw;
    padding-right: 2.564vw;
    width: 28.205vw;
  }
  .l-search__img::after {
    height: 4.615vw;
    width: 0.256vw;
  }
  .l-search__input {
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: transparent !important;
    background-image: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 18px;
    width: 46.154vw;
  }
  .l-search__icon {
    height: 6.154vw;
    width: 6.154vw;
  }
  .l-search__list {
    border-radius: 0;
    box-shadow: 0 1.026vw 10.256vw rgba(0, 0, 0, 0.06);
    top: 15.385vw;
    margin: 0 -5.128vw;
    width: calc(100% + 10.256vw);
  }
  .l-search__list li {
    border-bottom-width: 0.256vw;
    padding: 3.077vw 5.128vw;
  }
  .l-search__list li:first-child {
    margin-top: 0;
  }
  .l-search__list li:last-child {
    margin-bottom: 0;
  }
  .l-search__list li .is-def {
    margin-left: 2.564vw;
    max-width: 51.282vw;
  }
}
.p-about h2 {
  font-size: 36px;
}
.p-about h3 {
  font-size: 60px;
}
.p-about .sec1 {
  margin: -50px 0 65px;
  padding-top: 0;
}
.p-about .sec1 .h-flex {
  gap: 20px 36px;
}
.p-about .sec1 ul, .p-about .sec1 ol {
  list-style: none;
}
.p-about .sec1 .c-button {
  width: 520px;
}
.p-about .sec1 .c-button a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: auto;
}
.p-about .sec2 h3 {
  margin: -40px 0 80px;
}
.p-about .sec3 {
  margin-bottom: 45px;
}
.p-about .sec3 h3 {
  margin-bottom: 37px;
}
.p-about .sec3__left-heading {
  margin-left: 68px;
}
.p-about .sec3__cards--sm {
  gap: 0 108px;
}
.p-about .sec3__cards--xs {
  gap: 0 40px;
}
.p-about .sec4 {
  margin-bottom: 80px;
}
.p-about .sec4 h3 {
  margin-bottom: 100px;
}
.p-about .sec4__note {
  display: block;
  font-size: 10px;
  margin-left: 20px;
  margin-top: 10px;
}
.p-about .sec5 {
  margin-bottom: 35px;
}
.p-about .sec5__desc {
  font-size: 24px;
  line-height: 2;
  margin: 30px 0 60px;
}
.p-about .sec5__row {
  gap: 0 80px;
  margin-top: 60px;
}
.p-about .sec5__row:first-child {
  margin-top: 77px;
}
.p-about .sec5__row.h-flex-reverse h4 {
  flex-direction: row-reverse;
}
.p-about .sec5__row__img {
  width: 500px;
}
.p-about .sec5__row__text {
  padding-top: 80px;
  width: 500px;
}
.p-about .sec5__row__title {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 28px;
  gap: 0 20px;
  margin-bottom: 30px;
}
.p-about .sec5__row__title > span {
  color: #ccc;
  font-size: 18px;
  font-weight: 400;
}
.p-about .sec5__row__desc {
  color: #404040;
  font-size: 18px;
  line-height: 1.8;
}
.p-about .sec6 {
  margin-bottom: 105px;
}
.p-about .sec6 .h-container {
  max-width: 990px;
}
.p-about .sec6 h3 {
  margin-bottom: 80px;
}
.p-about .sec6__note {
  font-size: 10px;
  margin-top: 20px;
}
.p-about .sec7 {
  background: linear-gradient(to right, #EDF9FF, #FFFFFF);
  padding: 85px 0 95px;
}
.p-about .sec7 .h-container {
  max-width: 1000px;
}
.p-about .sec7 h3 {
  margin-bottom: 88px;
}
.p-about .sec7__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.p-about .sec7__wrapper__title {
  width: 200px;
}
.p-about .sec7__wrapper__title h4 {
  color: #000;
  font-size: 26px;
}
.p-about .sec7__wrapper__title p {
  color: #A8A8A8;
  font-size: 15px;
  font-weight: 700;
  margin-top: 14px;
}
.p-about .sec7__wrapper__text {
  width: 700px;
}
.p-about .sec7__wrapper__text h5 {
  font-size: 46px;
  font-weight: 700;
}
.p-about .sec7__wrapper__text p {
  font-size: 18px;
  margin-top: 16px;
}
.p-about .sec7__wrapper__heading {
  gap: 0 50px;
}
.p-about .sec7__wrapper__heading img {
  width: auto;
}

@media screen and (max-width: 780px) {
  .p-about h2 {
    font-size: 6.154vw;
  }
  .p-about h3 {
    font-size: 7.179vw;
  }
  .p-about .sec1 {
    margin: -7.692vw 0 0;
  }
  .p-about .sec1 .h-flex {
    gap: 2.051vw 3.077vw;
  }
  .p-about .sec1 .c-button {
    width: 42.308vw;
  }
  .p-about .sec1 .c-button a {
    font-size: 3.077vw;
    padding: 3.846vw 5.128vw;
  }
  .p-about .sec2 h3 {
    margin: -5.641vw 0 12.821vw;
  }
  .p-about .sec3 {
    margin-bottom: 0;
  }
  .p-about .sec3 h3 {
    margin-bottom: 15.385vw;
  }
  .p-about .sec3__left-heading {
    margin-left: 0;
    text-align: center;
  }
  .p-about .sec3__cards--sm {
    gap: 8.205vw 0;
  }
  .p-about .sec3__cards--xs {
    gap: 10.256vw 0;
  }
  .p-about .sec4 {
    margin-bottom: 3.846vw;
  }
  .p-about .sec4 h3 {
    margin-bottom: 7.692vw;
  }
  .p-about .sec4__note {
    font-size: 2.564vw;
    margin-left: 2.051vw;
    margin-top: 2.564vw;
  }
  .p-about .sec5 {
    margin-bottom: 1.282vw;
  }
  .p-about .sec5__desc {
    font-size: 4.103vw;
    margin: 7.692vw 0;
  }
  .p-about .sec5__row {
    flex-wrap: wrap;
    gap: 0;
    margin-top: 8.205vw;
  }
  .p-about .sec5__row:first-child {
    margin-top: 8.205vw;
  }
  .p-about .sec5__row.h-flex-reverse h4 {
    flex-direction: row;
  }
  .p-about .sec5__row__img {
    width: 100%;
  }
  .p-about .sec5__row__text {
    padding-top: 10.256vw;
    width: 100%;
  }
  .p-about .sec5__row__title {
    font-size: 5.128vw;
    gap: 0 5.128vw;
    margin-bottom: 7.692vw;
  }
  .p-about .sec5__row__title > span {
    font-size: 3.077vw;
  }
  .p-about .sec5__row__desc {
    font-size: 4.103vw;
  }
  .p-about .sec6 {
    margin-bottom: 6.41vw;
  }
  .p-about .sec6 .h-container {
    max-width: 100%;
  }
  .p-about .sec6 h3 {
    margin-bottom: 15.385vw;
  }
  .p-about .sec6__note {
    font-size: 2.564vw;
    margin-top: 5.128vw;
  }
  .p-about .sec7 {
    padding: 19.231vw 0 25.641vw;
  }
  .p-about .sec7 .h-container {
    max-width: 100%;
  }
  .p-about .sec7 h3 {
    margin-bottom: 10.769vw;
  }
  .p-about .sec7__wrapper {
    flex-wrap: wrap;
    margin-top: 15.385vw;
  }
  .p-about .sec7__wrapper__title {
    margin-bottom: 10.256vw;
    text-align: center;
    width: 100%;
  }
  .p-about .sec7__wrapper__title h4 {
    font-size: 6.154vw;
  }
  .p-about .sec7__wrapper__title p {
    font-size: 4.103vw;
    margin-top: 2.051vw;
  }
  .p-about .sec7__wrapper__text {
    width: 100%;
  }
  .p-about .sec7__wrapper__text h5 {
    font-size: 8.205vw;
  }
  .p-about .sec7__wrapper__text p {
    font-size: 4.615vw;
    margin-top: 4.615vw;
  }
  .p-about .sec7__wrapper__heading {
    flex-wrap: wrap;
    gap: 5.128vw 0;
  }
}
.p-adv .c-hero {
  height: auto;
  margin-top: 165px;
}
.p-adv .sec1 {
  margin-top: 100px;
}
.p-adv .sec1__desc {
  font-size: 18px;
  line-height: 2.8;
}
.p-adv .sec1__title {
  color: #404040;
  font-size: 48px;
  font-weight: 700;
  margin-top: 80px;
}
.p-adv .sec1__row {
  margin-top: 100px;
}
.p-adv .sec1__row__item {
  margin-bottom: 75px;
}
.p-adv .sec1__row__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-adv .sec1__row__text {
  font-size: 18px;
  line-height: 2.2;
}
.p-adv .sec1__row__text a {
  color: #000;
}
.p-adv .sec1__row__text p {
  margin-bottom: 20px;
}
.p-adv .sec1__row .c-button {
  margin-top: 45px;
}
.p-adv-sent .sec1 {
  padding: 110px 0 96px;
  text-align: center;
}
.p-adv-sent .sec1__title {
  margin: 0 0 35px;
}
.p-adv-sent .sec1__content {
  margin: 0 auto;
  width: 660px;
}
.p-adv-sent .sec1__content .wp-block-image {
  margin-bottom: 35px;
}

@media screen and (min-width: 1600px) {
  .p-adv .c-hero {
    margin-left: auto;
    margin-right: auto;
    max-width: 1520px;
  }
}
@media screen and (max-width: 780px) {
  .p-adv .c-hero {
    margin-top: 21.538vw;
  }
  .p-adv .sec1 {
    margin-top: 8.974vw;
  }
  .p-adv .sec1__desc {
    font-size: 3.59vw;
  }
  .p-adv .sec1__title {
    font-size: 6.154vw;
    margin-top: 8.974vw;
  }
  .p-adv .sec1__row {
    margin-top: 21.795vw;
  }
  .p-adv .sec1__row__item {
    margin-bottom: 21.795vw;
  }
  .p-adv .sec1__row__title {
    font-size: 6.667vw;
    margin-bottom: 7.692vw;
  }
  .p-adv .sec1__row__text {
    font-size: 4.615vw;
  }
  .p-adv .sec1__row__text p {
    margin-bottom: 7.692vw;
  }
  .p-adv .sec1__row .c-button {
    margin-top: 6.154vw;
  }
  .p-adv .sec1__row .c-button a {
    align-items: center;
    display: flex;
    font-size: 4.615vw;
    justify-content: space-between;
    padding: 7.692vw 10.256vw;
  }
  .p-adv .sec1__row .c-button a::after {
    background-image: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/ico-arrow-xl.svg");
    background-size: contain;
    height: 12.308vw;
    margin: 0;
    width: 8.462vw;
  }
  .p-adv-sent .sec1 {
    padding: 28.205vw 0 15.385vw;
  }
  .p-adv-sent .sec1__title {
    margin: 0 0 8.974vw;
  }
  .p-adv-sent .sec1__content {
    margin: 0 5.128vw;
    width: auto;
  }
  .p-adv-sent .sec1__content .wp-block-image {
    margin: 0 auto 5.128vw;
    width: 25.641vw;
  }
}
.p-adv-form {
  padding: 50px 0 130px;
}
.p-adv-form .form {
  margin: 0 auto;
  width: 615px;
}
.p-adv-form .form-title {
  color: #404040;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 80px;
  text-align: center;
}
.p-adv-form .form .h-flex {
  gap: 0 40px;
}
.p-adv-form .form-half {
  width: 50%;
}
.p-adv-form .form tr {
  display: block;
  margin-bottom: 30px;
  text-align: left;
}
.p-adv-form .form td {
  display: block;
}
.p-adv-form .form-label {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.p-adv-form .form-label .is-req,
.p-adv-form .form-label .is-opt {
  background-color: #EB5858;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-left: 13px;
  padding: 4px 10px;
}
.p-adv-form .form-label .is-opt {
  background-color: #A1A1A1;
}
.p-adv-form .form .wpcf7-not-valid input[type=checkbox],
.p-adv-form .form .wpcf7-not-valid input[type=radio] {
  border-color: #F34040;
}
.p-adv-form .form input,
.p-adv-form .form select,
.p-adv-form .form textarea {
  border: 1px solid #000;
  box-sizing: border-box;
  margin-top: 13px;
}
.p-adv-form .form input.wpcf7-not-valid,
.p-adv-form .form select.wpcf7-not-valid,
.p-adv-form .form textarea.wpcf7-not-valid {
  border-color: #F34040;
}
.p-adv-form .form-text {
  border-radius: 4px;
  display: block;
  padding: 12px 10px;
  width: 100%;
}
.p-adv-form .form-radio .wpcf7-list-item.first {
  margin-left: 0;
}
.p-adv-form .form-radio input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #D8DBDB;
  border-radius: 50%;
  height: 20px;
  margin: 0 8px 0 0;
  position: relative;
  vertical-align: middle;
  width: 20px;
}
.p-adv-form .form-radio input[type=radio]:checked {
  border-color: #000;
}
.p-adv-form .form-radio input[type=radio]:checked::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 10px;
}
.p-adv-form .form-check .wpcf7-list-item.first {
  margin-left: 0;
}
.p-adv-form .form-check input[type=checkbox], .p-adv-form .form-check[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-color: #F5F6F6;
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  height: 24px;
  margin: 0 8px 0 0;
  position: relative;
  vertical-align: middle;
  width: 24px;
}
.p-adv-form .form-check input[type=checkbox]:checked, .p-adv-form .form-check[type=checkbox]:checked {
  background-color: #000;
}
.p-adv-form .form-check input[type=checkbox]:checked::before, .p-adv-form .form-check[type=checkbox]:checked::before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  height: 11px;
  left: 8px;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  width: 5px;
}
.p-adv-form .form-file {
  border: 0 !important;
}
.p-adv-form .form-terms {
  font-size: 18px;
  line-height: 2;
  margin-top: 50px;
  white-space: nowrap;
}
.p-adv-form .form-terms a {
  color: #6AC5FB;
}
.p-adv-form .form .is-agree .wpcf7-list-item {
  margin-left: 0;
}
.p-adv-form .form .is-note {
  color: #9B9B9B;
  font-size: 12px;
}
.p-adv-form .form ::placeholder {
  color: #B0B0B0;
  font-size: 12px;
}
.p-adv-form .form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 8px;
}
.p-adv-form .c-button {
  margin-top: 50px;
  text-align: center;
}
.p-adv-form .c-button input[type=submit],
.p-adv-form .c-button input[type=button],
.p-adv-form .c-button button {
  background: #000 url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/ico-arrow-xl.svg") no-repeat center right 38px;
  background-size: 33px 48px;
  padding-right: 140px;
}
.p-adv-form .c-button input[type=submit]:hover,
.p-adv-form .c-button input[type=button]:hover,
.p-adv-form .c-button button:hover {
  background-color: #363636;
}
.p-adv-form #form-confirm {
  display: none;
}
.p-adv-form #form-confirm .form-label {
  margin-bottom: 50px;
}
.p-adv-form #form-confirm input[type=submit],
.p-adv-form #form-confirm input[type=button] {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 307px;
}
.p-adv-form #form-confirm input[type=submit]::after,
.p-adv-form #form-confirm input[type=button]::after {
  display: none;
}
.p-adv-form #form-confirm input[type=submit].is-back,
.p-adv-form #form-confirm input[type=button].is-back {
  background-color: #fff;
  background-image: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/ico-arrow-xl-black.svg");
  background-position: center left 38px;
  background-repeat: no-repeat;
  color: #000;
  margin-top: 35px;
  padding-left: 140px;
  padding-right: 0;
}
.p-adv-form #form-confirm input[type=submit].is-back:hover,
.p-adv-form #form-confirm input[type=button].is-back:hover {
  background-color: #000;
  background-image: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/ico-arrow-xl-left.svg");
  color: #fff;
}
.p-adv-form #show-confirm:disabled {
  cursor: not-allowed;
}
.p-adv-form .wpcf7-list-item {
  margin: 0 0 0 1em;
}
.p-adv-form .wpcf7-response-output {
  display: none;
}
.p-adv-form .wpcf7-not-valid-tip {
  color: #F34040;
}

@media screen and (max-width: 780px) {
  .p-adv-form {
    padding: 16.923vw 0 9.744vw;
  }
  .p-adv-form .form {
    width: auto;
  }
  .p-adv-form .form-title {
    font-size: 6.154vw;
    margin-bottom: 16.923vw;
  }
  .p-adv-form .form-half {
    margin-bottom: 7.692vw;
    width: 100%;
  }
  .p-adv-form .form-label {
    font-size: 4.615vw;
    margin-bottom: 3.077vw;
  }
  .p-adv-form .form-label .is-req,
  .p-adv-form .form-label .is-opt {
    border-radius: 12.821vw;
    font-size: 4.103vw;
    margin-left: 3.077vw;
    padding: 1.026vw 2.564vw;
  }
  .p-adv-form .form input,
  .p-adv-form .form select,
  .p-adv-form .form textarea {
    border-width: 0.256vw;
    margin-top: 3.077vw;
  }
  .p-adv-form .form-text {
    border-radius: 1.026vw;
    padding: 3.077vw;
  }
  .p-adv-form .form-radio input[type=radio] {
    border-width: 0.513vw;
    height: 5.128vw;
    margin-right: 2.051vw;
    width: 5.128vw;
  }
  .p-adv-form .form-radio input[type=radio]:checked::before {
    height: 2.564vw;
    left: 0.769vw;
    top: 0.769vw;
    width: 2.564vw;
  }
  .p-adv-form .form-check input[type=checkbox], .p-adv-form .form-check[type=checkbox] {
    border-radius: 1.026vw;
    height: 6.154vw;
    margin-right: 2.051vw;
    width: 6.154vw;
  }
  .p-adv-form .form-check input[type=checkbox]:checked::before, .p-adv-form .form-check[type=checkbox]:checked::before {
    border-width: 0 0.513vw 0.513vw 0;
    height: 2.821vw;
    left: 2.051vw;
    top: 0.513vw;
    width: 1.282vw;
  }
  .p-adv-form .form-terms {
    font-size: 3.59vw;
    margin-top: 12.821vw;
    white-space: wrap;
  }
  .p-adv-form .form .is-note {
    font-size: 3.077vw;
  }
  .p-adv-form .form ::placeholder {
    font-size: 3.077vw;
  }
  .p-adv-form .form .c-button {
    margin-top: 10.256vw;
  }
  .p-adv-form .form .c-button input[type=submit] {
    background-position: center right 10.256vw;
    background-size: 8.462vw 12.308vw;
    padding-right: 35.897vw;
  }
  .p-adv-form .form .wpcf7-not-valid-tip {
    font-size: 3.077vw;
    margin-top: 2.564vw;
  }
}
.p-contact {
  margin: 150px 0 170px;
}
.p-contact .c-hero {
  margin-bottom: 110px;
}
.p-contact__title {
  color: #404040;
  font-size: 48px;
  margin-bottom: 40px;
}
.p-contact__note {
  background-color: #FFECEC;
  border-radius: 8px;
  color: #FF0000;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  padding: 10px;
}
.p-contact__desc {
  font-size: 18px;
  line-height: 2.2;
  margin-bottom: 140px;
}
.p-contact__banner {
  align-items: center;
  background: no-repeat center/cover;
  border-radius: 20px;
  display: flex;
  height: 405px;
}
.p-contact__banner__img {
  height: 100%;
  position: relative;
  width: 44%;
}
.p-contact__banner__img img {
  bottom: 0;
  left: 0;
  position: absolute;
  width: auto;
}
.p-contact__banner__text {
  width: 56%;
}
.p-contact__banner__text p {
  color: #000;
}
.p-contact__banner__text p.is-sm {
  font-size: 26px;
}
.p-contact__banner__text p.is-med {
  font-size: 33px;
  margin: 25px 0 20px;
}
.p-contact__banner__text p.is-lg {
  font-size: 50px;
  font-weight: 900;
}
.p-contact__banner__text p.is-lg::after {
  background: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/ico-arrow-lg.svg") no-repeat center/cover;
  content: "";
  display: inline-block;
  height: 77px;
  margin-bottom: 8px;
  vertical-align: middle;
  width: 77px;
}

@media screen and (max-width: 780px) {
  .p-contact {
    margin: 20.513vw 0 19.231vw;
  }
  .p-contact .c-hero {
    margin-bottom: 15.385vw;
  }
  .p-contact__title {
    font-size: 6.154vw;
    margin-bottom: 15.385vw;
  }
  .p-contact__note {
    border-radius: 2.051vw;
    font-size: 3.59vw;
    margin-bottom: 5.128vw;
    padding: 2.564vw;
  }
  .p-contact__desc {
    font-size: 3.59vw;
    margin-bottom: 15.385vw;
  }
  .p-contact__banner {
    border-radius: 4.615vw;
    flex-wrap: wrap;
    height: auto;
    padding: 25.641vw 5.128vw 0;
  }
  .p-contact__banner.has-bg-sp {
    background-image: var(--banner-bg-sp, none) !important;
  }
  .p-contact__banner__img {
    margin-top: 7.692vw;
    order: 2;
    width: 100%;
  }
  .p-contact__banner__img img {
    position: relative;
    width: 100%;
  }
  .p-contact__banner__text {
    width: 100%;
  }
  .p-contact__banner__text p.is-sm {
    font-size: 2.821vw;
  }
  .p-contact__banner__text p.is-med {
    font-size: 3.333vw;
    margin: 2.564vw 0;
  }
  .p-contact__banner__text p.is-lg {
    font-size: 6.667vw;
  }
  .p-contact__banner__text p.is-lg::after {
    height: 7.692vw;
    margin-bottom: 0;
    width: 7.692vw;
  }
}
.p-home .sec-banner {
  margin-bottom: 44px;
}
.p-home .sec-banner__top {
  display: flex;
  gap: 0 40px;
  justify-content: space-between;
}
.p-home .sec-banner__main {
  height: 512px;
  position: relative;
  width: 800px;
}
.p-home .sec-banner__default, .p-home .sec-banner__prod {
  height: 100%;
  position: relative;
  width: 100%;
}
.p-home .sec-banner__bg {
  border-radius: 24px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-home .sec-banner__img {
  bottom: 0;
  left: 30px;
  position: absolute;
  width: 100%;
}
.p-home .sec-banner__prod__item {
  border-radius: 30px;
  display: none;
  height: 100%;
}
.p-home .sec-banner__prod__item.is-active {
  display: block;
}
.p-home .sec-banner__prod__flex {
  height: calc(100% - 100px);
  padding: 50px;
}
.p-home .sec-banner__prod__flex::after {
  content: "";
  display: table;
  clear: both;
}
.p-home .sec-banner__prod__img {
  float: left;
  height: 100%;
  margin-right: 63px;
  position: relative;
  width: 287px;
}
.p-home .sec-banner__prod__img .is-inherit {
  height: inherit;
  width: inherit;
}
.p-home .sec-banner__prod__img img {
  border-radius: 14px;
  height: auto;
  width: 100%;
}
.p-home .sec-banner__prod__img.is-app {
  text-align: center;
}
.p-home .sec-banner__prod__img.is-app img {
  height: 100%;
  width: auto;
}
.p-home .sec-banner__prod__title {
  font-size: 24px;
  margin-bottom: 30px;
}
.p-home .sec-banner__prod__text p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.p-home .sec-banner__feat {
  background: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/home/sec-banner-bg-feat.png") no-repeat center/cover;
  border-radius: 24px;
  padding: 46px 54px 24px;
  width: 236px;
}
.p-home .sec-banner__feat p {
  color: #939FAB;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
.p-home .sec-banner__feat__img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  width: 240px;
}
.p-home .sec-banner__feat__img:hover {
  transform: scale(1.05);
}
.p-home .sec-banner__feat .c-link {
  display: flex !important;
  justify-content: end;
  margin-top: 24px;
}
.p-home .sec-banner h3 {
  font-size: 50px;
  margin-top: 0;
  -webkit-text-stroke: 0.6px #62A7CE;
  z-index: -1;
}
.p-home .sec-banner__thumbnails {
  margin: -40px -20px 0;
  padding: 0 10px;
}
.p-home .sec-banner__thumbnails__item {
  border-radius: 6px;
  cursor: pointer;
  height: 192px;
  padding: 20px 10px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  width: 130px;
}
.p-home .sec-banner__thumbnails__item:hover {
  transform: scale(1.1);
}
.p-home .sec-banner__thumbnails__item img {
  border: 1px solid #F6FAFC;
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-home .sec-banner__thumbnails__item.is-banner-app {
  width: 104px;
}
.p-home .sec-banner .l-search {
  display: none !important;
}
.p-home .sec1 {
  margin-bottom: 144px;
}
.p-home .sec1__row {
  gap: 0 32px;
}
.p-home .sec1__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 576px;
}
.p-home .sec1__col__bg {
  border-radius: 24px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-home .sec1__col__img {
  border-bottom-right-radius: 24px;
  bottom: 0;
  position: absolute;
  right: 0;
  width: 237px;
}
.p-home .sec1__col__img--2 {
  height: 437px;
  width: auto;
}
.p-home .sec1__col__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 64px 48px;
  position: relative;
}
.p-home .sec1__col__content h2 {
  line-height: 1.75;
}
.p-home .sec1__col__content h3 {
  margin-top: -56px;
}
.p-home .sec1__col__content__text {
  flex-grow: 1;
  line-height: 1.72;
  margin: 32px 0 48px;
  width: 331px;
}
.p-home .sec1__col__content__spacer {
  flex-grow: 1;
}
.p-home .sec1__col__content .c-button {
  bottom: 0;
  position: relative;
}
.p-home .sec2 {
  margin-bottom: 128px;
}
.p-home .sec2 h3 {
  font-size: 58px;
  margin-top: -40px;
}
.p-home .sec2 .is-lg {
  margin-top: 0;
}
.p-home .sec2__content {
  background: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/home/sec2-bg.png") no-repeat center/cover;
  border-radius: 24px;
  margin-top: 64px;
  padding: 80px 112px 64px;
}
.p-home .sec2__details {
  display: none;
  margin-bottom: 48px;
}
.p-home .sec2__details::after {
  content: "";
  display: table;
  clear: both;
}
.p-home .sec2__details.is-active {
  display: block !important;
}
.p-home .sec2__details__img {
  border-radius: 14px;
  float: left;
  height: 400px;
  margin-right: 48px;
  max-height: 400px;
  width: 240px;
}
.p-home .sec2__details__img img {
  border-radius: 14px;
  height: auto;
  width: 100%;
}
.p-home .sec2__details__img.is-app {
  text-align: center;
}
.p-home .sec2__details__img.is-app img {
  width: auto;
}
.p-home .sec2__details__top {
  padding-top: 16px;
}
.p-home .sec2__details__tags {
  margin: 24px 0 32px;
}
.p-home .sec2__details__tags ul {
  gap: 0 8px;
}
.p-home .sec2__details__tags .c-tag__item {
  pointer-events: none;
}
.p-home .sec2__details__text {
  color: #606060;
  line-height: 2.5;
}
.p-home .sec2__thumbnails {
  margin-bottom: 51px;
}
.p-home .sec2__thumbnails__item {
  cursor: pointer;
  height: 160px;
  padding: 16px 8px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  width: 120px;
}
.p-home .sec2__thumbnails__item.is-app {
  width: 83px;
}
.p-home .sec2__thumbnails__item img {
  border: 1px solid #F6FAFC;
  border-radius: 6px;
  height: 100%;
  width: 100%;
}
.p-home .sec2__thumbnails__item:hover {
  transform: scale(1.1);
}
.p-home .sec2 .c-link {
  justify-content: end;
  margin-left: auto;
  margin-right: 0;
  padding-right: 5px;
}
.p-home .sec2 .slick-prev, .p-home .sec2 .slick-next {
  height: 32px;
  width: 32px;
}
.p-home .sec2 .slick-prev::before, .p-home .sec2 .slick-next::before {
  background: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/ico-slider-prev.svg") no-repeat center/cover;
  color: transparent;
  font-size: 32px;
}
.p-home .sec2 .slick-prev {
  left: -64px;
}
.p-home .sec2 .slick-next {
  right: -64px;
}
.p-home .sec2 .slick-next::before {
  background-image: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/ico-slider-next.svg");
}
.p-home .sec3 {
  margin-bottom: 184px;
}
.p-home .sec3__content {
  background: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/home/sec3-bg.png") no-repeat center/cover;
  border-radius: 24px;
  margin-left: auto;
  margin-right: 0;
  padding: 64px 0 49px;
  position: relative;
  width: 1072px;
}
.p-home .sec3 h3 {
  margin-bottom: 16px;
}
.p-home .sec3__img--1 {
  left: -112px;
  position: absolute;
  top: -32px;
  width: 416px;
}
.p-home .sec3__img--2 {
  left: 160px;
  position: absolute;
  top: 184px;
  width: 224px;
}
.p-home .sec3__text {
  padding-left: 448px;
}
.p-home .sec3__text p {
  color: #606060;
  line-height: 1.75;
}
.p-home .sec3__keywords {
  display: flex;
  list-style: none;
  margin: 23px 0 48px;
}
.p-home .sec3__keywords > li {
  color: #62A7CE;
  font-size: 14px;
}
.p-home .sec3__keywords > li::after {
  background-color: #62A7CE;
  content: "";
  display: inline-block;
  height: 11px;
  margin: 0 8px 3px;
  opacity: 30%;
  vertical-align: middle;
  width: 1px;
}
.p-home .sec3__keywords > li:last-child::after {
  display: none;
}
.p-home .c-news__heading {
  margin-right: 48px;
}

@media screen and (min-width: 1600px) {
  .p-home .sec-banner {
    margin-bottom: 80px;
  }
  .p-home .sec-banner__top {
    gap: 0 50px;
  }
  .p-home .sec-banner__main {
    height: 640px;
    width: 1000px;
  }
  .p-home .sec-banner__img {
    left: 40px;
  }
  .p-home .sec-banner__prod__flex {
    height: calc(100% - 220px);
    padding: 100px 100px 120px;
  }
  .p-home .sec-banner__prod__title {
    font-size: 26px;
  }
  .p-home .sec-banner__prod__text p {
    font-size: 24px;
  }
  .p-home .sec-banner__feat {
    border-radius: 30px;
    padding: 57px 60px 30px;
    width: 310px;
  }
  .p-home .sec-banner__feat p {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .p-home .sec-banner__feat__img {
    width: 300px;
  }
  .p-home .sec-banner__feat .c-link {
    margin-top: 30px;
  }
  .p-home .sec-banner h3 {
    font-size: 62px;
  }
  .p-home .sec-banner__thumbnails {
    margin-top: -35px;
  }
  .p-home .sec-banner__thumbnails__item {
    border-radius: 8px;
    height: 240px;
    padding: 12px;
    width: 164px;
  }
  .p-home .sec-banner__thumbnails__item img {
    border-radius: 8px;
  }
  .p-home .sec-banner__thumbnails__item.is-banner-app {
    width: 130px;
  }
  .p-home .sec1 {
    margin-bottom: 180px;
  }
  .p-home .sec1__row {
    gap: 0 40px;
  }
  .p-home .sec1__col {
    width: 720px;
  }
  .p-home .sec1__col__bg {
    border-radius: 30px;
  }
  .p-home .sec1__col__img {
    border-bottom-right-radius: 30px;
    height: 520px;
    width: auto;
  }
  .p-home .sec1__col__img--2 {
    height: 540px;
  }
  .p-home .sec1__col__content {
    padding: 80px 60px;
  }
  .p-home .sec1__col__content h3 {
    margin-top: -70px;
  }
  .p-home .sec1__col__content__text {
    margin: 40px 0 60px;
    width: 414px;
  }
  .p-home .sec1__col__content__text p {
    font-size: 20px;
  }
  .p-home .sec2 {
    margin-bottom: 160px;
  }
  .p-home .sec2 .is-lg {
    font-size: 20px;
    line-height: 1.75;
  }
  .p-home .sec2__content {
    border-radius: 30px;
    margin-top: 80px;
    padding: 100px 140px 80px;
  }
  .p-home .sec2__details {
    margin-bottom: 40px;
  }
  .p-home .sec2__details__img {
    margin-right: 60px;
    width: 300px;
  }
  .p-home .sec2__details__text {
    padding-top: 20px;
  }
  .p-home .sec2__details__tags {
    gap: 0 10px;
    margin: 30px 0 40px;
  }
  .p-home .sec2__details__tag {
    border-radius: 27px;
    font-size: 16px;
    padding: 7px 22px;
  }
  .p-home .sec2__details p {
    font-size: 20px;
  }
  .p-home .sec2__thumbnails {
    margin-bottom: 64px;
  }
  .p-home .sec2__thumbnails__item {
    height: 200px;
    padding: 20px 10px;
    width: 150px;
  }
  .p-home .sec2__thumbnails__item.is-app {
    width: 108px;
  }
  .p-home .sec2 .slick-prev, .p-home .sec2 .slick-next {
    height: 40px;
    width: 40px;
  }
  .p-home .sec2 .slick-prev::before, .p-home .sec2 .slick-next::before {
    font-size: 40px;
  }
  .p-home .sec2 .slick-prev {
    left: -80px;
  }
  .p-home .sec2 .slick-next {
    right: -80px;
  }
  .p-home .sec3 {
    margin-bottom: 230px;
  }
  .p-home .sec3__content {
    background: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/home/sec3-bg.png") no-repeat center/cover;
    padding: 80px 0 60px;
    width: 1340px;
  }
  .p-home .sec3 h3 {
    margin-bottom: 20px;
  }
  .p-home .sec3__img--1 {
    left: -140px;
    top: -40px;
    width: 520px;
  }
  .p-home .sec3__img--2 {
    left: 200px;
    top: 190px;
    width: 280px;
  }
  .p-home .sec3__text {
    padding-left: 560px;
  }
  .p-home .sec3__keywords {
    margin: 30px 0 60px;
  }
  .p-home .sec3__keywords > span {
    font-size: 18px;
  }
  .p-home .sec3__keywords > span::after {
    height: 14px;
  }
}
@media screen and (max-width: 780px) {
  .p-home {
    overflow: hidden;
  }
  .p-home .sec-banner {
    margin-bottom: 15.385vw;
    position: relative;
    z-index: 2;
  }
  .p-home .sec-banner__top {
    display: block;
    margin-top: 5.128vw;
  }
  .p-home .sec-banner__main {
    border-radius: 5.128vw;
    height: 117.949vw;
    width: 89.744vw;
  }
  .p-home .sec-banner__bg {
    border-radius: 5.128vw;
  }
  .p-home .sec-banner__img {
    left: 0;
    position: relative;
  }
  .p-home .sec-banner__prod__flex {
    height: 100%;
    padding: 9.231vw 5.128vw 4.103vw;
  }
  .p-home .sec-banner__prod__img {
    border-radius: 1.795vw;
    height: 51.282vw;
    margin-right: 3.59vw;
    width: 35.128vw;
  }
  .p-home .sec-banner__prod__img img {
    border-radius: 1.795vw;
    height: 100%;
    object-fit: cover;
  }
  .p-home .sec-banner__prod__title {
    font-size: 5.128vw;
    margin-bottom: 0;
    min-height: 51.282vw;
  }
  .p-home .sec-banner__prod__text {
    margin-top: 5.128vw;
    width: auto;
  }
  .p-home .sec-banner__prod__text p {
    font-size: 3.59vw;
    margin-bottom: 2.564vw;
  }
  .p-home .sec-banner__feat {
    border-radius: 5.128vw;
    padding: 7.692vw 12.821vw 9.231vw;
    width: auto;
  }
  .p-home .sec-banner__feat p {
    font-size: 4.103vw;
    margin-bottom: 3.077vw;
    text-align: center;
  }
  .p-home .sec-banner__feat__img {
    width: 63.333vw;
  }
  .p-home .sec-banner__feat__img:hover {
    transform: scale(1);
  }
  .p-home .sec-banner__feat .c-link {
    justify-content: center !important;
  }
  .p-home .sec-banner h3 {
    font-size: 8.205vw;
    text-align: center;
    -webkit-text-stroke: 0.103vw #62A7CE;
  }
  .p-home .sec-banner__thumbnails {
    margin: -5.128vw -1.282vw 0;
    padding: 0 1.282vw;
  }
  .p-home .sec-banner__thumbnails__item {
    border-radius: 1.538vw;
    height: 30.769vw;
    padding: 1.282vw;
    width: 23.077vw;
  }
  .p-home .sec-banner__thumbnails__item img {
    border-radius: 1.538vw;
  }
  .p-home .sec-banner__thumbnails__item.is-banner-app {
    width: 13.333vw;
  }
  .p-home .sec-banner .c-link {
    justify-content: end;
    margin-top: 3.846vw;
  }
  .p-home .sec-banner .slick-slide {
    margin: 0 1.282vw;
  }
  .p-home .sec-banner .slick-slide.sec-banner__thumbnails__item {
    margin: 0;
  }
  .p-home .sec-banner .slick-dots {
    bottom: -4.103vw;
  }
  .p-home .sec-banner .slick-dots li,
  .p-home .sec-banner .slick-dots li button,
  .p-home .sec-banner .slick-dots li button::before {
    height: 0.513vw;
    padding: 0;
    width: 2.051vw;
  }
  .p-home .sec-banner .slick-dots li {
    margin: 0 0.256vw;
  }
  .p-home .sec-banner .slick-dots li button::before {
    background-color: #8DA2AD;
    border-radius: 0.256vw;
    content: "";
  }
  .p-home .sec-banner .slick-dots li.slick-active button::before {
    background-color: #8DA2AD;
    opacity: 1;
  }
  .p-home .sec-banner .l-search {
    display: flex !important;
  }
  .p-home .sec1 {
    margin-bottom: 20.513vw;
  }
  .p-home .sec1__row {
    flex-wrap: wrap;
    gap: 7.692vw 0;
  }
  .p-home .sec1__col {
    width: 100%;
  }
  .p-home .sec1__col__bg {
    border-radius: 5.128vw;
  }
  .p-home .sec1__col__img {
    border-bottom-right-radius: 5.128vw;
    width: 35.897vw;
  }
  .p-home .sec1__col__img--2 {
    height: 64.872vw;
    width: auto;
  }
  .p-home .sec1__col__content {
    padding: 7.692vw 6.154vw 12.821vw;
  }
  .p-home .sec1__col__content h3 {
    margin-top: -10vw;
  }
  .p-home .sec1__col__content__text {
    margin: 5.128vw 0 8.205vw;
    width: 57.436vw;
  }
  .p-home .sec1__col__content__text p {
    font-size: 3.077vw;
  }
  .p-home .sec2 {
    margin-bottom: 35.897vw;
  }
  .p-home .sec2 .h-container {
    margin: 0;
  }
  .p-home .sec2 h3 {
    font-size: 8.205vw;
    margin-top: -6.41vw;
  }
  .p-home .sec2__content {
    background: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/home/sec2-bg.png") no-repeat center/cover;
    border-radius: 0;
    margin-top: 10.256vw;
    padding: 10.256vw 5.128vw;
  }
  .p-home .sec2__details {
    gap: 0 4.103vw;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .p-home .sec2__details__img {
    height: 51.282vw;
    margin-right: 4.103vw;
    max-height: 51.282vw;
    width: 38.462vw;
  }
  .p-home .sec2__details__img.is-app img {
    max-height: 51.282vw;
  }
  .p-home .sec2__details__img img {
    border-radius: 1.538vw;
    height: 100%;
  }
  .p-home .sec2__details__top {
    min-height: 51.282vw;
    padding-top: 0;
  }
  .p-home .sec2__details__text {
    margin-top: 5.128vw;
    padding-top: 0;
    width: auto;
  }
  .p-home .sec2__details__tags {
    margin: 5.128vw 0;
  }
  .p-home .sec2__details__tags ul {
    gap: 2.051vw;
  }
  .p-home .sec2__details__desc {
    margin-top: 5.128vw;
  }
  .p-home .sec2__details p {
    font-size: 4.103vw;
    line-height: 1.5;
  }
  .p-home .sec2__thumbnails {
    margin-bottom: 7.692vw;
  }
  .p-home .sec2__thumbnails__item {
    height: 27.436vw;
    padding: 5.128vw 1.282vw;
    width: 20.513vw;
  }
  .p-home .sec2__thumbnails__item.is-app {
    width: 12.821vw;
  }
  .p-home .sec2__thumbnails__item img {
    border-radius: 1.538vw;
  }
  .p-home .sec2 .c-link {
    bottom: -25.641vw;
    padding-right: 0;
    position: relative;
  }
  .p-home .sec2 .slick-prev, .p-home .sec2 .slick-next {
    bottom: -17.949vw;
    height: 10.256vw;
    top: auto;
    width: 10.256vw;
  }
  .p-home .sec2 .slick-prev::before, .p-home .sec2 .slick-next::before {
    background-image: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/sp/ico-slider-prev.svg");
    color: transparent;
    font-size: 10.256vw;
  }
  .p-home .sec2 .slick-prev {
    left: 29.487vw;
  }
  .p-home .sec2 .slick-next {
    right: 29.487vw;
  }
  .p-home .sec2 .slick-next::before {
    background-image: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/sp/ico-slider-next.svg");
  }
  .p-home .sec3 {
    margin-bottom: 25.641vw;
    padding-top: 63.59vw;
  }
  .p-home .sec3__content {
    background: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/home/sec3-bg.png") no-repeat center/cover;
    border-radius: 5.128vw;
    padding: 10.256vw 5.128vw;
    width: auto;
  }
  .p-home .sec3 h3 {
    margin-bottom: 5.128vw;
  }
  .p-home .sec3__img--1 {
    left: 0;
    top: -63.59vw;
    width: 80vw;
  }
  .p-home .sec3__img--2 {
    left: auto;
    right: 0;
    top: -30.256vw;
    width: 32.308vw;
  }
  .p-home .sec3__text {
    padding: 0;
  }
  .p-home .sec3__text p {
    font-size: 3.59vw;
  }
  .p-home .sec3__keywords {
    flex-wrap: wrap;
    line-height: 1.93;
    margin: 5.128vw 0;
  }
  .p-home .sec3__keywords > li {
    font-size: 2.821vw;
  }
  .p-home .sec3__keywords > li::after {
    height: 2.051vw;
    margin: 0 0.769vw 0.385vw 1.538vw;
    width: 0.256vw;
  }
  .p-home .c-news__heading {
    margin-right: 5.128vw;
  }
}
.p-news {
  margin-bottom: 70px;
}
.p-news .c-news {
  margin: 45px 0 20px 90px;
}
.p-news .c-news .c-link::after {
  display: none;
}
.p-news .c-subheader {
  margin-bottom: 75px;
}
.p-news .c-subheader__list li a {
  cursor: pointer;
  text-transform: uppercase;
}
.p-news__title {
  font-size: 53px;
  font-weight: 700;
  padding: 40px;
  text-transform: uppercase;
}
.p-news__pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.p-news__pagination .page-numbers,
.p-news__pagination .current {
  align-items: center;
  background-color: transparent;
  border-radius: 4px;
  color: #000;
  display: flex;
  font-size: 17px;
  font-weight: 700;
  height: 24px;
  justify-content: center;
  margin: 0 8px;
  padding: 8px;
  width: 24px;
}
.p-news__pagination .current {
  background-color: #62A7CE;
  color: #fff;
}
.p-news__pagination .prev,
.p-news__pagination .next {
  height: 48px;
  padding: 0;
  width: 48px;
}
.p-news__pagination__arrow {
  background: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/ico-pagination.svg") no-repeat center/contain;
  content: "";
  display: inline-block;
  height: 48px;
  width: 48px;
}
.p-news__pagination__arrow--next {
  transform: rotate(180deg);
}
.p-news-details {
  margin-top: 120px;
}
.p-news-details .h-container {
  width: 900px;
}
.p-news-details .c-subheader {
  margin-bottom: 37px;
}

@media screen and (max-width: 780px) {
  .p-news {
    margin-bottom: 13.846vw;
  }
  .p-news .c-hero {
    height: 56.923vw;
    margin: 0 5.128vw;
  }
  .p-news .c-hero__title {
    font-size: 17.949vw;
  }
  .p-news .c-news {
    margin: 8.205vw 0 8.974vw 5.128vw;
  }
  .p-news .c-news__heading {
    display: block;
  }
  .p-news .c-news__heading h2 {
    margin-bottom: 7.692vw;
  }
  .p-news .c-subheader {
    margin-bottom: 5.128vw;
  }
  .p-news .c-subheader__list {
    flex-wrap: wrap;
    gap: 6.154vw;
    padding: 0 2.564vw;
  }
  .p-news .c-subheader__list li:first-child {
    padding-left: 0;
  }
  .p-news .c-subheader__list li:last-child {
    padding-right: 0;
  }
  .p-news .c-subheader__list li a {
    font-size: 4.359vw;
  }
  .p-news__title {
    font-size: 6.154vw;
    padding: 0;
  }
  .p-news__pagination .page-numbers,
  .p-news__pagination .current {
    border-radius: 1.026vw;
    font-size: 4.359vw;
    height: 6.154vw;
    margin: 0 0.513vw;
    padding: 2.051vw;
    width: 6.154vw;
  }
  .p-news__pagination .prev,
  .p-news__pagination .next {
    height: 12.308vw;
    width: 12.308vw;
  }
  .p-news__pagination__arrow {
    height: 12.308vw;
    width: 12.308vw;
  }
  .p-news-details {
    margin-top: 15.385vw;
  }
  .p-news-details .h-container {
    width: auto;
  }
  .p-news-details .c-subheader {
    margin-bottom: 6.923vw;
  }
}
.p-page {
  margin-bottom: 150px;
  /* WP Content */
}
.p-page .c-hero {
  margin-bottom: 100px;
}
.p-page .wp-block-heading {
  color: #404040;
  font-size: 48px;
  margin-bottom: 4rem;
}
.p-page p,
.p-page .wp-block-buttons {
  margin-bottom: 4rem;
}
.p-page .wp-block-separator {
  border-width: 1px;
  margin-bottom: 4rem;
}
.p-page p > a {
  color: #404040;
  text-decoration: underline;
}
.p-page .wp-block-button__link {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 780px) {
  .p-page {
    margin-bottom: 12.821vw;
    /* WP Content */
  }
  .p-page .c-hero {
    margin: 20.513vw 2.564vw 15.385vw;
  }
  .p-page .wp-block-heading,
  .p-page .wp-block-buttons,
  .p-page .wp-block-separator,
  .p-page p {
    margin-bottom: 3rem;
  }
  .p-page .wp-block-heading {
    font-size: 6.154vw !important;
  }
  .p-page p {
    font-size: 4.615vw !important;
  }
  .p-page .wp-block-button {
    width: 100% !important;
  }
}
.p-services .c-hero {
  height: 500px;
  margin-bottom: 42px;
  padding-top: 140px;
}
.p-services .c-hero__content {
  align-items: start;
  justify-content: start;
}
.p-services .c-hero__title {
  font-size: 100px;
}
.p-services .c-hero__subtitle {
  font-size: 120px;
  margin-top: -85px;
}
.p-services__wrapper {
  margin-bottom: 80px;
}
.p-services__heading {
  margin: 0 auto 52px;
  max-width: 800px;
  text-align: center;
}
.p-services__title {
  font-size: 17px;
}
.p-services__subtitle {
  font-size: 26px;
  font-weight: 700;
  margin: 13px 0 32px;
}
.p-services__description {
  font-size: 18px;
  line-height: 1.9;
}
.p-services__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  justify-content: space-between;
}
.p-services__cat__item {
  border-radius: 10px;
  width: 45%;
}
.p-services__cat__item:hover .p-services__cat__img::after {
  background-color: rgba(193, 224, 219, 0.2);
}
.p-services__cat__item:hover .p-services__cat__bg {
  background: linear-gradient(to bottom, #E1EEF5, #AADAF4) no-repeat center/cover;
}
.p-services__cat__img {
  border-radius: 10px;
  height: 270px;
  position: relative;
}
.p-services__cat__img::after {
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-services__cat__img img {
  border-radius: 10px;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.p-services__cat__img .has-pxy {
  height: -webkit-fill-available;
}
.p-services__cat__bg {
  background-color: #E1EEF5;
}
.p-services__cat__bg::after {
  display: none;
}
.p-services__cat__bg .has-pxy {
  padding: 35px 30px;
}
.p-services__cat__title {
  align-items: start;
  color: #000;
  display: flex;
  font-size: 18px;
  gap: 0 20px;
  justify-content: space-between;
  margin: 16px 0;
}
.p-services__cat__title::after {
  background: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/ico-arrow-lg.svg") no-repeat center right/cover;
  content: "";
  display: block;
  height: 20px;
  margin-top: 3px;
  width: 20px;
}
.p-services__cat__text {
  color: #000;
  padding-right: 20px;
}
.p-services .sec2 {
  padding-bottom: 230px;
}
.p-services__company {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 90px;
  justify-content: space-between;
}
.p-services__company__item {
  border: 1px solid #85D3FF;
  border-radius: 10px;
  width: 45%;
}
.p-services__company__item:hover .p-services__company__title::after {
  transform: translateX(8px);
}
.p-services__company__content {
  padding: 20px 16px;
}
.p-services__company__title {
  font-size: 20px;
  margin: 0 0 20px;
}
.p-services__company__title::after {
  transition: 0.3s ease-in;
}
.p-services__company__text {
  color: #000;
  padding-right: 20px;
}

.t-services .c-hero--term {
  height: 220px;
  padding: 85px 0;
}
.t-services .c-hero__content {
  align-items: center;
  justify-content: center;
}
.t-services .c-hero__title, .t-services .c-hero__subtitle {
  font-size: 60px;
  font-weight: 700;
}
.t-services .c-hero__subtitle {
  margin-top: 0;
}
.t-services .p-services__wrapper {
  margin-bottom: 100px;
}
.t-services .p-services__title {
  font-size: 26px;
  margin-bottom: 32px;
}
.t-services .p-services__cat {
  gap: 55px 64px;
  justify-content: start;
}
.t-services .p-services__cat__item {
  width: 20.5%;
}
.t-services .p-services__cat__img {
  height: 323px;
}
.t-services .p-services__cat__img img {
  object-fit: initial;
  width: 100%;
}
.t-services .p-services__cat__title {
  font-size: 14px;
  margin: 20px 0 0;
}
.t-services .p-services__cat__title::after {
  display: none;
}
.t-services .c-button {
  margin-top: 40px;
  text-align: center;
}
.t-services .c-button a {
  align-items: center;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 18px 40px;
  text-align: left;
  width: 438px;
}
.t-services .c-button a::after {
  background-image: url("https://www.alc.co.jp/wp-content/themes/alc/assets/img/common/ico-arrow-xl.svg");
  background-size: contain;
  height: 48px;
  width: 33px;
}

@media screen and (min-width: 1600px) {
  .p-services__cat__img {
    height: 335px;
  }
  .t-services .p-services__cat__img {
    height: 422px;
  }
}
@media screen and (max-width: 780px) {
  .p-services .c-hero {
    height: 123.077vw;
    margin: 30.769vw 5.128vw 10.256vw;
    padding-top: 12.821vw;
  }
  .p-services .c-hero__content {
    align-items: center;
  }
  .p-services .c-hero__title {
    font-size: 10.256vw;
  }
  .p-services .c-hero__subtitle {
    font-size: 12.821vw;
    margin-top: -11.538vw;
  }
  .p-services__wrapper {
    margin-bottom: 12.821vw;
  }
  .p-services__heading {
    margin: 0 auto 12.821vw;
    max-width: 100%;
  }
  .p-services__title {
    font-size: 4.359vw;
  }
  .p-services__subtitle {
    font-size: 6.667vw;
    margin: 5.128vw 0 7.692vw;
  }
  .p-services__description {
    font-size: 4.615vw;
  }
  .p-services__cat {
    gap: 10.256vw;
  }
  .p-services__cat__item {
    border-radius: 2.564vw;
    width: 100%;
  }
  .p-services__cat__img {
    border-radius: 2.564vw;
    height: auto;
  }
  .p-services__cat__img::after {
    border-radius: 2.564vw;
  }
  .p-services__cat__img img {
    border-radius: 2.564vw;
    max-height: 47.436vw;
  }
  .p-services__cat__bg .has-pxy {
    padding: 8.974vw 7.692vw;
  }
  .p-services__cat__title {
    font-size: 4.615vw;
    gap: 0 5.128vw;
    margin: 4.615vw 0;
  }
  .p-services__cat__title::after {
    height: 5.128vw;
    margin-top: 1.282vw;
    width: 5.128vw;
  }
  .p-services__cat__text {
    font-size: 4.103vw;
    padding-right: 5.128vw;
  }
  .p-services .sec2 {
    padding-bottom: 16.667vw;
  }
  .p-services__company {
    flex-wrap: wrap;
    gap: 10.256vw 0;
  }
  .p-services__company__item {
    border-width: 0.256vw;
    border-radius: 2.564vw;
    width: 100%;
  }
  .p-services__company__item:hover .p-services__company__title::after {
    transform: translateX(2.564vw);
  }
  .p-services__company__content {
    padding: 5.128vw 4.103vw;
  }
  .p-services__company__title {
    font-size: 5.128vw;
    margin: 0 0 5.128vw;
  }
  .p-services__company__text {
    font-size: 4.103vw;
    padding-right: 0;
  }
  .t-services .c-hero {
    margin-bottom: 23.077vw;
  }
  .t-services .c-hero--term {
    height: 74.359vw;
    padding: 12.821vw 5.128vw;
  }
  .t-services .c-hero__title, .t-services .c-hero__subtitle {
    font-size: 6.667vw;
  }
  .t-services .c-hero__subtitle {
    margin-top: 2.051vw;
  }
  .t-services .p-services__wrapper {
    margin-bottom: 17.949vw;
  }
  .t-services .p-services__title {
    font-size: 6.667vw;
    margin-bottom: 7.179vw;
  }
  .t-services .p-services__cat {
    gap: 10.256vw 4.615vw;
  }
  .t-services .p-services__cat__item {
    width: 47%;
  }
  .t-services .p-services__cat__img {
    height: 57.179vw;
  }
  .t-services .p-services__cat__title {
    font-size: 3.077vw;
    margin-top: 5.128vw;
  }
  .t-services .c-button {
    margin-top: 10.256vw;
    padding: 0 7.692vw;
  }
  .t-services .c-button a {
    font-size: 3.077vw;
    padding: 2.821vw 5.128vw;
    width: auto;
  }
  .t-services .c-button a::after {
    height: 5.897vw;
    width: 4.103vw;
  }
}
.p-terms {
  margin: 170px 0 140px;
}
.p-terms .c-hero {
  margin-bottom: 110px;
}
.p-terms__content * {
  line-height: 2.5;
  margin-bottom: 50px;
}
.p-terms__content h2 {
  color: #404040;
  font-size: 48px;
}
.p-terms__content a {
  color: #000;
  text-decoration: underline;
}
.p-terms__content strong {
  font-weight: 700;
}
.p-terms__content .wp-block-list {
  list-style: decimal;
  margin-left: 20px;
}
.p-terms__content .wp-block-list li {
  margin-bottom: 15px;
}
.p-terms__content .wp-block-list li.no-list-style {
  list-style: none;
  margin: 20px 0;
}
.p-terms__content .wp-block-list.is-alpha {
  list-style: lower-alpha;
  margin-bottom: 0;
}
.p-terms__content .wp-block-list.is-triangle > li::marker {
  content: "▼";
}
.p-terms__content .wp-block-list.is-disc {
  list-style: disc;
  margin-bottom: 0;
}
.p-terms__content .wp-block-list.is-num-parenthesis {
  counter-reset: list-item;
  list-style: none;
}
.p-terms__content .wp-block-list.is-num-parenthesis > li::before {
  content: "(" counter(list-item) ") ";
}
.p-terms__content .wp-block-list.is-alpha-parenthesis {
  counter-reset: list-item;
  list-style: none;
}
.p-terms__content .wp-block-list.is-alpha-parenthesis > li::before {
  content: "(" counter(list-item, lower-alpha) ") ";
}
.p-terms__content .has-bg {
  border-radius: 20px;
  padding: 60px 50px 10px;
  position: relative;
}
.p-terms__content .has-bg::after {
  background: linear-gradient(rgba(98, 167, 206, 0.6) 70%, #62A7CE 100%);
  border-radius: 20px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-terms h3 {
  color: #404040;
  font-size: 26px;
  font-weight: 700;
  margin-top: 0;
  opacity: 1;
  -webkit-text-stroke: unset;
}
.p-terms__links {
  display: flex;
  flex-wrap: wrap;
  gap: 85px 100px;
}
.p-terms__links__item {
  min-width: 35%;
}
.p-terms__links__item p {
  margin: 55px 0 35px;
}
.p-terms__links__item .c-button a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 210px;
}
.p-terms__links__item .c-button a::after {
  margin-bottom: 0;
}

@media screen and (max-width: 780px) {
  .p-terms {
    margin: 20.513vw 0 12.821vw;
  }
  .p-terms .c-hero {
    margin-bottom: 19.231vw;
  }
  .p-terms__content * {
    margin-bottom: 7.692vw;
  }
  .p-terms__content h2 {
    font-size: 6.154vw;
  }
  .p-terms__content .wp-block-list {
    margin-left: 5.128vw;
  }
  .p-terms__content .wp-block-list li {
    margin-bottom: 2.564vw;
  }
  .p-terms__content .wp-block-list li.no-list-style {
    margin: 5.128vw 0;
  }
  .p-terms__content .has-bg {
    border-radius: 5.128vw;
    padding: 7.692vw 2.564vw 2.564vw;
  }
  .p-terms__content .has-bg::after {
    border-radius: 5.128vw;
  }
  .p-terms h3 {
    font-size: 6.667vw;
    line-height: 1.35;
  }
}

/*# sourceMappingURL=style.css.map */
