/* wrap */

html {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    font-family: sans-serif;
    
}

body {
    margin: 0 !important;
    font-feature-settings: "palt" 1;
    letter-spacing: 3px;
    background: #ffffff;
    font-size: 16px;
    --scroll-gap: 30px;
   
    
}

ul {
  list-style: none;
}


a {
  color: #cd5b1d;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}


header {
  width: 100%;
  padding: 10px 0;
  background: #ffffff;
}

.logo {
  width: 90px;
  padding: 0px 0 0 20px;
  float: left;
}

.logo img {
  max-width: 90px;
}

.contact {
  width: 20%;
  float: right;
  text-align: right;
  padding: 0 20px 0 0px;
}

a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: 200px auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #27acd9;
}


button a {
  color: #fff;
}

button a:hover {
  color: #00a0dc;
}
button{
  background:#00a0dc;
  color:#fff;
  border:none;
  position:relative;
  height:60px;
  font-size:1em;
  padding:0 2em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;

}
button:hover{
  background:#fff;
  color:#00a0dc;

}
button:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #00a0dc;
  transition:400ms ease all;
 
}
button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
  
}
button:hover:before,button:hover:after{
  width:100%;
  transition:800ms ease all;
  border-radius: 50px;
}

.mv {
  width: 95%;
  margin: auto;

}

.mv h1 {
  font-size: 2.9vw;
  padding: 200px 0 0 0;
  color: #000000;
}



.rec {
  width: 95%;
  margin: 200px auto 0 auto;
  background: #26AA5A;
  border-radius: 0px;
  padding: 0 0 0px 0;
}

.rec h1 {
  font-size: 2.9vw;
  padding: 200px 0 0 0;
  color: #000000;
}


.rec_message {
 
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  
  color: #fff;
  padding: 60px 0 50px 0;
  width: 100%;
  height: 800px;
  line-height: 35px;
  
}

.rec_message p {
  width: 82%;
  margin: 20px auto 0 auto;
  padding: 0 0 40px 0;
}


.rec_left {
  width: 50%;
  float: left;
}

.rec_right {
  width: 50%;
  float: right;
}

.text_g{
  color: #000000;
  font-weight: bold;
  display: inline-block;
  background-image: linear-gradient(45deg, #000000 0%, #33aed0 52%, #2b75ff 90%);
  background-size: 400% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-name: gradationTextAnimation;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  font-size: 3.5vw;
  padding: 100px 0 100px 0;
}


.text_g2{
  color: #000000;
  font-weight: bold;
  display: inline-block;
  background-image: linear-gradient(45deg, #ffae00 0%, #9b19d7 52%, #ff2f20 100%);
  background-size: 400% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-name: gradationTextAnimation;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  font-size: 3vw;
  padding: 0px 0 0 0 !important;
  margin: 0px 0 0 0 !important;
}

@keyframes gradationTextAnimation{
  0%{
      background-position: 0 0;
  }
  50%{
      background-position: 100% 0;
  }
  100%{
      background-position: 0 0;
  }
}





.message {
  background: #00a0dc;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  border-radius: 30px;
  color: #fff;
  padding: 60px 0 80px 0 !important;
  width: 100%;
  height: auto !important;
  line-height: 35px;
}

.message p {
  width: 90%;
  margin: auto;
  padding: 0 0 20px 0;
}

.message_left {
  float: left;
  width: 55%;
}

.message_right {
  float: right;
  width: 45%;
  padding: 150px 0 0 0;
}

.message_right img {
  width: 100%;
}

.v_list {
  padding: 0 0 0 7%;
}

ul.v_list  li {
  list-style:disc;
}

.v_list2 {
  padding: 0 0 0 2%;
  font-size: 18px;
}

ul.v_list2 li {
  list-style:disc;
}

.contents {
  width: 95%;
  margin: auto;
}

.contents_left {
  width: 30%;
  float: left;
  padding: 150px 0  0 0;
}

.contents_right {
  width: 70%;
  float: right;
  padding: 150px 0  0 0;
  font-size: 1.8vw;
}


.contents_right p {
  font-weight: 100;
  font-size: 0.9vw;
  color: #000000;
}


.contents_right2 {
  width: 44%;
  float: right;
  padding: 250px 0  0 0;
  font-size: 1.3vw;
  font-weight: 600;
  color: #00a0dc;
}

.contents_right2 p {
  font-weight: 100;
  font-size: 0.9vw;
  color: #000000;
}


.contents_left2 {
  width: 30%;
  float: left;
  padding: 250px 0  0 0;
}

.roles_p {
  width: 90%;
}

.contents_right2_2 {
  width: 44%;
  float: right;
  padding: 80px 0  0 0;
  font-size: 1.3vw;
  font-weight: 600;
  color: #00a0dc;
}

.contents_right2_2 p {
  font-weight: 100;
  font-size: 0.9vw;
  color: #000000;
}


.contents_right3 {
  width: 25%;
  float: left;
  padding: 250px 0  0 0;
  font-size: 1.8vw;
}

.contents_right3_2 {
  width: 25%;
  float: left;
  padding: 80px 0  0 0;
  font-size: 1.8vw;
}






.bold {
  font-weight: 100;
  font-size: 26px;
}

.bold2 {
  font-weight: 100;
  font-weight: 600;
  color: #000000;
  display: block;
  padding: 0 0 0px 0;
}

.bold3 {
  font-weight: 100;
  font-size: 28px;
  font-weight: 600;
  line-height: 48px;
}

.small {
  font-size: 14px;
  font-weight: 600;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}



.scroll-space {
  box-sizing: border-box;
  padding-top: 300px;
  height: 1600px;
  color: #fff;
  overflow: hidden;
}
.scroll-space .blue {
  background: #77BBCF;
  width: 200px;
  height: 200px;
  padding: 30px;
  margin: 0 auto 50px;
}
.scroll-space .pink {
  background: #FFB4B4;
  width: 200px;
  height: 200px;
  padding: 30px;
  margin: 0 auto 50px;
}
.scroll-space .yellow {
  background: #F8913C;
  width: 200px;
  height: 200px;
  padding: 30px;
  margin: 0 auto 50px;
}
.scroll-space .green {
  background: #26AA5A;
  width: 200px;
  height: 200px;
  padding: 30px;
  margin: 0 auto 50px;
}
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.fadein.fadein-left {
  transform: translate(-30px, 0);
}
.fadein.fadein-right {
  transform: translate(30px, 0);
}
.fadein.fadein-up {
  transform: translate(0, -30px);
}
.fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}



a.btn_04 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: 15px 0 0 4.5%;
	padding: 0.5rem 1.4rem;
	font-weight: bold;
	border: 2px solid #0a672f;
	background: #ffffff;
	color: #26AA5A;
	border-radius: 100vh;
	transition: 0.5s;
  float: left;
  max-width: 200px;
}
a.btn_04:hover {
	color: #ffffff;
	background: #26AA5A;
  border: 2px solid #ffffff;
}







