@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

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

html {
  width: 100%;
}

body {
  font: 500 16px/1.8 "Zen Kaku Gothic New", sans-serif;
  color: #506275;
  text-align: left;
  letter-spacing: 1px;
}

a {
  text-decoration: none;
  color: #506275;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

#container_wrap {
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.pc {
  display: inherit;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

.a_text_link {
  text-decoration: underline !important;
}

.inner {
  padding-left: clamp(20px, 2.3vw, 40px);
  padding-right: clamp(20px, 2.3vw, 40px);
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0;
  }
}

.wide_1020 {
  max-width: 1020px;
  margin: 0 auto;
}

.wide_1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
  max-width: unset;
  height: auto;
}

.list_kome {
  margin-top: 1em;
}
.list_kome li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8125rem;
}
.list_kome li::before {
  content: "※";
}

.list_terms_parent > li {
  margin-bottom: 3em;
}

.list_terms_child > li {
  margin-bottom: 2em;
}

.list_num_02 > li {
  font-feature-settings: "palt";
}

.list_dot > li:before {
  content: "・ ";
}
.list_dot.indent > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot.indent > li::before {
  content: "・";
}

.ttl_border_left {
  font-size: 1.3125rem;
  font-weight: 700;
  border-left: 5px solid #86D1ED;
  padding: 0.25em 1em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .ttl_border_left {
    font-size: 1.1875rem;
  }
}

.ttl_border_bottom {
  font-size: 1.3125rem;
  font-weight: 700;
  border-bottom: 1px solid #86D1ED;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .ttl_border_bottom {
    font-size: 1.1875rem;
  }
}

#header {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  transition: background-color 0.3s ease;
  padding: 1em 2em;
}
@media screen and (max-width: 767px) {
  #header {
    padding: 10px 6px;
  }
}
#header.scrolled {
  background-color: #fff;
}
#header .header_logo {
  width: 160px;
}
@media screen and (max-width: 767px) {
  #header .header_logo {
    width: 120px;
  }
}
#header .header_logo img {
  width: 100%;
  height: auto;
}
#header .header_right {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  #header .header_right {
    gap: 4px;
  }
}
#header .header_right a {
  display: inline-block;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.08em;
  border-radius: 9999px;
  font-size: 1rem;
  padding: 10px 32px;
  text-align: center;
  line-height: 1.6;
  border: 2px solid transparent;
  transition: all 0.3s;
  white-space: nowrap;
}
#header .header_right a > span {
  display: inline;
}
@media screen and (max-width: 767px) {
  #header .header_right a > span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header .header_right a {
    font-size: 0.875rem;
    letter-spacing: 0.06em;
    padding: 6px 12px;
  }
}
#header .header_right #header_btn {
  border-color: #E96581;
  color: #E96581;
  background-color: #FFFFFF;
}
#header .header_right #header_btn:hover {
  background-color: #FFFFFF;
}
#header .header_right #header_btn_02 {
  background-color: #E96581;
  color: #FFFFFF;
}
#header .header_right #header_btn_02:hover {
  opacity: 0.8;
}

#footer {
  background-color: #EEF8FD;
}
#footer .content {
  padding: 7.5em 0 5em;
}
@media screen and (max-width: 767px) {
  #footer .content {
    padding: 5em 0;
  }
}
#footer .content .logo {
  width: 310px;
  margin: 0 auto 4em;
}
@media screen and (max-width: 767px) {
  #footer .content .logo {
    width: 280px;
  }
}
#footer .content .footer_nav ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #footer .content .footer_nav ul {
    width: 220px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
}
#footer .content .footer_nav ul li {
  line-height: 1;
  border-right: 1px solid #506275;
}
@media screen and (max-width: 767px) {
  #footer .content .footer_nav ul li {
    margin-bottom: 1.25em;
  }
}
#footer .content .footer_nav ul li a {
  font-size: 0.875rem;
  padding: 0 1em;
}
#footer .content .footer_nav ul li a:hover {
  text-decoration: underline;
}
#footer .content .footer_nav ul li:first-child {
  border-left: 1px solid #506275;
}
@media screen and (max-width: 767px) {
  #footer .content .footer_nav ul li:nth-child(3), #footer .content .footer_nav ul li:nth-child(4) {
    border-left: 1px solid #506275;
  }
}
#footer .copyright {
  background-color: #FFFFFF;
  font-size: 0.75rem;
  text-align: center;
  padding-left: clamp(20px, 2.3vw, 40px);
  padding-right: clamp(20px, 2.3vw, 40px);
  padding-top: 3.3em;
  padding-bottom: 3.3em;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    padding: 0;
  }
}
#footer .copyright small {
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    padding-top: 1.75em;
    padding-bottom: 1.75em;
  }
}

