@charset "UTF-8";

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/*=========================================
リセット
=========================================*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
..,
/ menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
img {
  display: block;
}
strong {
  font-weight: bold;
}

/*=========================================
汎用クラス
=========================================*/
/*---------------------------------------------------------*/
.font06 {
  font-size: 6px !important;
  font-size: 0.6rem !important;
}
.font07 {
  font-size: 7px !important;
  font-size: 0.7rem !important;
}
.font08 {
  font-size: 8px !important;
  font-size: 0.8rem !important;
}
.font09 {
  font-size: 9px !important;
  font-size: 0.9rem !important;
}
.font10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}
.font11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}
.font12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}
.font13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}
.font14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}
.font15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}
.font16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}
.font17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}
.font18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}
.font20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}
.font24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}
.font28 {
  /*font-size:28px; */
  font-size: 2.8rem !important;
}
/*---------------------------------------------------------*/
.z1 {
  z-index: 1;
}
.z9 {
  z-index: 9;
}
.z10 {
  z-index: 10;
}

/*---------------------------------------------------------*/
.gothic_en {
  font-family: "Raleway", sans-serif;
}
.mintyo_en {
  font-family: "Cardo", serif;
}
.mintyo {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
.bold300 {
  font-weight: 300;
}
.bold400 {
  font-weight: 400;
}

a.btn01 {
  background: #33383b;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  padding: 2px 15px;
  display: block;
}
a.btn01:hover {
  background: #8577af;
  color: #fff;
  text-decoration: none;
}

.ttl_line {
  position: relative;
  padding-top: 40px;
}
.ttl_line:before {
  position: absolute;
  content: "";
  background: url(image/line.png);
  background-size: contain;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
  z-index: 1;
}

a.btn01.mail_btn {
  background: url(image/icn_mail.png) left 15px center no-repeat #33383b;
  background-size: 20px;
}
a.btn01.mail_btn:hover {
  background: url(image/icn_mail.png) left 15px center no-repeat #8577af;
  background-size: 20px;
}

.sub_ttl {
  padding: 4rem 0 2rem;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/* .py-1{ padding-top: 1rem; padding-bottom: 1rem; }
.py-2{ padding-top: 2rem; padding-bottom: 2rem; }
.py-3{ padding-top: 3rem; padding-bottom: 3rem; } */
.scrll_area{
  padding-top: 20px;
}
/*=========================================
初期設定
=========================================*/
.row {
  margin: 0 !important;
}
body {
  background-color: #fff;
  color: #4b4758;
  font-family: YakuHanJPs, sans-serif;
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 2;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

p {
  font-size: 0.93rem;
}

a {
  color: #302d39;
}
a:hover {
  color: #8577af;
  text-decoration: none;
}

h2 {
  color: #7670a0;
  font-family: "Cardo", serif;
  font-size: 2.5rem;
  line-height: 100%;
}
h2.blue {
  color: #72a7ba;
}
h3.ttl_line {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
}
h3.ttl_line span {
  font-weight: 400;
  font-size: 2rem;
  display: inline-block;
  margin-right: 15px;
}
@media (min-width: 992px) {
  h3.ttl_line {
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.fix_txt {
  position: relative;
  z-index: 999;
}
.fix_txt p {
  position: absolute;
  z-index: 999;
  color: #e5e1f9;
  top: 30px;
  right: 0;
}

/*=========================================
下層ページ
=========================================*/
@media (min-width: 992px) {
  #second_page {
    padding-top: 1.5rem;
  }
}

/*=========================================
header
=========================================*/
.fixed-top {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
header .gnav_pc {
  gap: 40px;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.gnav_pc li {
  font-size: 1rem;
}
/*.gnav_pc li:nth-child(1) { padding-top: 10px; }
.gnav_pc li:not(:nth-child(1)) { padding-top: 15px; }*/
.he_height {
  width: 100%;
  height: 80px;
}
.instagram {
  width: 20px;
}
.instagram.instagram__big {
  width: 35px;
  margin-top: 6px;
}
.single_col img {
  display: inline-block;
}

.navbtn a {
  display: block;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: bold;
  color: #3a3c3f;
}
.navbtn a.on {
  color: #8577af;
}
.navbtn a:hover {
  text-decoration: none;
}
.navbtn a span {
  display: block;
  font-size: 0.7rem;
  color: #8577af;
}
.navbtn {
  /*flex: 1 1 auto;*/
  text-align: center;
  position: relative; /*overflow: hidden;*/
  transition: 0.3s;
}
.navbtn:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: -10px;
  height: 2px;
  background: #8577af;
}
.navbtn:hover {
  cursor: pointer;
}
.navbtn:hover:after {
  width: 100%;
  left: 0;
}
.gnav_pc .logo {
  margin-right: 20px;
}
.gnav_pc .inst {
  margin-right: 20px;
  margin-left: 20px;
}

/*SP*/
.gnav_sp {
  padding: 15px 0;
}
.fat-nav .gnav_sp a {
  font-family: "Raleway", sans-serif;
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.gnav_sp a:hover {
  text-decoration: none;
}
.gnav_sp a span {
  display: block;
  font-size: 0.7rem;
  color: #d9cff7;
}

/*=========================================
動画（MV）エリア
=========================================*/
.mv_area {
  position: relative;
  /* min-height: 500px; */
}
.top_intro_image {
  display: block;
  position: relative;
  z-index: 1;
}
.top_intro_txt {
  position: absolute;
  top: 0;
  left: 55px;
  margin-top: 0;
  padding: 20px;
  z-index: 10;
  background-color: #ffffffeb;
  max-width: 90%;
  box-sizing: border-box;
  word-break: break-word;
}
.top_intro_txt h2 {
  font-size: 4.5rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .top_intro_txt {
    position: static;
    margin: 0 auto;
    padding: 20px;
  }
}
.movie_area {
  position: relative;
}
.movie_wap {
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.movie {
  height: 42.5vw;
  display: block;
  position: relative;
  z-index: 1;
}
.movie video {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .movie_area {
    width: 78%;
    margin-left: 22%;
  }
}

@media (min-width: 769px) {
  .movie_area {
    height: 42.5vw;
  }
}
@media (max-width: 768px) {
  .movie_area {
    height: 32vw;
    margin-left: 25%;
  }
  .top_intro_txt {
    position: absolute;
    top: 0;
    left: 10px;
    margin-top: 0;
    z-index: 10;
    background: unset;
  }
  .top_intro_txt h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .scroll-infinity{
    position: relative;
  }
  .scroll-infinity::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 60%;
    z-index: 1;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 19%, rgba(255, 255, 255, 0));
  }
}
@media (max-width: 575.98px) {
  .movie_area {
    height: 55vw;
    margin-left: 25%;
  }
}

/*=========================================
コロナ対策
=========================================*/
#news ul li {
  list-style: square;
  margin-left: 1rem;
  font-size: 0.93rem;
}
#news .container {
  border: 1px solid #ddd;
  padding: 2rem;
  margin-bottom: 4rem;
}

/*=========================================
00.フォトリスト
=========================================*/
.list_container h2{
  font-size: 1.4rem;
}
#pholist {
  overflow: hidden;
  margin-bottom: 3rem;
}
.list_container{
  width: 50%;
}
#pholist ul{
  margin-left: 0;
  padding-left: 0;
}
#pholist ul li {
  width: 25%;
}
#pholist ul.list_movie li {
  width: 50%;
}

