@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);


#splash {
  position: fixed;
	width: 100vw;
  height: 100vh;
  z-index: 999;
  background:#fff;
  text-align:center;
  color:#fff;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo img {
  width:260px;
}

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.scrollbutton a {
	position: absolute;
	bottom: 0px;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #e36900;
	font : normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}

#section10 a {
	padding-top: 60px;
}

#section10 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -15px;
    border-radius: 50px;
    box-sizing: border-box;
    background-color: #e36900;

}

#section10 a span::before {
  position: absolute;
  top: 15px;
  left: 35%;
  content: '';
  display: inline-block;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid #ffffff;;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(130deg);
}

@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}




body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
}

.inner {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: calc(var(--gap)* 2);

}

p , .timeline_list p {
    font-family: "Hiragino Kaku Gothic ProN";
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #000;
    line-height: 45px;
}


h3 {
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 28px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #e61211;
    line-height: 62px;
		padding-bottom: 4%;
}

.side_line{
  border-right: 3vw solid #d7000f;
  border-left: 3vw solid #d7000f;
	box-sizing: border-box;
  top: 0;
}

header {
  text-align: center;
	position: fixed;
	width: calc(94vw - calc(100vw - 100%));
  z-index: 100;
	top: 0;
}
.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.tb_only {
  display: none;
}

.menu {
  display: flex;
  justify-content: space-between;
  height: 10vh;
  width: auto;
  padding: 0 3vw;
}

.menu div {
	display: flex;
  align-items: center;
  max-width: 250px;
}

.menu img {
  width: 247px;
  object-fit: contain;
}

.menu_back {
  background-color: #fff;
}

nav ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
}

nav ul li {
  display: inline;
  margin-right: 20px;
}

nav a {
  text-decoration: none;
  font-size: 18px;
}

.menu ul li ,
.footer_menu li{
  font-family: "lotus-eden", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.08em;
  text-align: left;
  padding-bottom: 1.2%;
  transition: all 0.1s ease-out;
}



.menu ul li:hover ,
.footer_menu li:hover {
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #D71F18, #FFB865) 1;
}

.menu ul li a:hover ,
.footer_menu li a:hover {
  background: -webkit-linear-gradient(0deg, #D71F18, #FFB865);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.openbtn{
	position: relative;
	cursor: pointer;
  width: 50px;
  height:50px;
  border-radius: 5px;
}

.openbtn .openbtn-area{
    transition: all .8s;
  }

.openbtn span{
  display: inline-block;
  transition: all .8s;
  position: absolute;
  left: 14px;
  height: 1.5px;
  border-radius: 2px;
  background: #D7000F;
  width: 55%;
}

.openbtn span:nth-of-type(1) {
	top:13px;
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:33px;
}


.openbtn.active .openbtn-area{
	transform: rotateY(-360deg);
  }

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
  }

.openbtn.active span:nth-of-type(2) {
	  opacity: 0;
  }

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
  }

.top_color {
  color: #D7000F;
}

.dream_color{
  color: #e61211;
}

.timeline_color {
  color: #E36900;
}

.logo_color {
  color: #F8AC00;
}

.congraturations_color {
  color: #F8D200;
}


section{
  padding: 0 8% 8%;
}

section h2 {
  margin-bottom: 120px;
}

.h2_head {
  font-family: "lotus-eden", sans-serif;
  font-weight: 600;
  font-size: 5rem;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 25px;
}

.h2_head_sub {
  font-family: "Hiragino Sans";
  font-weight: normal;
  font-size: 24px;
  text-align: left;
  color: #000;
  letter-spacing: 1px;
}

#visual , #visual_02 {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.visual_title {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  width: 100%;
}

.title_logo {
  width: 47vw;
  max-width: 685px;
}

.visual_right {
  width: 8vw;
  height: auto;
  display: flex;
  align-items: center;
  max-width: 141px;
}

.logo_text div:first-of-type {
  text-align: center;
  margin-right: 5vw;
}