.bottom-arrow {
  position: relative;
}
.bottom-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 60px 0 60px;
  border-color: #F5F5F5 transparent transparent transparent;
  position: absolute;
  top: calc(100% - 1px);
  left: calc(50% - 60px);
}
@media screen and (max-width: 767px) {
  .bottom-arrow:after {
    border-width: 26px 42px 0 42px;
    left: calc(50% - 42px);
  }
}

.title {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title.red {
  color: #E44444;
}
.title.white {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 1.5rem;
  }
}

.top {
  background: url("../images/bg_top_pc.webp") no-repeat center center;
  background-size: cover;
  padding: 9.73vw 0 4.17vw 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top {
    background: url("../images/bg_top_sp.webp") no-repeat center top;
    padding: 20.8vw 0;
  }
}
.top-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.1vw;
}
@media screen and (max-width: 767px) {
  .top-contents {
    flex-direction: column;
  }
}
.top-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 36.8vw;
}
@media screen and (max-width: 767px) {
  .top-text-container {
    width: 80vw;
  }
}
.top-inner {
  margin: 0 auto;
  position: relative;
}
.top-logo {
  display: block;
  width: 100%;
  margin-bottom: 3.3vw;
}
@media screen and (max-width: 767px) {
  .top-logo {
    width: 70vw;
  }
}
.top .tagline {
  position: relative;
  display: inline-block;
  background: #E96581;
  color: #FFFFFF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  padding: 0.6vw 0.14vw 0.6vw 0.9vw;
  border-radius: 0.7vw;
  margin-bottom: 20px;
  font-size: 2.2vw;
  letter-spacing: 0.08em;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 2.2vw;
}
.top .tagline::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  left: 9%;
  border-style: solid;
  border-width: 1.1vw 0 0 1.1vw;
  border-color: #E96581 transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
}
@media screen and (max-width: 767px) {
  .top .tagline {
    width: 78.4vw;
    font-size: 4.7vw;
    padding: 0.8vw 0vw 1vw 1vw;
    margin-bottom: 4.2vw;
  }
  .top .tagline::after {
    border-width: 2.1vw 0 0 2.1vw;
  }
}
.top h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
}
.top h2 > span {
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 0.27vw;
}
.top h2 > span:nth-child(1) {
  display: block;
  width: 100%;
  font-size: 5vw;
  letter-spacing: 0.05em;
}
.top h2 > span:nth-child(2) {
  font-size: 6.4vw;
  letter-spacing: 0.06em;
}
.top h2 > span:nth-child(3) {
  font-size: 6.1vw;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .top h2 > span {
    margin-bottom: 0.27vw;
  }
  .top h2 > span:nth-child(1) {
    font-size: 10.6vw;
  }
  .top h2 > span:nth-child(2) {
    font-size: 11.7vw;
  }
  .top h2 > span:nth-child(3) {
    font-size: 11.2vw;
  }
}
.top-image {
  width: 43vw;
}
.top-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .top-image {
    width: 95vw;
  }
}
.top .vertical-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: absolute;
  right: 0;
  top: 61%;
  writing-mode: vertical-rl;
  background: #0094D6;
  color: #FFFFFF;
  padding: 1.38vw 0.8vw;
  border-radius: 10px 0 0 10px;
  text-align: center;
  white-space: nowrap;
  gap: 0.56vw;
}
.top .vertical-btn > span {
  font-weight: 700;
  font-size: 1.1vw;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.25;
  letter-spacing: 0.2em;
}
.top .vertical-btn > img {
  width: 1.67vw;
}
@media screen and (max-width: 767px) {
  .top .vertical-btn {
    writing-mode: horizontal-tb;
    padding: 4.3vw 24.8vw;
    width: 100%;
    border-radius: 0;
    top: 100%;
    transform: translateY(-100%);
    gap: 2.6vw;
  }
  .top .vertical-btn > span {
    font-size: 4.26vw;
    letter-spacing: 0.08em;
  }
  .top .vertical-btn > img {
    width: 6.4vw;
  }
}

