@charset "UTF-8";
html {
  font-size: 10px;
}

html.wlock body {
  overflow: hidden;
}

body {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.08rem;
  font-feature-settings: "palt" 1;
  padding-top: 2.4%;
  font-family: "YakuHanJP", "Montserrat", "Noto Sans JP", sans-serif;
  background: #FFF;
  color: #333;
}

body * {
  box-sizing: border-box;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99999;
}
.loading img {
  width: 300px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100vw;
  height: auto;
  background: #FFF;
  box-shadow: 0 0 10px 0px rgba(52, 53, 46, 0.1);
  padding: 10px 16px;
  z-index: 99;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.section-wrap {
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin: 0 auto;
}

.section-wrap2 {
  width: 100%;
  height: auto;
}

.wrapper1 {
  margin: 150px auto;
}

.wrapper2 {
  margin: 180px auto 300px auto;
}

.wrapper3 {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.wrapper4 {
  padding: 200px 0;
  margin: 0 auto;
}

.subsc-content {
  position: relative;
}

.bg-gray {
  background: #f8f8f8;
  padding: 1px 0;
}

.bg-skyblue {
  background: #edf9fc;
  padding: 1px 0;
}

.red {
  color: #be0d01;
}

.white {
  color: #FFF;
}

.orange {
  color: #FF8008;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 961px) {
  .wrapper1 {
    margin: 100px auto;
    max-width: 720px;
  }
  .wrapper2 {
    margin: 140px auto;
    max-width: 720px;
  }
  .tb-wrapper1 {
    margin: 60px auto;
  }
  .section-wrap2 {
    margin: 100px auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 521px) {
  .section-wrap {
    max-width: 100%;
    padding: 0 15px;
  }
  .wrapper1 {
    margin: 80px auto;
  }
  .wrapper2 {
    margin: 150px auto;
  }
  .wrapper4 {
    padding: 80px 0;
    margin: 0 auto;
  }
  .sp-wrapper1 {
    margin: 50px auto;
  }
  .sp-wrapper2 {
    margin-top: 130px;
    margin-bottom: 80px;
  }
  .sp-wrapper3 {
    margin: 80px auto 130px auto;
  }
  .sp-top-space {
    margin-top: 100px;
  }
  .sp-section-wrap {
    padding: 0;
    margin-top: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/************************ header */
.header-content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-content h1 {
  display: inline-block;
  width: auto;
  height: auto;
}
.header-content h1 .logo-img {
  width: auto;
  height: 25px;
}

.header-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-right .text-group1 {
  margin-bottom: 5px;
}
.header-right .text-group1 span {
  font-size: 1.5rem;
}

.btn-contact {
  text-decoration: none;
  display: inline-block;
  background-image: linear-gradient(to right, #36D1DC 0%, #5B86E5 51%, #36D1DC 100%);
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #FFF;
  border-radius: 0.3rem;
}

.btn-contact:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.btn-head-link {
  padding: 10px 15px;
  font-size: 1.5rem;
  letter-spacing: 0.08rem;
}
.btn-head-link .fa-phone-volume {
  padding-right: 10px;
}

.btn-contact2 {
  text-decoration: none;
  display: inline-block;
  background: #f29417;
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  padding: 15px 20px;
  text-align: center;
  transition: 0.5s;
  border-radius: 3rem;
}

.btn-contact2:hover {
  color: #fff;
  text-decoration: none;
  filter: brightness(1.2);
}

.mainv-box .contact-btn-group {
  width: 100%;
  margin-top: 2em;
}
.mainv-box .contact-btn-group .fa-arrow-right {
  margin-left: 15px;
}
.mainv-box .block {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.mainv-box .block .inner-box {
  display: inline-block;
  position: relative;
}
.mainv-box .block .inner-box .award-img {
  width: 130px;
  height: auto;
}
.mainv-box .block .inner-box .text {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: normal;
}
.mainv-box .block .inner-box .text .count-size {
  display: inline-block;
  font-size: 2.8vw;
  letter-spacing: -0.02em;
  font-weight: bold;
  color: #4cb8c4;
  font-family: "Chivo Mono", monospace;
}
.mainv-box .block .inner-box .award-box {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mainv-box .block .inner-box .award-box .ttl {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 961px) {
  header {
    width: 100%;
    max-width: 100vw;
  }
  .header-content {
    width: 100%;
  }
  .header-content h1 .logo-img {
    width: 28vw;
    height: auto;
  }
  .mainv-box .block .inner-box .text .count-size {
    font-size: 5vw;
  }
}
@media screen and (max-width: 521px) {
  header {
    width: 100%;
    max-width: 100vw;
  }
  .header-content {
    width: 100%;
  }
  .header-content h1 {
    display: flex;
    align-items: center;
    width: 80%;
  }
  .header-content h1 .logo-img {
    width: 35vw;
    height: auto;
  }
  .header-right .text-group1 {
    margin-bottom: 0;
  }
  .header-right .text-group1 span {
    font-size: 1.2rem;
  }
  .btn-head-link {
    padding: 8px;
    width: 116px;
    text-align: center;
  }
  .btn-head-link .fa-phone-volume {
    display: inline-block;
    padding-right: 5px;
    font-size: 2.5rem;
  }
  .btn-head-link span {
    font-size: 10px;
  }
  .flex-box {
    display: flex;
    align-items: center;
  }
  .mainv-box .block .inner-box .award-img {
    width: 24vw;
  }
  .mainv-box .block .inner-box .text .count-size {
    font-size: 10vw;
  }
  .mainv-box .block .inner-box .award-box {
    width: 105px;
    height: 105px;
  }
  .mainv-box .block .inner-box .award-box .ttl {
    font-size: 10px;
  }
}
/************************ main:fol-contact */
.fol-contact {
  position: fixed;
  bottom: 13px;
  right: 15px;
  z-index: 99;
}
.fol-contact a {
  text-decoration: none;
  transition: all 0.4s;
}
.fol-contact a:hover {
  filter: brightness(120%);
}

.fol-contact-img {
  width: 220px;
}

@media screen and (max-width: 961px) {
  .fol-contact-img {
    width: 150px;
  }
}
@media screen and (max-width: 521px) {
  .fol-contact {
    padding: 0 3%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 1%;
    margin: 0 auto;
  }
  .fol-contact .sp-fol-contact-box {
    display: block;
    width: 49%;
  }
  .fol-contact .sp-fol-contact-box .sp-fol-contact-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.25));
  }
  .fol-contact .sp-line-box {
    display: block;
    width: 49%;
  }
  .fol-contact .sp-line-box img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.25));
  }
  .sp-contact-group {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
/************************ main:main-visual */
#subsc {
  width: 100%;
  margin: 0 auto;
}

#subsc .main-visual {
  color: #FFF;
  background: url(../img/itlp/webp/main-visual.webp) no-repeat center;
  background-size: cover;
  padding-top: 55px;
}

#subsc .main-visual-content {
  width: 100%;
  height: 86vh;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#subsc .main-visual-content .texts {
  width: 45%;
  margin-right: 100px;
}
#subsc .main-visual-content .texts .texts-top {
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
}
#subsc .main-visual-content .texts .texts-top .deadline-txt1 {
  width: 100%;
  font-size: 2.3rem;
  font-weight: bold;
  display: inline-block;
  padding: 4px 100px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #4CB8C4, #3CD3AD);
  border-radius: 40px;
  text-shadow: none;
  letter-spacing: 0.18rem;
  position: relative;
}
#subsc .main-visual-content .texts .texts-top .deadline-txt1::after {
  content: "";
  width: 20px;
  height: 14px;
  background: #3CD3AD;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -13px;
}
#subsc .main-visual-content .texts .texts-top .deadline-txt2 {
  font-size: 5.5rem;
  line-height: 1.2;
  letter-spacing: 0.25rem;
  margin-bottom: 3px;
}
#subsc .main-visual-content .texts .texts-top .deadline-txt2-2 {
  font-size: 5rem;
}
#subsc .main-visual-content .texts .texts-bottom-img {
  width: 100%;
}
#subsc .main-visual-content .texts .top-space {
  margin-top: 2.8rem;
}

