@charset "UTF-8";
/*
Theme Name:Spica Lab
Text Domain: 
Version: 1.00
Requires at least: 6.4.1
Requires PHP: 7.4
Author: OK COMPUTER
Description: This is the theme for the 2023 site open.
*/
/*NOTO SANS*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*Noto Serif Japanese*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*Barlow*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

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, 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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  font-size: 1rem;
  line-height: 1.5em;
  position: relative; }

ol, ul {
  list-style: none;
  list-style-position: inside; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

html {
  scroll-behavior: smooth; }

html,
body {
  overflow-x: hidden !important;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

@media screen and (max-width: 850px) {
  html,
  body {
    overflow-x: hidden !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; } }
/**************************
FORMAT
**************************/
/*LINK*/
a:link,
a:visited {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #273A64; }

a img {
  border: none;
  transition: .3s; }

a:hover img {
  transition: .3s;
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  -moz-opacity: 0.80; }

/**************************
FRAMEWORK
**************************/
html, body {
  color: #000;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 500; }
  @media screen and (max-width: 850px) {
    html, body {
      font-size: 0.875rem;
      /* 14px相当 (16px × 0.875) */ } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif JP", serif; }

/*骨組み*/
#wrap {
  margin: 0px auto; }

.container {
  padding-top: 70px;
  width: 100%;
  height: auto;
  min-height: 400px;
  margin: 0 auto; }
  @media screen and (max-width: 850px) {
    .container {
      padding-top: 70px; } }

.contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.25rem;
  /*padding:10px 10px;*/ }
  @media screen and (max-width: 850px) {
    .contents {
      margin: 0px auto; } }

.contents_600 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
  /*padding:10px 10px;*/ }
  @media screen and (max-width: 850px) {
    .contents_600 {
      margin: 0px auto; } }

.contents_800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
  /*padding:10px 10px;*/ }
  @media screen and (max-width: 850px) {
    .contents_800 {
      margin: 0px auto;
      padding: 10px 2.5rem; } }

.contents_1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
  /*padding:10px 10px;*/ }
  @media screen and (max-width: 850px) {
    .contents_1000 {
      margin: 0px auto; } }

ul.disk li {
  list-style-type: disc;
  padding-left: 1em;
  text-indent: -1em; }

/**************************
TABLE
**************************/
table.t_responsive {
  width: 100%;
  margin: 10px auto;
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

.t_responsive th {
  min-width: 100px;
  border-right: none;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  padding: 0.3em 1em;
  text-align: left; }

.t_responsive td {
  border-right: none;
  border-bottom: 1px solid #ccc;
  padding: 0.5em 1em;
  font-size: 16px; }

.t_responsive td.left {
  text-align: left; }

@media screen and (max-width: 850px) {
  table.t_responsive {
    width: 100%; }

  .t_responsive th,
  .t_responsive td {
    width: 100%;
    display: block; }

  .t_responsive th {
    font-weight: 500; }

  .t_responsive td {
    padding-left: 1em;
    border-bottom: none; } }
/**************************
JQuery
/**************************
/*jQuery.appear.js*/
.item_top {
  top: -30px;
  padding-right: 0px;
  opacity: 0;
  position: relative; }

.item_bottom {
  bottom: -30px;
  padding-left: 0px;
  opacity: 0;
  position: relative; }

.item_left {
  left: -40px;
  padding-right: 0px;
  opacity: 0;
  position: relative; }

.item_right {
  right: -40px;
  padding-left: 0px;
  opacity: 0;
  position: relative; }

.item_fade_in {
  opacity: 0;
  position: relative;
  padding-left: 0px;
  right: 0px; }

.item_c_left {
  left: 600px;
  padding-left: 0px;
  opacity: 0;
  position: relative; }

.item_c_right {
  right: 600px;
  padding-right: 0px;
  opacity: 0;
  position: relative; }

.item_lyric {
  left: 2vw;
  padding-left: 0px;
  opacity: 0;
  position: relative;
  text-align: left; }

/* contactform7 */
.wpcf7 textarea, .wpcf7 input[type="text"],
.wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"], select {
  width: 100%;
  margin: 0 auto 1em;
  padding: 20px 10px;
  background-color: #EDEDED;
  border: none;
  border-radius: 10px; }