.ttl_page {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.12em;
  padding: 0 2.5em;
  position: relative;
}
.ttl_page:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #6A8099;
  top: calc(50% - 1px);
  left: 0;
  position: absolute;
}
.ttl_page span {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #E98C93;
  padding: 0 2.5em;
  border-left: 2px solid #6A8099;
  border-right: 2px solid #6A8099;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .ttl_page {
    padding: 0 1.75em;
    width: 100%;
  }
  .ttl_page span {
    font-size: 1.375rem;
    padding: 0;
    text-align: center;
    line-height: 1.5;
  }
}

#renewal {
  text-align: center;
  padding-bottom: 144px;
}
@media screen and (max-width: 767px) {
  #renewal {
    padding-bottom: 100px;
  }
}
#renewal .renewal-title {
  font-size: 2.25rem;
  color: #0094D6;
  letter-spacing: 0.1em;
  margin: 1.1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
#renewal .renewal-title::before, #renewal .renewal-title::after {
  content: "";
  background-color: #0094D6;
  height: 3px;
  width: 1.1em;
}
#renewal .renewal-title::before {
  margin-right: 0.14em;
  transform: translateY(0.1em) rotate(60deg);
}
#renewal .renewal-title::after {
  margin-left: 0.14em;
  transform: translateY(0.1em) rotate(-60deg);
}
@media screen and (max-width: 767px) {
  #renewal .renewal-title {
    font-size: 2rem;
    line-height: 1.35;
    margin: 1em 0;
  }
  #renewal .renewal-title::before, #renewal .renewal-title::after {
    width: 2em;
    margin: 0;
  }
  #renewal .renewal-title::before {
    transform: translateY(0.1em) rotate(65deg);
  }
  #renewal .renewal-title::after {
    transform: translateY(0.1em) rotate(-65deg);
  }
}
#renewal .renewal-box {
  margin: 0 auto;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  flex-direction: row;
}
#renewal .renewal-box .service-name {
  font-size: 1.6vw;
  color: #0094D6;
  margin-bottom: 1vw;
}
#renewal .renewal-box .description {
  font-size: 1rem;
  color: #506275;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
