@charset "utf-8";

html, body, div, 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, input {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body {
	margin: 0;
	font-size: 16px;
	color: #363636;
	font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

h1, h2, h3, h4, p {
  margin: 0;
  line-height: 1em;
}

ul,  li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  align-items: center;
}

.pc_obj {
  display: none;
}

.web_font {
  transform: rotate(0.05deg);
}

.container {
  max-width: calc(1280px + 20px * 2);
  padding: 50px 20px;
  margin: 0 auto;
}


div.link_area {
  margin-top: 16px;
  width: 100%;
  position: relative;
}

div.link_area.demomovie {
  margin-top: 70px;
}

div.link_area::after {
  position: absolute;
  display: block;
  content: '';
  background-image: url(../../img/icon_link_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 18px;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

div.link_area a {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  background: #f7931e;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

div.link_area.demomovie a {
  background: #8cc63f;
}

div.link_area a::before {
  position: absolute;
  content: '';
  background: #3ec46d;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 0.4s linear;
}

div.link_area.demomovie a::before {
  position: absolute;
  content: '';
  background: #009fda;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 0.4s linear;
}

div.link_area a:hover {
  opacity: 1;
}

div.link_area a:hover::before {
  transform: none;
}

div.h2_area {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}

h2.h2_ttl {
  display: inline-block;
  color: #00418f;
  text-align: center;
  font-size: 18px;
  padding: 4px;
  font-weight: 700;
}

h3.h3_ttl {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 32px;
}

p.conts_txt {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 13px;
  margin-top: 32px;
  line-height: 2.2;
  letter-spacing: -0.8px;
}

@media (min-width: 769px) {
  .pc_obj {
    display: block;
  }

  .sp_obj {
    display: none;
  }

  .container {
    padding: 150px 20px;
  }

  div.link_area {
    margin: 32px auto 0;
    width: 42%;
  }

  div.link_area::after {
    width: 24px;
    height: 24px;
    right: 16px;
  }
  
  div.link_area a {
    display: inline-block;
    width: 100%;
    padding: 16px 0;
    text-align: center;
    background: #f7931e;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 700;
  }

  h2.h2_ttl {
    font-size: 48px;
    padding: 16px;
  }
  
  h3.h3_ttl {
    font-size: 24px;
    margin-top: 64px;
  }
  
  p.conts_txt {
    font-size: 16px;
    margin: 64px 0;
    line-height: 2.2;
    letter-spacing: 0;
  }
}

/* --mv-- */

/*
main.gaia_lp {
  width: 100%; 
}

main.gaia_lp section.gaia_mv {
  width: 100%;
  background: #00418f;
  background-image: url(../../img/bg_mv_sp.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

main.gaia_lp section.gaia_mv div.mv_container {
  max-width: calc(10800px + 20px * 2);
  margin: 0 auto;
  padding: 46px 20px;
}

main.gaia_lp section.gaia_mv div.mv_container h1.h1_ttl {
  width: 43%;
  margin: 0 auto;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area {
  width: 100%;
  margin-top: 20px;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area p.txt01 {
  display: inline-block;
  font-size: 30px;
  color: #00418f;
  font-weight: 700;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area div.txt01_wrap {
  background: #fff;
		width: fit-content;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area div.txt01_wrap + div.txt01_wrap {
  margin-top: 4px;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area p.txt02 {
  margin-top: 8px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area {
  width: 100%;
}

@media (min-width: 769px) {
  
  main.gaia_lp section.gaia_mv {
    background-image: url(../../img/bg_mv_pc.png);
  }
  
  main.gaia_lp section.gaia_mv div.mv_container {
    padding: 144px 50px;
  }
  
  main.gaia_lp section.gaia_mv div.mv_container h1.h1_ttl {
    width: 200px;
    margin: 0;
    margin-right: auto;
    margin-bottom: 30px;
  }
  
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap {
    flex-direction: row;
    gap: 4px;
  }
  
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area {
    width: calc((100% - 4px) /2);
    margin-top: 4px;
  }
  
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area p.txt01 {
    display: inline-block;
    font-size: 52px;
    color: #00418f;
     background: #fff; 
    font-weight: 700;
  }
  
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area div.txt01_wrap + div.txt01_wrap {
    margin-top: 8px;
  }
  
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area p.txt02 {
    margin-top: 16px;
    font-size: 32px;
  }
  
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area 
  div.link_area {
    margin: 32px 0 0;
    width: 79%;
  }
  
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area {
    width: calc((100% - 4px) / 2);
  }
}
*/

/* --change-- */

main.gaia_lp section.change {
  width: 100%;
  background: #00418f;
}

main.gaia_lp section.change div.change_flow {
  width: 100%;
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 64px;
}

main.gaia_lp section.change div.change_flow div.flow_item {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  padding: 16px 0;
  position: relative;
}

main.gaia_lp section.change div.change_flow div.flow_item::before {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 88px;
  height: 88px;
  right: 16px;
  bottom: -16px;
}

main.gaia_lp section.change div.change_flow div.flow_item01::before {
  background-image: url(../../img/txt_change01.png);
}

main.gaia_lp section.change div.change_flow div.flow_item02::before {
  background-image: url(../../img/txt_change02.png);
}

main.gaia_lp section.change div.change_flow div.flow_item03::before {
  background-image: url(../../img/txt_change03.png);
}

main.gaia_lp section.change div.change_flow div.flow_item04::before {
  background-image: url(../../img/txt_change04.png);
}

main.gaia_lp section.change div.change_flow div.flow_item::after {
  position: absolute;
  display: block;
  content: '';
  background-image: url(../../img/icon_change_arrow_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 16px;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -32px;
  transform: translateY(50%);
}

main.gaia_lp section.change div.change_flow div.flow_item:last-child:after {
  background-image: none;
}

main.gaia_lp section.change div.change_flow div.flow_item h4.h4_ttl {
  width: 100%;
  background: #00418f;
  color: #fff;
  text-align: center;
  padding: 8px 0;
}

main.gaia_lp section.change div.change_flow div.flow_item a.img_area {
  width: 80%;
  margin: 32px auto;
}

main.gaia_lp section.change div.change_flow div.flow_item p.flow_txt {
  width: 85%;
  margin: 32px auto 0;
  line-height: 2;
}
main.gaia_lp section.change strong {
	color: #fff;
}

@media (min-width: 769px) {
  
  main.gaia_lp section.change div.change_flow {
    flex-direction: row;
    gap: 44px;
  }
  
  main.gaia_lp section.change div.change_flow div.flow_item {
    width: calc((100% - 44px * 3) / 4);
    margin: 0;
  }
  
  main.gaia_lp section.change div.change_flow div.flow_item::before {
    width: 124px;
    height: 124px;
    right: 16px;
    bottom: -16px;
  }
  
  main.gaia_lp section.change div.change_flow div.flow_item::after {
    background-image: url(../../img/icon_change_arrow_pc.png);
    width: 22px;
    height: 38px;
    right: -22px;
    left: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    transform: none;
    transform: translateX(50%);
  }
  
  main.gaia_lp section.change div.change_flow div.flow_item:last-child:after {
    background-image: none;
  }
  
  main.gaia_lp section.change div.change_flow div.flow_item h4.h4_ttl {
    width: 100%;
    background: #00418f;
    color: #fff;
    text-align: center;
    padding: 8px 0;
  }
  
  main.gaia_lp section.change div.change_flow div.flow_item a.img_area {
    width: 80%;
    margin: 16px auto;
  }
  
  main.gaia_lp section.change div.change_flow div.flow_item p.flow_txt {
    width: 85%;
    margin: 16px auto 0;
    line-height: 2;
  }
		main.gaia_lp section.change .container {
	padding-top: 55px;
}
}

/* --technology-- */

main.gaia_lp section.technology {
  width: 100%;
}

main.gaia_lp section.technology div.container {
  padding: 80px 20px;
}

main.gaia_lp section.technology div.h2_area {
  background: #00418f;
}

main.gaia_lp section.technology h2.h2_ttl {
  /* background: #00418f; */
  color: #fff;
}

main.gaia_lp section.technology h3.h3_ttl {
  color: #00418f;
}

main.gaia_lp section.technology p.conts_txt {
  color: #363636;
  margin: 64px 0 0;
}

main.gaia_lp section.technology p.conts_txt strong {
  background: linear-gradient(transparent 40%, #f9f7b2 60%);
}

@media (min-width: 769px) {

  main.gaia_lp section.technology div.container {
    padding: 160px 20px;
  }
}

/* --movie-- */

main.gaia_lp section.movie {
  width: 100%;
  background: rgba(0, 159, 218, 0.2);
}

main.gaia_lp section.movie div.container {
  position: relative;
  padding-top: 164px;
}

main.gaia_lp section.movie div.container div.youtube_area {
  position: absolute;
  width: 90%;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  transform: translateY(-20%);
}

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

@media (min-width: 769px) {
  
  main.gaia_lp section.movie div.container {
    position: relative;
    /* padding-top: 368px; */
    padding: 330px 20px 76px;
  }
  
  main.gaia_lp section.movie div.container div.youtube_area {
    position: absolute;
    width: 54%;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    transform: translateY(-20%);
  }
}

/* --features-- */

main.gaia_lp section.features {
  width: 100%;
}

main.gaia_lp section.features div.h2_area {
  background: #00418f;
}

main.gaia_lp section.features h2.h2_ttl {
  color: #fff;
}

main.gaia_lp section.features div.features_wrap {
  width: 100%;
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}

main.gaia_lp section.features div.features_wrap div.feature_item {
  width: 100%;
  padding: 32px 16px;
  background: #f2f2f2;
  border-radius: 8px;
}

main.gaia_lp section.features div.features_wrap div.feature_item div.img_area {
  width: 100%;
}

main.gaia_lp section.features div.features_wrap div.feature_item div.h4_area {
  width: 100%;
  text-align: center;
}

main.gaia_lp section.features div.features_wrap div.feature_item div.h4_area h4.h4_ttl {
  display: inline-block;
  margin: 20px 0 0;
  padding: 4px 8px;
  background: #000;
  color: #fff;
}

main.gaia_lp section.features div.features_wrap div.feature_item p.feature_txt {
  margin-top: 16px;
  line-height: 2;
  font-size: 13px;
}

main.gaia_lp section.features div.link_area {
  margin-top: 40px;
}

@media (min-width: 769px) {
  
  main.gaia_lp section.features div.container {
    padding: 150px 20px 76px;
  }

  main.gaia_lp section.features div.features_wrap {
    margin-top: 100px;
    flex-direction: row;
    gap: 32px;
  }

  main.gaia_lp section.features div.features_wrap div.feature_item {
    width: calc((100% - 32px * 2) / 2);
    padding: 24px;
    display: flex;
    flex-direction: column;
  }

  main.gaia_lp section.features div.features_wrap div.feature_item div.img_area {
    margin-bottom: 24px;
  }
  
  main.gaia_lp section.features div.features_wrap div.feature_item div.txt_area {
    margin-top: auto;
  }

  main.gaia_lp section.features div.features_wrap div.feature_item div.h4_area h4.h4_ttl {
    margin: 16px 0 0;
    padding: 4px 8px;
    font-size: 24px;
  }
  
  main.gaia_lp section.features div.features_wrap div.feature_item p.feature_txt {
    margin-top: 20px;
    line-height: 2;
    font-size: 14px;
  }
  
  main.gaia_lp section.features div.link_area {
    margin-top: 64px;
  }
}

/* --reasons-- */

main.gaia_lp section.reasons {
  width: 100%;
  background: rgba(0, 159, 218, 0.2);
}

main.gaia_lp section.reasons div.h2_area {
  background: #00418f;
}

main.gaia_lp section.reasons h2.h2_ttl {
  color: #fff;
}

main.gaia_lp section.reasons h3.h3_ttl {
  color: #00418f;
}

main.gaia_lp section.reasons div.reasons_wrap {
  width: 100%;
  margin-top: 24px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}

main.gaia_lp section.reasons div.reasons_wrap a.reason_item {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  /* overflow: hidden; */
}

main.gaia_lp section.reasons div.reasons_wrap a.reason_item div.photo_area {
  width: 100%;
  /* overflow: hidden; */
}

main.gaia_lp section.reasons div.reasons_wrap a.reason_item div.txt_area {
  padding: 20px;
}

main.gaia_lp section.reasons div.reasons_wrap a.reason_item div.txt_area h4.h4_ttl {
  font-size: 13px;
  color: #00418f;
  /* font-weight: 700; */
  font-weight: 700;
}

main.gaia_lp section.reasons div.reasons_wrap a.reason_item div.txt_area p.reason_txt {
  margin-top: 16px;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 1.4px;
  color: #363636;
}

@media (min-width: 769px) {
  
  main.gaia_lp section.reasons div.reasons_wrap {
    margin-top: 48px;
    flex-direction: row;
    gap: 32px;
  }
  
  main.gaia_lp section.reasons div.reasons_wrap a.reason_item {
    width: calc((100% - 32px * 2) / 3);
    margin: 0;
    /* display: flex;
    flex-direction: column; */
  }
  
  main.gaia_lp section.reasons div.reasons_wrap a.reason_item div.txt_area {
    /* margin-top: auto; */
    /* display: flex;
    flex-direction: column; */
  }
  
  main.gaia_lp section.reasons div.reasons_wrap a.reason_item div.txt_area h4.h4_ttl {
    font-size: 18px;
  }
  
  main.gaia_lp section.reasons div.reasons_wrap a.reason_item div.txt_area p.reason_txt {
    margin-top: 16px;
    /* margin-top: auto; */
    font-size: 14px;
  }
}

/* --faq-- */

main.gaia_lp section.faq {
  width: 100%;
}

main.gaia_lp section.faq div.h2_area {
  background: #00418f;
}

main.gaia_lp section.faq h2.h2_ttl {
  color: #fff;
}

main.gaia_lp section.faq div.faq_wrap {
  margin-top: 32px;
}

main.gaia_lp section.faq div.faq_wrap div.faq_item {
  padding: 32px 0;
  border-bottom: 0.5px solid #1a1a1a;
}

main.gaia_lp section.faq div.faq_wrap div.faq_item div.q_area {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

main.gaia_lp section.faq div.faq_wrap div.faq_item div.q_area div.icon_area {
  width: 40px;
  margin: 0 auto;
}

main.gaia_lp section.faq div.faq_wrap div.faq_item div.q_area p.txt_area {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}

main.gaia_lp section.faq div.faq_wrap div.faq_item p.a_area {
  margin-top: 20px;
  font-size: 8px;
  line-height: 2;
}

@media (min-width: 769px) {
  
  main.gaia_lp section.faq div.faq_wrap {
    width: 72%;
    margin: 60px auto 0;
  }
  
  main.gaia_lp section.faq div.faq_wrap div.faq_item {
    padding: 60px 0;
    border-bottom: 0.5px solid #1a1a1a;
  }
  
  main.gaia_lp section.faq div.faq_wrap div.faq_item div.q_area {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  
  main.gaia_lp section.faq div.faq_wrap div.faq_item div.q_area div.icon_area {
    width: 82px;
    margin: 0;
  }
  
  main.gaia_lp section.faq div.faq_wrap div.faq_item div.q_area p.txt_area {
    flex: 1;
    font-size: 24px;
    text-align: left;
    line-height: 2;
  }
  
  main.gaia_lp section.faq div.faq_wrap div.faq_item p.a_area {
    margin-top: 24px;
    font-size: 18px;
    line-height: 2;
  }
}

/* --inquiry-- */

main.gaia_lp section.inquiry {
  width: 100%;
  background: #d6ecf8;
}

main.gaia_lp section.inquiry div.container {
  max-width: calc(700px + 20px * 2);
}

main.gaia_lp section.inquiry div.h2_area {
  background: #00418f;
}

main.gaia_lp section.inquiry h2.h2_ttl {
  color: #fff;
}

main.gaia_lp section.inquiry h3.h3_ttl {
  color: #00418f;
  font-size: 9px; 
}

#satori__creative_container {
  margin-top: 32px;
}

.satori__custom_form_7d1d9d92e7c0f2b9_css {
  background: #d6ecf8 !important;
}

.satori__custom_form_7d1d9d92e7c0f2b9_css .satori__input_group input[type='text'], .satori__custom_form_7d1d9d92e7c0f2b9_css .satori__input_group input[type='tel'], .satori__custom_form_7d1d9d92e7c0f2b9_css .satori__input_group input[type='password'], .satori__custom_form_7d1d9d92e7c0f2b9_css .satori__input_group input[type='email'], .satori__custom_form_7d1d9d92e7c0f2b9_css .satori__input_group input[type='number'], .satori__custom_form_7d1d9d92e7c0f2b9_css .satori__input_group input[type='url'], .satori__custom_form_7d1d9d92e7c0f2b9_css .satori__input_group textarea {
  background-color: #fff !important;
}

.satori__custom_form_7d1d9d92e7c0f2b9_css select, .satori__custom_form_7d1d9d92e7c0f2b9_css input {
  width: 100% ;
  /* height: 36px !important; */
  border: none !important;
  padding: 4px 8px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

select, input[type = "text"], input[type = "email"], input[type = "tel"] {
  height: 36px !important;
}

.satori__custom_form_7d1d9d92e7c0f2b9_css select {
  appearance: none;
  background-image: url(../../img/icon_iquiry.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}

.satori__horiz_group {
  display: block !important;
}

.satori__custom_field_64723bdecd15155de_7d1d9d92e7c0f2b9 {
  height: 12em !important;
  border: none !important;
}

.satori__privacy_policy_agreement_7d1d9d92e7c0f2b9 {
  display: inline-block !important;
  width: auto !important;
  vertical-align: middle;
}

.satori__custom_form_7d1d9d92e7c0f2b9_css .satori__privacy_policy_agreement_wrapper_7d1d9d92e7c0f2b9 .satori__input_group {
  padding-top: 16px !important;
}

.satori__custom_form_7d1d9d92e7c0f2b9_css .satori__message {
  margin-top: 24px !important;
  font-size: 8px !important;
  color: #000 !important;
}

.satori__custom_form_7d1d9d92e7c0f2b9_css input[type=checkbox]+label, .satori__custom_form_7d1d9d92e7c0f2b9_css input[type=radio]+label {
  font-size: 8px;
  letter-spacing: -1.6px;
  color: #000 !important;
}

.satori__custom_form_7d1d9d92e7c0f2b9_css .satori__require {
  font-size: 8px !important;
}

.satori__custom_form_7d1d9d92e7c0f2b9_css .satori__not_require {
  font-size: 8px !important;
  color: #000 !important;
}

input[name = "submit_confirm"] {
  display: block !important;
  margin: 24px auto 0 !important;
  padding: 12px 0 !important;  
  width: 120px !important;
  background: #009fda !important;
  border-radius: 4px !important;
  font-size: 14px !important;
}

@media (min-width: 769px) {
  main.gaia_lp section.inquiry h3.h3_ttl {
    color: #00418f;
    font-size: 24px; 
  }

  select, input[type = "text"], input[type = "email"], input[type = "tel"] {
    height: 40px !important;
  }

  #satori__creative_container {
    margin-top: 88px;
  }

  #satori__custom_field_a5bc36ba4ae318edc, #satori__custom_field_fcf968ba9071539f2 {
    width: 50%;
  }

  .satori__custom_form_7d1d9d92e7c0f2b9_css .satori__require, .satori__custom_form_7d1d9d92e7c0f2b9_css .satori__not_require {
    font-size: 14px !important;
  }

  .satori__horiz_group {
    display: flex !important;
  }

  .satori__custom_form_7d1d9d92e7c0f2b9_css .satori__privacy_policy_agreement_wrapper_7d1d9d92e7c0f2b9 .satori__input_group {
    padding-top: 20px !important;
  }

  .satori__custom_form_7d1d9d92e7c0f2b9_css .satori__message {
    margin-top: 54px !important;
    font-size: 14px !important;
  }

  .satori__custom_form_7d1d9d92e7c0f2b9_css input[type=checkbox]+label, .satori__custom_form_7d1d9d92e7c0f2b9_css input[type=radio]+label {
    font-size: 14px;
    letter-spacing: 0;
  }

  input[name = "submit_confirm"] {
    margin: 54px auto 0 !important;
    padding: 16px 0 !important;  
    width: 200px !important;
    font-size: 20px !important;
  }
}


/* --------------- フッタ --------------- */

footer .container {
  padding:0;
}

/* --- animation ---
-------------------------------------------- */

.move-obj {
  opacity: 0;
  transform: translateY(32px);
  transition: all 1s;
  transition-delay: .2s;
}

.move-obj.appear {
  transform: none;
  opacity: 1;
}

.move-bg {
  transform: scaleX(0);
  transform-origin: left;
  transition: all .4s;
}

.move-bg.appear {
  transform: scaleX(1);
}

.flow_item02 {
  transition-delay: .4s;
}

.flow_item03 {
  transition-delay: .8s;
}

.flow_item04 {
  transition-delay: 1.2s;
}

.move-obj02 {
  transform: translateY(80%);
  opacity: 0;
  transition: all .8s;
}

.move-obj02.appear {
  transform: none;
  opacity: 1;
}

/* --mv02-- */

main.gaia_lp {
  width: 100%; 
}

main.gaia_lp section.gaia_mv {
  width: 100%;
  background: #00418f;
  background-image: url(../../img/bg_mv_sp.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

main.gaia_lp section.gaia_mv div.mv_container {
  max-width: calc(10800px + 20px * 2);
  margin: 0 auto;
  /* padding: 144px 20px; */
  padding: 46px 20px;
}

main.gaia_lp section.gaia_mv div.mv_container h1.h1_ttl {
  width: 43%;
  margin: 0 auto;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area {
  width: 100%;
  margin-top: 20px;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area p.txt01 {
  display: inline-block;
  font-size: 30px;
  color: #00418f;
  font-weight: 700;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area div.txt01_wrap {
  background: #fff;
		width: fit-content;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area div.txt01_wrap + div.txt01_wrap {
  margin-top: 4px;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area p.txt02 {
  margin-top: 8px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area {
  width: 100%;
}

/* ---------- 
メインビジュアル 問い合わせフォーム ---------- ---------- ---------- */

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area div.mv_inquiry_ttl_wrap {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 20px 0;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area div.mv_inquiry_ttl_wrap div.mv_inquiry_ttl {
  width: 100%;
  background: #00418F;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area #satori__creative_container {
  margin-top: 0;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area .satori__custom_form_8fa139e1f8658ae5_css {
  background: rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area label {
  color: #000;
  font-size: 13px;
  padding: 0;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area span.satori__require {
  background: none;
  color: #C1272D;
  font-size: 6px;
  font-weight: 700;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area span.satori__not_require {
  background: none;
  color: #000;
  font-size: 5px;
  font-weight: 700;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area span.satori__system_notes {
  font-size: 0.7em;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area div.satori__input_group {
  padding: 8px 20px 0;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area select {
  width: 100%;
  padding: 8px;
  border: unset;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area input, 
main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area textarea {
  background: #fff;
  padding: 8px;
  border: unset;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area p.satori__message {
  margin: 10px 10px 0;
  font-size: 0.7em;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area p.satori__message a {
  color: #F7931E;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area #satori__privacy_policy_agreement_wrapper div.satori__input_group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area #satori__privacy_policy_agreement_8fa139e1f8658ae5 {
  font-size: 0.7em;
  letter-spacing: -.8px;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area input[name = "submit_confirm"] {
  background: #F7931E !important;
  color: #fff !important;
  border-radius: 0% !important;
}

main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area .satori__error_messages {
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 769px) {
  
  main.gaia_lp section.gaia_mv {
    background-image: url(../../img/bg_mv_pc.png);
  }
  
  main.gaia_lp section.gaia_mv div.mv_container {
    /* padding: 144px 50px; */
    padding: 36px 20px;
    max-width: 1300px;
    margin: 0 auto;
  }
  
  main.gaia_lp section.gaia_mv div.mv_container h1.h1_ttl {
    width: 200px;
    margin: 0;
    margin-right: auto;
    margin-bottom: 30px;
  }
  
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap {
    flex-direction: row;
    align-items: center;
    gap: 8rem;
  }
  
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area {
    width: calc((100% - 8rem) /2);
    margin-top: 4px;
  }
  
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area p.txt01 {
    display: inline-block;
    font-size: 4.7rem;
    color: #00418f;
    /* background: #fff; */
    font-weight: 700;
    padding: 6px 8px;
  }
  
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area div.txt01_wrap + div.txt01_wrap {
    margin-top: 8px;
  }
  
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area p.txt02 {
	margin-top: 16px;
	font-size: 3rem;
	margin-bottom: 16px;
  }
  
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area 
  div.link_area {
    margin: 32px 0 0;
    width: 79%;
  }
  
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area {
    width: calc((100% - 16rem) / 2);
    margin: 0 auto;
  }

/* ---------- 
メインビジュアル 問い合わせフォーム ---------- ---------- ---------- */

  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area div.mv_inquiry_ttl_wrap {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 16px 16px 0;
  }

  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area div.mv_inquiry_ttl_wrap div.mv_inquiry_ttl {
    width: 100%;
    font-size: 28px;
    line-height: 1.6;
  }

  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area .satori__custom_form_8fa139e1f8658ae5_css {
    background: rgba(255, 255, 255, 0.7);
    padding-bottom: 2px;
    box-sizing: border-box;
  }

  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area label {
    font-size: 12px;
  }

  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area span.satori__require {
    font-size: 6px;
  }

  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area span.satori__not_require {
    font-size: 5px;
  }

  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area span.satori__system_notes {
    font-size: 0.7em;
  }

  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area div.satori__input_group {
    padding: 4px 16px 0;
  }

  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area select {
    width: 40%;
    padding: 4px;
    font-size: 8px;
    height: 30px !important;
  }
  
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area input, 
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area textarea {
    padding: 4px;
    height: 30px !important;
  }
  
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area input::placeholder, 
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area textarea::placeholder {
    font-size: 8px;
  }

  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area input, 
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area textarea {
    padding: 4px;
  }

  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area p.satori__message {
    margin: 10px 10px 0;
    font-size: 0.7em;
    font-weight: 700;
  }

  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area p.satori__message a {
    color: #F7931E;
  }

  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area #satori__privacy_policy_agreement_wrapper div.satori__input_group {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0 16px;
  }

  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area #satori__privacy_policy_agreement_8fa139e1f8658ae5 {
    margin-left: 8px;
    font-size: 0.7em;
    letter-spacing: 1px;
    font-weight: 700;
  }

  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area p.satori__submit_group {
    margin: 0 16px 16px;
  }

  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area input[name = "submit_confirm"] {
    /* background: #F7931E !important;
    color: #fff !important;
    border-radius: 0% !important; */
    min-width: auto !important;
    width: fit-content !important;
    height: auto !important;
    padding: 4px 8px !important;
    font-size: 0.7em !important;
    font-weight: 700 !important;
    margin: 0 auto !important;
  }

  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.photo_area .satori__error_messages {
    font-size: 0.7em;
    font-weight: 700;
  }
}

@media (min-width: 1300px) {
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area p.txt01 {
    font-size: 48px;
  }

  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap div.txt_area p.txt02 {
    font-size: 34px;
  }
		
  main.gaia_lp section.gaia_mv div.mv_container div.mv_wrap {
    max-width: 1300px;
    gap: 80px;
  }
}