@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	reset
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
}

html {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Helvetica Neue", "NotoSansJP",
    "Noto Sans CJK JP", sans-serif;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0;
  color: #222;
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 14.4px;
    font-size: 1.44rem;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 12.8px;
    font-size: 1.28rem;
  }
}

div {
  display: block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav,
ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #222222;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

header,
body,
footer {
  max-width: 100vw;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	base
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.wrap {
  overflow: hidden;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.header__mg--adjustment {
  margin: 144.18px auto 0 auto;
}

@media only screen and (max-width: 768px) {
  .header__mg--adjustment {
    margin: 110px auto 0 auto;
  }
}

.header__mg--adjustment2 {
  margin: 88px auto 0 auto;
}

@media only screen and (max-width: 768px) {
  .header__mg--adjustment2 {
    margin: 64px auto 0 auto;
  }
}

br.pc {
  display: block !important;
}

br.tab {
  display: none !important;
}

br.sp {
  display: none !important;
}

.sp__only {
  display: none !important;
}

.effect__fade {
  opacity: 0;
  transition: all 1.5s;
}

.effect__fade.effect__scroll {
  opacity: 1;
}

.flash:hover {
  opacity: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

@keyframes flash {
  0% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

.move img {
  animation: move 3s infinite;
}

@keyframes move {
  72% {
    transform: translate(0px, 0px);
  }

  76% {
    transform: translate(4px, 0px);
  }

  80% {
    transform: translate(-4px, 0px);
  }

  84% {
    transform: translate(4px, 0px);
  }

  88% {
    transform: translate(-4px, 0px);
  }

  92% {
    transform: translate(4px, 0px);
  }

  96% {
    transform: translate(-4px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@media only screen and (max-width: 1024px) {
  .mb24 {
    margin-bottom: 21.6px !important;
  }

  br.pc {
    display: none !important;
  }

  br.tab {
    display: block !important;
  }

  br.sp {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .mb24 {
    margin-bottom: 16.8px !important;
  }

  br.pc {
    display: none !important;
  }

  br.tab {
    display: none !important;
  }

  br.sp {
    display: block !important;
  }

  .pc__only {
    display: none !important;
  }

  .sp__only {
    display: block !important;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	type1
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.type1 {
  border-top: 4px solid #222;
  padding: 64px 24px 80px;
  width: 100%;
}

.type1.lightgray {
  background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/common/background__lightgray.png);
  background-repeat: repeat;
  background-size: 400px 400px;
}

.type1.gray {
  background: #727272;
}

.type1.blue {
  background: linear-gradient(135deg, #92d3e8 0%, #0085ff 100%);
}

.type1.pink {
  background: linear-gradient(135deg, #fc75ae 0%, #eb9377 100%);
}

.type1.green {
  background: linear-gradient(135deg, #36b906 0%, #31c1bc 100%);
}

.type1.yellow {
  background: linear-gradient(135deg, #ffdd4d 0%, #f49c10 100%);
}

.type1.red {
  background: linear-gradient(135deg, #fd9987 0%, #fa383c 100%);
}

.type1.houganshi {
  background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/common/background__houganshi.png);
  background-repeat: repeat;
  background-size: 400px 550.63px;
}

/*title
———————————————————————————————————————————————————————————————————*/
.type1__subtitle {
  background: linear-gradient(135deg, #92d3e8 0%, #0085ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}

.type1__title {
  font-size: 33.6px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 40px;
  position: relative;
}

.type1__title span.blue {
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(135deg, #92d3e8 0%, #0085ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.type1__title span.small {
  display: block;
  font-size: 16.8px;
  font-weight: 700;
  margin-bottom: 8px;
}

.type1__title span.large {
  font-size: 32px;
  font-weight: 700;
}

.type1__title span.number {
  font-size: 40px;
  font-weight: 700;
}

.type1__title:after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #222;
}

.type1.gray .type1__subtitle,
.type1.gray .type1__title {
  background: none;
  -webkit-text-fill-color: currentcolor;
  color: #fff;
}

.type1.gray .type1__title:after {
  background: #fff;
}

.type1.blue .type1__subtitle,
.type1.blue .type1__title {
  background: none;
  -webkit-text-fill-color: currentcolor;
  color: #fff;
}

.type1.blue .type1__title:after {
  background: #fff;
}

.type1.pink .type1__subtitle,
.type1.pink .type1__title {
  background: none;
  -webkit-text-fill-color: currentcolor;
  color: #fff;
}

.type1.pink .type1__title:after {
  background: #fff;
}

.type1.green .type1__subtitle,
.type1.green .type1__title {
  background: none;
  -webkit-text-fill-color: currentcolor;
  color: #fff;
}

.type1.green .type1__title:after {
  background: #fff;
}

.type1.yellow .type1__subtitle,
.type1.yellow .type1__title {
  background: none;
  -webkit-text-fill-color: currentcolor;
  color: #fff;
}

.type1.yellow .type1__title:after {
  background: #fff;
}

.type1.red .type1__subtitle,
.type1.red .type1__title {
  background: none;
  -webkit-text-fill-color: currentcolor;
  color: #fff;
}

.type1.red .type1__title:after {
  background: #fff;
}

@media only screen and (max-width: 1024px) {
  .type1__subtitle {
    font-size: 12px;
  }

  .type1__title {
    font-size: 28.8px;
  }

  .type1__title span.small {
    font-size: 14.4px;
  }
}

@media only screen and (max-width: 768px) {
  .type1__subtitle {
    font-size: 10px;
  }

  .type1__title {
    font-size: 24px;
  }

  .type1__title span.small {
    font-size: 12px;
  }
}

/*headline
———————————————————————————————————————————————————————————————————*/
.type1__headline {
  display: block;
  width: 100%;
  padding: 14px 0;
  border: 2px solid #222;
  border-radius: 2px;
  box-shadow: 2px 2px 0px #727272;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}

.type1__headline span {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.type1__headline.blue {
  background: linear-gradient(135deg, #92d3e8 0%, #0085ff 100%);
}

.type1__headline.pink {
  background: linear-gradient(135deg, #fc75ae 0%, #eb9377 100%);
}

.type1__headline.green {
  background: linear-gradient(135deg, #36b906 0%, #31c1bc 100%);
}

.type1__headline.yellow {
  background: linear-gradient(135deg, #ffdd4d 0%, #f49c10 100%);
}

/*headline
———————————————————————————————————————————————————————————————————*/
.type1__headline2 {
  text-align: center;
}

.type1__headline2>div {
  position: relative;
  display: inline-block;
  padding: 6px 24px;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}

.type1__headline2>div:before,
.type1__headline2>div:after {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
}

.type1__headline2>div:before {
  border-left: 1px solid #222;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  left: 0;
}

.type1__headline2>div:after {
  content: "";
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  right: 0;
}

/*inner
———————————————————————————————————————————————————————————————————*/
.type1__inner1 {
  max-width: 1025px;
  padding: 0 24px;
  margin: 0 auto;
}

.type1__inner2 {
  max-width: 647px;
  margin: 0 auto;
}

.type1__inner3 {
  max-width: 335px;
  margin: 0 auto;
}

.type1__inner4 {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .type1 {
    padding: 40px 20px 64px;
    width: 100%;
  }

  .type1__inner1 {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .type1__inner2 {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .type1__inner3 {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

/*flex
———————————————————————————————————————————————————————————————————*/
.type1__flex2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.type1__flex2>div {
  max-width: 315px;
  width: 48.837209302%;
}

.type1__flex3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.type1__flex3>div {
  max-width: 315px;
  width: 32.241555783%;
}

.type1__flex4 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.type1__flex4>div {
  max-width: 232px;
  width: 23.746161719%;
}

@media only screen and (max-width: 1024px) {
  .type1__flex3 {
    flex-wrap: wrap;
  }

  .type1__flex3>div {
    max-width: 100%;
    width: 48.686244204%;
  }

  .type1__flex3>div:nth-of-type(3) {
    margin: 40px auto 0;
  }

  .type1__flex4 {
    flex-wrap: wrap;
  }

  .type1__flex4>div {
    max-width: 100%;
    width: 48.686244204%;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .type1__flex2 {
    display: block;
  }

  .type1__flex2>div {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }

  .type1__flex3 {
    display: block;
  }

  .type1__flex3>div {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }

  .type1__flex3>div:nth-of-type(3) {
    margin: 0;
  }
}

/*text・image
———————————————————————————————————————————————————————————————————*/
.type1__text {
  font-size: 16.8px;
  text-align: center;
  margin-bottom: 20px;
}

.type1__anchor {
  font-size: 16.8px;
  text-align: center;
  margin-top: 20px;
}

.type1__anchor a {
  display: inline-block;
  color: #0085ff;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid #0085ff;
}

.type1__a {
  text-align: center;
}

.type1__a a {
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid #222;
}

.type1__image.scrool {
  overflow: scroll;
}

.type1__image.small {
  max-width: 240px;
  margin: 0 auto;
}

.type1__movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.type1__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .type1__text {
    font-size: 14.4px;
  }

  .type1__anchor {
    font-size: 14.4px;
  }

  .type1__a a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .type1__image.scrool img {
    width: 647px;
  }

  .type1__text {
    font-size: 12px;
  }

  .type1__anchor {
    font-size: 12px;
  }

  .type1__a a {
    font-size: 10px;
  }
}

/*campaign
———————————————————————————————————————————————————————————————————*/
.campaign__2 {
  margin-top: 24px;
  margin-bottom: 24px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	type2
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.type2 {
  border-top: 4px solid #222;
  width: 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	breadcrumb
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.breadcrumb {
  max-width: 1025px;
  padding: 20px 24px;
  margin: 144.18px auto 0 auto;
}

.breadcrumb ul {
  list-style: none;
}

.breadcrumb li {
  display: inline;
  color: #0085ff;
}

.breadcrumb.ec li {
  color: #fb9b23;
}

.breadcrumb li a {
  color: inherit;
  text-decoration: none;
}

.breadcrumb li+li:before {
  content: ">";
  margin: 0 8px;
}

@media only screen and (max-width: 768px) {
  .breadcrumb {
    max-width: 100%;
    padding: 20px;
    margin: 110px auto 0 auto;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	campaign
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.campaign {
  background: url(/wordpress/wp-content/themes/u-gaku__theme/images/campaign/campaign__background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

.campaign .type1 {
  border: none;
}

.type1__title--campaign {
  max-width: 647px;
  margin: 0 auto 80px;
  text-align: center;
}

.type1__title--campaign div p {
  font-family: "Helvetica Neue";
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 16px;
}

.campaign .type1__title--campaign div img {
  max-width: 400px;
  margin: 0 auto;
}

.campaign .type1__image {
  max-width: 315px;
  margin: 0 auto;
}

.campaign .type1__image img {
  margin-bottom: 24px;
}

.campaign .type1__image img:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .type1__title--campaign {
    max-width: 100%;
    margin: 0 20px 48px;
  }

  .type1__title--campaign div p {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .campaign .type1__title--campaign img {
    max-width: 320px;
  }
}

/*NEW CSS*/
.grid-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}

.grid-layout--lg {
  grid-gap: 40px;
}

.container {
  max-width: 696px;
  margin: 0 auto;
  padding: 0 24px;
}

.container--lg {
  max-width: 1025px;
}

#trial__2 .type1__text {
  color: #fff;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 40px;
}

#trial__2 .type1__inner2 a img {
  width: 280px;
  margin: 0 auto;
}

/* FAQ styles moved to style/common/faq.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.sttype1__inner2 {
  max-width: 647px;
  margin: 0 auto;
}

.price__pickup .type1__flex2 {
  flex-wrap: wrap;
}

.price__pickup .type1__flex2 div {
  margin-bottom: 32px;
}

.price__pickup .type1__flex2 div img {
  margin-bottom: 16px;
}

.price__pickup .type1__flex2 div p {
  font-weight: 700;
  text-align: center;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	price__content
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.price__content {
  font-family: "Helvetica Neue";
  margin: 80px 0;
  padding: 0;
}

.price__content.first {
  margin: 40px 0 80px;
}

.price__content h2 {
  position: relative;
  padding: 4px 0 4px 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.price__content h2:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0085ff;
}

.price__content h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}

.price__content h4 {
  position: relative;
  padding: 4px 0 4px 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.price__content h4:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.price__content h4.cebu:before {
  background: #0085ff;
}

.price__content p {
  font-size: 14px;
  margin-bottom: 24px;
}

.price__content .price__btn {
  text-align: center;
}

.price__content .price__btn a {
  display: inline-block;
  color: #0085ff;
  padding-bottom: 4px;
  border-bottom: 1px solid #0085ff;
  width: auto;
  margin: 0 auto;
}

.price__content .type1__flex2 {
  flex-wrap: wrap;
}

.price__content .type1__flex2>div {
  max-width: 100%;
  width: 48.837209302%;
}

.parent__movie {
  margin-top: 24px;
  margin-bottom: 20px;
}

.parent__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.post-card {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.post-card h4 {
  font-size: 20px;
}

.post-card+.post-card {
  margin-top: 60px;
}

.post-card__content p {
  margin: 0;
}

.post-card__content p+p {
  margin-top: 24px;
}

.post-card__media {
  border-radius: 7px;
  overflow: hidden;
  max-width: 400px;
  flex: 0 0 400px;
  background-color: #f0f0f0;
}

.post-card__media img {
  margin: 0;
}

.post-card-wrapper {
  margin-top: 40px;
}

.under__link {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .post-card+.post-card {
    margin-top: 40px;
  }

  .price__content {
    margin: 64px 0;
  }

  .price__content.first {
    margin: 24px 0 64px;
  }

  .price__content h2 {
    padding: 4px 0 4px 20px;
    font-size: 20px;
  }

  .price__content h3 {
    font-size: 14px;
  }

  .price__content h4 {
    padding: 4px 0 4px 20px;
    font-size: 14px;
  }

  .price__content h4:before {
    width: 12px;
    height: 12px;
  }

  .price__content p {
    font-size: 12px;
  }

  .price__content .type1__flex2>div {
    width: 100%;
  }

  .price__content .scroll {
    overflow: scroll;
  }

  .price__content .scroll img {
    width: 560px;
  }
}

@media (max-width: 1199px) {
  .post-card__media {
    max-width: 300px;
    flex: 0 0 300px;
  }
}

@media (max-width: 767px) {
  .grid-layout {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }

  .post-card {
    flex-direction: column;
    gap: 20px;
  }

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

  .flex-card__content h3 {
    flex: 1;
  }

  .flex-card__content {
    display: contents;
  }

  .post-card__media {
    flex: auto;
    max-width: 100%;
  }
}

.under__title.parent-header {
  background: #0085ff;
}