#renewal .renewal-box .description > .blue {
  display: inline-block;
  color: #0094D6;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #renewal .renewal-box {
    flex-direction: column;
    gap: 16px;
  }
  #renewal .renewal-box .description {
    font-size: 0.875rem;
  }
  #renewal .renewal-box .description > .blue {
    font-size: 1rem;
  }
}
#renewal .arrow_down {
  width: 32px;
  margin: 24px 0 12px 0;
}
#renewal .renewal-gray {
  background: #F5F5F5;
  width: 800px;
  padding: 24px 136px;
}
#renewal .renewal-gray > img {
  width: 80px;
}
@media screen and (max-width: 767px) {
  #renewal .renewal-gray {
    width: 90%;
    padding: 24px;
  }
}
#renewal .date-label {
  display: inline-block;
  background: #0094D6;
  color: #FFFFFF;
  border-radius: 999px;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
  width: 120px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding-top: 0.2em;
  margin: 0 auto;
  transform: translateY(50%);
  line-height: 1;
  position: relative;
  z-index: 10;
}
#renewal .date-label > .large {
  font-size: 1.25rem;
}
#renewal .renewal-blue {
  background: rgba(125, 204, 243, 0.4);
  width: 1000px;
  padding: 36px 82px 24px 75px;
  position: relative;
}
#renewal .renewal-blue > img {
  width: 120px;
}
#renewal .renewal-blue::before, #renewal .renewal-blue::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
}
#renewal .renewal-blue::before {
  background-image: url(../images/decoration_top-left.webp);
  width: 56px;
  height: 88px;
  top: -24px;
  left: 24px;
}
#renewal .renewal-blue::after {
  background-image: url(../images/decoration_bottom-right.webp);
  width: 112px;
  height: 110px;
  bottom: -20px;
  right: 24px;
}
@media screen and (max-width: 767px) {
  #renewal .renewal-blue {
    width: 90%;
    padding: 40px 24px 32px 24px;
  }
  #renewal .renewal-blue::before {
    width: 48px;
    height: 75.43px;
    top: -20px;
    left: 15px;
  }
  #renewal .renewal-blue::after {
    background-image: url(../images/decoration_bottom-right.webp);
    width: 80px;
    height: 78.57px;
    bottom: -28.6px;
    right: -3px;
  }
}

#recommend {
  background: linear-gradient(90deg, #ed7f91 50%, #f1a092);
  padding: 132px 120px 219px 120px;
  position: relative;
}
#recommend::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  border-width: 36px 50px 0px 50px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -2%);
}
#recommend::after {
  content: "";
  display: inline-block;
  background-image: url(../images/wave_shape_bottom.webp);
  width: 100vw;
  height: 11vw;
  bottom: 0;
  left: 0;
  background-size: cover;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #recommend {
    padding: 100px 0;
  }
  #recommend::before {
    border-width: 29px 40px 0px 40px;
  }
}
#recommend .recommend_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #recommend .recommend_container {
    flex-direction: column;
    gap: 32px;
  }
}
#recommend .recommend_item {
  background-color: #FFFFFF;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 40px 32px 40px;
  gap: 24px;
  width: 360px;
  height: 360px;
}
#recommend .recommend_item > img {
  width: 280px;
}
#recommend .recommend_item > p {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recommend .recommend_item {
    width: 90vw;
    height: 94.5vw;
    gap: 16.75px;
    padding: 24px 32px;
  }
  #recommend .recommend_item > img {
    width: 287px;
  }
  #recommend .recommend_item > p {
    font-size: 1.125rem;
  }
}
#recommend .recommend_video {
  text-align: center;
  margin: 100px auto 0 auto;
  position: relative;
  width: 854px;
  aspect-ratio: 16/9;
}
#recommend .recommend_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 767px) {
  #recommend .recommend_video {
    width: 90%;
    margin-top: 50px;
  }
}

#feature {
  padding: 60px 0 84px 0;
}
#feature img {
  width: 800px;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  #feature {
    padding: 60px 0 40px 0;
  }
  #feature img {
    width: 83%;
    margin: 40px auto;
  }
}