#pholist ul li img {
  padding: 0.5rem;
}
@media (min-width: 768px) {
  #pholist {
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .list_container{
    width: 100%;
  }
  .list_container h2{
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {

  #pholist {
    margin-bottom: 0;
  }
  #pholist ul li {
    width: 33.333%;
  }
  #pholist ul.list_movie li {
    width: 50%;
  }

}

/*=========================================
01 サービス→新規追加(21.8)
=========================================*/
#service_main {
  position: relative;
}
#service_main .service_txt {
  position: absolute;
  right: 0;
  z-index: -999;
}
#service_main p {
  line-height: 150%;
  padding: 15px 15px 0;
  color: #000;
}
#service_main h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 110%;
  padding: 0 0 10px 90px;
}
#service_main h3 span {
  font-size: 1rem;
}
#service_main .num {
  position: absolute;
  z-index: 1;
  left: -15px;
}
#service_main .num img {
  width: 80px;
}
#service_main .img {
  position: relative;
  box-shadow: 0 0 7px #6f6f6f89;
}
#service_main .new {
  position: absolute;
  z-index: 1;
  right: -15px;
  bottom: 15px;
}
/* #service_main .new img{ width: 150px; } */
#service_main .img.noshadow {
  box-shadow: none;
}
#service_main .img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -20px;
  left: 35px;
  z-index: -1;
}
#service_main .col-md-5:nth-of-type(odd) .img::after {
  background-color: #ececf1;
}
#service_main .col-md-5:nth-of-type(even) .img::after {
  background-color: #dbf1f9;
}
.top_link_btn{
  margin-bottom: 40px;
  text-align: center;
}
.top_link_btn a{
  display: inline-block;
  padding-block: 5px;
  width: 80%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  transition: .2s;
  box-shadow: 0 0 5px #00000042;
}
.top_link_btn.ptt01 a{
  background: #6052b8;
}
.top_link_btn.ptt02 a{
  background: #3c9bbe;
}
.top_link_btn a:hover{
  opacity: .5;
}