.logo_text div:last-of-type {
  width: 47%;
}

.message_top {
  text-align: center;
}

.message_top_logo {
  width: 176px;
}

.message_top h2 {
  margin: 32px 0 68px 0;
}


.svganimeblock{
  max-width:800px;
  width:100%;
  display: flex;
}

.svganimeblock svg path {
    fill-opacity: 0;
    transition: fill-opacity .5s;
    fill: none;
    stroke: #d7000f;
  }

.svganimeblock svg.done path{
    fill: #d7000f;
    fill-opacity: 1;
    stroke: none;
  }



.movie {
  text-align: center;
}

.movie video {
  width: 80vw;
  max-width: 1290px;
}



.scrollbutton {
    position: absolute;
    bottom: 1%;
    right: 9%;
}


#dream{
  position: relative;
  margin-bottom: 400px;
}

.dream_picture img {
  position: absolute;
  top: 0;
  right: 77px;
  width: 300px;
}

#message .inner:last-of-type, .dream_text {
    margin: 0 auto 30px;
}

.dream_text p:first-of-type {
  margin-bottom: 20px;
}

.dream_illust img {
  position: absolute;
  width: 269px;
  left: 129px;
  bottom: -319px;
}




/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline_head{
  font-family: "lotus-eden", sans-serif;
  font-weight: 600;
  font-size: 100px;
  letter-spacing: 0.02em;
  text-align: left;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 4px;
  margin: 0 auto;
  padding-top: 50px;
  background: #E36900;
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 89px;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 480px;
  padding: 15px;
}

.timeline ul li img {
  width: 250px;
}

.timeline ul li:nth-child(odd) div {
  left: 72px;
}

.timeline ul li:nth-child(even) div {
  left: -579px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #E36900;
}

time {
  display: block;
  margin-bottom: 28px;
  font-family: "lotus-eden", sans-serif;
  font-weight: 600;
  font-size: 58px;
  text-align: left;
  color: #000;
}

.left_side time {
text-align: right;
}

.left_side {
  text-align: right;
}

.timeline_list p {
  line-height: 1.5;
  margin-bottom: 23px;
  border-bottom: solid 5px #E36900;
  padding: 9px;
}

.timeline_list p:nth-child(n+3) {
  padding-top: 30px
}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
  top: 70px;
}

.timeline ul li.in-view::after {
  background: #E36900;
}


.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

.last_list {
  height: 200px;
}

.timeline_2024 {
  text-align: center;
	margin-top: 5%;
}

.timeline_2024 div {
  width: 60%;
  margin: auto;
}

.timeline_2024 img {
  width: 100%;
}

.timeline_2024 p {
  font-family: "lotus-eden", sans-serif;
  font-weight: normal;
  font-size: 46px;
  letter-spacing: .05em;
  color: #d7000f;
  padding-top: : 47px;
}

.timeline_2024 p:last-child {
  padding: 47px;
  font-size: 20px;
  color: #000;
  line-height: 2;
}

.service_logo {
	text-align: center;
}

.service_logo img {
	width: 60vw;
}

.service_logo_sp img {
	width: 80vw;
}

#anniversary_logo {
  padding-bottom: 133px;
}

.logo_text img {
  width: 375px;
  margin-bottom: 3vw;
}

.logo_text {
  display: flex;
  justify-content: center;
}


.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion_title_area {
  display: flex;
}

.title {
    position: relative;
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 7% 1% 50px;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    border-bottom: 3px solid #D60000;
}

.title img {
  width: 110px;
}

.title h3 {
  display: inline-block;
  padding-left: 71px;
  letter-spacing: .1em;
  padding-bottom: 0;
}

.company span {
  font-size: 18px;
}

.company span:last-of-type {
  padding-left: 16px;
}

.name {
  font-size: 28px;
}

.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 42px;
    height: 2px;
    background-color: #D60000;
}
.title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);

}
.title::after{
    top:48%;
    right: 15px;
    transform: rotate(90deg);
}