.content{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 920px;
  width: 100%;
  max-width: 800px;
  position: relative;
  overflow: hidden;
}

.swiper{
  height: 100%;
  width: calc(50% - 10px);
  position: absolute!important;
  &.swiper1{
    left: 0;
    top: 0;
  }
  &.swiper2{
    left: calc(50% + 10px);
    top: 0;
  }
}
/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}
/* 画像のサイズ調整 */
.swiper-slide {
  img {
    height: 100%;
    width: 120%;
    margin-left: -25%;
    max-width: none;
    object-fit: cover;
    transform: skew(0deg);
    border-radius: 0px 0px 0 0px;
  }
}




.content_sp{
  align-items: center;
  height: 400px;
  position: relative;
  overflow: hidden;
  top:300;
}


.swiper3 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear; 
}

.swiper3 img {
  width: 100%;
  height: 60%;
  margin: 0px 0 0 0;
}



.c_box {
  border-bottom: 1px solid #bebebe;
  font-size: 16px;
  padding: 0 0 10px 0;
  margin: 15px 0 0 0;
}

.c_title {
  font-weight: 600;
  width: 20%;
  float:left;
}

.c_title2 {
  font-weight: 100;
  width: 80%;
  float:left;
}


footer {
  width: 100%;
  background: #00a0dc;
  margin: 100px 0 0 0;
  border-radius: 50px 50px 0 0;
  padding: 60px 0px 60px 0px;
  color: #fff;
}

.footer_inner {
  width: 95%;
  margin: auto;
  text-align: center;
}

.footer_inner p {
  font-size: 12px;
  padding: 20px 0 0 0;
}

.footer_inner a {
  color: #fff;
}

.footer_inner a:hover {
  text-decoration: underline;
}

.policy {
  font-size: 14px;
font-weight: 100;}

.p_policy {
  display: block;
  padding: 20px 0 10px 0;
  font-weight: 600;
  font-size: 16px;
}
.midashi {
  font-weight: 600;
  font-size: 26px;
  padding: 40px 0 0 0;
}


ul {
  margin: 0;
  padding: 0;
}

.first {
  padding: 20px 0 0px 0px;
  margin: 0;
}

.second {
  padding: 0 0 0px 0px;
  margin: 10px 0 0 2%;
}

.thierd {
  padding: 0 0 0 0px;
  margin: 5px 0 0 2%;
}


.future_p {
  padding: 5px 10px;
  background: #fff;
  border-radius: 20px;
  color: #26AA5A;
  font-weight: 600;
  width: 85%;
  margin: auto;
  text-align: center;
  font-size: 20px;
}


.group {
  padding:10px;
  display : flex;
  flex-wrap : wrap;
  margin: auto;


}