.topic {
  background-image: url(../images/bg_texture.webp);
  background-size: cover;
  background-position: center;
  background-color: #7DCCF3;
  padding: 144px 0;
}
@media screen and (max-width: 767px) {
  .topic {
    padding: 80px 0;
  }
}
.topic_container {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 70px;
       column-gap: 70px;
  flex-wrap: wrap;
  margin: 40px auto;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .topic_container {
    flex-direction: column;
    row-gap: 70px;
  }
}
.topic_item:nth-child(2) {
  margin-top: 120px;
}
.topic_item:nth-child(3) {
  margin-top: -60px;
}
.topic_item:nth-child(4) {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .topic_item:nth-child(2) {
    margin-top: 0;
  }
  .topic_item:nth-child(3) {
    margin-top: 0;
  }
  .topic_item:nth-child(4) {
    margin-top: 0;
  }
}
.topic_contents {
  position: relative;
  width: 464px;
  height: 478px;
  background-color: #FFFFFF;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 32px 32px 16px 32px;
}
@media screen and (max-width: 767px) {
  .topic_contents {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 32px 24px 20px 24px;
  }
}
.topic_icon {
  position: absolute;
  width: 80px;
  top: -16px;
  left: -16px;
}
@media screen and (max-width: 767px) {
  .topic_icon {
    width: 64px;
    top: -24px;
    left: -10px;
  }
}
.topic_title {
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #0094D6;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .topic_title {
    font-size: 1.375rem;
  }
}
.topic_thumbnail {
  width: 400px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .topic_thumbnail {
    width: 286px;
  }
}
.topic_description {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .topic_description {
    font-size: 0.875rem;
  }
}
.topic_day {
  background-color: #FFFFFF;
  width: 330px;
  height: 30px;
  position: relative;
  flex-shrink: 0;
  border-radius: 0 0 0 10px;
}
.topic_day > div {
  position: absolute;
  width: 134px;
  height: 30px;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  text-align: center;
  vertical-align: middle;
  font-size: 0.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #0094D6;
  padding: 0.2em 0 0 0.2em;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.topic_day > div > span {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  left: 0;
  top: 0;
}
.topic_day > div > span::before {
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  overflow: hidden;
  background: transparent;
  top: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  box-shadow: -10px -10px 0 0 #FFFFFF;
}
@media screen and (max-width: 767px) {
  .topic_day {
    width: calc(90vw - 148px);
    margin-left: 5%;
  }
  .topic_day > div {
    width: 148px;
  }
}
.topic_note {
  font-size: 1rem;
  margin-top: 24px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .topic_note {
    font-size: 0.875rem;
    text-align: center;
  }
}

.archive {
  padding: 144px 0 60px 0;
}
@media screen and (max-width: 767px) {
  .archive {
    padding: 80px 0 60px 0;
  }
}
.archive_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  gap: 72px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .archive_container {
    flex-direction: column;
    gap: 60px;
    margin-top: 40px;
  }
}
.archive_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 464px;
  flex-direction: column;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .archive_item {
    width: 78%;
    margin: 0 auto;
  }
}
.archive_thumbnail {
  width: 100%;
}
.archive_subtitle {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #0094D6;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .archive_subtitle {
    font-size: 1.5rem;
    margin-top: 16px;
  }
}
.archive_blue {
  background-color: #0094D6;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.6;
  border-radius: 999px;
  padding: 0.125em 1.25em;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .archive_blue {
    margin-top: 10px;
  }
}
.archive_description {
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
  width: 86%;
  display: inline-block;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .archive_description {
    font-size: 0.875rem;
    width: 100%;
  }
}
.archive_note {
  right: 0;
  bottom: 0;
  position: absolute;
  transform: translateY(80px);
}
@media screen and (max-width: 767px) {
  .archive_note {
    font-size: 0.75rem;
    width: 100vw;
    position: relative;
    transform: translateY(24px);
  }
}

