@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
  outline: none; }

/*****************************

画面ロード

*****************************/
#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transition: all 1.5s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  #loading img {
    width: 100px;
    opacity: .7; }

#loading.loaded {
  opacity: 0;
  visibility: hidden; }

/*ーーーーーーーーーー
Gナビ
ーーーーーーーーーーー*/
.g-navi {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(231, 55, 136, 0.75);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s; }
  .g-navi h1 {
    width: 18%;
    max-width: 80px;
    margin: 8px auto; }
    @media (max-width: 768px) {
      .g-navi h1 {
        margin: 6px auto; } }
    .g-navi h1 img {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
  .g-navi.fixed {
    opacity: 1;
    visibility: visible;
    transition: 0.3s; }

@media (max-width: 900px) {
  .outer-menu {
    top: 5px;
    right: 4.5rem; } }
@media (max-width: 768px) {
  .outer-menu {
    top: 0px;
    right: 4.2rem; } }
@media (max-width: 360px) {
  .outer-menu {
    top: -4px;
    right: 3.8rem; } }

@media (max-width: 768px) {
  .outer-menu .menu div div ul li {
    font-size: 1rem; } }

.head-sns {
  position: fixed;
  top: 22px;
  right: 90px;
  width: 22px;
  z-index: 1000; }
  @media (max-width: 900px) {
    .head-sns {
      top: 21px;
      right: 80px; } }
  @media (max-width: 360px) {
    .head-sns {
      top: 15px;
      right: 62px;
      width: 20px; } }
  .head-sns img {
    filter: brightness(0) invert(1); }
  .head-sns.fixed img {
    filter: none; }

/*ーーーーーーーーーー
共通
ーーーーーーーーーーー*/
html {
  background: #fff; }

body {
  background: #fff;
  position: relative;
  margin: 0 auto;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-smooth: auto;
  font-weight: 400;
  line-height: 2.0rem;
  color: #333;
  overflow-x: hidden;
  max-width: 2000px; }
  @media (max-width: 900px) {
    body {
      font-size: 14px;
      line-height: 1.8rem; } }
  @media (max-width: 360px) {
    body {
      font-size: 13px; } }

main {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  /*box-shadow: 0 0 10px rgba(black,0.3);*/
  transform: translateX(0px);
  transition: transform 500ms ease;
  z-index: 0; }
  main section {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 0;
    padding: 110px 0;
    background-color: white;
    z-index: 100; }
    @media (max-width: 900px) {
      main section {
        padding: 60px 0; } }
    main section#message-cont {
      padding: 0px 0 90px;
      margin-top: -5rem; }
      @media (max-width: 900px) {
        main section#message-cont {
          margin-top: -2rem;
          padding: 0px 0 60px; } }

.invisible {
  visibility: hidden; }

img {
  max-width: 100%;
  transition: 0.3s; }

