@charset "utf-8";
/* 
reset
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, figure, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

img {
  vertical-align: bottom;
}

.en {
  font-family: 'Poppins', sans-serif;
  font-size: 3.2rem;
}

/*clearfix-------------------------------*/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}



body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font: 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;

}

.bg {
  background-image: url(../images/bg_kari4.webp);
  background-size: cover;
  background-attachment: fixed;
  /* background-color: #b2b2b2c1; */
}

html {
  font-size: 62.5%;
  background-color: rgb(241, 241, 241);
  background-image: linear-gradient(180deg, #fafafa 0%, #ecf8ff 100%);
  /* background-image: linear-gradient(0deg, transparent 19px, #ccc 20px),linear-gradient(90deg,  transparent 19px, #ccc 20px); */
  max-width: 1920px;
}

h1, h2 {
  font-family: 'Shippori Mincho', serif;

}

h1 img {
  /* width: 290px; */
  width: 25%;
  margin-top: -17px;
  /* background-color: #fafafa; */
  padding: 12px;
  border-radius: 5px;
  /* box-shadow: 0px 0px 10px #ffffff; */
}

/* nav.global */
.global {
  font-family: 'Hina Mincho', serif;
  display: inline-block;
  position: fixed;
  top: 0;
  width: 100%;
  
  font-size: 14px;
  font-weight: 300;
  z-index: 999;
  padding: 25px 0px 20px 0px;
  /* margin-right: 20px; */
  /* background-color: rgba(010, 010, 010, 0.5); */
  background-color: rgba(000, 055, 080, 0.5);
}

.global_content{
  max-width: 1366px;
  margin: 0 auto;
}

.global ul {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  margin-right: 30px;
  margin-left: 30%;
}


.global ul a {
  display: block;
  color: rgb(240, 240, 240);
  font-size: 1.6rem;
  font-weight: 100;
  text-decoration: none;
  padding: 10px 20px;
  border-right: 1px solid rgb(240, 240, 240);
  letter-spacing: 2px;
  text-shadow: 1px 1px 3px #272727;
  
}

.global li:last-child a {
  padding: 10px 20px;
  border: none;
}

.global li a span{
  transition: 0.2s;
}

.global li a{
  transition: 0.5s;
}


.global li a:hover span {
  color: #ff9900;
  border-bottom: 2px solid #ff9900;
  opacity: 0.8;
  letter-spacing: 2px;
  /* background-color: rgba(250, 250, 250, 0.1); */
  padding: 10px 0 10px 0;
  text-shadow: 0px 0px 10px #ff9900;
  
}

.global li:nth-child(4) a {
  border: none;
}

.global li:nth-child(5) a {
  border: none;
}

.global li:nth-child(5) a:hover {
  box-shadow: 2px 2px 2px;
  border-radius: 4px;
}

.global li:nth-child(5) a:hover span {
  color: #fafafa;
  border: none;
}

.global li:nth-child(6) a:hover {
  box-shadow: 2px 2px 2px;
  border-radius: 4px;
}

.global li:nth-child(6) a:hover span {
  color: #fafafa;
  border: none;
  
}

.or {
  color: orange;
}


li.or01 {
  background-image: linear-gradient(135deg, #FCCF31 10%, #F55555 100%);
  /* background: rgb(2,0,36);
  background: rgb(0,52,131);
  background: linear-gradient(39deg, rgba(0,52,131,1) 0%, rgba(0,80,134,1) 37%, rgba(0,69,100,1) 64%, rgba(107,168,177,1) 94%, rgba(189,245,249,1) 100%); */
  color: #fff;
  text-align: center;
  position: relative;
  margin-right: 20px;
  box-shadow: 2px 2px 5px #656565;
  display: flex;
  background-size: 150% 150%;
  animation: bggradient 30s ease infinite;
  transition: 0.2s;
}

li.g01:hover,li.or01:hover{
  border-radius: 4px;
}

li.g01 {
  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(14, 174, 87, 1) 0%, rgba(12, 116, 117, 1) 90%);
  /* background: linear-gradient(90deg, rgba(0,52,131,1) 0%, rgba(0,80,134,1) 37%, rgba(0,69,100,1) 64%, rgba(107,168,177,1) 94%, rgba(100,150,170,1) 100%); */
  color: #fff;
  text-align: center;
  position: relative;

  box-shadow: 2px 2px 5px #656565;
  display: flex;
  background-size: 150% 150%;
  animation: bggradient 30s ease infinite;
  transition: 0.2s;
}


.index .header {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* height: 568px; */
}

.index .wrapper{
  width: 100%;
  overflow: hidden;
}

.wrapper{
  max-width: 1366px;
  display: block;
  margin: 0 auto;
}

.content2{
  width: 89.5%;
  display: block;
  margin: 0 auto;
}

.header img {
  position: absolute;
  width: 100%;
  max-width: 1920px;
}

/* .news .header {
  margin-top: 89px;
  height: 240px;
} */

.privacy .header, .news .header, .sdgs .header, .contact .header, .recruit .header, .csr .header, .works .header, .company .header {
  margin-top: 89px;
  height: 240px;
  margin-bottom: 60px;
  position: relative;
}

/* .works .header {
  margin-top: 89px;
  height: 240px;
} */

/* .csr .header {
  margin-top: 89px;
  height: 240px;
} */

/* .recruit .header {
  margin-top: 89px;
  height: 240px;
} */

/* .contact .header {
  margin-top: 89px;
  height: 240px;
} */

/* .sdgs .header {
  margin-top: 89px;
  height: 240px;
} */

.sdgs .bg {
  background-image: url(../images/umi.jpeg);
  position: relative;
  background-size: cover;
  /*--背景画像のサイズ--*/
  background-attachment: fixed;
  /*--背景画像の固定--*/
  background-repeat: no-repeat;
  /*--背景画像の繰り返し--*/
  background-position: center center;
  z-index: 1;
}

.sdgs_img {

  display: block;
  margin: 0 auto;
  width: 230px;
  height: 230px;
  /* transform:rotate(360deg);  */
  animation: 30s linear infinite rotation1;
  transform-origin: 50% 50%;
  opacity: 0.9;
  top: 30px;
  /* background-image: url(../images/sdgs.png); */
}

.sdgs_img img {
  z-index: 0;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }

}