@media (max-width: 767.98px) {
  #service_main h3 {
    font-size: 1.4rem;
  }
  #service_main h3 span {
    font-size: 0.8rem;
  }
}

/*=========================================
01 サービス→私たちについてに変更(21.8)
=========================================*/
.bg_lightblue {
  background-color: #effaff;
} /*#effaff;*/
.bg_lightpurple {
  background-color: #efeef3;
}

#con1 .ttlpostion,
#con3 .ttlpostion {
  margin: -40px 0 0 -60px;
}
#con1 .ttl_line,
#con1 .btnpostion,
#con3 .ttl_line,
#con3 .btnpostion {
  margin-top: -40px;
}

#trading_company h4 {
  font-weight: bold;
}
#trading_company ul li {
  list-style: inside;
  font-size: 0.7rem;
}

@media (min-width: 768px) {
  #con1 .bg_lightblue,
  #con3 .bg_lightblue {
    padding: 0 40px 0 50px;
  }
  #con3 .bg_lightblue {
    background-color: inherit;
    position: relative;
  }
  #con3 .bg_lightblue:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    height: 100%;
    width: 80vw;
    background-color: #effaff;
  }

  #con1 {
    /*position: relative; height: 40vw;*/
    width: 100%;
  }
  #con3 {
    /*position: relative; height: 30vw;*/
    width: 100%;
  }
  #con1 .container_a,
  #con3 .container_a {
    /*position: absolute ; right:0; width: 90vw;*/
    margin-left: 10vw;
  }
}

@media (min-width: 992px) {
  #con1 {
    /*position: relative; height: 50vw; width: 100%;*/
  }
  #con3 {
    /*position: relative; height: 30vw;*/
    width: 100%;
  }
  #con3 .ttl_line {
    padding-left: 70px;
  }
  #con1 .bg_lightblue,
  #con3 .bg_lightblue {
    margin: 0 0 0 -50px;
  }
  #con3 .col-sm-5.col-12 img {
    margin-top: -50px;
  }
  #con3 .bg_lightblue {
    padding-left: 100px;
    padding-right: 10vw;
  }
  #con1 .bg_lightblue,
  #con3 .bg_lightblue {
    padding: 0 40px 0 80px;
  }
}
/*iPad mini*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /*#con1{ height: 90vw; }
  #con3{ height: 70vw; }*/
  #con1 .bg_lightblue,
  #con3 .bg_lightblue {
    margin-left: -50px;
  }
  #con1 .col-sm-5.col-12 img,
  #con3 .col-sm-5.col-12 img {
    margin-left: 0;
  }
  #con3 .col-sm-5.col-12 img {
    margin-top: -50px;
  }
  #con1 .ttlpostion,
  #con3 .ttlpostion {
    margin-left: -60px;
  }
}
@media (max-width: 767.98px) {
  #con1 .col-sm-5.col-12 img,
  #con3 .col-sm-5.col-12 img {
    margin-top: -20px;
    margin-left: 5vw;
  }
  #con1 .bg_lightblue,
  #con3 .bg_lightblue {
    padding: 0 5vw 0 10vw;
  }
  #con1 .ttlpostion,
  #con3 .ttlpostion {
    margin: 0;
  }
  #con1 .sec01-inner,
  #con3 .sec01-inner {
    margin: 30px 0 0 0;
  }
  #con1 .col-sm-5.col-12,
  #con3 .col-sm-5.col-12 {
    z-index: 10;
  }
  .container_a.pt50 {
    padding-top: 50px;
  }
}

@media (max-width: 575.98px) {
  #con1 .container,
  #con3 .container {
    padding: 0;
  }
  #con1 .col-sm-5.col-12,
  #con3 .col-sm-5.col-12 {
    z-index: 10;
  }
  #con1 .col-sm-5.col-12 img,
  #con3 .col-sm-5.col-12 img {
    padding: 0;
    width: 40%;
    z-index: 10;
  }
  #con1 .sec01-inner,
  #con3 .sec01-inner {
    margin: -120px 0 0 0;
  }
  #con1 .ttl_line,
  #con3 .ttl_line {
    margin-left: 45%;
    margin-right: 0.8rem;
    line-height: 1.8;
  }
}