a {
  color: #0071BC;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }
  a img:hover {
    opacity: 0.6;
    transition: 0.3s; }
  a.btn-pink {
    display: block;
    position: relative;
    margin: 3rem auto 0;
    padding: 1rem;
    width: 24em;
    max-width: 95%;
    background: #0071BC;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px; }
    a.btn-pink span {
      width: 22px;
      position: absolute;
      top: 38%;
      right: 18px;
      transform: translateY(-38%);
      -webkit-transform: translateY(-38%);
      -ms-transform: translateY(-38%); }
      @media (max-width: 768px) {
        a.btn-pink span {
          width: 18px; } }

.container {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  position: relative; }

h2.c-title {
  font-family: 'Oleo Script', cursive;
  font-size: 62px;
  font-weight: 400;
  margin: 0 auto;
  width: 15rem;
  /*text-align: center;*/
  z-index: 10;
  padding: 0 0;
  line-height: 1.2;
  color: #0071BC;
  position: absolute;
  z-index: 1000; }
  @media (max-width: 900px) {
    h2.c-title {
      font-size: 40px;
      padding: 0 0;
      width: 10rem; } }
  @media (max-width: 900px) and (max-width: 768px) {
    h2.c-title {
      font-size: 35px; } }

  h2.c-title.pos-r {
    transform: rotate(90deg);
    right: -4.5%;
    top: 0; }
    h2.c-title.pos-r.contact {
      top: 0.5rem; }
    @media (max-width: 768px) {
      h2.c-title.pos-r {
        right: -14.5%;
        top: 1rem; } }
  h2.c-title.pos-l {
    transform: rotate(90deg);
    left: -4%;
    top: 0; }
    @media (max-width: 768px) {
      h2.c-title.pos-l {
        left: -14%;
        top: 1rem; } }

h3.subtitle {
  font-size: 60px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 0.65;
  margin-bottom: 1em; }
  h3.subtitle span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0071BC; }
  @media (max-width: 900px) {
    h3.subtitle {
      font-size: 32px;
      line-height: 0.8; }
      h3.subtitle span {
        font-size: 16px; } }
h3.thanks {
  text-align: center;
  font-size: 30px;
  margin-bottom: 2em; }

.headline {
  position: relative; }

.headline:after {
  content: '';
  position: absolute;
  left: -2.5%;
  bottom: 1rem;
  width: 0%;
  height: 3px;
  background: #0071BC;
  transition: all 0.3s ease-out;
  z-index: 1;
  transition-delay: 0.5s; }
  @media (max-width: 768px) {
    .headline:after {
      bottom: 0.5rem; } }

.headline.isActive:after {
  width: 105%; }

.list-half {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 8%; }
  @media (max-width: 768px) {
    .list-half {
      gap: 4rem 0; } }
  .list-half li {
    width: 46%; }
    @media (max-width: 768px) {
      .list-half li {
        width: 100%; } }
    .list-half li img.act-ph {
      margin-bottom: 1.4rem; }
      @media (max-width: 768px) {
        .list-half li img.act-ph {
          margin-bottom: 1.2rem; } }
    .list-half li h4 {
      font-size: 1.25rem;
      margin-bottom: 1.2rem;
      font-weight: 500; }
      @media (max-width: 768px) {
        .list-half li h4 {
          font-size: 1.2rem; } }
      .list-half li h4::after {
        content: "";
        display: block;
        border-bottom: 3px solid #0071BC;
        width: 2rem;
        margin: 1.2rem 0 0 0; }

.illust-r {
  width: 20%;
  max-width: 115px;
  position: absolute;
  top: -7.5rem;
  right: 4%; }
  @media (max-width: 768px) {
    .illust-r {
      width: 17%;
      max-width: 115px;
      position: absolute;
      top: -5.5rem;
      right: 2%; } }

#page-top {
  width: 50px;
  position: fixed;
  right: 0;
  bottom: 1rem;
  opacity: .9; }
  @media (max-width: 768px) {
    #page-top {
      right: 0;
      bottom: 0.6rem;
      width: 32px; } }

.view-pc {
  display: block; }
  @media (max-width: 900px) {
    .view-pc {
      display: none; } }

.view-sp {
  display: none; }
  @media (max-width: 900px) {
    .view-sp {
      display: block; } }

/*ーーーーーーーーーー
メインイメージ
ーーーーーーーーーーー*/
.mainimg {
  width: 100%;
  /*width: 100vw;*/
  height: 80vh;
  position: relative;
  z-index: 1;
  background: url("../img/main.jpg") no-repeat center;
  background-size: cover; }
  @media (max-width: 900px) {
    .mainimg {
      background: url("../img/main_sp.jpg") no-repeat center;
      background-size: cover; } }
  .mainimg.under {
    height: 45vh; }
    .mainimg.under .anime {
      position: absolute;
      top: 50%;
      left: 0%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
  @media (max-width: 900px) {
    .mainimg {
      height: 80vh; } }
  .mainimg .anime {
    position: absolute;
    top: 38%;
    left: 0%;
    transform: translateY(-38%);
    -webkit-transform: translateY(-38%);
    -ms-transform: translateY(-38%);
    text-align: center;
    z-index: 10;
    width: 100%; }
  .mainimg img.main-logo {
    min-width: 100%; }
  .mainimg h1 {
    width: 80%;
    max-width: 660px;
    margin: 0 auto;
    padding: 0 0 1.5em; }
  .mainimg h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 500; }
    @media (max-width: 900px) {
      .mainimg h2 {
        font-size: 18px; } }

.scroll {
  position: relative;
  width: 50px;
  margin: -18px auto 0;
  z-index: 100;
  opacity: 1;
  visibility: visible;
  transition: 0.5s; }
  .scroll.scrolled {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s; }