.wpcf7 select {
  margin: 0 auto 1em;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #777; }

.wpcf7 textarea:focus, .wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 select:focus {
  outline: 0;
  border: 2px solid #CBCCEA;
  background-color: #fff; }

.wpcf7 input[type="zip"] {
  width: 180px; }

.wpcf7 input[type="submit"] {
  width: 150px;
  padding: 10px;
  border: none;
  color: #fff;
  background-color: #777;
  -webkit-appearance: none;
  cursor: pointer;
  margin-top: 1em;
  margin-bottom: 1em; }

.wpcf7 input[type="submit"]:hover {
  background-color: #FF9E00; }

.wpcf7-list-item-label {
  margin-right: 15px; }

.wpcf7 input[type="button"] {
  width: 150px;
  padding: 10px;
  border: none;
  color: #fff;
  background-color: #999;
  -webkit-appearance: none;
  cursor: pointer;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 1em; }

.wpcf7 input[type="button"]:hover {
  background-color: #555; }

span.wpcf7-not-valid-tip {
  width: 300px; }

span.wpcf7-list-item {
  display: block; }

/**************************
PAGE CONTENTS
**************************/
.hissu {
  display: inline-block;
  background-color: #E0243E;
  color: #FFF;
  font-size: 0.6em;
  margin-left: 10px;
  padding: 0px 5px;
  font-weight: bold;
  line-height: 1.5em; }

.old {
  float: left;
  text-align: center;
  border-radius: 10px;
  color: #000;
  margin-left: auto;
  margin-right: 0; }
  .old a {
    padding: 0.1em 1em;
    color: #000; }

.new {
  float: right;
  text-align: center;
  border-radius: 10px;
  color: #000;
  margin-left: auto;
  margin-right: 0; }
  .new a {
    padding: 0.1em 1em;
    color: #000; }

.old a:hover, .new a:hover {
  color: #3842CE; }

/*pagenation*/
.pagenation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  clear: both;
  padding: 10px 0 0;
  position: relative;
  font-size: 11px;
  line-height: 14px;
  text-align: center; }
  .pagenation span {
    display: block;
    min-width: 30px;
    height: 30px;
    margin: 2px 5px 2px 0;
    padding: 5px;
    background-color: #fff;
    border-radius: 3px;
    color: #b7b7b7;
    text-decoration: none; }
  .pagenation a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 2px 5px 2px 0;
    text-align: center;
    padding: 5px;
    background-color: #fff;
    border: 2px solid #b7b7b7;
    border-radius: 50%;
    color: #b7b7b7;
    text-decoration: none; }
    .pagenation a:hover {
      background-color: #b7b7b7;
      color: #fff; }
    .pagenation a.pagenation_square {
      border: none; }
  .pagenation .current {
    background-color: #b7b7b7;
    border: 2px solid #b7b7b7;
    color: #fff;
    border-radius: 50%; }

/*pageTop*/
#pageTop {
  background: url("images/pagetop.svg");
  width: 40px;
  height: 40px;
  background-size: cover;
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 999;
  text-indent: -9999em;
  cursor: pointer;
  transition: .3s; }

#pageTop:hover {
  background: url("images/pagetop.svg");
  background-size: cover;
  bottom: 3%;
  transition: .3s; }

/*========= LoadingのためのCSS ===============*/
#wrapper {
  display: none; }

/*Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #FFF;
  text-align: center;
  color: #fff;
  display: none; }

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 117px;
  height: 203px; }

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2.0s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #ccc !important; }

.recaptcha_policy a {
  font-size: 11px !important;
  color: #ccc !important; }

.grecaptcha-badge {
  visibility: hidden; }

/*====================================================================
accordion
====================================================================*/
.accordion {
  margin: 10px auto; }

.accordion .accordion_header {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #000;
  padding: 20px 72px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-bottom: 1px solid #ccc; }
  .accordion .accordion_header::before {
    position: absolute;
    content: "Q.";
    left: 10px;
    width: 2rem;
    height: 1rem; }

.accordion .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s; }

.accordion .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.accordion .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative; }

.accordion .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.accordion .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.accordion .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.accordion .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315eg);
  transform: rotate(315deg); }