#con2 .bg_lightpurple,
#con4 .bg_lightpurple {
  padding-left: 10vw;
}
#con2 .sec02-inner,
#con4 .sec02-inner {
  margin: -50px 0 0 -50px;
}
#con2 .ttlpostion,
#con4 .ttlpostion {
  margin: -40px 0 0 -50px;
}
#con2 .ttl_line,
#con2 .btnpostion,
#con4 .ttl_line,
#con4 .btnpostion {
  margin-top: -30px;
}
@media (min-width: 768px) {
  #con2 .bg_lightpurple,
  #con4 .bg_lightpurple {
    background-color: inherit;
    position: relative;
  }
  #con2 .bg_lightpurple:after,
  #con4 .bg_lightpurple:after {
    position: absolute;
    top: 0;
    left: -10vw;
    z-index: -1;
    content: "";
    height: 100%;
    width: 80vw;
    background-color: #efeef3;
  }
}
@media (min-width: 992px) {
  #con2 {
    width: 100%;
    padding-top: 100px;
  }
  #con4 {
    /*position: relative; height: 40vw;*/
    width: 100%;
  }
  #con2 .container_a,
  #con4 .container_a {
    /*position: absolute ; left:10vw; width: 90vw;*/
  }
}
@media (max-width: 991.98px) {
  #con2 {
    padding-top: 50px;
  }
  #con2 .bg_lightpurple,
  #con4 .bg_lightpurple {
    padding-right: 5vw;
  }
}
@media (max-width: 575.98px) {
  #con2 .container_a,
  #con4 .container_a {
    padding: 0;
    position: relative;
  }
  #con2 .col-sm-5.col-12,
  #con4 .col-sm-5.col-12 {
    z-index: 10;
  }
  #con2 .sec02-inner,
  #con4 .sec02-inner {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -15px;
    text-align: right;
  }
  #con2 .col-sm-5.col-12 img,
  #con4 .col-sm-5.col-12 img {
    padding: 0;
    width: 40%;
    height: auto;
    z-index: 10;
  }
  #con2 .ttl_line,
  #con4 .ttl_line {
    margin-left: 45%;
    line-height: 1.8;
    font-size: 1.3rem;
  }
  #con2 .bg_lightpurple,
  #con4 .bg_lightpurple {
    padding: 1rem;
  }
  #con2 .sec01-inner,
  #con4 .sec01-inner {
    margin: -120px 0 0 0;
  }
}

/*=========================================
02 ギャラリー
=========================================*/
#gallery {
  position: relative;
}
#gallery .gallery_txt {
  position: absolute;
  left: 0;
  z-index: -999;
}

#gallery ul {
  padding-left: 0;
}
#gallery ul li {
  width: 16.6666666667%;
}
#gallery ul li.text-center img {
  margin: 4vw auto 10px;
}

@media (max-width: 575.98px) {
  #gallery ul li {
    width: 25%;
  }
}
@media (max-width: 991.98px) {
  #gallery ul li.text-center {
    width: 100%;
    display: block;
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #gallery ul li.text-center img {
    margin: 2vw auto 10px;
  }
}

/*=========================================
03 流れ
=========================================*/
.border_gray {
  border-top: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
}
.border-gray {
  border-color: #ddd !important;
}
.border_gray-y {
  border-right: #ddd !important;
  border-left: #ddd !important;
}
.border_blue-t {
  border-top: #72a7ba 1px solid;
}

#flow {
  position: relative;
}
#flow .flow_txt {
  position: absolute;
  left: 0;
  z-index: -999;
}

#flow h3 {
  padding: 1rem 0;
  color: #72a7ba;
  font-size: 1.4rem;
}
#flow h3 span {
  font-size: 1.7rem;
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
#flow h3 span:after {
  content: "";
  position: absolute;
  right: 15px;
  top: -10px;
  height: 60px;
  border-right: #72a7ba 1px solid;
}
#flow .container {
  overflow: hidden;
  z-index: 10;
}
#flow .container > .row > div {
  z-index: 999;
}
#flow .border_l01,
#flow .border_l02,
#flow .border_r01,
#flow .border_r02,
#flow .img_ov {
  position: relative;
}
#flow .border_l01:after {
  content: "";
  position: absolute;
  left: 8.333333%;
  top: 0;
  height: 2000px;
  border-right: #ddd 1px solid;
  z-index: 1;
}
#flow .border_r01:before {
  content: "";
  position: absolute;
  left: 91.666667%;
  top: 0;
  height: 1000px;
  border-right: #ddd 1px solid;
  z-index: 1;
}
#flow .border_l02:after {
  content: "";
  position: absolute;
  left: 8.333333%;
  top: 0;
  height: 2000px;
  border-right: #ddd 1px solid;
  z-index: 1;
}
#flow .border_r02:before {
  content: "";
  position: absolute;
  left: 91.666667%;
  bottom: 0;
  height: 2000px;
  border-right: #ddd 1px solid;
  z-index: 1;
}
#flow #img01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 17%;
  height: auto;
}
#flow #img02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17%;
  height: auto;
}