.notice4 {
  font-size: 10px;
  margin-top: 8px;
}

.txt-box1-inner {
  display: flex;
  flex-direction: column;
}
.txt-box1-inner .txt-box1-inner-top {
  position: relative;
  display: flex;
  align-items: center;
}

.big-txt {
  font-size: 2.4vw;
  padding: 0 5px;
  font-weight: bold;
  line-height: 1.2;
}

.middle-txt {
  font-size: 2.3vw;
  padding: 0 5px;
  font-weight: bold;
}

.small-txt {
  font-size: 1.4rem;
}

.small-txt2 {
  font-size: 4rem;
}

.small-txt3 {
  font-size: 5.2rem;
}

.underline {
  padding-bottom: 3px;
  border-bottom: 1px solid #FFF;
}

.main-visual-imgbox {
  width: 50%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 961px) {
  #subsc {
    max-width: 100vw;
    margin: 0 auto;
    overflow-x: hidden;
  }
  #subsc .main-visual-content {
    width: 100%;
    max-width: 100vw;
    height: auto;
    display: block;
    padding: 10%;
  }
  #subsc .main-visual-content .texts {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  #subsc .main-visual-content .texts .texts-top {
    margin-bottom: 16px;
  }
  #subsc .main-visual-content .texts .texts-top .deadline-txt1 {
    width: 100%;
    padding: 10px 25px;
    margin-bottom: 20px;
    text-align: center;
  }
  #subsc .main-visual-content .texts .texts-top .deadline-txt2 {
    font-size: 7.9vw;
    letter-spacing: 0.2rem;
    margin-bottom: 5px;
  }
  #subsc .main-visual-content .texts .texts-top .deadline-txt2-2 {
    font-size: 6.9vw;
  }
  #subsc .main-visual-content .texts .texts-bottom .texts-bottom-img {
    width: 37%;
  }
  .main-visual-imgbox {
    margin-top: 40px;
    width: 100%;
    justify-content: center;
  }
  .main-visual-imgbox img {
    width: 85%;
  }
  .big-txt {
    font-size: 4.6rem;
  }
  .small-txt3 {
    font-size: 5rem;
  }
  .middle-txt {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 521px) {
  #subsc .main-visual {
    background: url(../img/itlp/webp/main-visual.webp) no-repeat 80%;
    background-size: cover;
    padding-top: 54px;
  }
  #subsc .main-visual-content {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    padding: 5%;
  }
  #subsc .main-visual-content .texts {
    width: 100%;
  }
  #subsc .main-visual-content .texts .texts-top {
    width: 100%;
    margin-bottom: 18px;
  }
  #subsc .main-visual-content .texts .texts-top .deadline-txt1 {
    width: 100%;
    padding: 4px 25px;
    margin-bottom: 22px;
    font-size: 15px;
  }
  #subsc .main-visual-content .texts .texts-top .deadline-txt2 {
    font-size: 10.5vw;
  }
  #subsc .main-visual-content .texts .texts-top .deadline-txt2-2 {
    font-size: 8.7vw;
  }
  #subsc .main-visual-content .texts .texts-bottom-img {
    width: 100%;
  }
  #subsc .main-visual-content .texts .top-space {
    margin-top: 2rem;
  }
  .main-visual-imgbox {
    margin-top: 30px;
    position: static;
  }
  .main-visual-imgbox img {
    width: 90%;
    margin-bottom: -100px;
  }
  .asterisk {
    font-size: 1.1rem;
    left: 52.5%;
    top: -14px;
  }
  .small-txt2 {
    font-size: 2.2rem;
  }
  .small-txt3 {
    font-size: 2.5rem;
  }
  .middle-txt {
    font-size: 7.3vw;
  }
}
/************************ main:lead1 */
.tile-list {
  margin: 0 auto;
  padding: 0;
  width: 1400px;
  max-width: 100%;
  height: 44vh;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.tile-list::after {
  display: none;
}

.tile-list .item {
  width: 380px;
  background: #FFF;
  text-decoration: none;
  color: #333;
}
.tile-list .item:hover {
  opacity: 0.8;
}

.tile-list .item .img-block {
  width: 380px;
  height: 300px;
  max-width: 95%;
  background-image: linear-gradient(-45deg, #E0EAFC 0%, #CFDEF3 100%);
  position: relative;
}

.tile-list .item .img-block .device {
  position: absolute;
}

.tile-list .item .img-block .pc-block {
  width: 280px;
  height: 176px;
  top: calc(50% - 88px);
  left: 30px;
}

.tile-list .item img {
  max-width: 100%;
}

.tile-list .item .img-block .background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.tile-list .item .img-pc {
  position: absolute;
  top: 12px;
  left: 32px;
  width: 216px;
  height: 135px;
  overflow: hidden;
}

.tile-list .item .img-pc img {
  width: 100%;
}

.tile-list .item .img-block .sp-block {
  position: absolute;
  width: 90px;
  right: 30px;
  top: 90px;
  z-index: 2;
}

.tile-list .item .img-sp {
  position: absolute;
  top: 10px;
  left: 6px;
  width: 77px;
  height: 155px;
  overflow: hidden;
}

.slick-slide {
  width: 380px !important;
}
.slick-slide .bottom {
  padding: 10px 0;
  max-width: 95%;
}
.slick-slide .bottom .title {
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tile-list .bottom .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.tile-list .bottom .tags span {
  font-size: 1.1rem;
  border: 1px solid #aaa;
  background: #ccc;
  color: #444;
  padding: 2px;
  margin-right: 5px;
  opacity: 0.3;
  width: calc(50% - 5px);
  text-align: center;
  margin-bottom: 5px;
}

.tile-list .bottom .tags span.active {
  opacity: 1;
  border-color: #137DC8;
  color: #137DC8;
  background: #fff;
}

@media screen and (max-width: 961px) {
  .tile-list {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .tile-list .item .img-block {
    width: 350px;
    height: 160px;
  }
  .slick-slide {
    width: 300px !important;
  }
  .slick-slide .bottom {
    font-size: 14px;
  }
  .tile-list .item .img-block .pc-block {
    width: 100%;
    height: 60vw;
    position: static;
  }
  .tile-list .item .img-block .sp-block {
    display: none;
  }
  .tile-list .item .img-block .background {
    display: none;
  }
  .tile-list .item .img-pc {
    position: static;
    width: 100%;
    height: 160px;
    overflow: hidden;
  }
  
}
/************ IT-business */
.itbusiness-cont {
  width: 85%;
  margin: 0 auto 80px auto;
  padding: 40px;
  background: #FFF;
  border-radius: 5px;
  border: 2px solid #e9e9e9;
  position: relative;
}

.itbusiness-heading1-s {
  font-size: 2.8rem;
  font-weight: 600;
  display: inline-block;
  padding: 20px;
  background: linear-gradient(45deg, #ECC440, #FFFA8A, #DDAC17, #FFFF65);
  position: absolute;
  left: -16px;
  top: -16px;
}

.itbusiness-top {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.itbusiness-top .itbusiness-img {
  width: 32%;
}
.itbusiness-top .itbusiness-heading1 {
  font-size: 5.2rem;
  line-height: 1.5;
  font-weight: bold;
}

.itbusiness-bottom {
  width: 100%;
  margin-top: 25px;
  padding: 20px;
}

.itbusiness-heading2 {
  display: inline-block;
  font-size: 3.6rem;
  padding: 5px 30px;
  line-height: 1.5;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(to right, #FF8008, #FFC837) 1;
    border-image: linear-gradient(to right, #FF8008, #FFC837) 1;
}

.itbusiness-text {
  line-height: 1.8;
  padding: 10px 20px;
  font-size: 1.8rem;
}

.texts2 {
  width: 100%;
  margin: 0 auto 50px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.texts2 p {
  margin-bottom: 8px;
  font-size: 1.8rem;
  line-height: 1.8;
}
.texts2 p:last-child {
  margin-bottom: 0;
}

.advantage-list {
  width: 100%;
  display: flex;
  margin: 40px auto 0 auto;
}
.advantage-list .list-item {
  width: calc(25% - 10px);
  padding: 25px;
  margin-right: 20px;
  background-color: #FFF;
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.advantage-list .list-item .item-ttl {
  font-size: 16px;
  font-weight: bold;
}
.advantage-list .list-item .item-ttl span {
  display: block;
  color: #4cb8c4;
  margin-bottom: 3px;
}
.advantage-list .list-item .advantage-img {
  margin: 30px auto;
  width: 80px;
}
.advantage-list .list-item .item-txt {
  font-size: 14px;
  text-align: center;
}
.advantage-list .list-item:last-child {
  margin-right: 0;
}

.heading1 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 40px;
}

.heading-deco1 {
  padding: 20px 0;
  background: #fff6ef;
  border-top: 2px solid #EF7D1E;
}

.heading-deco2 {
  display: inline-block;
  padding-bottom: 12px;
  position: relative;
}

.heading-deco2::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #FF8008;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 961px) {
  .itbusiness-heading1-s {
    font-size: 2.3rem;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .itbusiness-bottom {
    width: 100%;
    padding: 0;
  }
  .itbusiness-cont {
    width: 100%;
    padding: 25px;
    border: none;
  }
  .itbusiness-top {
    display: block;
  }
  .itbusiness-top .itbusiness-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .itbusiness-top .itbusiness-heading1 {
    font-size: 6vw;
  }
  .itbusiness-text {
    padding: 20px 0 0 0;
  }
  .texts2 p {
    font-size: 18px;
  }
  .advantage-list {
    flex-wrap: wrap;
  }
  .advantage-list .list-item {
    width: 50%;
    margin-right: 0;
  }
}
@media screen and (max-width: 521px) {
  .heading1 {
    font-size: 5vw;
  }
  .itbusiness-heading1-s {
    font-size: 2.1rem;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .itbusiness-text {
    font-size: 4.2vw;
  }
  .itbusiness-top .itbusiness-heading1 {
    font-size: 7vw;
  }
  .itbusiness-heading2 {
    font-size: 6.6vw;
    text-align: center;
    width: 100%;
  }
  .advantage-list {
    display: block;
  }
  .advantage-list .list-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    margin-right: 0;
    margin-bottom: 1px;
  }
  .advantage-list .list-item .item-ttl {
    text-align: left;
  }
  .advantage-list .list-item .advantage-img {
    margin: 0;
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
  }
  .advantage-list .list-item .item-txt {
    font-size: 14px;
    text-align: left;
    margin-left: 1.5em;
  }
  .texts2 p {
    font-size: 14px;
  }
  .texts2 p:last-child {
    line-height: 2.2;
  }
  .itbusiness-cont {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.subsidiary-list {
  margin-top: 100px;
}
.subsidiary-list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subsidiary-list .item .box1-img {
  width: 40%;
}
.subsidiary-list .item .box2 {
  margin-left: 3em;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.subsidiary-list .item .box2 .num {
  font-size: 5vw;
  color: #4cb8c4;
}
.subsidiary-list .item .box2 .ttl {
  font-size: 1.7vw;
  font-weight: bold;
  margin-bottom: 15px;
}
.subsidiary-list .item .box2 .text {
  font-size: 18px;
}
.subsidiary-list .item:nth-child(even) {
  flex-direction: row-reverse;
}
.subsidiary-list .item:nth-child(even) .box2 {
  margin-left: 0;
  margin-right: 3em;
}
.subsidiary-list .item:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width: 961px) {
  .subsidiary-list .item .box2 .ttl {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 521px) {
  .subsidiary-list .item {
    justify-content: center;
    flex-direction: column;
  }
  .subsidiary-list .item .box1-img {
    width: 100%;
  }
  .subsidiary-list .item .box2 {
    margin-left: 0;
    width: 100%;
  }
  .subsidiary-list .item .box2 .num {
    font-size: 9vw;
  }
  .subsidiary-list .item .box2 .ttl {
    font-size: 4vw;
  }
  .subsidiary-list .item .box2 .text {
    font-size: 14px;
  }
  .subsidiary-list .item:nth-child(even) {
    flex-direction: column;
  }
  .subsidiary-list .item:nth-child(even) .box2 {
    margin-right: 0;
  }
  .subsidiary-list .item:not(:last-child) {
    margin-bottom: 40px;
  }
}
/************************ main:補助金申請例 */
.support-box.list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.support-box.list .item {
  width: calc(33.3333333333% - 15px);
  height: auto;
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  color: #000;
  background: #fefefe;
}
.support-box.list .item .support-img {
  background: #fff;
  border-radius: 3px 3px 0 0;
  width: 100%;
}
.support-box.list .item .ttl {
  font-size: 16px;
  padding: 1.3em;
  display: inline-block;
  background: #fff;
  font-weight: bold;
}
.support-box.list .item .price {
  padding: 5%;
  text-align: center;
  background: #f7f7f7;
}
.support-box.list .item .price .inner1 {
  color: #888;
  font-size: 1.5rem;
  line-height: 1.1;
}
.support-box.list .item .price .inner2 {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: bold;
  color: #4cb8c4;
}
.support-box.list .item .price .fa-circle-arrow-down {
  font-size: 2.3vw;
  color: #aaa;
  margin: 10px 0;
}

@media screen and (max-width: 961px) {
  .support-box.list {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
  }
  .support-box.list .item {
    width: 100%;
    min-width: 300px;
  }
  .support-box.list .item .ttl {
    font-size: 14px;
    padding: 1em;
  }
  .support-box.list .item .price {
    padding: 6%;
  }
  .support-box.list .item .price .inner1 {
    font-size: 1.5rem;
  }
  .support-box.list .item .price .inner2 {
    font-size: 2.5rem;
  }
  .support-box.list .item .price .fa-circle-arrow-down {
    font-size: 5.5vw;
  }
  .support-box.list .item:nth-child(2) {
    margin: 0 15px;
  }
}
/************************ main:tel-text */
.tel-text-cont {
  text-align: center;
  width: 100%;
  background: url(../img/itlp/webp/tel-text.webp) no-repeat 50% 30%;
  background-size: cover;
  color: #FFF;
  margin: 0 auto;
  padding: 2% 12%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.tel-text-cont .notice1 {
  font-size: 25px;
  letter-spacing: 0.4rem;
  font-weight: 500;
  padding-bottom: 3px;
  border-bottom: 2px solid #FFF;
}
.tel-text-cont .notice-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: none;
  padding-bottom: 20px;
  font-size: 2.2rem;
  letter-spacing: .25rem;
}

.sidebox {
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.tel-text-box1 {
  width: 100%;
  font-size: 2.8vw;
  font-weight: bold;
}
.tel-text-box1 .fa-phone-volume {
  margin-right: 3px;
}
.tel-text-box1 a {
  color: #FFF;
  text-decoration: none;
}

.tel-text-cont2 {
  align-items: normal;
}
.tel-text-cont2 .sidebox {
  margin-top: 0;
}
.tel-text-outer {
  width: 70%;
  margin: 0 auto;
  padding: 3%;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  border-radius: 3px;
  font-size: 2vw;
}
.tel-text-outer .btn-contact2 {
  font-size: 1.2vw;
  border-radius: 4rem;
  width: 100%;
}
.tel-text-outer .btn-contact2 .fa-arrow-right {
  margin-left: 15px;
}

.tel-text-box2 {
  font-size: 1.4vw;
}
.tel-text-box2 .txt {
  margin-bottom: 5px;
  font-size: 1.6rem;
}
.tel-text-box2 .box {
  border-left: 2px solid #FFF;
  padding: 5px;
}

@media screen and (max-width: 961px) {
  .tel-text-cont {
    padding: 3% 10%;
  }
  .tel-text-cont .notice1 {
    font-size: 14px;
  }
  .tel-text-box1 {
    font-size: 4vw;
  }
  .tel-text-box2 {
    font-size: 2vw;
  }
  .tel-text-cont .notice-flex {
    font-size: 1.8vw;
    letter-spacing: .2rem;
  }
  .tel-text-outer .btn-contact2 {
    font-size: 2.5vw;
    padding: 15px;
  }
}
@media screen and (max-width: 521px) {
  .tel-text-cont {
    padding: 5%;
  }
  .tel-text-cont .notice1 {
    font-size: 3vw;
    padding-bottom: 6px;
  }
  .tel-text-box1 {
    font-size: 6vw;
  }
  .tel-text-box2 {
    font-size: 3vw;
  }
  .tel-text-outer {
    width: 100%;
    padding: 2.5%;
    font-size: 2vw;
    background: transparent;
  }
  .tel-text-cont .notice-flex {
    font-size: 3.4vw;
    padding-bottom: 10px;
    color: #FFF;
  }
  .tel-text-outer .btn-contact2 {
    font-size: 3.2vw;
    padding: 15px;
    width: 100%;
  }
}
/************************ main:lead2 */
.bg-lead2 {
  background: url(../img/itlp/webp/bg-lead2.webp) no-repeat center;
  background-size: cover;
}

.section-wrap2 {
  width: 100%;
  height: auto;
}

.lead2-cont {
  text-align: center;
  margin-bottom: 0;
}
.lead2-cont .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lead2-cont .box .box-inner1 {
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5%;
  text-align: center;
  position: relative;
}
.lead2-cont .box .box-inner1 .txt1 {
  font-size: 2.3vw;
  background: #333;
  color: #FFF;
  padding: 2% 8%;
  border-radius: 50px;
}
.lead2-cont .box .box-inner1 .txt2 {
  display: inline-block;
  font-size: 4.2vw;
}
.lead2-cont .box .box-inner1::before, .lead2-cont .box .box-inner1::after {
  position: absolute;
  width: 50px;
  height: 100px;
  content: "";
}
.lead2-cont .box .box-inner1::before {
  border-left: solid 4px #333;
  border-top: solid 4px #333;
  top: 0;
  left: 0;
}
.lead2-cont .box .box-inner1::after {
  border-right: solid 4px #333;
  border-bottom: solid 4px #333;
  bottom: 0;
  right: 0;
}
.lead2-cont .box .box-inner2 {
  font-size: 1.8rem;
  line-height: 1.8;
}

.lead2-img {
  margin-top: 50px;
  width: 40%;
}

.marker-bottom1 {
  background: linear-gradient(transparent 70%, #FFC837 50%);
}

.middle-txt2 {
  font-size: 2.8vw;
  padding: 0 5px;
  font-weight: bold;
}

@media screen and (max-width: 961px) {
  .lead2-cont .box .box-inner1 {
    padding: 5%;
  }
  .lead2-cont .box .box-inner1 .txt1 {
    padding: 2% 10%;
    font-size: 3.8vw;
  }
  .lead2-cont .box .box-inner1 .txt2 {
    font-size: 6.8vw;
  }
  .lead2-cont .box .box-inner2 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .lead2-img {
    width: 55%;
  }
}
@media screen and (max-width: 521px) {
  .lead2-cont .box .box-inner1 {
    padding: 10%;
  }
  .lead2-cont .box .box-inner1 .txt1 {
    padding: 3% 8%;
    font-size: 4vw;
  }
  .lead2-cont .box .box-inner1 .txt2 {
    font-size: 6.7vw;
  }
  .lead2-cont .box .box-inner1::before, .lead2-cont .box .box-inner1::after {
    position: absolute;
    width: 50px;
    height: 100px;
    content: "";
  }
  .lead2-cont .box .box-inner1::before {
    border-left: solid 4px #333;
    border-top: solid 4px #333;
    top: 0;
    left: 0;
  }
  .lead2-cont .box .box-inner1::after {
    border-right: solid 4px #333;
    border-bottom: solid 4px #333;
    bottom: 0;
    right: 0;
  }
  .lead2-cont .box .box-inner2 {
    font-size: 4.2vw;
    line-height: 1.8;
  }
  .lead2-img {
    width: 80%;
  }
}
/************************ main:use_case */
.texts3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 20px 40px 20px;
  background-color: #FFF;
  border: 1px solid #000;
  box-shadow: 0px 12px 0px rgba(0, 0, 0, 0.8);
  border-radius: 0 30px 30px 0;
  width: 85%;
}

.heading2 {
  display: inline-block;
  font-size: 3rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.textbox1 {
  font-size: 1.6rem;
}

.picbox1 {
  width: 100%;
  margin: 0 auto;
}
.picbox1 .usecase-img {
  width: 100%;
}

@media screen and (max-width: 961px) {
  .texts3 {
    padding: 30px 60px 30px 30px;
    width: 95%;
  }
  .heading2 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .picbox1 .usecase-img {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 521px) {
  .texts3 {
    padding: 40px 25px;
    width: 85%;
  }
  .heading2 {
    font-size: 5.4vw;
    margin-bottom: 3vw;
  }
  .picbox1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .picbox1 .usecase-img {
    width: 90%;
  }
}
/************************ main:service_description */
.srvdesc-cont {
  border-radius: 50px 3px 50px 3px;
  padding: 50px;
  background: #FFF;
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.08);
}

.srvdesc-box .heading1 {
  text-align: center;
}
.srvdesc-box .srvdesc-box-in1 {
  margin-bottom: 50px;
}
.srvdesc-box .srvdesc-box-in1 .inner-txt {
  padding: 35px 10px;
  background: #FFF;
}
.srvdesc-box .srvdesc-box-in1 .inner-txt p {
  font-size: 1.8rem;
  line-height: 1.8;
}

.sub-heading1 {
  padding: 12px 30px;
  background-image: linear-gradient(145deg, rgb(58, 99, 255), rgb(42, 179, 252) 90%);
  color: #FFF;
  font-weight: bold;
  font-size: 2.5vw;
  text-align: center;
}

.notice2 {
  margin-top: 15px;
}

.srvdesc-box-in2 {
  width: 100%;
  margin: 0 auto;
}
.srvdesc-box-in2 .sub-heading2 {
  display: inline-block;
  font-size: 2.2rem;
  padding: 8px 15px;
  color: #FFF;
  background: #5B86E5;
  font-weight: bold;
}
.srvdesc-box-in2 .srvdesc-box-in2-inner {
  line-height: 1.8;
  border-top: 2px solid #5B86E5;
  display: flex;
}
.srvdesc-box-in2 .srvdesc-box-in2-inner .srvdesc-box-in2-txt {
  font-size: 1.8rem;
  padding: 30px;
  text-align: left;
}
.srvdesc-box-in2 .srvdesc-price1 {
  font-size: 14px;
  padding: 30px;
  display: flex;
  align-items: center;
}
.srvdesc-box-in2 .srvdesc-price1 div {
  text-align: right;
}

.space1 {
  padding: 0 10px;
}

@media screen and (max-width: 961px) {
  .srvdesc-cont {
    padding: 10%;
  }
  .srvdesc-box .heading1 {
    font-size: 3rem;
    line-height: 1.8;
    padding-bottom: 5px;
  }
  .sub-heading1 {
    font-size: 1.8rem;
  }
  .srvdesc-box-in2 .srvdesc-box-in2-inner {
    line-height: 1.8;
    display: block;
  }
  .srvdesc-box-in2 .srvdesc-box-in2-inner .srvdesc-box-in2-txt {
    font-size: 1.8rem;
    padding: 3%;
  }
  .srvdesc-box-in2 .srvdesc-price1 {
    font-size: 2rem;
    padding: 3%;
    justify-content: center;
  }
  .srvdesc-box-in2 .srvdesc-price1 .big-txt {
    font-size: 4rem;
  }
}
@media screen and (max-width: 521px) {
  .srvdesc-cont {
    padding: 8%;
  }
  .srvdesc-box .heading1 {
    font-size: 6.8vw;
    line-height: 1.8;
    padding-bottom: 5px;
  }
  .srvdesc-box .srvdesc-box-in1 .inner-txt {
    padding: 22px;
  }
  .srvdesc-box .srvdesc-box-in1 .inner-txt p {
    font-size: 3.8vw;
  }
  .srvdesc-box .srvdesc-box-in1 .inner-txt .notice2 {
    font-size: 3.2vw;
  }
  .srvdesc-box .srvdesc-box-in1 .inner-txt .notice2 .red {
    font-size: 4vw;
  }
  .srvdesc-box-in2 .sub-heading2 {
    font-size: 4.8vw;
  }
  .srvdesc-box-in2 .srvdesc-box-in2-inner .srvdesc-box-in2-txt {
    padding: 5%;
    font-size: 3.8vw;
  }
  .srvdesc-box-in2 .srvdesc-box-in2-inner .srvdesc-box-in2-txt .small-txt {
    font-size: 2.8vw;
  }
  .srvdesc-box-in2 .srvdesc-price1 {
    font-size: 2rem;
    padding: 6%;
    flex-direction: column;
  }
  .srvdesc-box-in2 .srvdesc-price1 .big-txt {
    font-size: 4rem;
  }
}
/************************ main:process */
.heading3 {
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 20px;
  color: #be0d01;
}

.big-txt2 {
  font-size: 6rem;
  padding: 0 5px;
  font-weight: bold;
}

.process-list {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.process-list .process-list-item {
  padding: 4.3%;
  background-color: #FFF;
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.process-list .process-list-item .item-texts1 .item-para {
  margin-top: 3px;
}

.process-img {
  width: 45%;
  margin-bottom: 20px;
}

.notice3 {
  font-size: 3rem;
  font-weight: bold;
  background: #000;
  color: #ECC440;
  margin: 0;
  display: inline-block;
  padding: 16px 28px;
  border-radius: 10px 10px 0 0;
}

.fa-triangle-exclamation {
  padding-right: 5px;
}

.process-box-in {
  padding: 30px;
  border: 2px solid #000;
  background: url(../img/bg-graphpaper.jpg) no-repeat top center #FFF;
  background-size: cover;
}

.process-box-item {
  background: #fff2d0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  padding: 15px;
  position: relative;
}
.process-box-item .item-ttl1 {
  font-size: 1.5em;
  font-weight: bold;
}
.process-box-item .item-para {
  padding: 15px 0;
}

.process-box-item:last-child {
  margin-bottom: 0;
}

.process-box-item::after {
  position: absolute;
  content: "";
  right: -2px;
  top: -1px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #ffdb88 #fff #ffdb88;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.fa-square-check {
  padding-right: 5px;
}

@media screen and (max-width: 961px) {
  .heading3 {
    font-size: 3rem;
    line-height: 1.3;
    padding-bottom: 5px;
  }
  .process-box-in {
    padding: 10%;
  }
  .process-list .process-list-item {
    padding: 18px;
    font-size: 1.6vw;
  }
  .process-list .process-list-item:nth-child(2) {
    margin: 0 12px;
  }
}
@media screen and (max-width: 521px) {
  .process-list {
    width: 100%;
    display: block;
  }
  .process-list .process-list-item {
    font-size: 3.5vw;
  }
  .process-list .process-list-item:nth-child(2) {
    margin: 20px 0;
  }
  .process-box-in {
    padding: 8%;
  }
  .notice3 {
    display: block;
    font-size: 2.2rem;
    padding: 16px;
  }
  .process-img {
    width: 30%;
  }
}
/************************ main:flow */
.heading4 {
  font-size: 3rem;
  border-bottom: 2px dashed #FF8008;
  margin-bottom: 40px;
  padding-bottom: 15px;
}

.sub-heading4 {
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  position: relative;
}

.sub-heading4::before,
.sub-heading4::after {
  position: absolute;
  top: 0;
  content: "";
  width: 45px;
  height: 70px;
}

.sub-heading4::before {
  left: -50px;
  background: url(../img/btn-bar-left.png) no-repeat top center;
  background-size: contain;
}

.sub-heading4::after {
  right: -50px;
  background: url(../img/btn-bar-right.png) no-repeat top center;
  background-size: contain;
}

.flow-list {
  width: 100%;
  margin: 0 auto;
}
.flow-list .item {
  display: flex;
  align-items: center;
  background: #FFF;
  color: #333;
  font-weight: bold;
  font-size: 2rem;
}
.flow-list .item span {
  display: inline-flex;
  justify-content: center;
  color: #FFF;
  padding: 1.7%;
  font-size: 3rem;
  width: 80px;
  margin-right: 20px;
}
.flow-list .item:first-child {
  border: 1px solid #3cd3ad;
}
.flow-list .item:first-child span {
  background: #3cd3ad;
}
.flow-list .item:nth-child(2) {
  border: 1px solid #3fceb2;
}
.flow-list .item:nth-child(2) span {
  background: #3fceb2;
}
.flow-list .item:nth-child(3) {
  border: 1px solid #43c8b7;
}
.flow-list .item:nth-child(3) span {
  background: #43c8b7;
}
.flow-list .item:nth-child(4) {
  border: 1px solid #45c4ba;
}
.flow-list .item:nth-child(4) span {
  background: #45c4ba;
}
.flow-list .item:nth-child(5) {
  border: 1px solid #48bebf;
}
.flow-list .item:nth-child(5) span {
  background: #48bebf;
}
.flow-list .item:last-child {
  border: 1px solid #4cb8c4;
}
.flow-list .item:last-child span {
  background: #4cb8c4;
}
.flow-list .item:not(:last-child) {
  margin-bottom: 1.4rem;
}

@media screen and (max-width: 961px) {
  .heading4 {
    font-size: 3rem;
    padding-bottom: 8px;
  }
  .sub-heading4 {
    font-size: 3.2rem;
  }
  .sub-heading4::before,
  .sub-heading4::after {
    width: 45px;
    height: 45px;
  }
  .flow-list .item span {
    padding: 1.3%;
    width: 70px;
  }
}
@media screen and (max-width: 521px) {
  .sub-heading4::before,
  .sub-heading4::after {
    width: 100px;
    height: 55px;
    top: 0;
  }
  .sub-heading4::before {
    left: -74px;
    top: 30px;
  }
  .sub-heading4::after {
    right: -74px;
    top: 30px;
  }
  .heading4 {
    font-size: 5vw;
    padding-bottom: 8px;
  }
  .flow-list .item {
    font-size: 1.4rem;
  }
  .flow-list .item:not(:last-child) {
    margin-bottom: .8rem;
  }
  .flow-list .item span {
    padding: 1%;
    width: 50px;
    font-size: 2.4rem;
  }
}


/************************ main:Q&A */
.accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #333;
}

.accordion-item {
  margin-bottom: 1em;
  transition: all 0.5s;
}
.accordion-item summary {
  font-size: 1.1vw;
  cursor: pointer;
  padding: 0.8em 1em;
  border-radius: 3px;
  background: #f7f7f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-item summary span {
  font-size: 2vw;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Lilita One", sans-serif;
  color: #3660ff;
  margin-right: 10px;
}
.accordion-item summary::-webkit-details-marker {
  display: none;
}
.accordion-item summary:hover {
  filter: brightness(0.8);
}
.accordion-item .inner-cont {
  padding: 1em;
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.accordion-item .inner-cont span {
  display: inline-block;
  font-size: 2vw;
  line-height: 1;
  margin-right: 10px;
  font-weight: bold;
  color: #ff4b3e;
}

.accordion-item[open] summary .fa-angle-right {
  transform: rotate(90deg);
  transition: 0.5s;
}
.accordion-item[open] .inner-cont {
  transition: 0.5s ease-in-out;
  opacity: 1;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 961px) {
  .accordion-item summary {
    font-size: 2.2vw;
  }
  .accordion-item summary span {
    font-size: 4vw;
  }
  .accordion-item .inner-cont span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 521px) {
  .accordion-item summary {
    font-size: 4vw;
  }
  .accordion-item summary span {
    font-size: 6vw;
  }
  .accordion-item .inner-cont {
    padding: 1em;
    transition: 0.5s ease-in-out;
    opacity: 0;
  }
  .accordion-item .inner-cont span {
    font-size: 6vw;
  }
}
/************************ main:contact */
.contact-cont .tel-text-cont {
  border-radius: 3px;
}

.wpcf7-form {
  background: #F8F8F8;
  border-radius: 3px;
  box-shadow: inset -5px -5px 12px -2px rgba(0, 0, 0, 0.05), inset 5px 5px 12px -2px rgba(0, 0, 0, 0.05);
  padding: 50px;
}

.contact-wrap {
  width: 100%;
  padding: 40px 0 0 0;
}

.contact-wrap-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-wrap-text .lead-txt {
  font-size: 1.7rem;
  text-align: center;
}

#contact input,
#contact select,
#contact textarea {
  width: 100%;
  background: #FFF;
  border: 1px solid #B6BBBB;
  border-radius: 0.3rem;
  font-size: 1.7rem;
  line-height: 1.5;
  padding: 0.3rem 0.6rem;
}

#contact textarea {
  width: 95rem;
}

#contact input::-moz-placeholder, #contact textarea::-moz-placeholder {
  color: #C3C3C3;
}

#contact input::placeholder,
#contact textarea::placeholder {
  color: #C3C3C3;
}

#contact p {
  padding: 0 0 20px 0;
}

#contact p > label .wpcf7-form-control-wrap {
  display: block;
  padding-top: 5px;
}

.c-required {
  color: #FFF;
  border: 1px solid #be0d01;
  border-radius: 0.3rem;
  background: #be0d01;
  padding: 1px 3px;
  margin-left: 8px;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
}

.c-optional {
  color: #FFF;
  border: 1px solid #B6BBBB;
  border-radius: 0.3rem;
  background: #B6BBBB;
  padding: 1px 3px;
  margin-left: 8px;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
}

#contact p:nth-of-type(6) {
  padding-bottom: 0;
}

#contact input[type=submit] {
  width: 35%;
  padding: 15px;
  font-size: 1.8rem;
  text-align: center;
}

#contact .wpcf7-submit {
  text-decoration: none;
  display: block;
  margin: 0 auto;
  background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #FFF;
  border-radius: 0.3rem;
  border: none;
}

#contact .wpcf7-submit:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.form-privacy {
  height: 200px;
  overflow-y: auto;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 30px;
}

.privacy-check {
  margin: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 961px) {
  .contact-wrap {
    padding: 40px 0 0 0;
  }
  .wpcf7-form {
    width: 100%;
    padding: 35px;
  }
  #contact textarea {
    width: 100%;
  }
}
@media screen and (max-width: 521px) {
  .contact-wrap {
    padding: 25px 0 0 0;
  }
  .wpcf7-form {
    padding: 20px;
  }
  #contact textarea {
    width: 100%;
  }
  #contact input[type=submit] {
    width: 85%;
    padding: 15px;
  }
}
/************************ footer */
#lp2-footer {
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3px 0;
}

#lp2-footer .footer-copy {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 961px) {
  #lp2-footer {
    width: 100%;
    height: auto;
    max-width: 100vw;
  }
}
@media screen and (max-width: 521px) {
  #lp2-footer {
    max-width: 100%;
  }
}
/************************ slider2 */
.slider2 .slide-img {
  width: 150px;
}
.slider2 .slick-slide {
  width: 200px !important;
}

@media screen and (max-width: 521px) {
  .slider2 .slide-img {
    width: 100%;
  }
  .slider2 .slick-slide {
    width: 200px !important;
  }
}/*# sourceMappingURL=lp2.css.map */


/************************ staff-list */
.staff-list {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.staff-list-item {
  margin: 0 30px;
  width: 500px;
  max-width: 100%;
}
.staff-list-item img {
  border-radius:20px 20px 0 0;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.staff-list-item .content {
  padding: 2em;
  line-height: 1.8;
  background: #fff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.staff-list-item .content .name {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 18px;
}
.staff-list-item .content .name span {
  display: block;
  font-weight: normal;
  color: #4cb8c4;
}

@media screen and (max-width: 521px) {
  .staff-list {
    display: block;
    margin-top: 0;
  }
  .staff-list .staff-list-item {
    margin: 0 0 50px;
  }
  .staff-list-item .content {
    font-size: 14px;
  }
}