.accordion .accordion_header .i_box .one_i:before, .accordion .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #000;
  border-radius: 10px;
  width: 18px;
  height: 1px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center; }

.accordion .accordion_header .i_box .one_i:before {
  width: 1px;
  height: 18px;
  top: 0;
  left: 8px; }

.accordion .accordion_header.stay .i_box .one_i:before {
  content: none; }

.accordion .accordion_header.open .i_box .one_i:before {
  content: none; }

.accordion .accordion_header.stay.open .i_box .one_i:before {
  content: ""; }

.accordion .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.accordion .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.accordion .accordion_inner {
  display: none;
  line-height: 2rem;
  letter-spacing: 0.23em;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
  padding: 30px 30px 30px 72px;
  box-sizing: border-box;
  position: relative; }
  .accordion .accordion_inner::before {
    position: absolute;
    content: "A.";
    left: 10px; }

.accordion .accordion_inner.stay {
  display: block; }

.accordion .accordion_inner p.txt_a_ac {
  margin: 0; }

@media screen and (max-width: 767px) {
  .accordion .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px; }

  .accordion .accordion_header {
    font-size: 1.1em;
    text-align: left;
    padding: 15px 70px; } }
.bold {
  font-weight: 500; }

.marker {
  display: inline;
  padding: 0 1px 0px;
  line-height: 2em;
  text-align: center;
  background: linear-gradient(transparent 60%, rgba(255, 246, 131, 0.5) 60%); }

.center {
  text-align: center !important; }

.a_left {
  text-align: left !important; }

.a_right {
  text-align: right !important; }

.center_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.honbun {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.mb_10 {
  margin-bottom: 10px !important; }

.mb_20 {
  margin-bottom: 20px !important; }

.mb_30 {
  margin-bottom: 30px !important; }

.mb_35 {
  margin-bottom: 35px !important; }

.mb_40 {
  margin-bottom: 40px !important; }

.mb_50 {
  margin-bottom: 50px !important; }

.mb_60 {
  margin-bottom: 60px !important; }

.mb_70 {
  margin-bottom: 70px !important; }

.mb_80 {
  margin-bottom: 80px !important; }

.mb_90 {
  margin-bottom: 90px !important; }

.mb_100 {
  margin-bottom: 100px !important; }

.mb_1rem {
  margin-bottom: 1rem !important; }

.mb_2rem {
  margin-bottom: 2rem !important; }

.mb_3rem {
  margin-bottom: 3rem !important; }

.mb_4rem {
  margin-bottom: 4rem !important; }

.mb_5rem {
  margin-bottom: 5rem !important; }

.mb_6rem {
  margin-bottom: 6rem !important; }

.mb_7rem {
  margin-bottom: 7rem !important; }

.mb_8rem {
  margin-bottom: 8rem !important; }

.mb_9rem {
  margin-bottom: 9rem !important; }

.mb_10rem {
  margin-bottom: 10rem !important; }

.pad_5 {
  padding: 5px; }

.pad_10 {
  padding: 10px; }

.pad_20 {
  padding: 20px; }

.pad_30 {
  padding: 30px; }

.small {
  font-size: 0.8em; }

.medium {
  font-size: 1.2em; }

.large {
  font-size: 1.5em; }

.clear {
  clear: both; }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

.mask_black {
  position: relative;
  z-index: -1; }
  .mask_black::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }

.img-circle {
  border-radius: 50%; }

.pad_area {
  padding-top: 60px;
  padding-bottom: 60px; }

.res_block {
  display: none !important; }

.res_none {
  display: block !important; }

.res_center {
  text-align: left !important; }

@media screen and (max-width: 850px) {
  .res_block {
    display: block !important; }

  .res_none {
    display: none !important; }

  .res_center {
    text-align: center !important; }

  .right_res_center {
    text-align: center !important; } }