.live {
  background: linear-gradient(145deg, #ed7f91, #f1a092);
  padding: 219px 0 144px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .live {
    padding: 102px 0 80px 0;
  }
}
.live::before {
  background-image: url(../images/wave_shape_top.webp);
  width: 100vw;
  content: "";
  display: inline-block;
  height: 11vw;
  top: -1px;
  left: 0;
  background-size: cover;
  position: absolute;
}
.live .title {
  position: relative;
}
.live .title::before {
  content: "";
  position: absolute;
  background-image: url(../images/icon_live_streaming.webp);
  width: 48px;
  height: 33.04px;
  background-size: cover;
  transform: translateX(-245px);
}
@media screen and (max-width: 767px) {
  .live .title {
    text-indent: 2em;
  }
  .live .title::before {
    width: 40px;
    height: 27.53px;
    top: 0.25em;
    transform: translateX(-110px);
  }
}
.live_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.live_subtitle {
  font-size: 1.25rem;
  color: #FFFFFF;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .live_subtitle {
    font-size: 1rem;
    width: 79%;
  }
}
.live_thumbnail {
  width: 600px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .live_thumbnail {
    width: 90%;
    margin-top: 20px;
  }
}
.live_description {
  font-size: 1rem;
  color: #FFFFFF;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .live_description {
    font-size: 0.875rem;
    width: 79%;
    margin-top: 20px;
  }
}
.live_theme {
  background-color: #FFFFFF;
  width: 800px;
  margin-top: 40px;
  border-radius: 8px;
  padding: 32px 60px 32px 68px;
  position: relative;
}
.live_theme::before {
  content: "";
  background-image: url(../images/decoration_notebook_pc.webp);
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 212px;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .live_theme {
    width: 90%;
    margin-top: 24px;
    padding: 24px 20px 24px 40px;
  }
  .live_theme::before {
    background-image: url(../images/decoration_notebook_sp.webp);
    width: 20px;
    height: 260px;
  }
}
.live_theme_title {
  color: #E96581;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-left: -0.8em;
}
@media screen and (max-width: 767px) {
  .live_theme_title {
    font-size: 0.875rem;
  }
}
.live_theme ul {
  list-style: none;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  display: grid;
  grid-template-columns: 45% 1fr;
  grid-template-rows: repeat(4, 26px);
  gap: 8px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .live_theme ul {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, auto);
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    margin-top: 10px;
  }
}
.live_theme li {
  position: relative;
  padding-left: 18px;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .live_theme li {
    white-space: wrap;
  }
}
.live_theme li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #E96581;
  border-radius: 5px;
}
.live_theme li:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
}
.live_theme li:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
}
.live_theme li:nth-child(3) {
  grid-row: 2/3;
  grid-column: 1;
}
.live_theme li:nth-child(4) {
  grid-row: 2;
  grid-column: 2;
}
.live_theme li:nth-child(5) {
  grid-row: 4;
  grid-column: 1;
}
.live_theme li:nth-child(6) {
  grid-row: 3;
  grid-column: 2;
}
.live_theme li:nth-child(7) {
  grid-row: 4;
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  .live_theme li:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }
  .live_theme li:nth-child(2) {
    grid-row: 4;
    grid-column: 1;
  }
  .live_theme li:nth-child(3) {
    grid-row: 2;
    grid-column: 1;
  }
  .live_theme li:nth-child(4) {
    grid-row: 5;
    grid-column: 1;
  }
  .live_theme li:nth-child(5) {
    grid-row: 3;
    grid-column: 1;
  }
  .live_theme li:nth-child(6) {
    grid-row: 6;
    grid-column: 1;
  }
  .live_theme li:nth-child(7) {
    grid-row: 7;
    grid-column: 1;
  }
}
.live_theme_note {
  font-size: 0.625rem;
  letter-spacing: 0.02em;
  text-align: right;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .live_theme_note {
    margin-top: 10px;
  }
}
.live_note {
  font-size: 1rem;
  color: #FFFFFF;
  transform: translateX(220px);
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .live_note {
    font-size: 0.875rem;
    margin-top: 16px;
    transform: translateX(0);
  }
}