.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

.photo {
    display: inline-block;
    border: 3px solid #FFF;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
}

.box {
    display: none;
    margin:0 3% 3% 3%;
    padding: 3%;
}

.box p {
  font-size: 17px;
  line-height: 1.8;
}

#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#e36900;
  border-radius: 100px;
	width: 60px;
	height: 60px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

.arrow::before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
}

#page-top a:hover{
	background: #F8AC00;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

footer {
    background-image: url(img/footer_back.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 665px;
    color: #000;
    text-align: center;
    padding: 5rem 0 2rem;
    position: relative;
}

.footer_menu_logo {
  width: 86px;
}

.footer_menu_list{
  margin: 104px;
  display: flex;
  justify-content: center;
}

.footer_menu_list li{
  font-size: 22px;
  margin: 0 30px;
  font-weight: 600;
}

.footer_menu_offficialsite_link  img{
  width: 259px;
}

.copy {
    font-size: 16px;
    position: absolute;
    color: #fff;
    bottom: 0;
    text-align: center;
    margin-bottom: .5%;
    width: 100%;
}

@media screen and (min-width: 900px) and (max-width: 1024px) {

  .tb_only {
    display: block;
  }

nav a {
    font-size: 18px;
}

nav ul {
  padding: 0;
}

.menu {
    height: 100px;
}

  section {
    padding: 0px 8% 82px;
  }

  section h2 {
    margin-bottom: 106px;
  }

  .h2_head {
    font-size: 4.5rem;
    letter-spacing: 0.04em;
	}

.h2_head_sub {
    letter-spacing: .5px;
	}

  .movie video {
    width: 88vw;
  }

  #visual {
    position: relative;
		height: 45vh;
		justify-content:  space-between;
		align-items: end;
  }

  .title_slogan {
    right: -37px;
    font-size: 29px;
    line-height: 51px;
    position: absolute;
    top: 50%;
	}

  .title_logo {
    width: 504px;
	}

#visual_02 {
    height: 50vh;
	}

h3 , .name {
    font-size: 29px;
	}

  .message_text {
    font-size: 20px;
  }

  #dream h2 {
    margin-bottom: 200px;
  }

  #message .inner:last-of-type, .dream_text {
    margin: 0;
}

	#message div:last-of-type, .dream_text , .logo_text {
    margin: 0 71px 30px;
  }

  .svganimeblock svg {
    width: 50vw;
  }

  .dream_text p {
    font-size: 22px;
  }

  .dream_illust img {
    width: 276px;
    left: 78px;
    bottom: -290px;
  }

  .dream_picture img {
    width: 274px;
  }

	time {
    font-size: 51px;
	}

  .timeline ul li::after {
    top: 70px;
}

.timeline ul li div {
    width: 369px;
}

.timeline ul li:nth-child(even) div {
    left: -468px;
}

  .logo_text {
    display: block;
  }

  .logo_text div:last-of-type {
    padding: 2vw 0 0 0;
}

.logo_text img {
    width: 250px;
}

.logo_text div:last-of-type {
    width: 100%;
}

.company {
    margin-bottom: 13.5px;
}

.title {
    padding: 3% 8% 3% 20px;
}

footer {
    background-size: contain;
    height: 500px;
}

  .footer_menu_list li {
    font-size: 24px;
    margin: 0 12px;
    font-weight: 600;
}

.footer_menu_offficialsite_link img {
    width: 363px;
}

.copy {
    margin-bottom: 0px;
}

  }


@media screen and (max-width: 900px) {

  .pc_only {
    display: block;
  }

  .sp_only {
    display: none;
  }

  header {
    width: 93%;
}

  .menu img {
    width: 170px;
  }

  .menu {
    height: 80px;
  }

  .menu_list li, .footer_menu li {
    letter-spacing: 0.08em;
  }

  nav ul {
    padding: 35px 0;
  }

  nav a {
    font-size: 15px;
  }

	#visual, #visual_02 {
    height: 45vh;
}