/*TEL*/
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
  z-index: 0; }

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.movie_tate {
  display: none;
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  padding-top: 177.8%;
  z-index: 0; }
  @media (max-width: 850px) {
    .movie_tate {
      display: block; } }

.movie_tate iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.flex_2_1 {
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_2_1 > div {
    margin: 0;
    padding: 10px;
    width: 50%; }
    @media (max-width: 850px) {
      .flex_2_1 > div {
        margin: 0;
        width: 100%; } }

.flex_3_1 {
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_3_1 > div {
    margin: 0;
    padding: 10px;
    width: 33%; }
    @media (max-width: 850px) {
      .flex_3_1 > div {
        margin: 0;
        width: 100%; } }

.flex_70_30 {
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_70_30 > div:nth-child(1) {
    margin: 0;
    padding: 10px;
    width: 70%;
    order: 0; }
    @media (max-width: 850px) {
      .flex_70_30 > div:nth-child(1) {
        margin: 0;
        width: 100%;
        order: 1; } }
  .flex_70_30 > div:nth-child(2) {
    margin: 0;
    padding: 10px;
    width: 30%;
    order: 1; }
    @media (max-width: 850px) {
      .flex_70_30 > div:nth-child(2) {
        margin: 0;
        width: 100%;
        order: 0; } }

.bg_beige {
  background-color: #F8F3E8; }

.c_red {
  color: #CC0003; }

ul.list li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.2rem; }

.title_area {
  height: 120px;
  position: relative;
  background: #9e7143; }
  .title_area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background: #b17f4b;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    z-index: 1; }
  .title_area::after {
    content: '';
    position: absolute;
    top: 0;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: #b17f4b;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 1; }
  .title_area .mv-text {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 10%;
    width: 90%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    @media screen and (max-width: 850px) {
      .title_area .mv-text {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    .title_area .mv-text h2 {
      color: #FFF;
      line-height: 4rem;
      font-size: 2.25rem; }
      @media screen and (max-width: 850px) {
        .title_area .mv-text h2 {
          font-size: 1.4rem;
          line-height: 2rem; } }
      .title_area .mv-text h2 span {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 5.625rem;
        font-weight: 900;
        font-style: italic; }

.bread {
  background: #FFF;
  color: #443323;
  border-radius: 20px 0 0 0;
  right: 0;
  bottom: 0;
  width: 90%;
  z-index: 10; }
  .bread .inner {
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    color: #443323;
    font-size: 0.8em;
    letter-spacing: 0.06em; }
    .bread .inner a {
      color: #443323 !important; }

a.btn_arrow {
  width: 80%;
  max-width: 410px;
  font-size: 1.31rem;
  line-height: 1.96rem;
  letter-spacing: 0.23em;
  position: relative;
  display: inline-block;
  padding: 18px 50px;
  color: #FFF;
  border-radius: 50px;
  background-image: linear-gradient(90deg, #849bf8, #735eb7);
  text-align: center; }
  @media screen and (max-width: 900px) {
    a.btn_arrow {
      font-size: 1rem; } }
  a.btn_arrow::after {
    position: absolute;
    content: "";
    background-image: url("images/btn_arrow_white.png");
    width: 26px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 20px;
    top: 26px;
    transition: .3s; }
  a.btn_arrow:hover::after {
    right: 15px;
    transition: .3s; }

a.btn_block {
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 0.08em;
  min-width: 240px;
  position: relative;
  display: inline-block;
  padding: 1rem 3.5rem;
  color: #FFF;
  background-color: #2a1d54;
  text-align: center; }
  a.btn_block::after {
    position: absolute;
    content: ">";
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    right: 1.25rem;
    top: 1rem;
    transition: .3s; }
  a.btn_block:hover::after {
    right: 15px;
    transition: .3s; }

a.btn_more {
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
  padding: 0.8rem 3rem;
  color: #FFF;
  background-color: #002047;
  transition: .3s; }
  a.btn_more:hover {
    background-color: #002D64;
    transition: .3s; }

footer {
  background-color: #001035;
  color: #fff;
  padding: 3rem 0; }

address {
  bottom: 0;
  width: 100%;
  text-align: right;
  background-color: #3F9CD9;
  color: #fff;
  font-size: 0.8em;
  padding: 20px; }
  @media (max-width: 850px) {
    address {
      padding-bottom: 80px;
      text-align: center; } }

.area_top_01 {
  padding: 5.5rem 0;
  background-image: url("images/pc/bg_whiteglass.webp");
  background-repeat: repeat;
  position: relative; }

.line-head {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

h2.ttl_top_01 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-align: center;
  color: #fff;
  padding: 2.5rem 0;
  margin-bottom: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.36em;
  background-image: url("images/pc/bg_blueglass2.webp");
  background-repeat: repeat;
  background-size: contain; }
  @media screen and (max-width: 850px) {
    h2.ttl_top_01 {
      font-size: 1.429rem; } }

p.lyric_brand {
  font-size: 0.875rem;
  line-height: 2.5rem;
  text-align: center;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 850px) {
    p.lyric_brand {
      font-size: 1.143rem;
      text-align: left; } }

.area_top_02 {
  padding: 5rem 0; }

h3.ttl_lineup {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
  padding-top: 1.5rem;
  color: #00001c;
  position: relative; }
  @media (max-width: 850px) {
    h3.ttl_lineup {
      font-size: 1.2142rem;
      margin-top: 2rem;
      text-align: center; } }
  h3.ttl_lineup::before {
    position: absolute;
    left: 0;
    top: -1rem;
    transform: rotate(-16deg);
    z-index: -1; }
  h3.ttl_lineup.no01::before {
    background: url("images/pc/ttl_eng-01.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 142px;
    height: 43px; }
  h3.ttl_lineup.no02::before {
    background: url("images/pc/ttl_eng-02.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 233px;
    height: 121px; }
  h3.ttl_lineup.no03::before {
    background: url("images/pc/ttl_eng-03.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 187px;
    height: 35px; }
  h3.ttl_lineup.no04::before {
    background: url("images/pc/ttl_eng-04.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 125px;
    height: 37px; }
  h3.ttl_lineup.no05::before {
    background: url("images/pc/ttl_eng-05.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 150px;
    height: 33px; }
  h3.ttl_lineup.no06::before {
    background: url("images/pc/ttl_eng-06.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 206px;
    height: 33px; }

p.lyric_lineup {
  font-size: 0.75rem;
  line-height: 1.75rem; }
  @media (max-width: 850px) {
    p.lyric_lineup {
      font-size: 1rem;
      line-height: 2rem; } }

.flex_left_img {
  margin: 0 auto;
  padding: 4rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_left_img > div:nth-child(1) {
    margin: 0;
    padding: 0 1rem;
    width: 50%;
    text-align: center;
    order: 0; }
    @media (max-width: 850px) {
      .flex_left_img > div:nth-child(1) {
        margin: 0;
        width: 100%;
        order: 0; } }
  .flex_left_img > div:nth-child(2) {
    margin: 0;
    padding: 0 1.5rem;
    width: 50%;
    order: 1; }
    @media (max-width: 850px) {
      .flex_left_img > div:nth-child(2) {
        margin: 0;
        width: 100%;
        order: 1; } }

.flex_right_img {
  margin: 0 auto;
  padding: 4rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_right_img > div:nth-child(2) {
    margin: 0;
    padding: 0 1rem;
    width: 50%;
    order: 0; }
    @media (max-width: 850px) {
      .flex_right_img > div:nth-child(2) {
        margin: 0;
        width: 100%;
        order: 1; } }
  .flex_right_img > div:nth-child(1) {
    margin: 0;
    padding: 0 1.5rem;
    width: 50%;
    order: 1;
    text-align: center; }
    @media (max-width: 850px) {
      .flex_right_img > div:nth-child(1) {
        margin: 0;
        width: 100%;
        order: 0; } }

.hr {
  background-color: #00001c;
  width: 100%;
  max-width: 1000px;
  height: 1px;
  margin: 0 auto; }
  @media (max-width: 850px) {
    .hr {
      max-width: 95%; } }

.flex_3_lineup {
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: space-between; }
  @media (max-width: 850px) {
    .flex_3_lineup {
      gap: 0.5rem; } }
  .flex_3_lineup > div {
    margin: 0;
    width: 33.3%; }
    @media (max-width: 850px) {
      .flex_3_lineup > div {
        width: 30%; } }

.area_top_03 {
  padding: 4rem 0;
  background-image: url("images/pc/back02.webp");
  background-repeat: repeat; }
  @media (max-width: 850px) {
    .area_top_03 {
      background-image: url("images/sp/back02sp.webp"); } }

h2.ttl_yourself {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  writing-mode: vertical-rl;
  /* 縦書き（右から左） */
  text-align: center;
  /* 中央揃え */
  position: relative;
  /* ::before の基準位置にする */
  margin: 0;
  /* 上下の余白（任意） */ }
  h2.ttl_yourself::before {
    content: "";
    position: absolute;
    top: -8rem;
    /* 上に配置（必要に応じて調整） */
    left: 50%;
    /* 中央基準 */
    transform: translateX(-50%);
    /* 中央揃え */
    width: 0.5px;
    /* 横幅（線の長さ） */
    height: 5rem;
    /* 太さ */
    background-color: #000;
    /* 色 */ }

.flex_yourself {
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: space-between; }
  @media (max-width: 850px) {
    .flex_yourself {
      gap: 0.5rem; } }
  .flex_yourself > div:nth-child(1) {
    margin: 0;
    width: 12%; }
  .flex_yourself > div:nth-child(2) {
    margin: 0;
    width: 88%; }
    @media (max-width: 850px) {
      .flex_yourself > div:nth-child(2) {
        width: 85%; } }

p.yourself {
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 1rem; }
  @media (max-width: 850px) {
    p.yourself {
      font-size: 1.143rem;
      line-height: 2rem; } }

p.annotation {
  font-size: 0.5rem; }
  @media (max-width: 850px) {
    p.annotation {
      font-size: 0.75rem; } }

.area_yoyaku {
  padding: 4rem 0; }

.area_top_05 {
  padding: 4rem 0;
  background-color: #d2e9f9; }

.area_top_06 {
  padding: 4rem 0;
  background-color: #001035; }

h2.ttl_reason {
  font-size: 1.375rem;
  line-height: 2.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
  color: #fff; }

p.lyric_reason {
  font-size: 0.75rem;
  line-height: 2rem;
  color: #fff;
  text-align: center; }
  @media (max-width: 850px) {
    p.lyric_reason {
      text-align: left;
      font-size: 1.143rem;
      line-height: 2.143rem; } }

.area_top_07 {
  padding: 4rem 0; }

.l_flow {
  position: relative;
  margin: 2rem 0; }

.l_flow_step {
  position: relative;
  margin-bottom: 3rem; }
  .l_flow_step::before {
    content: "";
    position: absolute;
    top: 2.5rem;
    left: 2.2rem;
    width: 1px;
    height: 100%;
    background: #002047; }
  .l_flow_step.last::before {
    height: 10px; }
  .l_flow_step dt {
    position: absolute;
    top: -22px;
    left: 0;
    width: 72px;
    height: 72px;
    background: white;
    border: 1px solid #002047;
    border-radius: 50%;
    text-align: center;
    line-height: 68px;
    font-weight: bold;
    color: #002047;
    font-size: 28px; }
  .l_flow_step dd {
    margin: 0;
    padding-left: 6rem;
    padding-bottom: 5rem; }
    .l_flow_step dd h3 {
      font-size: 1.5rem;
      margin-bottom: 4rem;
      font-weight: bold;
      color: #002047; }
      @media (max-width: 850px) {
        .l_flow_step dd h3 {
          font-size: 1.5rem;
          line-height: 2.5rem; } }
    .l_flow_step dd p {
      font-size: 0.875rem;
      line-height: 2.25rem;
      color: #002047; }
      @media (max-width: 850px) {
        .l_flow_step dd p {
          font-size: 1rem;
          line-height: 2rem; } }