img {
  width: 100%;
  height: auto;
  max-width: 1920px;
}

.title {

  position: fixed;
  z-index: 2;
  margin-left: 40px;
  font-size: 2.5rem;
  font-weight: 100;
  max-width: 25%;
  width: 290px;
  margin-top: -17px;

  padding: 12px;
}

.title a {
  text-decoration: none;
  color: #fff;
  /* float: left; */
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px #272727;
}

.index .slogan {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 100%;
  transform: translate(0, -50%);
  color: #fff;
  line-height: 1.2;
  text-align: right;

  font-size: 2rem;
  text-shadow: 1px 1px 3px #272727;
  letter-spacing: 2px;
}

/* .news .slogan {
  position: absolute;
  top: 34%;

  width: 100%;
  transform: translate(0, -50%);
  color: #fff;
  line-height: 0.8;
  text-align: center;

  font-size: 2rem;
  text-shadow: 1px 1px 3px #272727;
  letter-spacing: 2px;
} */

.privacy .slogan, .contact .slogan, .recruit .slogan, .csr .slogan, .sdgs .slogan, .news .slogan, .works .slogan, .company .slogan {
  position: absolute;
  top: 34%;

  width: 100%;
  /* transform: translate(0, -50%); */
  color: #fff;
  line-height: 0.8;
  text-align: center;

  font-size: 2rem;
  text-shadow: 1px 1px 3px #272727;
  letter-spacing: 2px;
}

/* .works .slogan {
  position: absolute;
  top: 34%;

  width: 100%;
  transform: translate(0, -50%);
  color: #fff;
  line-height: 0.8;
  text-align: center;

  font-size: 2rem;
  text-shadow: 1px 1px 3px #272727;
  letter-spacing: 2px;
} */

/* .sdgs .slogan {
  position: absolute;
  top: 34%;

  width: 100%;
  transform: translate(0, -50%);
  color: #fff;
  line-height: 0.8;
  text-align: center;

  font-size: 2rem;
  text-shadow: 1px 1px 3px #272727;
  letter-spacing: 2px;
} */

/* .csr .slogan {
  position: absolute;
  top: 34%;

  width: 100%;
  transform: translate(0, -50%);
  color: #fff;
  line-height: 0.8;
  text-align: center;

  font-size: 2rem;
  text-shadow: 1px 1px 3px #272727;
  letter-spacing: 2px;
} */

/* .recruit .slogan {
  position: absolute;
  top: 34%;

  width: 100%;
  transform: translate(0, -50%);
  color: #fff;
  line-height: 0.8;
  text-align: center;

  font-size: 2rem;
  text-shadow: 1px 1px 3px #272727;
  letter-spacing: 2px;
} */

/* .contact .slogan {
  position: absolute;
  top: 34%;

  width: 100%;
  transform: translate(0, -50%);
  color: #fff;
  line-height: 0.8;
  text-align: center;

  font-size: 2rem;
  text-shadow: 1px 1px 3px #272727;
  letter-spacing: 2px;
} */

.slogan p {
  margin-top: 10px;
  font-family: 'Hina Mincho', serif;
  font-size: 1.6rem;
}



header h2 {
  position: relative;
  padding: 1em 0em;
  text-align: center;
  text-shadow: #ccc 1px 1px 2px;
  display: flex;
  width: 1000px;
  align-items: center;

}

.index header h2 {
  position: relative;
  padding: 0em 0em;
  text-align: center;
  text-shadow: #333333 2px 2px 3px;
  display: flex;
  width: 1000px;
  align-items: center;
color: #f8f8f8;

}

.index .sec02 header {
  background-image: linear-gradient(109.6deg, rgb(0 184 255) 11.2%, rgb(0 3 86) 100.2%);
  background-size: cover;
  background-position: center center;
  margin-top: 120px;
  transform: skew(-10deg);
  box-shadow: #222222 2px 2px 3px;
  line-height: 60px;
  margin-right: 60%;
  animation: bggradient 30s ease infinite,slideIn_L 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  background-size: 150% 150%;
min-width: 400px;
position: relative;
z-index: 2;
}


 
@keyframes slideIn_L {
  0% {
    transform: translateX(-180px) skewX(-10deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) skewX(-10deg);
  }
  40%,100% {
    opacity: 1;
  }
}
 

.index .sec02-2 header {
  background-image: linear-gradient(109.6deg, rgb(0 184 255) 11.2%, rgb(0 3 86) 100.2%);
  background-size: cover;
  background-position: center center;
  margin-top: 120px;
  transform: skew(-10deg);
  box-shadow: #222222 2px 2px 3px;
  line-height: 60px;
  margin-right: 60%;
  animation: bggradient 30s ease infinite,slideIn_R 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  background-size: 150% 150%;
  min-width: 400px;
  position: relative;
  z-index: 2;
}

@keyframes slideIn_R {
  0% {
    transform: translateX(180px) skewX(-10deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) skewX(-10deg);
  }
  40%,100% {
    opacity: 1;
  }
}



/* dl.info */

.info01 {
  display: flex;
  background-color: #ffffffe3;
  justify-content: space-around;
  padding: 20px;
  position: relative;
  margin-bottom: 120px;
  
}

.info01 h2 {
  color: #fff;
  text-shadow: #222222 1px 1px 2px;
  width: 160px;
  text-align: center;
  font-size: 2rem;
  background-image: radial-gradient(circle farthest-corner at 17.1% 22.8%, rgba(226, 24, 24, 1) 0%, rgba(160, 6, 6, 1) 90%);
}



dl.info {
  font-size: 1.6rem;
  border: none;
  padding: 10px 20px;
  margin-left: 50px;
  height: 200px;
  width: 860px;
  border-radius: 5px;
  background-color: #ffffffe3;
  font-family: 'Hina Mincho', serif;

}

dl.info a {
  text-decoration: none;
  color: #222222;
}