#visual {
	align-items: flex-end;
}

  .title_logo {
    width: 350px;
  }

  .title_slogan {
    font-size: 21px;
    line-height: 42px;
  }

  .h2_head {
    font-size: 55px;
    margin-bottom: 21px;
  }

  .h2_head_sub {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .movie video {
    width: 88vw
  }

  .dream_picture img {
    width: 213px;
    top: 44px;
    right: 55px;
}

section h2 {
    margin-bottom: 100px;
}

  #dream h2{
    margin-bottom: 200px;
  }

  h3 {
    font-size: 24px;
    line-height: 2;
}

  .dream_illust img {
    width: 194px;
    left: 63px;
    bottom: -198px;
  }

  #message .inner:last-of-type, .dream_text {
    margin: 0;
}

	#message div:last-of-type, .dream_text , .logo_text div:last-of-type{
    margin: 0 49px 30px;
  }

  .message_top h2 {
    margin: 27px 0 64px 0;
    line-height: 1.4;
  }

  .message_top_logo {
    width: 102px;
}

.svganimeblock svg {
  width: 50vw;
}

  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -305px;
  }

  .timeline ul li:nth-child(odd) div {
    left: 40px;
  }

  .timeline_list p:nth-child(n+3) {
    padding-top: 30px
  }

  .timeline_2024 p {
    font-size: 37px;
  }

  .timeline_list p {
    font-size: 20px;
    line-height: 1.5;
  }

  time {
    font-size: 37px;
    margin-bottom: 14px;
  }

  .timeline ul {
    padding: 0 0 50px;
  }

  .logo_text div:last-of-type {
    width: 80%;
}

	.logo_text {
    display: flex;
    margin: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

  .logo_text img{
    width: 216px;
  }

  .name {
    font-size: 30px;
  }

  .company span {
    font-size: 17px;
    letter-spacing: 0;
  }


.title img {
    width: 100px;
  }

  .title::before, .title::after {
    width: 35px;
  }

  footer {
    background-image: url(./img/footer_back_tb.png);
    background-size: contain;
    height: 485px;
    padding: 0;
  }

  .footer_menu li {
     font-size: 17px;
   }

   .footer_menu_list li{
     font-size: 18px;
     margin: 0 17px;
   }

   .copy {
     margin-bottom: 12px;
   }

   .copy small {
     font-size: 12px;
   }
}


@media screen and (max-width: 600px) {

  #splash_logo img {
    width: 150px;
  }


	h3 {
    font-size: 21px;
    line-height: 41px;
    margin: 0;
    padding-bottom: 23px;
 }

 p {
	 font-size: 15px;
	 line-height: 2;
	 padding: 0;
}

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .tb_only {
    display: none;
  }

	section {
    padding: 0 6% 20%;
}

  section h2 {
    margin-bottom: 74px;
  }

  #visual {
    position: relative;
  }

.visual_right {
    width: 10vw;
    height: auto;
    display: flex;
    align-items: center;
}

  .menu {
    height: 53px;
    margin: 0 3vw;
    padding: 0;
  }

  .menu_pc {
    display: none;
  }

  .menu {
    text-align: left;
  }

  .menu_sp {
    display: block;
  }

  .menu_sp li p {
    font-size: 10px;
    letter-spacing: .5px;
  }

  .menu div {
     display: block;
}

  .menu ul li:hover, .footer_menu li:hover {
      border-bottom: none;
      border-image: none;
  }

#g-nav.panelactive{
    position:fixed;
    z-index: 999;
  	top: 0;
  	width:100%;
    height: 100vh;
}

.circle-bg{
    position: fixed;
	  z-index:3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    transform: scale(0);
    right:-50px;
    top:-50px;
    transition: all 1s;
}

.circle-bg.circleactive{
	  transform: scale(50);
}

#g-nav.panelactive {
   display: block;
}

#g-nav ul {
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 58%;
    left: 40%;
    transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
    opacity:1;
  }