/*ーーーーーーーーーー
Concept
ーーーーーーーーーーー*/
#concept {
  background: url("../img/bg_concept.jpg") no-repeat center;
  background-size: cover;
  padding: 90px 0; }
  @media (max-width: 900px) {
    #concept {
      padding: 50px 0; } }
  #concept .layout {
    display: flex;
    width: 90%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0;
    align-items: center; }
    @media (max-width: 900px) {
      #concept .layout {
        flex-wrap: wrap; } }
    #concept .layout h3 {
      width: 56%;
      margin: 0 2% 0 0;
      padding: 0;
      font-size: 19px;
      font-weight: 700;
      line-height: 2.3; }
      @media (max-width: 900px) {
        #concept .layout h3 {
          width: 100%;
          font-size: 16px;
          font-weight: 500;
          line-height: 2.0; } }
    #concept .layout .illust {
      width: 42%; }
      @media (max-width: 900px) {
        #concept .layout .illust {
          width: 100%; } }

/*ーーーーーーーーーー
横から表示の動き
ーーーーーーーーーーー*/
.img-wrap {
  opacity: 0; }

.img-wrap img {
  /*width:100%;
	height:auto;*/ }

.img-wrap.under {
  opacity: 1; }

.img-wrap.run {
  opacity: 1;
  overflow: hidden;
  position: relative; }

.img-wrap.run:before {
  animation: img-wrap 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

@keyframes img-wrap {
  100% {
    transform: translateX(100%); } }
.img-wrap-r {
  opacity: 0; }

.img-wrap-r img {
  /*width:100%;
	height:auto;*/ }

.img-wrap-r.under {
  opacity: 1; }

.img-wrap-r.run {
  opacity: 1;
  overflow: hidden;
  position: relative; }

.img-wrap-r.run:before {
  animation: img-wrap-r 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

@keyframes img-wrap-r {
  100% {
    transform: translateX(-100%); } }
/*ーーーーーーーーーー
parallax
ーーーーーーーーーーー*/
/*.bg-a{
	height:85vh;
	background:url("../img/bg_a.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
}*/
.parallax-a {
  position: relative;
  background-size: cover;
  background: url("../img/bg_a.jpg") no-repeat;
  height: 0%;
  padding-top: min(85vh,75%); }
  @media (max-width: 900px) {
    .parallax-a {
      background: url("../img/bg_a_sp.jpg") no-repeat;
      background-position: center;
      background-size: 100%; } }

.parallax-b {
  position: relative;
  background-size: cover;
  background: url("../img/bg_b.jpg") no-repeat;
  height: 0%;
  padding-top: min(85vh,75%); }
  @media (max-width: 900px) {
    .parallax-b {
      background: url("../img/bg_b_sp.jpg") no-repeat;
      background-position: center;
      background-size: 100%; } }

/*ーーーーーーーーーー
概要
ーーーーーーーーーーー*/
#about ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e6e6e6;
  padding: 0.8rem 0.4rem 1.0rem; }
  #about ul li time {
    min-width: 10em;
    padding-right: 2rem; }
    @media (max-width: 768px) {
      #about ul li time {
        min-width: 8em;
        padding-right: 1.5rem; } }
  #about ul li a:hover {
    text-decoration: underline; }

section#about {
  margin-bottom: 0; }
  @media (max-width: 768px) {
    section#about {
      padding-bottom: 80px; } }

/*ーーーーーーーーーー
お問い合わせ
ーーーーーーーーーーー*/
#contact {
  background: #E0F3FA; }
  #contact p.no_margin {
    color: #666; }
  #contact .form-def .form-line {
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
    #contact .form-def .form-line .name {
      padding: 1.2rem 0 1rem;
      width: 200px;
      font-weight: 700; }
      @media (max-width: 900px) {
        #contact .form-def .form-line .name {
          width: 100%;
          padding: 1rem 0 0; } }
    #contact .form-def .form-line .value {
      padding: 1rem 0;
      width: 650px; }
      @media (max-width: 900px) {
        #contact .form-def .form-line .value {
          width: 100%;
          padding: 0.5rem 0 1rem; } }
  #contact .form-def textarea {
    /*border: 1px solid #C6BCB6;*/
    font-size: 16px;
    padding: 0.8em;
    color: #333;
    font-smooth: auto;
    font-weight: 400;
    background: #fff;
    width: 100%; }
    #contact .form-def textarea.textarea_a {
      width: 100%;
      height: 6em; }
      @media (max-width: 900px) {
        #contact .form-def textarea.textarea_a {
          width: 100%; } }
    #contact .form-def textarea.textarea_a_l {
      width: 100%;
      height: 12em; }
      @media (max-width: 900px) {
        #contact .form-def textarea.textarea_a_l {
          width: 100%; } }
  #contact .form-def input {
    /*border: 1px solid #C6BCB6;*/
    font-size: 16px;
    padding: 0.8em;
    color: #333;
    font-smooth: auto;
    font-weight: 400;
    background: #fff; }
    #contact .form-def input.textarea_l {
      width: 100%; }
      @media (max-width: 900px) {
        #contact .form-def input.textarea_l {
          width: 100%; } }
  #contact .form-def .form_btn {
    text-align: center;
    margin: 2.5em auto; }
    #contact .form-def .form_btn input {
      width: 12em;
      padding: 0.8em;
      margin: 0 0.8em;
      background: #0071BC;
      color: #fff;
      border: none;
      cursor: pointer; }
      #contact .form-def .form_btn input.reset {
        background: #999; }
      @media (max-width: 900px) {
        #contact .form-def .form_btn input {
          width: 7em;
          padding: 0.8em 0.5em;
          margin: 0 0.4em; } }
  #contact .must {
    color: #0071BC; }
  #contact .thanks p {
    margin-bottom: 2rem; }
  #contact .thanks a {
    color: #0071BC; }
    #contact .thanks a:hover {
      color: #0071BC;
      text-decoration: underline; }