dl.info a:hover {
  text-decoration: underline #ccc 1px solid;
  color: #222222;
}

.news .info01 {
  display: flex;
  background-color: #ffffffe3;
  justify-content: space-around;
  padding: 20px;
  position: relative;
  margin-bottom: 120px;
  flex-direction: column;
}

.news dl.info {
  font-size: 1.6rem;
  border: none;
  padding: 10px 20px;
  margin-left: 50px;
  height: 630px;
  width: 860px;
  border-radius: 5px;
  background-color: #ffffffe3;
  font-family: 'Hina Mincho', serif;
  margin: 0 auto;
}

.news .info div {
  display: flex;
  justify-content: flex-start;
  line-height: 50px;
  padding: 10px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;

}

.news_content{
  font-size: 1.6rem;
  margin-left: 60px;
  padding: 24px 0;
  line-height: 2;
}



.info div {
  display: flex;
  justify-content: flex-start;
  line-height: 24px;
  padding: 10px 0;
  margin-bottom: 5px;
  border-bottom: 2px dotted #ccc;

}

.info dt {
  width: 9em;
}

.info dd {
  width: calc(100% - 9em);
  text-align: justify;
}


.sec01text {
  font-family: 'Hina Mincho', serif;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  background-color: #ecf8ff;
  border-radius: 5px;
  margin-bottom: 120px;
  justify-content: center;
}

.company .sec01text {
  background-color: #383838;
  width: 90%;
}

.sec01text p {
  margin: 20px 10px 10px 10px;
  padding: 10px;
  border-radius: 5px;
  line-height: 35px;
}

.company .sec01text img {
  padding: 50px 100px 50px 100px;
}

.sec01text img {

  width: 90%;
  background-image: url(../images/deco.png);
  background-color: #fff;
  /* margin-right: 10px; */
  box-shadow: 1px 1px 10px #ccc;
  border-radius: 5px;
  padding: 10px;
}

/* h2 {
  text-decoration: underline 1px solid #ccc;
} */
.sec01 {
  margin-top: 50px;
}

.sec01 header h2 {
  text-align: center;
  text-shadow: 1px 1px 0.5px #ccc;
}

.sec02 header {
  background-image: linear-gradient(109.6deg, rgba(255, 174, 0, 1) 11.2%, rgba(255, 0, 0, 1) 100.2%);
  /* padding-right: 880px; */
  /* background-image: url(../images/c_hinsitu@2x.jpg); */
  background-size: cover;
  background-position: center center;
  margin-top: 120px;
  transform: skew(-10deg);
  box-shadow: #222222 2px 2px 1px;
  line-height: 60px;
}

.works .sec02 header {
  padding-left: 20px;
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  position: relative;
  z-index: 2;
  background-image: linear-gradient(90deg, rgb(2, 0, 133) 10%, rgb(31, 55, 136) 43%, rgb(6, 75, 180) 60%, rgba(56, 144, 170, 1) 77%, rgb(105, 183, 219));
}

.works .sec02 header h2 {
  letter-spacing: 2px;
  color: #fff;
  text-shadow: #222 1px 1px 2px;
}



.sec03 header {
  background: linear-gradient(109.6deg, rgb(210, 255, 31) 0.00%, rgb(123, 194, 85) 45.00%, rgb(227, 144, 43) 100.00%);
  padding-right: 880px;
  margin-top: 20px;
  transform: skew(-10deg);
  box-shadow: #222222 2px 2px 1px;
  line-height: 60px;
}

.sec04 header {
  background-image: linear-gradient(109.6deg, rgba(121, 203, 202, 1) 11.2%, rgba(119, 161, 211, 1) 91.1%);
  padding-right: 880px;
  margin-top: 60px;
  transform: skew(-10deg);
  box-shadow: #222222 2px 2px 1px;
  line-height: 2;
}

.sec05 header{
  display:flex;
  justify-content: center;
  align-items: center;
}

.sec05 header h2 {
  position: relative;
  padding: 1em 0em;
  text-align: center;
  text-shadow: #ccc 1px 1px 2px;
  /* width: 1000px; */
  display: block;
  margin: 0 auto;
}

.sec06 header {
  /* background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(14, 174, 87, 1) 0%, rgba(12, 116, 117, 1) 90%); */

  background-image: linear-gradient(90deg, rgba(28, 58, 148, 1) 10%, rgba(58, 84, 136, 1) 30%, rgba(34, 30, 147, 1) 43%, rgba(76, 82, 185, 1) 60%, rgba(40, 96, 146, 1) 77%, rgba(105, 185, 219, 1));
  line-height: 30px;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: #222222 0px 0px 5px;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  justify-content: center;
  background-size: 200% 200%;
  animation: bggradient 30s ease infinite;
}

.sec06 header h2 {
  position: relative;
  padding: 1em 0em;
  text-align: center;
  text-shadow: #000000 1px 1px 1px;
  width: 1000px;
  display: block;
  margin: 0 auto;
  /* transform: skew(-5deg); */
}

.num_tel{
  margin-top: 20px;
}


/* .sec02 header h2 {
  text-align: left;
  font-size: 2.2rem;
  padding: 50px 0 20px 0;
  text-shadow: 1px 1px 0.5px #ccc;
} */

/* .span{
  font-size: 1rem;
  letter-spacing: 1px;
} */
.flex_content{
  margin-left: 20%;
  display: block;
}