#g-nav.panelactive ul li{
    animation-name:gnaviAnime;
    animation-duration:1s;
    animation-delay:.3s;
    animation-fill-mode:forwards;
    opacity:0;
  }

  @keyframes gnaviAnime{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
  }
  }

  #g-nav li{
  	text-align: left;
  	list-style: none;
  }

  #g-nav li a {
    text-decoration: none;
    padding: 10px 0 4px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

  nav a {
    font-size: 24px;
  }

  #g-nav-list .footer_menu_offficialsite_link {
    position: absolute;
    bottom: 4%;
    left: 36%;
  }

  .openbtn{
  	position: fixed;
  	top: 1%;
  	right: 10px;
  	z-index: 9999;
  	cursor: pointer;
    width: 76px;
    height: 50px;
  }

  .openbtn.active {
    top: 4%;
  }


  .openbtn span{
      display: inline-block;
      transition: all 0.4s;
      position: absolute;
      left: 14px;
      height: 1.5px;
      border-radius: 2px;
      background-color: #d7000f;
    	width: 45%;
    }

  .openbtn span:nth-of-type(1) {
  	top:11px;
  }

  .openbtn span:nth-of-type(2) {
  	top:23px;
  }

  .openbtn span:nth-of-type(3) {
  	top:35px;
  }

  .openbtn.active span:nth-of-type(1) {
      top: 18px;
      left: 18px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
  }

  .openbtn.active span:nth-of-type(2) {
  	opacity: 0;
  }

  .openbtn.active span:nth-of-type(3){
      top: 30px;
      left: 18px;
      transform: translateY(-6px) rotate(45deg);
      width: 30%;
  }

	#visual {
    height: 40vh;
		justify-content: space-between;
}

  .title_slogan {
    right: -37px;
    font-size: 14px;
    line-height: 27px;
    position: absolute;
    top: 44%;
  }

  .title_logo {
    width: 253px;
  }

  .scrollbutton a {
    bottom: -30px;
}

  #section10 a span {
    width: 40px;
    height: 40px;
    margin-left: -23px;
}

#section10 a span::before {
    top: 10px;
    left: 30%;
    content: '';
    width: 0.8em;
    height: 0.8em;
  }

  .movie video {
    width: 100%;
  }

  .message_top h2 {
    margin: 27px 0 50px 0;

  }

  .message_text_head {
    font-size: 20px;
    line-height: 42px;
  }

	#message div:last-of-type, .dream_text, .logo_text div:last-of-type {
    margin: 0;

}

.svganimeblock svg {
    width: 58vw;
}

  .h2_head {
    font-size: 36px;
    margin-bottom: 4px;
  }

  .h2_head_sub {
    font-size: 15px;
    letter-spacing: 0px;
  }

  .dream_picture img {
    width: 30vw;
    top: 12vw;
    right: 32px;
  }

  #dream h2 {
    margin-bottom: 142px;
  }

  .dream_illust img {
      width: 119px;
      left: 10%;
      bottom: -17%;
  }