/*ーーーーーーーーーー
アクセス
ーーーーーーーーーーー*/
.cont-access {
  background: #f2f9fc; }
  .cont-access iframe {
    opacity: .7; }
  .cont-access .text-access {
    margin: 35px auto 0;
    display: flex; }
    @media (max-width: 900px) {
      .cont-access .text-access {
        margin: 20px auto 0;
        flex-wrap: wrap; } }
    .cont-access .text-access p {
      font-size: 18px; }
      @media (max-width: 1024px) {
        .cont-access .text-access p {
          font-size: 16px; } }
      @media (max-width: 900px) {
        .cont-access .text-access p {
          font-size: 15px; } }
    .cont-access .text-access .address {
      width: 50%;
      border-right: 1px solid #ccc; }
      @media (max-width: 900px) {
        .cont-access .text-access .address {
          width: 100%;
          border-right: none;
          border-bottom: 1px solid #ccc; } }
      .cont-access .text-access .address p {
        padding-right: 2em; }
        @media (max-width: 900px) {
          .cont-access .text-access .address p {
            padding: 0 0 1.2em; } }
    .cont-access .text-access .access {
      width: 50%; }
      @media (max-width: 900px) {
        .cont-access .text-access .access {
          width: 100%; } }
      .cont-access .text-access .access p {
        padding-left: 2em; }
        @media (max-width: 900px) {
          .cont-access .text-access .access p {
            padding: 1.2em 0 0; } }
  .cont-access .gmap {
    width: 100%;
    position: relative;
    padding-top: 56.25%; }
  .cont-access .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*ーーーーーーーーーー
第二階層
ーーーーーーーーーーー*/
.head-under {
  background: url("../img/head-under.jpg") no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px 0;
  text-align: center; }
  .head-under img.main-logo {
    width: 40%;
    max-width: 400px; }

/*ーーーーーーーーーー
フッター
ーーーーーーーーーーー*/
footer {
  background: #0071BC;
  padding: 1rem 0 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff; }
  footer .foot-logo {
    margin: 0 auto;
    width: 55%;
    max-width: 280px; }
  footer .foot-menu {
    margin: 40px auto 60px;
    display: flex; }
    @media (max-width: 768px) {
      footer .foot-menu {
        margin: 30px auto 40px;
        flex-wrap: wrap-reverse; } }
    footer .foot-menu .link {
      width: 70%;
      margin-right: 3%;
      line-height: 2.3rem; }
      @media (max-width: 768px) {
        footer .foot-menu .link {
          width: 100%;
          margin-right: 0;
          line-height: 2.0rem; } }
      footer .foot-menu .link a {
        display: block;
        width: 55%; }
        @media (max-width: 768px) {
          footer .foot-menu .link a {
            display: inline-block;
            min-width: 100%; } }
        footer .foot-menu .link a:hover {
          text-decoration: underline; }
    footer .foot-menu .icon {
      width: 28%;
      text-align: right; }
      @media (max-width: 768px) {
        footer .foot-menu .icon {
          width: 50%;
          margin: 0 25% 1rem;
          ext-align: center; } }
      footer .foot-menu .icon img {
        max-width: 250px;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1); }
  footer p {
    text-align: center; }
    @media (max-width: 768px) {
      footer p {
        font-size: 0.85rem; } }
