body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#contact {
  font-size: 13px;
  font-weight: 500;
  color: #153C4A;
  overflow: hidden;
  background: #fff;
  position: relative;
  background: #EBF5FA;
  background: linear-gradient(270deg, rgb(235, 245, 250) 0%, rgb(253, 245, 235) 30%, rgb(255, 246, 243) 56%, rgb(253, 245, 235) 78%, rgb(235, 242, 244) 100%);
}

#contact * {
  box-sizing: border-box;
}

#contact a {
  transition: opacity .3s;
}

#contact a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#contact a:hover {
  text-decoration: none;
}

#contact a:focus-visible {
  outline: none;
}

#contact img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#contact .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#contact .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#contact .pc-br {
  display: none;
}

#contact .sp-br {
  display: inline;
}

#contact .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#contact .inner-inside35{
  width: calc(100% - 11px);
  margin: 0 auto;
}

#contact .inner-inside45{
  width: calc(100% - 21px);
  margin: 0 auto;
}

#contact .inline-block{
  display: inline-block;
}

#contact .font-hel{
  font-family: helvetica-lt-pro, "Noto Sans JP", futura-pt, "Century Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#contact .txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

#contact .txt-red{
  color: #DA4014;
}

#contact .common-ttl .en{
  display: block;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 1;
}

#contact .common-ttl .ja{
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

#contact .common-ttl.center .en,
#contact .common-ttl.center .ja{
  text-align: center;
}

:root{
  --blue-shadow-sp: 3px 4px 10px rgba(2, 125, 188, 0.1);
  --blue-shadow-pc: 5px 8px 20px rgba(2, 125, 188, 0.1);
  --orange-shadow-sp: 3px 4px 10px rgba(218, 64, 20, 0.1);
  --orange-shadow-pc: 5px 8px 20px rgba(218, 64, 20, 0.1)
}

#contact .common-btn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 36px;
  padding: 2px 6px 0 0;
  background-color: #DA4014;
  border-radius: 4px;
  color: #fff;
  font-family: helvetica-lt-pro, "Noto Sans JP", futura-pt, "Century Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  transition: background 0.3s;
  box-shadow: var(--orange-shadow-sp);
}

#contact .common-btn::before{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  right: 8px;
  background: url("../images/contact/arrow_white.svg") no-repeat center center / contain;
  transform: rotate(90deg);
}

#contact .common-btn.search{
  padding-right: 23px;
  background: #005979;
  box-shadow: var(--blue-shadow-sp);
}

#contact .common-btn.search::before{
  width: 25px;
  height: 25px;
  top: calc(50% - 12.5px);
  right: 3px;
  background: url("../images/contact/search_icon_white_sp.svg")no-repeat center center / contain;
  transform: none;
}

#contact .common-btn.workstyle{
  padding-right: 20px;
  box-shadow: var(--blue-shadow-sp);
}

#contact .common-btn.workstyle::before{
  width: 15px;
  height: 15px;
  top: calc(50% - 7.5px);
  background: url("../images/contact/workstyle_icon_sp.svg")no-repeat center center / contain;
  transform: none;
}

#contact .common-btn.contact{
  padding-right: 0;
  background: #0866FF;
  box-shadow: var(--blue-shadow-sp);
}

#contact .common-btn.contact::before{
  content: none;
}

#contact .main-ttl{
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#contact .main-ttl .en{
  display: block;
  padding: 0 20px;
  background: #005979;
  background: linear-gradient(140deg, rgb(0, 89, 121) 0%, rgb(2, 125, 188) 10%, rgb(0, 89, 121) 40%, rgb(2, 125, 188) 50%, rgb(0, 89, 121) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 1.8;
}

#contact .main-ttl .ja{
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

#contact .common-banner{
  width: calc(100% - 45px);
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
  background: #fff;
  box-shadow: var(--orange-shadow-sp);
}

#contact .common-banner .txt-block{
  width: calc(100% - 32px);
  min-width: 288px;
  margin: 16px auto 0;
}

#contact .common-banner .ttl-area{
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 3px;
  border-bottom: solid 1px #153C4A;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

#contact .common-banner .ttl-area .txt-red{
  display: block;
  font-size: 14px;
}

