@charset "UTF-8";

/* mvWrap
***************************************************************/
.mvWrap {
  width: 100%;
  position: relative;
  overflow: clip;
}
.mv_slide_item {
  width: 100%;
  height: 100vh;
  position: relative;
  background: no-repeat center / cover;
}
.mv_person {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mv_person picture {
  width: 100%;
  height: 100%;
}
.mv_person img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: bottom;
}
.mv_readBox {
  width: 1000px;
  position: absolute;
  z-index: 4;
  top: calc((156 / 800) * 100vh);
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 135px;
}
.mv_read {
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.7;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
}
.mv_tit1 {
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
.mv_circle {
  /* width: 988px; */
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
@media all and (min-width: 681px) {
  .mvWrap,
  .mv_slide,
  .mv_slide_item {
    min-height: 800px;
  }
  .mv_slide_item_img1 {
    background-image: url(../img/top/mv1.jpg);
  }
  .mv_slide_item_img2 {
    background-image: url(../img/top/mv2.jpg);
  }
  .mv_slide_item_img3 {
    background-image: url(../img/top/mv3.jpg);
  }
  .mv_person {
    width: auto;
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
  .mv_tit1 {
    max-width: 1440px;
  }
}
@media all and (max-width: 680px) {
  .mv_slide_item {
    height: 100svh;
  }
  .mv_person {
    width: 375px;
    max-width: 100%;
  }
  .mv_readBox {
    width: 100%;
    top: 285px;
    top: calc((285 / 667) * 100%);
    left: 0;
    right: 0;
    padding-right: 42px;
  }
  .mv_read {
    font-size: 13px;
  }
  .mv_circle {
    width: 548px;
  }
  .mv_tit1 {
    width: 268.13px;
    bottom: auto;
    top: calc((88 / 667) * 100%);
  }
  .mv_slide_item_img1 {
    background-image: url(../img/top/mv1_sp.jpg);
  }
  .mv_slide_item_img2 {
    background-image: url(../img/top/mv2_sp.jpg);
  }
  .mv_slide_item_img3 {
    background-image: url(../img/top/mv3_sp.jpg);
  }
}
@media all and (max-width: 370px) {
}

/* mv_circle_anime */
.mv_circle_anime {
  width: 988px;
  position: absolute;
  bottom: -291px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.circleReveal {
  display: block;
  margin: auto;
}
#circle-path {
  transition: stroke-dashoffset 1.5s linear 0.5s;
}
@media all and (min-width: 681px) {
  .mv_circle_anime,
  .circleReveal {
    width: calc((938 / 800) * 100vh);
    height: calc((938 / 800) * 100vh);
    min-width: 938px;
    min-height: 938px;
    max-width: 1050px;
    max-height: 1050px;
    bottom: -291px;
  }
}
@media all and (max-width: 680px) {
  .mv_circle_anime {
    width: 569.95px;
    bottom: -208px;
  }
  #circle-path-sp {
    transition: stroke-dashoffset 1.5s linear 0.5s;
  }
}

/* aboutWrap
***************************************************************/
.aboutWrap {
  padding-top: 225px;
  overflow: clip;
}
.about_box1 {
  width: 870px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.about_tit1 {
  width: 358px;
}
.about_txtBox1 {
  position: relative;
  top: -10px;
}
.about_txt1 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: calc(40 / 17);
}
.about_box2 {
  padding-top: 25px;
  display: flex;
  width: fit-content;
  animation: scroll-left 30s linear infinite;
}
.about_box2 img {
  max-width: none;
  margin-right: 50px;
  width: 2110px;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .aboutWrap {
    padding-top: 90px;
  }
  .about_box1 {
    width: 100%;
    display: block;
  }
  .about_tit1 {
    width: 192.43px;
    margin: 0 auto;
  }
  .about_txtBox1 {
    position: static;
    padding-top: 38px;
  }
  .about_txt1 {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: calc(32 / 16);
  }
  .about_box2 {
    padding-top: 20px;
    animation-duration: 20s;
  }
  .about_box2 img {
    margin-right: 20px;
    width: 920px;
  }
}
@media all and (max-width: 370px) {
}

/* messageWrap
***************************************************************/
.messageWrap {
  padding-top: 184px;
  position: relative;
}
.message_inner1 {
  width: 1150px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.message_box1 {
  width: 100%;
  padding-top: 46px;
  display: flex;
  justify-content: space-between;
}
.message_box1_in1 {
  width: 517px;
}
.message_box1_in2 {
  width: 575px;
  position: relative;
  top: -8px;
}
.message_tit1 {
  font-size: 28px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: calc(47.6 / 28);
}
.message_txt1 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2;
}
.message_nameBox1 {
  margin-top: 25px;
}
.message_nameBox1_in1 {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 0 21px;
}
.message_nameBox1_txt1 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.message_nameBox1_txt2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.message_bg1 {
  width: 0;
  height: 260px;
  background: linear-gradient(-45deg, #00e5c7 0%, #00c850 100%);
  position: absolute;
  bottom: 0;
  left: -195px;
  z-index: -1;
  transition: width 0.5s ease 1s;
}
.message_bg1.scrollin {
  width: 662px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .messageWrap {
    padding-top: 80px;
    padding-bottom: 23px;
  }
  .message_inner1 {
    width: 100%;
    padding: 0 30px;
  }
  .message_box1 {
    padding-top: 30px;
    display: block;
  }
  .message_box1_in1 {
    width: 100%;
  }
  .message_box1_in2 {
    width: 100%;
    position: static;
  }
  .message_tit1 {
    font-size: 20px;
    line-height: 1.5;
  }
  .message_txt1 {
    margin-top: 15px;
    font-size: 15px;
    letter-spacing: 0;
  }
  .message_nameBox1 {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 0 18px;
  }
  .message_nameBox1_in1 {
    display: block;
    padding-top: 16px;
  }
  .message_nameBox1_img {
    width: 139px;
    overflow: clip;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .message_nameBox1_txt1 {
    font-size: 13px;
    letter-spacing: 0;
  }
  .message_nameBox1_txt2 {
    font-size: 18px;
    margin-top: 2px;
  }
  .message_bg1 {
    width: 0;
    height: 75px;
    bottom: -23px;
    left: 0;
  }
  .message_bg1.scrollin {
    width: calc(100% - 30px);
  }
}
@media all and (max-width: 370px) {
}

/* message_circle1
***************************************************************/
.message_circle1 {
  pointer-events: none;
  position: absolute;
  width: 938px;
  height: 938px;
  right: -424px;
  top: 130px;
}
@keyframes message_circle1_pc {
  from {
    stroke-dashoffset: 2210.15;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes message_circle1_sp {
  from {
    stroke-dashoffset: 1143.59;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media all and (min-width: 681px) {
  .message_circle1.scrollin .message_circle1_item {
    animation: message_circle1_pc 1.5s linear forwards 0.5s;
  }
}
@media all and (max-width: 680px) {
  .message_circle1 {
    width: 486px;
    height: 486px;
    right: -196px;
    top: 80px;
  }
  .message_circle1.scrollin .message_circle1_item {
    animation: message_circle1_sp 1.5s linear forwards 0.5s;
  }
}
@media all and (max-width: 370px) {
}

/* featureWrap
***************************************************************/
.featureWrap {
  padding-top: 200px;
  padding-bottom: 170px;
  position: relative;
}
.feature_inner1 {
  width: 1150px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.feature1_sec {
  width: 1150px;
  margin: 0 auto;
  margin-top: 150px;
  position: relative;
  z-index: 1;
}
.feature1_tit1_t {
  color: #02b594;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
}
.feature1_tit2_t {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.feature1_tit2_t .ml1 {
  margin-left: -22px;
}
.feature1_txt1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 25px;
}
.feature1_h4 {
  position: relative;
  padding-left: 35px;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 55px;
}
.feature1_h4::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: linear-gradient(#00c850 0%, #00e5c7 100%);
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.feature1_list1 {
  width: 100%;
  margin-top: 35px;
  display: flex;
  flex-flow: wrap;
  gap: 60px;
}
.feature1_list1 .li1 {
  width: calc((100% - 60px) / 2);
}
.feature1_list1_tit {
  font-size: 28px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 15px;
}
.feature1_list1_txt {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 9px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .featureWrap {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .feature_inner1 {
    width: 100%;
    padding: 0 30px;
  }
  .feature1_sec {
    width: 100%;
    padding: 0 30px;
    margin-top: 40px;
  }
  .feature1_tit1_t {
    font-size: 18px;
  }
  .feature1_tit2_t {
    font-size: 24px;
    line-height: 1.5;
  }
  .feature1_tit2_t .ml1 {
    margin-left: -12px;
  }
  .feature1_txt1 {
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 15px;
  }
  .feature1_h4 {
    padding-left: 25px;
    font-size: 21px;
    margin-top: 40px;
  }
  .feature1_h4::before {
    width: 15px;
    height: 15px;
    top: 4px;
  }
  .feature1_list1 {
    margin-top: 20px;
    display: block;
  }
  .feature1_list1 .li1 {
    width: 100%;
  }
  .feature1_list1 .li1:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .feature1_list1_tit {
    font-size: 18px;
    margin-top: 14px;
  }
  .feature1_list1_txt {
    font-size: 13px;
    letter-spacing: 0;
    line-height: calc(22 / 13);
    margin-top: 8px;
  }
}
@media all and (max-width: 370px) {
}

/* feature2_sec
***************************************************************/
.feature2_sec {
  width: 1150px;
  margin: 150px auto 0;
  padding: 106px 75px 122px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 1;
}
.follow_box1 .feature1_h4 {
  margin-top: 100px;
}
.follow_list1 {
  margin-top: 35px;
  display: flex;
  gap: 0 65px;
}
.follow_list1 .li1 {
  width: 100%;
  position: relative;
}
.follow_list1_tit {
  font-size: 24px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.follow_list1_txt {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: calc(25.5 / 15);
  margin-top: 13px;
}
@media all and (min-width: 681px) {
  .feature2_sec .feature1_tit1_t {
    font-size: 30px;
  }
  .feature2_sec .feature1_tit2_t {
    font-size: 35px;
  }
  .feature2_sec .feature1_h4 {
    font-size: 30px;
  }
  .feature2_sec .feature1_list1_tit {
    font-size: 24px;
  }
  .feature2_sec .feature1_list1_txt {
    font-size: 15px;
  }

  .follow_list1 .li1:nth-of-type(n + 2)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #c8d6bb;
    position: absolute;
    top: 0;
    left: -33px;
  }
}
@media all and (max-width: 680px) {
  .feature2_sec {
    width: calc(100% - 60px);
    margin-top: 60px;
    padding: 60px 24px 60px;
    border-radius: 15px;
  }
  .follow_box1 .feature1_h4 {
    margin-top: 50px;
  }
  .follow_list1 {
    margin-top: 20px;
    display: block;
  }
  .follow_list1 .li1:nth-of-type(n + 2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #c8d6bb;
  }
  .follow_list1_tit {
    font-size: 18px;
  }
  .follow_list1_txt {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: calc(22 / 13);
    margin-top: 10px;
  }
}
@media all and (max-width: 370px) {
}

/* feature_circle1
***************************************************************/
.feature_circle1 {
  pointer-events: none;
  position: absolute;
  width: 938px;
  height: 938px;
  left: -368px;
  top: 130px;
}
@keyframes feature_circle1_pc {
  from {
    stroke-dashoffset: 2210.15;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes feature_circle1_sp {
  from {
    stroke-dashoffset: 1143.59;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media all and (min-width: 681px) {
  .feature_circle1.scrollin .feature_circle1_item {
    animation: feature_circle1_pc 1.5s linear forwards 0.5s;
  }
}
@media all and (max-width: 680px) {
  .feature_circle1 {
    width: 486px;
    height: 486px;
    left: -193px;
    top: 95px;
  }
  .feature_circle1.scrollin .feature_circle1_item {
    animation: feature_circle1_sp 1.5s linear forwards 0.5s;
  }
}
@media all and (max-width: 370px) {
}

/* garreryWrap
***************************************************************/
.garreryWrap {
  width: 100%;
  padding: 140px 0 140px;
  background: linear-gradient(-45deg, #00e5c7 0%, #00c850 100%);
  overflow: hidden;
}
.garrery_inner1 {
  width: 1150px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.garreryWrap .w_link1 {
  margin-top: 100px;
}
.garrery_horizontal {
  display: flex;
  gap: 0 50px;
  width: max-content;
  padding: 0 calc((100vw - 1150px) / 2);
}
.garrery_item {
  width: 650px;
}
.garrery_item_list {
  margin-top: 13px;
  display: flex;
  flex-flow: wrap;
  gap: 6px 22px;
}
.garrery_item_list .li1 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  position: relative;
  padding-left: 16px;
}
.garrery_item_list .li1::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* 横スクロール */
.case-scroll_section {
  height: auto;
  /* min-height: 100vh; */
}
.case-scroll_itemOuter {
  width: 100%;
  position: relative;
  height: 507px;
  /* height: 573px; */
}
.case-scroll_itemInner {
  width: max-content;
  will-change: transform;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media all and (min-width: 681px) {
}
@media all and (min-width: 681px) and (max-width: 1300px) {
  .garrery_item {
    width: 600px;
  }
  .case-scroll_itemOuter {
    height: 413px;
  }
  .garrery_item_list {
    gap: 6px 15px;
  }
  .garrery_item_list .li1 {
    font-size: 13px;
    padding-left: 17px;
  }
  .garrery_item_list .li1::before {
    top: 1px;
  }
}
@media all and (max-width: 680px) {
  .garreryWrap {
    padding: 80px 0 70px;
  }
  .garrery_inner1 {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 30px;
  }
  .garreryWrap .w_link1 {
    margin-top: 40px;
  }
  .garrery_horizontal {
    gap: 0 20px;
    padding: 0 30px;
  }
  .garrery_item {
    width: 432px;
  }
  .garrery_item_list {
    margin-top: 13px;
    gap: 3px 20px;
  }
  .garrery_item_list .li1 {
    font-size: 13px;
    padding-left: 16px;
  }
  .garrery_item_list .li1::before {
    width: 8px;
    height: 8px;
    top: 2px;
  }
  /* 横スクロール */
  .case-scroll_itemOuter {
    height: 331.04px;
  }
}
@media all and (max-width: 370px) {
}

/* aboutusWrap
***************************************************************/
.aboutusWrap {
  padding-top: 190px;
}
.aboutus_inner1 {
  width: 1150px;
  margin: 0 auto;
}
.rinenWrap {
  padding-top: 150px;
  position: relative;
}
.rinen_box1 {
  width: 1150px;
  margin: 0 auto;
}
.rinen_slideWrap {
  margin-top: 46px;
  overflow: clip;
}
.rinen_slide_item {
  width: 680px;
  height: 406px;
  padding: 50px 0;
  margin: 10px 20px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex !important;
  flex-flow: column;
}
.rinen_slide_tit1 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
.rinen_slide_txt1 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: calc(24 / 14);
  margin-top: 5px;
}
.rinen_slide_txt2 {
  flex-grow: 1;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: calc(60 / 35);
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work_slide1_custom {
  width: 316px;
  position: relative;
}
.work_slide1-dots {
  width: 165px;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.work_slide1_custom .slick-dots {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.work_slide1_custom .slick-dots li {
  width: 25%;
  height: 2px;
  background-color: #abe2d8;
  margin: 0;
}
.work_slide1_custom .slick-dots li.slick-active {
  background-color: #02b594;
}
.work_slide1_custom .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
}
.work_slide1_custom .slick-dots li button:before {
  display: none;
}
.work_slide1-arrows {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.work_slide1-prev,
.work_slide1-next {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.work_slide1-prev {
  background: url(../img/common/prev1.svg) no-repeat center / cover;
}
.work_slide1-next {
  background: url(../img/common/next1.svg) no-repeat center / cover;
}
@media all and (min-width: 681px) {
  .work_slide1_custom {
    position: absolute;
    top: 156.5px;
    right: calc((100% - 1150px) / 2);
  }
  .work_slide1-prev:hover,
  .work_slide1-next:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 680px) {
  .aboutusWrap {
    padding-top: 90px;
  }
  .aboutus_inner1 {
    width: 100%;
    padding: 0 30px;
  }
  .rinenWrap {
    padding-top: 40px;
  }
  .rinen_box1 {
    width: 100%;
    padding: 0 30px;
  }
  .rinen_slideWrap {
    margin-top: 20px;
  }
  .rinen_slide_item {
    width: 315px;
    height: 275px;
    padding: 25px 0 30px;
    margin: 10px 7.5px;
    border-radius: 20px;
  }
  .rinen_slide_tit1 {
    font-size: 18px;
  }
  .rinen_slide_txt1 {
    font-size: 12px;
  }
  .rinen_slide_txt2 {
    font-size: 21px;
    letter-spacing: 0;
    line-height: calc(36 / 21);
    margin-top: 10px;
  }
  .work_slide1_custom {
    width: 290px;
    margin: 0 auto;
  }
  .work_slide1-prev,
  .work_slide1-next {
    width: 35px;
    height: 35px;
  }
  .rinen_slideWrap .slick-dotted.slick-slider {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 370px) {
}

/* aboutus_bace
***************************************************************/
.aboutus_bace {
  padding: 200px 0;
}
.aboutus_bace_clm {
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.aboutus_bace_clm_sub {
  position: relative;
  padding-bottom: 50px;
}
.aboutus_bace_clm_sub_sticy {
  position: sticky;
  top: 150px;
}
.aboutus_bace_clm_main {
  width: 755px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .aboutus_bace {
    padding: 90px 0;
  }
  .aboutus_bace_clm {
    width: 100%;
    padding: 0 30px;
    display: block;
  }
  .aboutus_bace_clm_sub {
    padding-bottom: 30px;
  }
  .aboutus_bace_clm_sub_sticy {
    position: static;
  }
  .aboutus_bace_clm_main {
    width: 100%;
  }
}
@media all and (max-width: 370px) {
}

/* companyWrap
***************************************************************/
.company_list1 .li1:nth-of-type(n + 2) {
  margin-top: 30px;
}
.company_list1_dl1 {
  width: 100%;
  display: flex;
}
.company_list1_dl1 .dt1 {
  width: calc(100% - 580px);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.company_list1_dl1 .dd1 {
  width: 580px;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: calc(30 / 16);
}
.company_map {
  width: 100%;
  height: 400px;
  margin-top: 15px;
}
.company_map iframe {
  width: 100% !important;
  height: 100% !important;
}
.company_map + p {
  margin-top: 30px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .company_list1 .li1:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .company_list1_dl1 .dt1 {
    width: 80px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .company_list1_dl1 .dd1 {
    width: calc(100% - 80px);
    font-size: 14px;
    letter-spacing: 0;
    line-height: calc(24 / 14);
  }
  .company_map {
    width: 100%;
    height: 240px;
    margin-top: 10px;
  }
  .company_map + p {
    margin-top: 20px;
  }
}
@media all and (max-width: 370px) {
}

/* dataWrap
***************************************************************/
.data_list1 .li1 {
  width: 100%;
  padding: 15px 20px 15px 50px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.data_list1 .li1:nth-of-type(n + 2) {
  margin-top: 10px;
}
.data_list1_dl1 {
  width: 100%;
  display: flex;
}
.data_list1_dl1 .dt1 {
  width: 142px;
  padding-left: 25px;
  position: relative;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.data_list1_dl1 .dt1::before {
  content: "";
  width: 18.42px;
  height: 18.42px;
  background: url(../img/common/ico_tit2.svg) no-repeat center / contain;
  position: absolute;
  top: 5px;
  left: 0;
}
.data_list1_dl1 .dd1 {
  width: calc(100% - 142px);
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: calc(27 / 16);
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .data_list1 .li1 {
    padding: 16px 24px;
    border-radius: 5px;
  }
  .data_list1_dl1 {
    display: block;
  }
  .data_list1_dl1 .dt1 {
    width: 100%;
    font-size: 15px;
  }
  .data_list1_dl1 .dd1 {
    width: 100%;
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 6px;
  }
}
@media all and (max-width: 370px) {
}

/* flow_box1
***************************************************************/
.flow_item1 {
  width: 100%;
  border-radius: 10px;
  padding: 50px 110px;
  position: relative;
  background: #fff;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.flow_item1.color2 {
  background: linear-gradient(-45deg, #00e5c7 0%, #00c850 100%);
  color: #fff;
}
.flow_item1::before {
  content: "";
  width: 100px;
  height: 100%;
  background: url(../img/top/circle3.svg) no-repeat left center / contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.flow_item1.color2::before {
  background-image: url(../img/top/circle3_2.svg);
}
.flow_item1_tit1 {
  width: 226px;
}
.flow_item1_tit1 .t1 {
  display: block;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.flow_item1_tit1 .t2 {
  display: block;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.flow_item1_txt1 {
  width: calc(100% - 226px);
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.88;
}
.flow_arrow1 {
  width: 122px;
  margin: 20px auto;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .flow_item1 {
    padding: 28px 24px;
    display: block;
  }
  .flow_item1::before {
    width: 90px;
    background-image: url(../img/top/circle3_sp.svg);
  }
  .flow_item1.color2::before {
    background-image: url(../img/top/circle3_w.svg);
  }
  .flow_item1_tit1 {
    width: 100%;
  }
  .flow_item1_tit1 .t1 {
    display: block;
    font-size: 16px;
  }
  .flow_item1_tit1 .t2 {
    font-size: 22px;
    margin-top: 2px;
  }
  .flow_item1_txt1 {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.71;
    margin-top: 10px;
  }
  .flow_arrow1 {
    width: 108px;
    margin: 18px auto;
  }
}
@media all and (max-width: 370px) {
}

/* otherWrap
***************************************************************/
.otherWrap {
  padding-top: 164px;
}
.other_inner1 {
  width: 1150px;
  margin: 0 auto;
}
.pickup_slideWrap {
  margin-top: 42px;
}
.pickup_slide {
  padding: 6px 0;
}
.pickup_slide .slick-list {
  overflow: visible;
}
.pickup_slide div {
  transition: none;
}
.pickup_slide .slick-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.p_pickup_tit {
  font-size: 95px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding-left: 50px;
}
.pickup_slide_item {
  display: block;
  width: 340px;
  margin: 0 15px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.pickup_slide_thumb {
  width: 100%;
  height: 226px;
  overflow: hidden;
}
.pickup_slide_img {
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
  transition: 0.3s ease-in-out !important;
}
.pickup_slide_cat {
  min-width: 114px;
  height: 33px;
  background: linear-gradient(#00c850 0%, #00e5c7 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 18px 7px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
.pickup_slide_txtBox {
  padding: 11px 20px 13px;
}
.pickup_slide_txt1 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (min-width: 681px) {
  a:hover .pickup_slide_img {
    transform: scale(1.1);
  }
}
@media all and (max-width: 680px) {
  .otherWrap {
    padding-top: 90px;
  }
  .other_inner1 {
    width: 100%;
    padding: 0 30px;
  }
  .pickup_slideWrap {
    margin-top: 12px;
  }
  .p_pickup_tit {
    font-size: 40px;
    padding-left: 27px;
  }
  .pickup_slide_item {
    display: block;
    width: 153px;
    margin: 0 4px;
  }
  .pickup_slide_thumb {
    width: 100%;
    height: 102px;
  }
  .pickup_slide_cat {
    min-width: 82px;
    height: 23px;
    padding: 2px 10px 4px;
    font-size: 12px;
  }
  .pickup_slide_txtBox {
    padding: 3px 10px 4px;
  }
  .pickup_slide_txt1 {
    font-size: 13px;
    letter-spacing: 0;
  }
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