.sec02 .flex {
  display: flex;
  background-color: #2e2e33;
  position: relative;
  left: -76px;
  padding-left: 30px;
  margin-bottom: 280px;
  padding-right: 10px;
  width: 100%;
  height: 300px;
  transform: skewX(-10deg);
  justify-content: center;
  /* display: block; */
  /* margin: 0 auto; */
  margin-left: 5%;
  padding-top: 20px;
    
    top:-20px;
    animation:slideIn_R 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.sec02-2 .flex {
  display: flex;
  background-color: #2e2e33;
  position: relative;
  left: -76px;
  padding-left: 30px;
  margin-bottom: 280px;
  padding-right: 10px;
  width: 100%;
  height: 300px;
  transform: skewX(-10deg);
  justify-content: center;
  /* display: block; */
  /* margin: 0 auto; */
  margin-left: 5%;
  padding-top: 20px;
   
    top:-20px;
    animation:slideIn_L 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.company .c_sec02 .flex {
  display: flex;
  /* background-color: #2e2e33; */
  background-size: cover;
  position: relative;
  /* left: -76px; */
  /* padding-left: 30px; */
  margin-bottom: 280px;
  /* padding-right: 45px; */
  /* width: 111%; */
  height: 740px;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  /* margin-left: -20px; */
  width: 100%;
}

hr {
  border: 0.1px solid #ccc;
  opacity: 0.1;
}

.sec02 .flex img {
  position: absolute;
  right: -20px;
  top: 10px;
    width: 60%;
    display: block;
    margin: 0 auto;
    transform: skewX(10deg);
}

.sec02-2 .flex img {
  position: absolute;
  left: 10px;
  top: 10px;
    width: 55%;
    display: block;
    margin: 0 auto;
    /* transform: skewX(10deg); */
}

.c_sec02_text {
  position: absolute;
  text-align: center;
  /* left: 450px; */
  padding: 40px;
  text-shadow: 0px 0px 10px #222222;
}

.c_sec02_text h3 {
  font-family: 'Shippori Antique B1', sans-serif;
  color: #fff;
  font-size: 3rem;
  margin: 20px;
  letter-spacing: 1px;
  z-index: 1;
  transform: skew(-5deg);
}

.c_sec02_text p {
  font-family: 'Shippori Antique B1', sans-serif;
  top: 8rem;
  margin: 20px;
  color: #fff;
  font-size: 1.6rem;
  z-index: 2;
}

.c_sec02 img {
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 10px #272727;
  height: 930px;
}

.sec02 .flex h3 {
  position: absolute;
  left: 70px;
  font-family: 'Shippori Antique B1', sans-serif;
  color: #fff;
  font-size: 3rem;
  margin: 20px;
  letter-spacing: 1px;
  z-index: 1;
}

.sec02-2 .flex h3 {
  position: absolute;
  /* left: 70px; */
  font-family: 'Shippori Antique B1', sans-serif;
  color: #fff;
  font-size: 3rem;
  margin: 20px;
  letter-spacing: 1px;
  z-index: 1;
}

.sec02 .flex p {
  font-family: 'Shippori Antique B1', sans-serif;
  position: absolute;
  left: 70px;
  top: 8rem;
  margin: 20px;
  color: #fff;
  font-size: 1.6rem;
  z-index: 2;
}

.sec02-2 .flex p {
  font-family: 'Shippori Antique B1', sans-serif;
  position: absolute;
  /* left: 70px; */
  top: 8rem;
  margin: 20px;
  color: #fff;
  font-size: 1.6rem;
  z-index: 2;
}

.company .sec02 .sec02-2 .flex p {
  font-family: 'Shippori Antique B1', sans-serif;

  text-align: center;
  top: 8rem;
  margin: 20px;
  color: #fff;
  font-size: 1.6rem;
  z-index: 2;
  left: 470px;
}

/* .sec02 .flex img {
  /* width: 897px;
  right: 0px; */
  /* left: 10px; */
/* } */


div.btn02 {
  display: flex;
  justify-content: center;
  margin-top: 60px;


}

.btn02 p {
  width: 100px;
  text-align: center;
  border: #ccc 1px solid;
}

.btn02 p a {
  font-size: 1.6rem;
  text-decoration: none;
  display: block;
  line-height: 30px;
  color: #fff;
  letter-spacing: 1px;
  transition: 0.2s;
}

.btn02 p a:hover {
  transform: skewX(-5deg)
}


.sec03 .flex {
  display: flex;
  background-color: #2e2e33;
  position: relative;
  right: -39px;
  padding-left: 30px;
  margin-bottom: 280px;
  padding-right: 10px;

  height: 300px;
  justify-content: space-between;
}

.sec03 .flex div {
  position: absolute;
  left: -90px;
  top: 10px;
  width: 70%;
}

.sec03 .flex h3 {
  position: absolute;
  right: 70px;
  font-family: 'Shippori Antique B1', sans-serif;
  color: #fff;
  font-size: 3rem;
  margin: 20px;
  letter-spacing: 1px;
}

.sec03 .flex p {
  font-family: 'Shippori Antique B1', sans-serif;
  position: absolute;
  right: 70px;
  top: 8rem;
  margin: 20px;
  color: #fff;
  font-size: 1.6rem;
}

.sec03 .flex img {
  transform: skew(-10deg);
}

.btn03 {
  padding-right: 455px;
  margin-top: 60px;
}

.btn03 p {
  width: 200px;
  text-align: center;
  border: #ccc 1px solid;
  right: 0px;
}

.btn03 p a {
  text-decoration: none;
  display: block;
  line-height: 60px;
  color: #fff;
  letter-spacing: 1px;

}

.sec04 .flex {
  display: flex;
  background-color: #2e2e33;
  position: relative;
  left: -70px;
  padding-left: 30px;
  margin-bottom: 280px;
  padding-right: 10px;
  width: 105%;
  height: 300px;
  justify-content: space-between;

}


.sec04 .flex div {
  position: absolute;
  right: -40px;
  top: 10px;
}

.sec04 .flex h3 {
  position: absolute;
  left: 70px;
  font-family: 'Shippori Antique B1', sans-serif;
  color: #fff;
  font-size: 3rem;
  margin: 20px;
  z-index: 2;
  letter-spacing: 1px;
}

.sec04 .flex p {
  font-family: 'Shippori Antique B1', sans-serif;
  position: absolute;
  left: 70px;
  top: 8rem;
  margin: 20px;
  margin-top: 30px;
  color: #fff;
  font-size: 1.6rem;
  z-index: 2;
}

.sec04 .flex img {
  width: 90%;
  right: 0px;
  left: 10px;
}

div.btn04 {
  display: flex;
  justify-content: flex-start;
  margin-top: 60px;
  position: absolute;

}

.btn04 p {
  width: 100px;
  text-align: center;
  border: #ccc 1px solid;
}

.btn04 p a {
  font-size: 1.6rem;
  text-decoration: none;
  display: block;
  line-height: 30px;
  color: #fff;
  letter-spacing: 1px;
}


.sec05 {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 0px 10px #222222;
  margin-bottom: 100px;
  position: relative;
}

.sec05 p {
  font-size: 1.6rem;
  font-family: 'Shippori Antique B1', sans-serif;
  text-align: center;
  margin-bottom: 30px;
}

.sec05_bg {
  padding: 0px 20px 0 20px;
  transform: skew(-5deg);
  z-index: -1;
  background-image: linear-gradient(135deg, #FCCF31 10%, #F55555 100%);
}

.btn05 {
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  
}

.btn05 p {
  width: 200px;

  border: #ccc 1px solid;
  margin: 0 auto;

}

.btn05 p a {
  text-decoration: none;
  display: block;
  line-height: 60px;
  color: #0c0050;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: center;
  transition: 0.2s;
}

.btn05 p a:hover {
  transform: scale(1.02);
}

.btn06 p {
  /* width: 350px; */
  justify-content: center;
  align-items: center;
}

.btn06 p a {
  font-family: 'Shippori Antique B1', sans-serif;
  text-decoration: none;
  display: block;
  /* line-height: 60px; */
  color: #fff;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: center;
  text-shadow: #272727 1px 1px 5px;
  background: linear-gradient(45deg, #2229D4, #228BD4, #2297D4);
  width: 350px;
  padding: 70px;
  box-shadow: 1px 1px 5px #272727;
  animation: bggradient 30s ease infinite;
  background-size: 150% 150%;
  transition: 0.2s;
}

.btn06 p a:hover {
  opacity: 0.9;
  background: linear-gradient(45deg, #2229D4, #228BD4, #2297D4);
transform: skewX(-3deg)
  
}

.btn07 {
  margin-top: 0;
  align-items: center;
  justify-content: center;
}

.btn07 p {
  width: 200px;
  border: #ccc 1px solid;
  margin: 0 auto;
  border-radius: 40px;
}

.btn07 p:hover {
  width: 200px;
  border: #ccc 1px solid;
  margin: 0 auto;
  border-radius: 40px;
  box-shadow: 0px 0px 10px #ccc;
}

.btn07 p a {
  text-decoration: none;
  display: block;
  line-height: 60px;
  color: #0c0050;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: center;
}

.content {
  width: 90%;
  display: block;
  margin: 0 auto;
}

/* 
clearfix
*/

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fix_box {
  width: 60px;
  height: 40px;
  color: #ecf8ff;
  background-color: #0067a3bb;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
  transition-duration: 0.3s;
  border-radius: 10px;
}

.fix_box:hover {
  background-color: rgba(250, 250, 140, 1);
  text-decoration: none;
}

.sec02-2 div.btn01_2 {
  display: flex;
  justify-content: flex-start;
  margin-top: 60px;
  position: absolute;
  margin-left: 2%;
}

.btn01_2 p {
  width: 200px;
  text-align: center;
  border: #ccc 1px solid;
}



.btn01_2 p a {
  text-decoration: none;
  display: block;
  line-height: 60px;
  color: #fff;
  letter-spacing: 1px;
}

.btn01_2 p a:hover{
  color: #ffb13c;
}

div.btn01 {
  display: flex;
  justify-content: flex-start;
  margin-top: 60px;
  position: absolute;
  left: 20px;
}

.btn01 p {
  width: 200px;
  text-align: center;
  border: #ccc 1px solid;
  
}



.btn01 p a {
  text-decoration: none;
  display: block;
  line-height: 60px;
  color: #fff;
  letter-spacing: 1px;
  transition: 0.2s;
}

.btn01 p a:hover{
  color: #ffb13c;
}

.num {
  display: block;
  margin-top: 50px;

}

.num ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.num ul li {
  font-family: 'Shippori Antique B1', sans-serif;
  font-size: 3rem;
  font-weight: 100;
  /* width: 400px; */
  text-align: center;
  line-height: 30px;
}

.num ul li span {
  font-family: 'Shippori Antique B1', sans-serif;
  background-color: #0c0050;
  padding: 0px 100px 0 100px;
  color: #fff;
  box-shadow: 1px 1px 5px #272727;
}

.sec06 {
  background: linear-gradient(132deg, rgb(255, 255, 255) 0.00%, rgb(219, 255, 239) 29.37%, rgb(242, 242, 242) 100.00%);
  padding-bottom: 100px;
  box-shadow: #272727 0px 0px 20px;
  border-radius: 10px 10px 0px 0px;
}

.big {
  font-family: 'Noto Serif JP', serif;
  font-size: 5rem;
  text-align: center;
  margin-top: 50px;
  color: #272727;
  letter-spacing: 2px;

  text-shadow: 0px 0px 20px #d8d8d8;
}

.num ul li small {
  font-size: 1.6rem;
}


/* 
footer
*/

footer {
  background-color: #383838;
  color: #bababa;
  text-align: center;
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'Shippori Antique B1', sans-serif;
  letter-spacing: 1px;
  bottom: 0px;
  border-top: 1.5px solid #999;
  box-shadow: 0px 0px 10px #999;
  font-size: 1.2rem;
}

.footer_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  /* margin-left: 100px; */
  flex-direction: column-reverse;
  margin-bottom: 30px;
}

footer img {
  width: 280px;
  display: block;
  margin: 0 auto;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer ul {

  padding-top: 14px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

footer li {
  margin-top: 10px;
  transform: skew(-5deg);
}

footer ul li a {
  padding: 16px 30px;
  background-color: #ffffff;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem;
  text-decoration: none;
  color: #222222;
  line-height: 0.5rem;
  margin: 5px;
  box-shadow: #808080 0px 0px 10px;
  border-radius: 0px;
  display: block;
  transition: 0.1s;
}

footer ul li a:hover {
  background-color: #d0f3ff;
  font-size: 1.3rem;
  box-shadow: #ffffff 0px 0px 20px;
  border-radius: 5px;
}

footer small a {
  text-decoration: none;
  color: #fafafa;
}


/* 
 */
.blur {
  animation-name: bluranime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes bluranime {
  from {
    filter: blur(10px);
    transform: scale(1.1);
    opacity: 0;
  }

  to {
    filter: blur(0);
    transform: scale(1);
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUp1s {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUp2s {
  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);
  }
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.scrolldown1 {
  position: absolute;
  left: 50%;
  bottom: -79px;
  height: 50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  position: absolute;
  left: -15px;
  top: -15px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}

.index .scrolldown1 {
  position: absolute;
  left: 98%;
  bottom: -195px;
  opacity: 0.6;
}

/*Scrollテキストの描写*/
.index .scrolldown1 span {
  position: absolute;
  left: -15px;
  top: -15px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.index .scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  animation: pathmove 2s ease-in-out infinite;
  opacity: 0;

}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0px;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }
}

.hinsitu {
  position: relative;
  width: 810px;
  height: 420px;

}

.hinsitu img {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 320px;
}

.hinsitu p {
  position: absolute;
  top: 160px;
  left: 300px;
  width: 400px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 5px #999;
  font-size: 12px;
  line-height: 24px;
  z-index: 1;
}

/* company */
table {
  width: 100%;
  border: 1px solid #222222;
  font-size: 100%;
  padding: 10px;
}

.table_body {
  font-size: 1.6rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 80%;
  background-color: #fff;
  font-family: 'Hina Mincho', serif;
}

tr {

  border: 1px solid #ccc;

}

td {
  padding: 10px;
}

th {
  padding: 25px;
  text-align: center;
}

.c_title {
  width: 40%;
  color: #f7f7f7;
  text-align: center;
  /* background-image: linear-gradient(90deg, rgba(28, 58, 148, 1) 10%, rgba(58, 84, 136, 1) 30%, rgba(34, 30, 147, 1) 43%, rgba(76, 82, 185, 1) 60%, rgba(40, 96, 146, 1) 77%, rgba(105, 185, 219, 1)); */
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 99, 1) 35%, rgba(0, 69, 83, 1) 100%);
  /* background-image: linear-gradient(120deg, rgba(28, 58, 148, 1) 10%, rgba(101, 90, 167, 0.8) 43%, rgba(76, 82, 185, 1) 60%, rgba(56, 144, 170, 0.8) 77%, rgba(105, 185, 219, 1)); */
  font-size: 3.5rem;
  transform: skew(-5deg);
  text-shadow: 1px 1px 3px #272727;
  letter-spacing: 4px;
  margin-bottom: 10px;
  padding: 20px 0 20px 0;
  box-shadow: #383838 1px 1px 10px;
  background-size: 200% 200%;
  animation: bggradient 30s ease infinite;
  border: #ccc 1px solid;
  display: inline-block;
  position: relative;
  line-height: 25px;
}

.c_title::before {
  position: absolute;
  border: #cccccc59 1px solid;
  content: "";
  box-shadow: 2px 2px 10px #2226;
  top: 5px;
  bottom: -5px;
  left: 5px;
  right: -5px;
  background-image: url(../images/deco.png);
  background-size: cover;
  background-position: bottom;
}



.title_box {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.gaiyou {
  padding-bottom: 100px;
}

/* 
contact
*/
.from {
  margin-top: 30px;
}

.box_con {
  max-width: 900px;
  margin: 0 auto;
}

.box_con form {
  width: 100%;
}

.box_con form table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2;
  font-family: 'Hina Mincho', serif;
}

.box_con form table tr {
  position: relative;
}

.box_con form table tr:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: dotted #cdcdcd 1px;
}

.box_con form table tr th {
  width: 30%;
  font-weight: normal;
  padding: 1em .5em;
  box-sizing: border-box;
}

.box_con form table tr th span {
  background: #cd6f55;
  padding: 0 .3em;
  color: #fff;
  margin-left: .5em;
  box-sizing: border-box;
}

.box_con form table tr td {
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box_con form table tr .box_br {
  display: block;
}

.box_con form table tr select {
  border: 1px solid #0f76cf;
}

.box_con form table tr label input {
  cursor: pointer;
  display: none;
  vertical-align: middle;
}

.box_con form table tr .radio02-input+label {
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
}

.box_con form table tr .radio02-input+label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  transform: translateY(-50%);
}

.box_con form table tr .radio02-input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #0f76cf;
  border-radius: 50%;
  transform: translateY(-50%);
}

.box_con form table tr select, .box_con form table tr input, .box_con form table tr textarea {
  width: 100%;
  height: 3em;
  padding: .5em;
  box-sizing: border-box;
}

.box_con form table tr textarea {
  height: 10em;
}

/*プライバシ*/

.privacy .con_pri {
  max-width: 1000px;
  padding-bottom: 50px;
}

.con_pri {
  max-width: 700px;
  margin: 0 auto;
}

.privacy .con_pri .box_pri {

  height: 600px;
}

.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #f7f7f7;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
  line-height: 2;
}

.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}

.con_pri .box_pri .box_tori h2 {
  font-weight: normal;
  margin: 20px;
  font-size: 150%;
}


.box_check {
  text-align: center;
  margin: 1em auto;
  font-size: 1.6rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: lighter;
}

.box_check label {
  display: inline-block;
}

.box_check label span {
  margin-left: .3em;
}

.btn {
  text-align: center;
  padding-bottom: 50px;
  letter-spacing: 2px;
}

.btn input {
  border-radius: 20px;
  font-family: 'Shippori Mincho', serif;
  display: inline-block;
  background-color: rgba(28, 58, 148, 1);
  padding: .5em 4em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.4s;
  box-shadow: 0px 0px 5px #222;

}

.btn input:hover {
  opacity: 0.7;
}




/* 
works
 */

.parent {
  display: grid;
  /* grid-template-columns: repeat(5, 1fr); */
  /* grid-template-rows: repeat(1, 1fr); */
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  margin-bottom: 100px;
}

.parent h2 {

  font-size: 2.3rem;
  margin-bottom: 20px;
  color: #0c0050;
  border-bottom: solid 2px #cce4ff;

  position: relative;
}

.parent h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #5472cd;
  bottom: -3px;
  width: 20%;
}