/*=========================================/
04 料金プラン
=========================================*/
#plan{
  padding-top: 30px;
}
#plan h2{
  padding-top: 20px;
}
#plan h2,
#plan h3,
#plan h4,
#plan p {
  /*opacity: 0;
  transform: translateX(-100%);*/
}
.fade_right {
  animation: fadeslide 1s ease 0s 1 forwards;
  opacity: 0;
}
.fade_right01 {
  animation: fadeslide 2s ease 0.5s 1 forwards;
  opacity: 0;
}
.fade_right02 {
  animation: fadeslide 2s ease 1s 1 forwards;
  opacity: 0;
}
.fade_right03 {
  animation: fadeslide 2s ease 1.5s 1 forwards;
  opacity: 0;
}
.fade_right04 {
  animation: fadeslide 2s ease 2s 1 forwards;
  opacity: 0;
}
.fade_right05 {
  animation: fadeslide 2s ease 2.5s 1 forwards;
  opacity: 0;
}
.fade_right06 {
  animation: fadeslide 2s ease 3s 1 forwards;
  opacity: 0;
}
.fade_right07 {
  animation: fadeslide 2s ease 3.5s 1 forwards;
  opacity: 0;
}
.fade_right08 {
  animation: fadeslide 2s ease 4s 1 forwards;
  opacity: 0;
}

@keyframes fadeslide {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

#plan {
  position: relative;
}
#plan .plan_con {
  margin-top: 20px;
  background: url(image/plan_txt.png) no-repeat bottom left / 9% auto #efeef3;
  width: 90vw;
  padding: 3rem 3rem 3rem 10vw;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #plan .plan_con h4{
    max-width: 450px;
  }
}

#planimage {
  position: absolute;
  top: 100px;
  right: 0;
  width: 30vw;
}
#plan h3 {
  font-size: 1.2rem;
  padding: 15px 0 10px;
  color: #504882;
}
#plan p {
  position: relative;
  padding: 10px 30px;
}
#plan p:before {
  position: absolute;
  content: "";
  background: url(image/line.png);
  background-size: contain;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  z-index: 1;
}
#plan p.none {
  padding: 10px 0;
}
#plan p.none:before {
  background: none;
}

#plan_single_object {
  border: #efeef3 5px solid;
  box-sizing: border-box;
}
#plan_single_person {
  border: #d0ebf7 5px solid;
  box-sizing: border-box;
}
.plan_single {
  padding: 2rem;
  margin: 2rem;
}
.plan_single ul li {
  margin: 1rem 1rem 1rem 50px;
  position: relative;
}
.plan_single ul li:before {
  position: absolute;
  top: 10px;
  left: -35px;
  content: "";
  height: 3px;
  width: 20px;
  background: #9b94ca;
}
.plan_single ul li span.color {
  color: #504882;
  font-weight: bold;
}

#plan_single_person h3 {
  color: #006e9e;
}

@media (max-width: 767.98px) {
  #plan .plan_con {
    background: url(image/plan_txt.png) no-repeat bottom right / 15% auto #efeef3;
    width: 100%;
    padding: 3rem 3rem 8rem 10vw;
  }
  #plan p {
    padding: 10px 0 10px 30px;
  }
  #plan p span {
    display: block;
    margin-left: -1rem;
  }
  #planimage {
    position: static;
    width: 60vw;
    margin: -5rem auto 0;
  }

  #plan_single_object ul li span {
    display: block;
  }
  #plan_single_person ul li span {
    line-height: 1.5rem;
    display: inline-block;
  }
  .plan_single {
    border: #efeef3 3px solid;
    box-sizing: border-box;
    padding: 1rem;
    margin: 2rem 0;
  }
  .plan_single ul li span.md_font {
    font-size: 0.9rem;
  }
}