#dream {
  position: relative;
  margin-bottom: 41vw;
}

  .left_side {
    text-align: left;
  }

  .left_side time {
    text-align: left;
  }

  time {
    font-size: 25px;
    margin-bottom: 8px;
  }

  .timeline ul li::after {
    top: 144px;
}

  .timeline_list p {
    font-size: 18px;
  }

  .timeline ul {
    padding: 0;
}

  .timeline ul li img {
    width: 232px;
    padding-top: 8px;
  }

  .timeline ul li::after {
    width: 25px;
    height: 25px;
  }

  .timeline ul li {
    margin-left: 20px;
    padding: 127px 0 1px;
  }

  .timeline ul li:nth-child(even) div {
    left: 45px;
  }

  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #f45b69 transparent transparent;
  }

  .timeline ul li:nth-child(odd) div {
    transform: translate3d(10px, 0, 0);
    left: 25px;
  }

  .timeline ul li:nth-child(even) div {
    transform: translate3d(10px, 0, 0);
    left: 25px;
  }

  .timeline_list p:nth-child(n+2) {
    padding-top: 25px
  }


    .timeline_2024 {
      margin-top: 15%;
  }

  .timeline_2024 p {
    font-size: 23px;
  }

  .timeline_2024 img {
    margin: 0 0 32px 0;
  }

  .timeline_2024 div {
    width: 100%;
    margin: auto;
}

  .timeline_2024 p:last-child {
    padding: 0 0 19px;
    font-size: 14px;
    line-height: 2;
  }


  .last_list {
    height: 37px;
  }

  .logo_text img {
    width: 130px;
		margin-bottom: 7vw;
  }

  .title {
    display: flex;
    padding: 3% 21% 1% 0%;
    flex-direction: column;
    align-items: flex-start;
  }

  .title h3 {
    padding: 11px 0;
  }

	.title::before, .title::after {
    width: 30px;
	}

  .title::before {
    right: 30px;
  }

  .title::after {
    right: 30px;
  }

.name {
    font-size: 18px;
}

  .company span {
    font-size: 14px;
    letter-spacing: 0;
  }

  .company span:last-of-type {
    padding-left: 11px;
  }

  .box {
    display: none;
    margin: 0;
    padding: 11% 0;
  }

  .box p {
    font-size: 15px;
}

  .logo_text div:last-of-type {
    width: 100%;
}

  footer {
    background-image: url(./img/footer_back_tb.png);
    height: 44vh;
  }

  .footer_menu_logo {
    width: 71px;
}

  .footer_menu_list li {
    text-align: center;
    font-size: 15px;
    margin: 23px 6px;
  }

  .footer_menu_offficialsite_link img {
    width: 46vw;
  }

  .footer_menu_list {
      margin: 39px 0 56px;
      display: block;
  }

  .copy {
    margin-bottom: 8px;
		line-height: 1;
}

  .copy small {
    font-size: 8px;
    letter-spacing: 0.05em;
}

}


@media screen and (max-width: 375px) {

  #splash {
    height: 110vh;
  }

  #g-nav ul {
    top: 54%;
    left: 36%;
}


  section {
    padding: 0 6% 24%;
}

.menu img {
    width: 150px;
}

.openbtn span:nth-of-type(2) {
    top: 21px;
}

.openbtn span:nth-of-type(3) {
    top: 31px;
}

.openbtn {
    right: 0;
}

#section10 a span {
    margin-left: -40px;
}

.svganimeblock svg {
    width: 61vw;
}

.h2_head {
    font-size: 34px;
    margin-bottom: 4px;
    line-height: 1.2;
}

  .h2_head_sub {
    font-size: 13px;
}

	#visual {
    height: 50vh;
    align-items: end;
	}

#visual_02 {
    height: 26vh;
}

	.title_slogan {
    top: 49%;
}

#dream {
    margin-bottom: 22vw;
}

	.dream_picture img {
    width: 121px;
}

	#dream h2 {
    margin-bottom: 121px;
}

.dream_illust img {
    bottom: -12%;
    width: 128px;
}

.timeline ul li::after {
    top: 126px;
}

.timeline ul li div {
    padding: 0;
}

  .title_logo {
    width: 225px;
  }

  .title::before {
    right: 15px;
}

  .title::after {
      right: 15px;
  }

  .timeline ul li:nth-child(odd) div {
    left: 17px;
}

.timeline ul li:nth-child(even) div {
    left: 17px;
}

.timeline_list p {
    line-height: 1.5;
    margin-bottom: 6px;
    border-bottom: solid 3px #E36900;
    padding: 9px;
    font-size: 15px;
}

.timeline_list p:nth-child(n+3) {
  padding-top: 20px
}

.timeline ul li img {
    width: 149px;
}

  .photo {
    width: 80px;
    height: 80px;
}

.logo_text div:last-of-type {
  padding: 10vw 0 0 0;
}


	footer {
    height: 393px;
	}
}