.div1, .div2, .div3 {
  margin: 5px;

}

.parent .div1 {
  grid-area: 1 / 1 / 2 / 2;
}

.parent .div2 {
  grid-area: 1 / 2 / 2 / 3;
}

.parent .div3 {
  grid-area: 1 / 3 / 2 / 4;
}


.parent2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-bottom: 60px;
}

.parent2 .div4 {
  grid-area: 1 / 1 / 2 / 2;
}

.parent2 .div5 {
  grid-area: 1 / 2 / 2 / 3;
}

.parent2 .div6 {
  grid-area: 1 / 3 / 2 / 4;
}

.parent2 .div7 {
  grid-area: 2 / 1 / 3 / 2;
}

.parent2 .div8 {
  grid-area: 2 / 2 / 3 / 3;
}

.parent2 p {
  font-size: 1.4rem;
  text-align: justify;
}

.parent2 .div4, .parent2 .div5, .parent2 .div6, .parent2 .div7, .parent2 .div8 {
  margin: 5px 5px 30px 5px;
}

.parent2 h2 {

  font-size: 2.3rem;
  margin-bottom: 20px;
  color: #0c0050;
  border-bottom: solid 2px #cce4ff;

  position: relative;
}

.parent2 h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #5472cd;
  bottom: -3px;
  width: 20%;
}