.group_box {
  width: 31.333%;
  margin: 0 0%;
  text-align: center;
  padding: 60px 0.5%;
  border-right: 1px solid #dcdcdc;
}

.group_box:last-child {
  border-right: 0px solid #dcdcdc;
}



.group_box .gs {
  max-width: 120px;
}

.group_box .gl {
  max-width: 160px;
}

.group_box .ssc {
  max-width: 200px;
}

.g_logo_box {
  padding: 0px 0 40px 0;
  min-height: 100px;
}

.g_p {
  padding: 0px 0 20px 0 !important;
  line-height: 24px !important;
  border-bottom: 1px solid #dcdcdc;
  font-size: 14px !important;
}


.c_name {
  min-height: 50px;
}

@media (min-width: 1320px) {
  .message {
    background: #00a0dc;
    background-size:40%;
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 30px;
    color: #fff;
    padding: 60px 0 200px 0;
    width: 100%;
    height: 900px;
    font-size: 20px;
}
.bold {
  font-weight: 100;
  font-size: 35px;
}

.small {
  font-size: 14px;
}
}


@media (max-width: 650px) {

}

@media (max-width: 980px) {

  .group_box {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0.5%;
    border-right: 0px solid #dcdcdc;
  }

  .v_list2 {
    padding: 0 0 0 5%;
    font-size: 16px !important;
  }

  .v_list {
    padding: 0 0 0 10%;
    font-size: 16px !important;
  }


  .message_left {
    width: 95%;
    float: none;
    margin: auto;
  }

  .message_right {
    float: none;
    width: 100%;
    padding: 0% 0 60px 0;
  }

  .text_g{
    color: #000000;
    font-weight: bold;
    display: inline-block;
    background-image: linear-gradient(45deg, #000000 0%, #33aed0 52%, #2b75ff 90%);
    background-size: 400% 100% !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-name: gradationTextAnimation;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    font-size: 6vw !important;
    padding: 40px 0 0 0;
  
  
  }
  
  .bold {
    font-weight: 100;
    font-size: 28px;
  }

  .message {
    background: #00a0dc;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    border-radius: 30px;
    color: #fff;
    padding: 60px 0 200px 0;
    width: 100%;
    height: 450px;
    font-size: 16px;
  }

  .rec_left {
    width: 100%;
    float: none;
  }
  
  .rec_right {
    width: 100%;
    float: none;
  }

  .pc_only {
    display: none !important;
  }
  
  .sp_only {
    display: block !important;
  }

  a.btn_04 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 100%;
    margin: 0 auto 10px auto;
    padding: 0.5rem 1.4rem;
    font-weight: bold;
    border: 2px solid #0a672f;
    background: #ffffff;
    color: #26AA5A;
    border-radius: 100vh;
    transition: 0.5s;
    float: none;
    max-width: 200px;
    font-size: 12px;
  }

  .contents_left {
    width: 100%;
    float: none;
    padding: 150px 0  0 0;
  }
  
  .contents_right {
    width: 100%;
    float: none;
    padding: 40px 0  0 0;
    font-size: 16px;
  }


  .contents_left2 {
    width: 100%;
    float: none;
    padding: 250px 0  0 0;
  }
  
  .contents_right2 {
    width: 100%;
    float: none;
    padding: 50px 0  0 0;
    font-weight: 600;
    color: #00a0dc;
    font-size: 18px;
  }
  
  .contents_right3 {
    width: 100%;
    float: none;
    padding: 50px 0  0 0;
    
   
  }
  
  .contents_right2 p {
    font-weight: 100;
    font-size: 16px;
    color: #000000;
  }

  .contents_right p {
    font-weight: 100;
    font-size: 16px;
    color: #000000;
  }



  .contents_right3_2 {
    width: 100%;
    float: none;
    padding: 80px 0  0 0;
    font-size: 1.8vw;
    margin: -260px 0 0 0;
   
  }
  
.contents_right2_2 {
  width: 100% !important;
  font-weight: 600;
  font-size: 18px;
}

.contents_right2_2 p {
  font-weight: 100;
  font-size: 1.8vw;
  color: #000000;
  font-size: 16px;
}

.contact {
  width: 50%;
  float: right;
  text-align: right;
  padding: 0 20px 0 0px;
}

button{
  background:#00a0dc;
  color:#fff;
  border:none;
  position:relative;
  height:40px;
  font-size:14px;
  padding:0 1em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;

}

.logo {
  width: 50px;
  padding: 8px 0 0 20px;
  float: left;
}

.text_g2 {
  font-size: 28px;
}
.bold3 {
  font-weight: 100;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}


.rec_message {
 
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  
  color: #fff;
  padding: 60px 0 80px 0;
  width: 100%;
height: auto;
  line-height: 35px;
  
}

.button_area {
  z-index: 99999 !important;
}

.c_title {
  font-weight: 600;
  width: 100%;
  float:none;
}

.c_title2 {
  font-weight: 100;
  width: 100%;
  float:none;
}

}