#contact .common-banner .txt-area{
  margin-top: 16px;
}

#contact .common-banner .txt-area .txt{
  margin-bottom: 16px;
}

#contact .common-banner .txt-area .point-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}

#contact .common-banner .txt-area .point-list .list-item{
  padding: 0 8px;
  background-color: #EBF2F4;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

#contact .common-banner .txt-area .message{
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
}

#contact .common-banner .txt-area .btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}


#contact .menu-list{
  display: grid;
  grid-template-columns: minmax(170px, 1fr) 1fr;
  gap: 8px 11px;
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}

#contact .menu-list .list-item a{
  position: relative;
  display: flex;
  align-items: center;
  height: 36px;
  padding-left: 12px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 3px 4px 10px rgba(218,64,20,.1);
  color: #153C4A;
  font-size: 14px;
  font-weight: 700;
}

#contact .menu-list .list-item a::after{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 10px;
  background: url("../images/contact/arrow_red.svg")no-repeat center center / contain;
}

#contact .contact-content{
  padding: 60px 0;
}

#contact #overview{
  padding: 40px 0;
  background: #F7FBFD;
}

#contact .contact-ttl{
  text-align: center;
}

#contact .contact-ttl .sub{
  display: block;
  width: fit-content;
  margin: 0 auto 8px;
  padding: 0 4px;
  border-bottom: 1px solid #005979;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

#contact .contact-ttl .main{
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

#contact .overview-content{
  margin-top: 32px;
}

#contact .overview-txt{
  margin-bottom: 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

#contact .overview-txt .mintoku-logo{
  width: 300px;
  margin-bottom: 24px;
}

#contact .overview-txt .small{
  position: relative;
  top: -4px;
  margin-left: 2px;
  font-size: 18px;
}

#contact .overview-list{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 12px;
  width: calc(100% - 35px);
  margin: 0 auto;
}

#contact .overview-list .list-item{
  position: relative;
  padding: 12px 16px 12px 57px;
  background: #fff;
  box-shadow: var(--blue-shadow-sp);
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

#contact .overview-list .list-item::before{
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: calc(50% - 12.5px);
  left: 16px;
  background: url("../images/contact/check_icon.png")no-repeat center center / contain;
}

#contact .overview-content .img-block{
  display: block;
  margin-top: 24px;
  text-align: center;
}

#contact #recommend{
  position: relative;
  padding: 40px 0 145px;
  background: #F7FBFD;
}

#contact #recommend::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/contact/contact_recommend_bg_sp.png")no-repeat center bottom / contain;
  pointer-events: none;
  z-index: 1;
}

#contact .recommend-list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% - 24px);
  min-width: 351px;
  margin: 28px auto 0;
}

#contact .recommend-list .list-item{
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% + 15px) / 3);
  margin: 0 0 20px -7.5px;
  background: url("../images/contact/job_overview_circle_sp.png")no-repeat center center / contain;
  border-radius: 50%;
  box-shadow: var(--blue-shadow-sp);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#contact .solutions-list{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 36px;
  margin-top: 36px;
  padding: 28px;
  background: #fff;
  border-radius: 16px;
}

#contact .solutions-list .ttl{
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

#contact .solutions-list .ttl .num{
  display: block;
  font-size: 35px;
  line-height: 1.5;
}

#contact .solutions-list img{
  border-radius: 8px;
}

#contact .solutions-list .txt{
  margin-top: 12px;
  padding: 0 4px;
}

#contact #voice{
  background: #fff;
}

#contact .voice-content{
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
  gap: 28px;
}

#contact .voice-item{
  padding: 24px;
  background: #FCF0EC;
  border-radius: 8px;
  box-shadow: var(--orange-shadow-sp);
}

#contact .voice-item .profile-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #DA4014;
}

#contact .voice-item .profile-icon{
  width: 65px;
  height: 65px;
  margin-bottom: 5px;
  border-radius: 50%;
  overflow: hidden;
}

#contact .voice-item .profile{
  display: contents;
}

#contact .voice-item .profile .name{
  width: calc(100% - 78px);
  font-size: 26px;
}