/* 
CSR
*/
.csr_content {
  display: block;
  margin: 0 auto;
  padding-bottom: 100px;
}

.csr_con_textbox {
  display: flex;
  width: 90%;
  margin: 0 auto;
  padding: 20px 20px 20px 20px;
  background-color: #cccccc15;
  /* background-image: url(../images/w_img5-2.png);
  background-size: cover; */
  border-radius: 5px;
  box-shadow: 0px 0px 20px #999;
  transform: skew(-5deg);
}

.csr_content img {
  box-shadow: 0px 0px 20px #222;
  width: 80%;

}

.csr_content p {
  line-height: 1.7;
  box-shadow: 0px 0px 20px #222;
  padding: 33px;
  color: #fff;
  /* margin: 20px 0 0 0; */
  font-size: 1.6rem;
  text-align: justify;
  background-color: #333e;
  width: 500px;
  position: absolute;
  right: 15px;
  top: 86px;
  font-family: 'Shippori Antique B1', sans-serif;
  text-shadow: 1px 1px 1px #222;
}



.csr_content2 {
  display: block;
  margin: 0 auto;
  /* padding-bottom: 100px; */
}

.csr_content2 .csr_con_textbox {
  margin-bottom: 50px;
  width: 80%;
  box-shadow: none;
}