/*=========================================/
05 プロフィール
=========================================*/
#profile {
  position: relative;
}
#profile .container h2 {
  z-index: 999;
}
#profile .profile_con h3 {
  font-size: 1.5rem;
}
#profile .profile_con .sns .roma {
  color: #909090;
  font-weight: 400;
  font-size: 2rem;
}
#profile .profile_con .sns .sns_btn img {
  width: 20px;
  height: 20px;
  margin: 5px 15px;
}
#profile .profile_con #img02 {
  z-index: -9999;
}
@media (min-width: 768px) {
  #profile h2 {
    margin-left: 7vw;
  }
  #profile #img01 {
    width: 10%;
    position: absolute;
    top: 45px;
    left: 18vw;
    z-index: -1;
  }
  #profile .profile_con .sns {
    position: absolute;
    top: -30px;
    right: 10vw;
  }
  #profile .profile_con {
    position: relative;
    width: 80vw;
    margin-left: 20vw;
    padding: 3rem 8rem 0;
    z-index: -999;
  }
  #profile .profile_con:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 500px;
    background: #e6f8ff;
    z-index: -9999;
  }
  #profile .profile_con #img02 {
    position: absolute;
    left: -20vw;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  #profile #img01 {
    width: 20%;
    margin: 0 auto;
  }
  #profile .profile_con {
    text-align: center;
  }
  #profile .profile_con {
    position: relative;
    z-index: -999;
  }
  #profile .profile_con:after {
    position: absolute;
    top: -30px;
    left: 15vw;
    content: "";
    width: 100%;
    height: 500px;
    background: #e6f8ff;
    width: 85vw;
    z-index: -9999;
  }
  #profile .profile_con #img02 {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #profile .profile_con .mb-5.pl-lg-5.text-left {
    margin-left: 20vw;
  }
}

@media (min-width: 992px) {
  #profile .container .opacity {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  #profile .container .opacity {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 40px;
  }
  #profile #img01 {
    left: 16vw;
  }
}

/*=========================================/
06 会社概要
=========================================*/
#company {
  position: relative;
}
#company .company_txt {
  position: absolute;
  top: 20vw;
  right: 0;
  z-index: -999;
}
#company .bg_lightpurple {
  /*position: relative; top:-40px; margin-top: -40px;*/
}
#company table th,
#company table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 0.85rem;
}
#company table th {
  font-weight: bold;
  width: 30%;
  vertical-align: top;
}
#company table td img {
  max-width: 200px;
}
#company h3.text-center {
  color: #7670a0;
  font-size: 1.7rem;
}
#company .btnpostion {
  margin-top: -2rem;
}

/*=========================================/
footer
=========================================*/
footer {
  background: url(image/footer_bg.jpg) repeat-y bottom center;
  background-size: cover;
  padding-bottom: 100px;
}
footer h3 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}
footer ul li a {
  display: inline-block;
}
footer ul li p {
  font-size: 0.85rem;
  margin-bottom: 2rem;
  margin: 0 0 1rem 1rem;
}
footer #footer_container {
  padding: 20px 10vw;
  border-bottom: 1px solid #fff;
  background: -moz-linear-gradient(top, #fff, rgba(255, 255, 255, 0.8));
  background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0.8));
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.8));
  box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.3);
}
#copy {
  background: #2c282d;
  font-size: 0.8rem;
}

.google-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 575.98px) {
  footer h2 img {
    margin: 0 auto;
  }
  footer a.tel {
    display: block;
    background: #fff;
    border: #999 1px solid;
    text-align: center;
  }
  #copy {
    margin-bottom: 51px;
  }
}

.fixed-bottom {
  font-size: 0.85rem;
  padding: 0;
}
.fixed-bottom table {
  width: 100%;
}
.fixed-bottom table td {
  text-align: center;
  vertical-align: middle;
}
.fixed-bottom table .col1 {
  width: 37%;
}
.fixed-bottom table .col2 {
  width: 43%;
}
.fixed-bottom table .col3 {
  width: 20%;
}
.fixed-bottom table .col2 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.fixed-bottom table .col1 {
  position: relative;
}
.fixed-bottom table .col1 .ion {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 1.5rem;
}
.fixed-bottom table .col1 a {
  padding-left: 45px;
  color: #fff;
  line-height: 1.3;
}

.fixed-bottom table .col2 a {
  color: #f5e3ff;
}
.fixed-bottom table .col3 a {
  font-size: 2rem;
  line-height: 1;
}