#contact .voice-item .profile .name .data{
  display: block;
  font-size: 16px;
}

#contact .voice-item .profile-meta span{
  display: block;
  font-size: 13px;
  line-height: 1.8;
}

#contact .voice-item .txt{
  padding: 0 4px;
}

#contact .voice-message{
  margin-top: 36px;
}

#contact .voice-img{
  margin: 23px 0 32px;
  text-align: center;
}

#contact .message-txt{
  position: relative;
  margin-top: 17px;
  padding: 16px 20px;
  background: #FDF4EB;
  border-radius: 16px;
}

#contact .message-txt .txt{
  font-size: 14px;
  line-height: 1.6;
}

#contact .message-txt .txt + .txt{
  margin-top: 1.6em;
}

#contact .message-txt::before{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: calc(50% - 10px);
  top: -10px;
  background: url("../images/contact/triangle.png")no-repeat center center / contain;
}

#contact #flow{
  padding-bottom: 80px;
}

#contact .flow-list{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 60px;
  margin: 36px 0 60px;
}

#contact .flow-list .list-item{
  position: relative;
}

#contact .flow-list .step-ttl{
  font-size: 20px;
  line-height: 1.8;
}

#contact .flow-list .step-ttl .num{
  padding-left: 4px;
  font-size: 35px;
}

#contact .flow-box{
  position: relative;
  margin-top: 130px;
  padding: 40px 20px 24px;
  background: #fff;
  border: solid 2px #E67503;
  border-radius: 16px;
  box-shadow: var(--orange-shadow-sp);
}

#contact .flow-img{
  position: absolute;
  width: 292px;
  height: 161px;
  top: -130px;
  left: calc(50% - 146px);
  z-index: 1;
}

#contact .flow-item-ttl{
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#contact .flow-list .list-item:not(:last-of-type)::before{
  position: absolute;
  content: "";
  width: 28px;
  height: 110px;
  bottom: -100px;
  left: calc(50% - 14px);
  background: url("../images/contact/job_model_arrow.png")no-repeat center center / contain;
  transform: rotate(90deg);
}

@media print, screen and (max-width: 767px){
  #contact .recommend-list .list-item:nth-of-type(3n-2){
    margin-left: 0;
  }

  #contact .recommend-list .list-item:nth-of-type(3n-1){
    margin-top: 20px;
    margin-bottom: 0;
  }

  #contact .recommend-list .list-item:nth-of-type(-n+3){
    margin-bottom: -12px;
  }
  
  #contact .recommend-list .list-item:nth-of-type(2){
    padding-top: 14px;
  }
}