.csr_content2 p {
  line-height: 1.7;
  box-shadow: 0px 0px 20px #2227;
  padding: 33px;
  color: #fff;
  /* margin: 20px 0 0 0; */
  font-size: 1.6rem;
  text-align: center;
  background-color: #3337;
  width: 100%;
  font-family: 'Shippori Antique B1', sans-serif;
  text-shadow: 1px 1px 1px #222;
}

.csr_content2 .c_title {
  z-index: 2;
}

.csr_content2 .title_box {

  margin-bottom: -43px;
}

.csr_new1,.csr_new2,.csr_new3{
  display: flex;
  justify-content: flex-end;
  margin-right: 50px;
  /* clear: both; */
  margin-left: 30%;
  flex-direction: column;
  padding-bottom: 30px;
}

.csr_new4{
  display: flex;
  justify-content: flex-end;
  margin-right: 50px;
  /* clear: both; */
  margin-left: 30%;
  flex-direction: column;
  padding-bottom: 100px;
}

.csr_new1 h1,.csr_new2 h1,.csr_new3 h1,.csr_new4 h1{
  margin-bottom: 2rem;
  position: relative;
  padding-left: 7rem;
  color:#153c6e;
  font-size: 3rem;
  letter-spacing: 1px;
}

.csr_new1 h1::before{
  position: absolute;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
  font-weight: 100;
  content: "01";
  background: #c9e2ff;
  color: #153c6e;
  font-size: 1.3rem;
  border-radius: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.csr_new2 h1::before{
  position: absolute;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
  font-weight: 100;
  content: "02";
  background: #c9e2ff;
  color: #153c6e;
  font-size: 1.3rem;
  border-radius: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.csr_new3 h1::before{
  position: absolute;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
  font-weight: 100;
  content: "03";
  background: #c9e2ff;
  color: #153c6e;
  font-size: 1.3rem;
  border-radius: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.csr_new4 h1::before{
  position: absolute;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
  font-weight: 100;
  content: "04";
  background: #c9e2ff;
  color: #153c6e;
  font-size: 1.3rem;
  border-radius: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  
}

.csr_new1 p,.csr_new2 p,.csr_new3 p,.csr_new4 p{
  line-height: 2;
  font-size: 1.3rem;
  padding-left: 7.3rem;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #222a;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}



/* 
sdgs
*/
.sdgs_content {
  display: block;
  margin: 0 auto;
  padding-bottom: 100px;
  max-width: 1377px;
}

.sdgs_con_textbox {
  display: flex;
  /* width: 70%; */
  margin: 0 auto;
  padding: 20px 20px 20px 20px;
  background-color: #cccccc15;
  border-radius: 5px;
  box-shadow: 0px 0px 20px #999;
  transform: skew(-5deg);
  margin-bottom: 50px;
}

.sdgs_con_textbox img {
  padding-right: 10px;
}

.sdgs_content p {
  line-height: 1.7;
  box-shadow: 0px 0px 20px #222;
  padding: 33px;
  color: #fff;
  /* margin: 20px 0 0 0; */
  font-size: 1.6rem;
  text-align: justify;
  background-color: #333e;
  /* width: 500px; */
  position: absolute;
  right: 15px;
  top: 86px;
  font-family: 'Shippori Antique B1', sans-serif;
  text-shadow: 1px 1px 1px #222;
  width: 50%;
}

.sdgs_con_img{
  background-color: transparent;
}


/* 
recruit
*/

.recruit_content {
  display: block;
  margin: 0 auto;
  padding-bottom: 100px;
}

.recruit_con_textbox {
  display: flex;
  width: 90%;
  margin: 0 auto;
  padding: 20px 20px 20px 20px;
  background-color: #cccccc15;
  border-radius: 5px;
  box-shadow: 0px 0px 20px #999;
  transform: skew(-5deg);
  flex-direction: column;
  margin-bottom: 70px;
}

.recruit_con_textbox_w p {
  display: flex;
  margin: 0 auto;
  padding: 20px 20px 20px 20px;
  /* box-shadow: 0px 0px 20px #999; */
  flex-direction: column;
  background-color: #201f66;
  background-image: linear-gradient(225deg, #201f66 0%, #171b39 33%, #236796 66%, #ffffff 100%);

  margin-bottom: 70px;
  color: #fff;
  line-height: 1.7;
  padding: 20px;
  font-size: 1.6rem;
  text-align: center;
  right: 15px;
  top: 86px;
  font-family: 'Shippori Antique B1', sans-serif;
  text-shadow: none;
}

.recruit_content p, .recruit_content ul {
  line-height: 1.7;
  box-shadow: 0px 0px 20px #222;
  padding: 33px;
  color: #fff;
  /* margin: 20px 0 0 0; */
  font-size: 1.6rem;
  text-align: center;
  /* margin-bottom: 20px; */
  background-color: #333e;
  /* width: 500px; */
  /* position: absolute; */
  right: 15px;
  top: 86px;
  font-family: 'Shippori Antique B1', sans-serif;
  text-shadow: 1px 1px 1px #222;
}

.recruit_content ul {
  font-size: 2rem;
}

.recruit_con_textbox .btn07 p {
  margin-top: 20px;
  background-color: #fff;
  padding: 10px;
  color: #333;
  text-shadow: none;
  border-radius: 0px;
  text-decoration-line: line-through;
  box-shadow: none;
}

.recruit_con_textbox span {
  text-align: center;
  color: crimson;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: 'Shippori Antique B1', sans-serif;
}


.r_title {
  position: relative;
  margin-bottom: 80px;
  width: 99.3vw;
  margin: 0 calc(50% - 50vw);
  box-shadow: 0px 0px 20px #999;
}

.r_box {
  background-color: #fff5;
  display: flex;
  background-image: url(../images/r_img.webp);
  background-size: cover;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  width: 100%;
}

.r_box h2 {
  text-align: center;
  font-size: 5rem;
  writing-mode: vertical-rl;
  letter-spacing: 4px;
  background-color: #fff;
  transform: skew(0deg, -2deg);
  margin-right: 270px;
  color: #222222;
}

.r_box p {
  text-align: center;
  font-size: 1.8rem;
  font-family: 'Shippori Antique B1', sans-serif;
  letter-spacing: 2px;
  background-color: #fff;
  transform: skew(-5deg, 0deg);
  color: #0f76cf;
  /* margin-right: 130px; */
  padding: 0 50px 0 50px;
  box-shadow: 2px 2px 5px #333;
}

.r_box img {
  width: 50%;
  position: absolute;
}

.r_box2 {

  display: flex;
  background-size: cover;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.r_box2 h2 {
  text-align: center;
  font-size: 5rem;

  letter-spacing: 4px;
  background-color: #fff;
  transform: skew(-5deg, 0deg);

  color: #222222;
  margin-bottom: 30px;
}

.r_box2 p {
  text-align: center;
  font-size: 1.8rem;
  font-family: 'Shippori Antique B1', sans-serif;
  letter-spacing: 2px;
  color: #222222;
  /* margin-right: 130px; */
  padding: 0 50px 0 50px;
}

.r_box2 a {
  text-decoration: underline solid 0.5px #0f76cf;
  color: #0f76cf;
}


.r_box2 img {
  width: 50%;
  position: absolute;
}

/* 
all company list
*/
.gaiyou h2 {
  padding: 50px;
  border: 1px solid #ccc;
  border-bottom: none;
  border-top: none;
}

.gaiyou h2:first-child {
  padding: 50px;
  border: 1px solid #ccc;
  border-bottom: none;
}

.a_c_list {
  text-align: center;
  font-size: 1.6rem;
  display: block;
  padding: 10px;
}

.a_c_list a {
  font-family: 'Shippori Mincho', serif;
  text-decoration: none;
  letter-spacing: 4px;
  color: #0f76cf;
  padding: 10px;
}

/* pagetop */
html {
  scroll-behavior: smooth;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fffd;
  /* border: solid 1px #0c0050; */
  border-radius: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  box-shadow: 3px 3px 10px #222a;
  opacity: 0.5;
  transition: all 0.5s;
}

.pagetop:hover {
  opacity: 1;
  transition: all 0.5s;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #0c0050;
  border-right: 3px solid #0c0050;
  transform: translateY(20%) rotate(-45deg);
}

.Updown {
  animation: move-y .9s infinite alternate ease-in-out;

}

@keyframes move-y {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(2px);
  }
}

/* index */
.midasi h2 {
  font-size: 5rem;
  color: #201f66;
  margin: 70px 180px 40px 50px;
  text-align: left;
  display: block;
}

#tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 4rem;
  opacity: 0.5;
  line-height: 1;
  color: #201f66;
  margin: 90px 30px 20px 90px;
  /* text-align: center; */
  text-decoration: underline 0.1px #201f66;
}

#tate span{
  display: inline-block;
  font-size: 2rem;
  text-decoration: none;
}


.theme {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}

.theme_p {
  display: flex;
  margin-right: 90px;
  margin-top: -30px;
  justify-content: flex-end;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #171b39;
}

.theme_p2 {
text-align: center;
font-size: 1.6rem;
font-weight: 200;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #171b39;
  margin-bottom: 30px;
}

.theme_box {
  display: flex;
  flex-direction: column;
}

.theme_box a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #153c6e;
  border: 1px solid #153c6e;
  padding: 5px 10px;
  border-radius: 29px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 10%;
  text-decoration-line: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}