.fixed-bottom a {
  display: block;
  width: 100%;
  background: #32383b;
  padding: 10px 0;
  height: 50px;
}
.fixed-bottom a:hover {
  background: #7670a0;
}

/*=========================================
スクロールアクション
=========================================*/
/* 基本のスタイル */
.foo.delighter {
  transition: all 0.3s ease-out;
  transform: translateX(-100%);
  opacity: 0;
}

/* スタート時のスタイル */
.foo.delighter.started {
  transform: none;
  opacity: 1;
}

/* エンド時のスタイル */
.foo.delighter.started.ended {
  border: solid red 10px;
}

.delighter.right {
  transform: translate(-100%);
  opacity: 0;
  transition: all 0.75s ease-out;
}
.delighter.right.started {
  transform: none;
  opacity: 1;
}

.delighter.right02,
.delighter.right02_2 {
  transform: translate(10%);
  opacity: 0;
  transition: all 1s ease-out;
}
.delighter.right02.started {
  transform: none;
  transition: all 1s ease-out 0.3s;
  opacity: 1;
}
.delighter.right02_2.started {
  transform: none;
  transition: all 0.7s ease-out 0.7s;
  opacity: 1;
}

.delighter.left {
  transform: translate(100%);
  opacity: 0;
  transition: all 0.75s ease-out;
}
.delighter.left.started {
  transform: none;
  opacity: 1;
}

.delighter.bottom {
  transform: translatey(30%);
  opacity: 0;
  transition: all 1s ease-out;
}
.delighter.bottom.started {
  transform: none;
  transition: all 1s ease-out 0.3s;
  opacity: 1;
}

.delighter.fadein {
  transform: translatey(0);
  opacity: 0;
  transition: all 1s ease-out;
}
.delighter.fadein.started {
  transform: none;
  transition: all 1s ease-out 1s;
  opacity: 1;
}

.delighter li {
  opacity: 0;
  transform: translatey(400%);
  transition: all 0.7s ease-out;
}
.delighter.started li {
  opacity: 1;
  transform: none;
}
.delighter.started li:nth-child(1) {
  transition: all 0.7s ease-out 0.1s;
}
.delighter.started li:nth-child(2) {
  transition: all 0.7s ease-out 0.3s;
}
.delighter.started li:nth-child(3) {
  transition: all 0.7s ease-out 0.5s;
}
.delighter.started li:nth-child(4) {
  transition: all 0.7s ease-out 0.7s;
}
.delighter.started li:nth-child(5) {
  transition: all 0.7s ease-out 0.9s;
}
.delighter.started li:nth-child(6) {
  transition: all 0.7s ease-out 1.1s;
}
.delighter.started li:nth-child(7) {
  transition: all 0.7s ease-out 1.3s;
}

.delighter pre {
  display: block;
  transition: all 2s ease-out;
  opacity: 0;
  padding: 20px 0;
  width: 1px;
  overflow: hidden;
}
.delighter.started pre {
  max-width: 99999px;
  width: 100%;
  opacity: 1;
}
.delighter .box {
  transition: all 1s ease-out;
}
.delighter .box:nth-child(1) {
  transform: translate(-100%, 0);
}
.delighter .box:nth-child(2) {
  transform: translate(170%, -70%);
}
.delighter .box:nth-child(3) {
  transform: translate(20%, 0%);
}

.delighter.started .box:nth-child(1) {
  transform: translate(0, 0);
}
.delighter.started .box:nth-child(2) {
  transform: translate(70%, -70%);
}
.delighter.started .box:nth-child(3) {
  transform: translate(20%, -120%);
}

/*=========================================
ボタンデザイン
=========================================*/
@import "https://fonts.googleapis.com/css?family=Comfortaa:300,400,700&subset=cyrillic,cyrillic-ext,latin-ext";

.btn02 {
  color: #fff;
  background: #32383b /*transparent*/;
  border-width: 1px;
  border-style: solid;
  border-color: #454545;
  position: relative;
  margin: 1em;
  display: inline-block;
  padding: 0.5em 3em;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
}
.btn02:before,
.btn02:after {
  content: "";
  display: block;
  position: absolute;
  border-color: #454545;
  box-sizing: border-box;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}
.btn02:before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
  z-index: 5;
}
.btn02:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}
.btn02:hover:before,
.btn02:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #8777b1;
}
.btn02:hover {
  color: #fff;
  background-color: #8577af;
  border-color: #8577af;
  text-decoration: none;
}
.panel {
  max-width: 960px;
  text-align: center;
  position: relative;
  margin: auto;
}