@media print, screen and (min-width: 768px) {
  
  #contact .sp-br {
    display: none;
  }
  
  #contact .pc-br {
    display: inline;
  }
  
  #contact .inner-inside35,
  #contact .inner-inside45{
    width: 100%;
  }
  
  #contact .txt{
    line-height: 1.8;
  }

  #contact .common-ttl .en{
    margin-bottom: 10px;
    font-size: 52px;
  }

  #contact .common-ttl .ja{
    font-size: 18px;
  }
  
  #contact .common-btn{
    max-width: none;
    width: 160px;
    height: 40px;
    padding-right: 5px;
    padding-top: 2px;
    font-size: 15px;
  }

  #contact .common-btn::before{
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    right: 12px;
    transition: transform 0.3s;
  }

  #contact .common-btn.search{
    padding-right: 30px;
    box-shadow: var(--blue-shadow-pc);
  }

  #contact .common-btn.search::before{
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 6px;
    background: url("../images/contact/search_icon_white.svg")no-repeat center center / contain;
  }

  #contact .common-btn.workstyle{
    padding-right: 33px;
    box-shadow: var(--blue-shadow-pc);
  }

  #contact .common-btn.workstyle::before{
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    background: url("../images/contact/workstyle_icon_pc.svg")no-repeat center center / contain;
  }
  
  #contact .main-ttl{
    height: 300px;
    margin-bottom: -30px;
  }

  #contact .main-ttl .en{
    font-size: 50px;
    line-height: 1.6;
  }

  #contact .main-ttl .ja{
    font-size: 20px;
    line-height: 1;
  }
  
  #contact .common-banner{
    display: flex;
    padding-bottom: 0;
    box-shadow: var(--orange-shadow-pc);
  }
  
  #contact .common-banner .banner-img{
    width: calc(100% - 800px);
    height: 240px;
  }
  
  #contact .common-banner .banner-img img{
    height: 100%;
    object-fit: cover;
  }

  #contact .common-banner .txt-block{
    display: flex;
    flex-direction: column;
    width: 800px;
    margin: 0;
    padding: 34px 32px;
  }

  #contact .common-banner .ttl-area{
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 7px;
    font-size: 18px;
    text-align: left;
  }

  #contact .common-banner .ttl-area .txt-red{
    display: inherit;
    margin-right: 10px;
    font-size: 15px;
    vertical-align: text-bottom;
  }

  #contact .common-banner .txt-area{
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    margin: 0;
  }

  #contact .common-banner .txt-area .txt{
    width: calc(100% - 160px);
    margin: 0;
    place-content: center;
  }

  #contact .common-banner .txt-area .point-list{
    justify-content: flex-start;
    gap: 8px;
    margin-top: 16px;
  }

  #contact .common-banner .txt-area .point-list .list-item{
    padding: 0 16px;
    font-size: 15px;
  }

  #contact .common-banner .txt-area .message{
    margin-top: 16px;
    font-size: 15px;
    text-align: left;
    line-height: 1.6;
  }

  #contact .common-banner .txt-area .btn{
    display: grid;
    grid-template-columns: 1fr;
    place-content: center;
    gap: 16px;
    margin-top: 16px;
  }

  #contact .menu-list{
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 16px;
    padding-bottom: 80px;
  }

  #contact .menu-list .list-item a{
    justify-content: center;
    height: 46px;
    padding: 0;
    border-radius: 8px;
    box-shadow: 5px 8px 20px rgba(218,64,20,.1);
    color: #153C4A;
    font-size: 15px;
  }

  #contact .menu-list .list-item a::after{
    position: static;
    display: inline-block;
    padding-left: 16px;
    box-sizing: content-box;
    transition: transform .3s;
  }
  
  #contact .contact-content{
    padding: 120px 0;
  }

  #contact #overview{
    padding: 80px 0;
  }

  #contact .contact-ttl .sub{
    margin: 0 auto 10px;
    padding: 0 8px;
    border-bottom-width: 2px;
    font-size: 18px;
    line-height: 1.8;
  }

  #contact .contact-ttl .main{
    font-size: 36px;
    line-height: 1.6;
  }

  #contact .overview-content{
    width: calc(100% - 24px);
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  
  #contact .overview-content .txt-block{
    width: 560px;
  }

  #contact .overview-txt{
    margin-bottom: 60px;
    font-size: 28px;
    line-height: 1.8;
    text-align: left;
  }

  #contact .overview-txt .mintoku-logo{
    width: 460px;
    margin-bottom: 16px;
  }

  #contact .overview-txt .small{
    top: 3px;
    margin-left: 4px;
    font-size: 26px;
  }

  #contact .overview-list{
    gap: 16px;
    width: 100%;
    margin: 0;
  }

  #contact .overview-list .list-item{
    padding: 24px 24px 24px 96px;
    box-shadow: var(--blue-shadow-pc);
    font-size: 18px;
    line-height: 1.8;
  }

  #contact .overview-list .list-item::before{
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    left: 32px;
  }

  #contact .overview-content .img-block{
    width: 600px;
    margin: 0;
  }
  
  #contact #recommend{
    padding: 80px 0;
  }
  
  #contact #recommend::before{
    background: url("../images/contact/contact_recommend_bg_pc.png")no-repeat center bottom / 1920px 720px;
  }
  
  #contact #recommend .contact-ttl .main{
    font-size: 30px;
  }
  
  #contact .recommend-list{
    max-width: 700px;
    gap: 16px 24px;
    justify-content: center;
    margin: 52px auto 0;
  }

  #contact .recommend-list .list-item{
    width: 200px;
    margin: 0;
    background: url("../images/contact/job_overview_circle_pc.png")no-repeat center center / contain;
    box-shadow: var(--blue-shadow-pc);
    font-size: 18px;
  }

  #contact .solutions-list{
    grid-template-columns: repeat(2,1fr);
    gap: 48px;
    margin-top: 64px;
    padding: 56px 48px;
    border-radius: 32px;
  }
  
  #contact .solutions-list .list-item{
    padding: 24px;
    border-radius: 16px;
    box-shadow: var(--blue-shadow-pc);
  }

  #contact .solutions-list .ttl{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-size: 20px;
  }
  
  #contact .solutions-list .ttl .ttl-txt{
    display: flex;
    min-height: 2em;
  }
  
  #contact .solutions-list .ttl .ttl-txt span{
    margin-top: auto;
  }

  #contact .solutions-list .ttl .num{
    display: inline-block;
    margin-right: 16px;
    font-size: 52px;
    line-height: 70px;
  }

  #contact .solutions-list img{
    border-radius: 16px;
  }

  #contact .solutions-list .txt{
    margin-top: 16px;
    padding: 0 8px;
  }

  #contact .voice-content{
    justify-content: space-between;
    margin: 64px 0 0;
    gap: unset;
  }

  #contact .voice-item{
    width: calc((100% - 40px) / 2);
    padding: 32px min(40px,calc(100vw / 1920 * 40));
    border-radius: 16px;
    box-shadow: var(--orange-shadow-pc);
  }

  #contact .voice-item .profile-block{
    padding: 0 0 16px 8px;
    margin-bottom: 24px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
  }

  #contact .voice-item .profile-icon{
    width: 130px;
    height: 130px;
    margin-bottom: 0;
  }

  #contact .voice-item .profile{
    display: block;
  }

  #contact .voice-item .profile .name{
    width: 100%;
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 1;
    white-space: nowrap;
  }

  #contact .voice-item .profile .name .data{
    display: inline-block;
    padding-left: 16px;
    font-size: 22px;
  }

  #contact .voice-item .profile-meta span{
    font-size: 15px;
    font-weight: 700;
  }

  #contact .voice-item .txt{
    padding: 0 8px;
  }

  #contact .voice-message{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 64px auto 0;
  }
  
  #contact .voice-message .person{
    width: 446px;
  }
  
  #contact .voice-message .message-txt{
    position: relative;
    top: 12px;
  }
  
  #contact .message-txt{
    width: calc(100% - 481px);
    margin: 0;
    padding: 24px 40px;
    border-radius: 32px;
  }
  
  #contact .message-txt .txt{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
  }
  
  #contact .message-txt .txt + .txt{
    margin-top: 1.8em;
  }

  #contact .message-txt::before{
    width: 32px;
    height: 32px;
    left: -18px;
    top: calc(50% - 16px);
    transform: rotate(30deg);
  }

  #contact #flow{
    padding-bottom: 160px;
  }

  #contact .flow-list{
    grid-template-columns: repeat(3,1fr);
    margin: 70px 0 210px;
  }
  
  #contact .flow-list .list-item{
    display: flex;
    flex-direction: column;
  }
  
  #contact .flow-list .step-ttl{
    font-size: 24px;
    line-height: 1;
  }

  #contact .flow-list .step-ttl .num{
    padding-left: 8px;
    font-size: 40px;
  }

  #contact .flow-box{
    padding: 70px 22px 30px;
    box-shadow: var(--orange-shadow-pc);
    flex-grow: 1;
  }

  #contact .flow-img{
    width: 300px;
    height: 166px;
    top: -110px;
    left: calc(50% - 150px);
  }

  #contact .flow-item-ttl{
    margin-bottom: 10px;
  }

  #contact .flow-list .list-item:not(:last-of-type)::before{
    width: 32px;
    bottom: calc(50% - 55px);
    left: calc(100% + 16px);
    transform: rotate(0);
  }
}

@media print, screen and (min-width: 1201px){
  #contact .menu-list .list-item a:hover::after{
    transform: translateY(4px);
  }
  
  #contact .common-btn:hover{
    background: #E67503;
  }
  
  #contact .common-btn.contact:hover{
    background: #87B5FF;
  }
  
  #contact .common-btn:hover::before{
    transform: translateX(5px) rotate(90deg);
  }
}