.service {
  padding: 144px 0;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 80px 0 100px 0;
  }
}
.service_contents {
  width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid #F5B2B2;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .service_contents {
    width: 83%;
    padding: 24px 0;
  }
}
.service_title {
  font-size: 1.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #E96581;
  font-weight: 500;
  position: relative;
  text-indent: 1.6em;
  display: inline-block;
}
.service_title::before {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1.6em;
  top: 50%;
  left: 0;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .service_title {
    font-size: 1rem;
  }
  .service_title::before {
    width: 1.125em;
    height: 1.5em;
  }
}
.service_subtitle {
  font-size: 1.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .service_subtitle {
    font-size: 1rem;
    margin-left: 1em;
  }
}
.service_note {
  font-size: 0.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-left: 0.3em;
}
@media screen and (max-width: 767px) {
  .service_note {
    font-size: 0.625rem;
    display: inline-block;
    margin-left: 11.5em;
  }
}
.service_schedule {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .service_schedule {
    margin-top: 16px;
  }
}
.service_schedule .service_title::before {
  background-image: url(../images/icon_calendar.webp);
}
.service_schedule_image {
  width: 100%;
  display: block;
  margin-top: 24px;
  text-align: center;
}
.service_schedule_image img {
  width: 800px;
}
@media screen and (max-width: 767px) {
  .service_schedule_image img {
    width: 100%;
  }
}
.service_schedule_note {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .service_schedule_note {
    font-size: 0.625rem;
  }
}
.service_archive .service_title::before {
  background-image: url(../images/icon_play.webp);
}
.service_archive_container {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .service_archive_container {
    flex-direction: column;
  }
}
.service_archive_item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(125, 204, 243, 0.2);
  border-radius: 6px;
  padding: 12px 40px 12px 24px;
  gap: 20px;
}
.service_archive_item img {
  width: 62px;
}
.service_archive_item_text {
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.service_archive_item_text_main {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
}
.service_archive_item_text_sub {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .service_archive_item {
    padding: 10px 42px;
    gap: 14px;
    width: 100%;
  }
  .service_archive_item img {
    width: 48px;
  }
  .service_archive_item_text_main {
    font-size: 1.125rem;
  }
}
.service_seminar .service_title::before {
  background-image: url(../images/icon_video.webp);
}
@media screen and (max-width: 767px) {
  .service_seminar .service_note {
    margin-left: 16.5em;
  }
}
.service_limit .service_title::before {
  background-image: url(../images/icon_limit.webp);
}
.service_limit .service_subtitle {
  margin-left: 5em;
}
@media screen and (max-width: 767px) {
  .service_limit .service_subtitle {
    margin-left: 1em;
  }
}
.service_price .service_title::before {
  background-image: url(../images/icon_yen.webp);
}
.service_price .service_subtitle {
  margin-left: 7em;
}
@media screen and (max-width: 767px) {
  .service_price .service_subtitle {
    margin-left: 3em;
  }
}

#terms #container,
#policy #container,
#tokutei #container {
  padding: 11em 0;
}
@media screen and (max-width: 767px) {
  #terms #container,
  #policy #container,
  #tokutei #container {
    padding: 11em 0 5em;
  }
}
#terms #container:after,
#policy #container:after,
#tokutei #container:after {
  border-color: #FFFFFF transparent transparent transparent;
}
#terms #container .texts,
#policy #container .texts,
#tokutei #container .texts {
  line-height: 2;
}
#terms #container h4,
#policy #container h4,
#tokutei #container h4 {
  font-feature-settings: "palt";
}
#terms .section_wrap,
#policy .section_wrap,
#tokutei .section_wrap {
  font-weight: 400;
  padding: 7.5em 0 0;
}
#terms .section_footer p:first-of-type,
#policy .section_footer p:first-of-type,
#tokutei .section_footer p:first-of-type {
  text-align: right;
  margin-bottom: 2em;
}

#policy .list_privacy > li {
  margin-bottom: 3em;
}
#policy .list_privacy p {
  margin-bottom: 2em;
}
#policy .list_privacy .mb {
  margin-bottom: 2em;
}
#policy .list_privacy .mb0 {
  margin-bottom: 0;
}

#tokutei .list_tokutei > li {
  margin-bottom: 3em;
}
#tokutei .list_kome {
  margin-top: 0;
}
#tokutei .list_kome li {
  font-size: 1em;
}

#terms .content02 {
  margin-top: 11em;
}
#terms .content02 .ttl_page {
  margin-bottom: 7.5em;
}

#btn_page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  border: none;
  background: url(../images/btn_page_top.svg) no-repeat center/contain;
  z-index: 999;
}/*# sourceMappingURL=layout.css.map */