.plan2 {
  margin-top: -30px;
}
/*.plan2 .btn02{ left:0; right: 0; margin: auto; }*/

/*=========================================
hoverエフェクト
=========================================*/
#gallery figure {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
#gallery figure:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

/*=========================================
contact
=========================================*/
#contact h3{
  font-size: 1.2rem;
    padding-top: .5rem;
}
#contact .btn{
  background: #8577af;
  color: #fff;
  box-shadow: 1px 2px 5px #ddd;
  transition: .5s;
}

#contact .link_back{
  border: none;
  padding: 0.2rem 1rem;
  transition: .5s;
}
#contact .btn:hover,
#contact .btn:active,
#contact .link_back:hover,
#contact .link_back:active{
  opacity: .5;
}


/*=========================================
ローディング画面
=========================================*/
/********************
loading effects
********************/
.loadingAnim {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.loadingAnim:before,
.loadingAnim:after {
  line-height: 1;
  position: fixed;
  z-index: 99;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  content: " ";
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition-delay: 0.3s;
  background-color: #efeef3;
}
.loadingAnim:before {
  top: 0;
}
.loadingAnim:after {
  bottom: 0;
}

.loaded .loadingAnim:before {
  height: 0;
  -webkit-transform: translateY(-1%);
  -ms-transform: translateY(-1%);
  transform: translateY(-1%);
}
.loaded .loadingAnim:after {
  height: 0;
  -webkit-transform: translateY(1%);
  -ms-transform: translateY(1%);
  transform: translateY(1%);
}

@-moz-keyframes left {
  0% {
    -moz-transform: translate(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0);
    opacity: 1;
  }
}
@-webkit-keyframes left {
  0% {
    -webkit-transform: translate(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
    opacity: 1;
  }
}
@keyframes left {
  0% {
    transform: translate(50px);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
#loading_img {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  margin: auto;
  width: 200px;
  height: 100px;
  transition: all 0.7s cubic-bezier(0, 0, 0.58, 1) 0s;
  transition-delay: 0.3s;
}
#loading_img #loading01,
#loading_img #loading02 {
  display: inline-block;
}
#loading_img #loading01 {
  width: 50px;
  height: auto;
  -webkit-animation: left 1s ease-out forwards;
  -moz-animation: left 1s ease-out forwards;
  animation: left 1s ease-out forwards;
}
#loading_img #loading02 {
  width: 80px;
  height: auto;
  -webkit-animation: left 1.5s ease-out forwards;
  -moz-animation: left 1.5s ease-out forwards;
  animation: left 1.5s ease-out forwards;
}

@-moz-keyframes right {
  0% {
    -moz-transform: translate(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(50px);
    opacity: 0;
  }
}
@-webkit-keyframes right {
  0% {
    -webkit-transform: translate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(50px);
    opacity: 0;
  }
}
@keyframes right {
  0% {
    transform: translate(0);
    opacity: 1;
  }
  100% {
    transform: translate(50px);
    opacity: 0;
  }
}
.loaded #loading_img {
  /*overflow: hidden;
    height: 0;*/
  /*-webkit-animation: right 1s ease-in-out forwards;
    -moz-animation: right 1s ease-in-out forwards;
    animation: right 1s ease-in-out forwards;*/
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}


/*無限横スクロール*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 1.2);
}
.scroll-infinity__item>img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .scroll-infinity__item {
    width: calc(100vw / .6);
  }
}

/*=========================================
下層ページ：ギャラリー
=========================================*/
.gallery_navi{
  gap: 50px;
  margin-bottom: 50px;
}
.gallery_navi > div{
  width: 50%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .gallery_navi > div{
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}


.gallery_navi a{
  display: inline-block;
  width: 80%;
  padding-block: 10px;
}
.gallery_navi a.pho{
  background-color: #bdbad0;
}
.gallery_navi a.mov{
  background-color: #dbf1f9;
}
.gallery_navi a.pho:hover{
    color: #fff;
    background-color: #6052b8;
}
.gallery_navi a.mov:hover{
    color: #fff;
    background-color: #3c9bbe;
}
#gallery h3{
  font-weight: bold;
  color: #6d5ca4;
}
#gallery h3.mov_h3{
  font-weight: bold;
  color: #3c9bbe;
}
#gallery .col-md-6 ul li{
  width: 33.3333%;

}
.mt-06{
  margin-top: 6rem;
}
@media (max-width: 767.98px) {
  .mt-mt-06{
    margin-top: 6rem;
  }
}

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