@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-display: swap;
}
  
a {
  text-decoration: none;
}
  
img {
  max-width: 100%;
}

.pcView {
  display: block !important; }
  @media (max-width: 761px) {
  .pcView {
  animation: gelatine 1s 2;
  display: none !important; } }
  
.spView {
  display: none !important; }
  @media (max-width: 760px) {
  .spView {
  display: block !important; } }

  
@media screen and (min-width:761px){
.covid a {
  display: block;
  max-width: 1000px;
  margin: 10px auto 5px;
  border: #898989 solid 2px;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  color: #00008b;
}
}

@media screen and (max-width:760px){
.covid a {
  display: block;
  max-width: 380px;
  margin: 10px auto 5px;
  border: #898989 solid 2px;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
  color: #00008b;
}
}

.bold {
  font-weight: bold;
}

@media screen and (min-width:761px){
.header-flex {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
}

@media screen and (max-width:760px){
.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 5px;
}
}

@media screen and (min-width:761px){
.header-logo {
    width: 160px;
    margin-left: 10px;
}
}

@media screen and (max-width:760px){
.header-logo {
    width: 120px;
}
}

.tel {
    width: 160px;
    margin:0 0 0 auto;
}

@media screen and (min-width:761px){
.header-btn a {
    display: block;
    background-color: #ff805a;
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}
}

@media screen and (max-width:760px){
.header-btn a {
    display: block;
    background-color: #ff805a;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
}
}

.top-img {
  margin-top: 5px;
  text-align: center;
}

@media screen and (min-width:761px){
.top-cv-container {
  background-color: #ffd243;
  padding-bottom: 50px;
}
}

@media screen and (max-width:760px){
.top-cv-container {
  background-color: #ffd243;
  padding-bottom: 30px;
}
}

.top-cv-wrap {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

@media screen and (min-width:761px){
.free-icon img{
  position: absolute;
  width: 130px;
  top: 40px;
  left: 20px;
  transform: rotate( -10deg );
}
}

@media screen and (max-width:760px){
.free-icon img{
  position: absolute;
  width: 63px;
  top: 48px;
  left: 5px;
  transform: rotate( -10deg );
}
}

@media screen and (min-width:761px){
.top-title {
  font-size: 150%;
  font-weight: bold;
  color: #464646;
  text-align: center;
  padding: 20px 0;
  letter-spacing: 0.3rem;
}
}

@media screen and (max-width:760px){
.top-title {
  font-size: 18px;
  font-weight: bold;
  color: #464646;
  text-align: center;
  padding: 15px 0;
  letter-spacing: 0.1rem;
}
}

@media screen and (min-width:761px){
.top-cv-btn a{
  display: block;
  max-width: 900px;
  margin: 0 auto;
  background-color: #ff805a;
  border-radius: 50px;
  color: #fff;
  font-size: 222%;
  font-weight: bold;
  padding: 20px;
  letter-spacing: 0.3rem;
  box-shadow: 5px 5px 0 0 #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
}

@media screen and (max-width:760px){
.top-cv-btn a{
  display: block;
  max-width: 350px;
  margin: 0 auto;
  background-color: #ff805a;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 20px 20px 40px;
  box-shadow: 5px 5px 0 0 #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
}

.top-cv-btn a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-animation: shine 3s infinite;
          animation: shine 3s infinite;
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

@media screen and (min-width:761px){
.cv-text {
  font-size: 20px;
  letter-spacing: normal;
  margin-left: 5px;
}
}

@media screen and (max-width:760px){
.cv-text {
  font-size: 10px;
  letter-spacing: normal;
  margin-left: 5px;
}
}

@media screen and (min-width:761px){
.content {
  background-color: #7ccdc9;
  padding-bottom: 80px;
}
}

@media screen and (max-width:760px){
.content {
  background-color: #7ccdc9;
  padding-bottom: 10px;
}
}

@media screen and (min-width:761px){
.content-top {
  display: block;
  max-width: 1000px;
  height: 405px;
  margin: 0 auto;
  background-image:url("../img/section1bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size:cover;
}
}

@media screen and (max-width:760px){
.content-top {
  display: block;
  width: 350px;
  height: 263px;
  margin: 0 auto;
  background-image:url("../img/section1bgs.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size:cover;
}
}

@media screen and (min-width:761px){
.content-top-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  max-width: 900px;
  padding: 150px 10px 0;
}
}

@media screen and (max-width:760px){
.content-top-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  max-width: 300px;
  padding: 90px 5px 0;
}
}

@media screen and (min-width:761px){
.content-top-flex article {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
}
}

@media screen and (max-width:760px){
.content-top-flex article {
  display: block;
  max-width: 350px;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
}

@media screen and (min-width:761px){
.top-labon {
  max-width: 110px;
  margin-left: 10px;
}
}

@media screen and (max-width:760px){
.top-labon {
  max-width: 60px;
  margin-bottom: 10px;
}
}

@media screen and (min-width:761px){
.content-main {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}
}

@media screen and (max-width:760px){
.content-main {
  display: block;
  max-width: 330px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
}
}

@media screen and (min-width:761px){
.content-title {
  background-color: #008f80;
  font-size: 30px;
  color: #fff;
  padding: 20px;
  font-weight: bold;
  text-align: center;
}
}

@media screen and (max-width:760px){
.content-title {
  background-color: #008f80;
  font-size: 20px;
  color: #fff;
  padding: 20px;
  font-weight: bold;
  text-align: center;
}
}

@media screen and (min-width:761px){
.content-main-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
}

@media screen and (max-width:760px){
.content-main-flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}
}

@media screen and (min-width:761px){
.content-main-flex img {
  width: 100%;
  padding: 0 5px;
  max-width: 400px;
}
}

@media screen and (max-width:760px){
.content-main-flex img {
  width: 300px;
  padding-top: 30px;
}
}

@media screen and (min-width:761px){
.main-subtitle {
  font-size: 34px;
  font-weight: bold;
  color: #008f80;
  padding: 40px;
  text-align: center;
  line-height: 3rem;
}
}

@media screen and (max-width:760px){
.main-subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #008f80;
  padding: 20px 20px 30px;
  text-align: center;
  line-height: 2rem;
}
}

@media screen and (min-width:761px){
.saihatsu {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}
}

@media screen and (max-width:760px){
.saihatsu {
  padding: 20px 0;
}
}

@media screen and (min-width:761px){
.saihatsu-wrap {
  display: block;
  max-width: 1000px;
  height: 291px;
  margin: 0 auto 30px;
  background-image:url("../img/saihatsu.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size:contain;
  position: relative;
}
}

@media screen and (max-width:760px){
.saihatsu-wrap {
  display: block;
  width: 350px;
  height: 138px;
  margin: 40px auto 30px;
  background-image:url("../img/saihatsus.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size:cover;
  position: relative;
}
}

@media screen and (min-width:761px){
.saihatsu-title {
  background-color: #008f80;
  font-size: 28px;
  max-width: 130px;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 100px;
}
}

@media screen and (max-width:760px){
.saihatsu-title {
  background-color: #008f80;
  font-size: 20px;
  max-width: 200px;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
}

@media screen and (min-width:761px){
.saihatsu01 {
  position: absolute;
  top: 70px;
  left: 270px;
  text-align: center;
}
}

@media screen and (max-width:760px){
.saihatsu01 {
  position: absolute;
  top: 30px;
  left: 10px;
  text-align: center;
}
}

@media screen and (min-width:761px){
.saihatsu02 {
  position: absolute;
  top: 70px;
  right: 150px;
  text-align: center;
}
}

@media screen and (max-width:760px){
.saihatsu02 {
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: center;
}
}

@media screen and (min-width:761px){
.saihatsu03 {
  position: absolute;
  top: 180px;
  left: 230px;
  text-align: center;
}
}

@media screen and (max-width:760px){
.saihatsu03 {
  position: absolute;
  top: 85px;
  left: 10px;
  text-align: center;
}
}

@media screen and (min-width:761px){
.saihatsu04 {
  position: absolute;
  top: 180px;
  right: 130px;
  text-align: center;
}
}

@media screen and (max-width:760px){
.saihatsu04 {
  position: absolute;
  top: 85px;
  right: 30px;
  text-align: center;
}
}

@media screen and (min-width:761px){
.seihatsu-par {
  font-size: 26px;
  font-weight: bold;
}
}

@media screen and (max-width:760px){
.seihatsu-par {
  font-size: 12px;
  font-weight: bold;
}
}

@media screen and (min-width:761px){
.saihatsu-red {
  font-size: 40px;
  color: #bf0000;
  font-weight: bold;
}
}

@media screen and (max-width:760px){
.saihatsu-red {
  font-size: 24px;
  color: #bf0000;
  font-weight: bold;
}
}

@media screen and (min-width:761px){
.saihatsu-name {
  font-size: 30px;
  font-weight: bold;
}
}

@media screen and (max-width:760px){
.saihatsu-name {
  font-size: 16px;
  font-weight: bold;
}
}

@media screen and (min-width:761px){
.saihatsu-small {
  text-align: right;
  font-size: 12px;
  padding: 10px 50px 0 0;
}
}

@media screen and (max-width:760px){
.saihatsu-small {
  text-align: right;
  font-size: 10px;
  padding-right: 30px;
}
}

@media screen and (min-width:761px){
.saihatsu article {
  margin: 0 auto;
  max-width: 900px;
  font-size: 18px;
  line-height: 1.5rem;
  padding: 0 10px 30px;
}
}

@media screen and (max-width:760px){
.saihatsu article {
  margin: 0 auto;
  max-width: 330px;
  font-size: 16px;
  line-height: 1.3rem;
  padding: 0 20px;
}
}

@media screen and (min-width:761px){
.cost-total {
  display: block;
  border: #008f80 3px solid;
  padding: 20px;
  max-width: 700px;
  margin: 30px auto;
}
}

@media screen and (max-width:760px){
.cost-total {
  display: block;
  border: #008f80 3px solid;
  padding: 20px;
  max-width: 300px;
  margin: 30px auto;
}
}

@media screen and (min-width:761px){
.cost-total-title {
  font-size: 30px;
  font-weight: bold;
  color: #008f80;
  text-align: center;
  line-height: 2.8rem;
}
}

@media screen and (max-width:760px){
.cost-total-title {
  font-size: 20px;
  font-weight: bold;
  color: #008f80;
  text-align: center;
  line-height: 2rem;
}
}

@media screen and (min-width:761px){
.cost-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 700px;
}
}

@media screen and (max-width:760px){
.cost-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 300px;
}
}

@media screen and (min-width:761px){
.cost-box {
  text-align: center;
  padding-top: 30px;
}
}

@media screen and (max-width:760px){
.cost-box {
  text-align: center;
  padding-top: 20px;
}
}

@media screen and (min-width:761px){
.cost-box p {
  font-size: 30px;
  font-weight: bold;
  color: #ff805a;
}
}

@media screen and (max-width:760px){
.cost-box p {
  font-size: 14px;
  font-weight: bold;
  color: #ff805a;
}
}

@media screen and (min-width:761px){
.cost-box article {
  font-size: 45px;
  color: #008f80;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ffd243 30%);
}
}

@media screen and (max-width:760px){
.cost-box article {
  font-size: 22px;
  color: #008f80;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ffd243 30%);
}
}

@media screen and (min-width:761px){
.red-total {
  font-size: 40px;
  font-weight: bold;
  color: red;
  background: linear-gradient(transparent 70%, #ffd243 20%);
}
}

@media screen and (max-width:760px){
.red-total {
  font-size: 24px;
  font-weight: bold;
  color: red;
  background: linear-gradient(transparent 70%, #ffd243 20%);
}
}

@media screen and (min-width:761px){
.cost-txte {
  font-size: 18px;
  line-height: 1.6rem;
  max-width: 800px;
  margin: 0 auto;
  color: #008f80;
  padding: 30px 10px;
}
}

@media screen and (max-width:760px){
.cost-txte {
  font-size: 16px;
  line-height: 1.5rem;
  max-width: 350px;
  margin: 0 auto;
  color: #008f80;
  padding: 30px 20px;
}
}

@media screen and (min-width:761px){
.down-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 900px;
  margin: 30px auto;
  padding: 0 10px;
}
}

@media screen and (max-width:760px){
.down-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 350px;
  margin: 30px auto;
}
}

@media screen and (min-width:761px){
.down-flex div {
  max-width: 430px;
}
}

@media screen and (max-width:760px){
.down-flex div {
  max-width: 300px;
  padding: 10px 0;
}
}

@media screen and (min-width:761px){
.down-flex p {
  font-size: 30px;
  font-weight: bold;
  color: #008f80;
  text-align: center;
  padding-bottom: 10px;
}
}

@media screen and (max-width:760px){
.down-flex p {
  font-size: 24px;
  font-weight: bold;
  color: #008f80;
  text-align: center;
  padding-bottom: 10px;
}
}

@media screen and (min-width:761px){
.down article {
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6rem;
  color: #008f80;
  padding: 0 10px 40px;
}
}

@media screen and (max-width:760px){
.down article {
  max-width: 350px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5rem;
  color: #008f80;
  padding: 0 20px 30px;
}
}

@media screen and (min-width:761px){
.type-flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 900px;
  margin: 30px auto;
}
}

@media screen and (max-width:760px){
.type-flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 350px;
  margin: 30px auto;
}
}

@media screen and (min-width:761px){
.type-box p {
  font-size: 26px;
  background-color: #008f80;
  color: #fff;
  width: 300px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
}

@media screen and (max-width:760px){
.type-box p {
  font-size: 22px;
  background-color: #008f80;
  color: #fff;
  width: 300px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
}

.type-box img {
  padding: 20px 0;
}

.type-box article {
  font-size: 24px;
  text-align: center;
  padding-bottom: 40px;
}

.support-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 30px auto;
}

@media screen and (min-width:761px){
.support-box {
  background:linear-gradient(0deg,#fff 0%,#fff 70%,#ffcaca 30%,#ffcaca 100%);
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.45);
  width: 280px;
  height: 180px;
  margin-bottom: 20px;
}
}

@media screen and (max-width:760px){
.support-box {
  background:linear-gradient(0deg,#fff 0%,#fff 80%,#ffcaca 20%,#ffcaca 100%);
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.3);
  width: 155px;
  height: 170px;
  margin-bottom: 20px;
}
}

@media screen and (min-width:761px){
.support-box p {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  letter-spacing: 0.2rem;
}
}

@media screen and (max-width:760px){
.support-box p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
}

@media screen and (min-width:761px){
.support-box article {
  padding: 10px;
  font-size: 18px;
  line-height: 1.5rem;
}
}

@media screen and (max-width:760px){
.support-box article {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.2rem;
}
}

@media screen and (min-width:761px){
  .sales {
    padding: 50px 0 30px;
  }
  }
  
  @media screen and (max-width:760px){
  .sales {
    padding: 30px 5px;
  }
  }
  
  @media screen and (min-width:761px){
  .sales-box {
    display: block;
    max-width: 900px;
    margin: 0 auto;
    border: #464646 solid 2px;
    position: relative;
    padding: 40px 20px 20px;
  }
  }
  
  @media screen and (max-width:760px){
  .sales-box {
    display: block;
    max-width: 330px;
    margin: 0 auto;
    border: #464646 solid 2px;
    position: relative;
    padding: 30px 10px 20px;
  }
  }
  
  @media screen and (min-width:761px){
  .sales-box p {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 700px;
    font-size: 38px;
    font-weight: bold;
    color: #008f80;
    padding-bottom: 10px;
    text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
                -3px 3px 0 #FFF, 3px -3px 0 #FFF,
                0px 3px 0 #FFF,  0 -3px 0 #FFF,
                -3px 0 0 #FFF, 3px 0 0 #FFF,4px 4px 3px rgba(0, 0, 0, 0.4);
    background: linear-gradient(transparent 70%, #ffd243 20%);
  }
  }
  
  @media screen and (max-width:760px){
  .sales-box p {
    position: absolute;
    text-align: center;
    top: -45px;
    margin-left: 5px;
    font-size: 22px;
    font-weight: bold;
    color: #008f80;
    padding-bottom: 10px;
    text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
                -3px 3px 0 #FFF, 3px -3px 0 #FFF,
                0px 3px 0 #FFF,  0 -3px 0 #FFF,
                -3px 0 0 #FFF, 3px 0 0 #FFF,4px 4px 3px rgba(0, 0, 0, 0.4);
    background: linear-gradient(transparent 70%, #ffd243 20%);
  }
  }
  
  @media screen and (min-width:761px){
  .sales-box article {
    font-size: 24px;
    line-height: 1.8rem;
    letter-spacing: 0.1rem;
  }
  }
  
  @media screen and (max-width:760px){
  .sales-box article {
    font-size: 18px;
    line-height: 1.8rem;
  }
  }
  
  @media screen and (min-width:761px){
  .green-big {
    font-size: 36px;
    color: #008f80;
    font-weight: bold;
  }
  }
  
  @media screen and (max-width:760px){
  .green-big {
    font-size: 26px;
    color: #008f80;
    font-weight: bold;
  }
  }


@media screen and (min-width:761px){
.cv-type-container {
  display: block;
  max-width: 850px;
  border-radius: 30px;
  margin: 80px auto 0;
  padding: 30px 20px 20px;
  background-color: #e3f6ff;
  background-image:
   repeating-linear-gradient(-45deg,
   #fff, #fff 7px,
   transparent 0, transparent 14px);
}
}

@media screen and (max-width:760px){
.cv-type-container {
  display: block;
  max-width: 350px;
  border-radius: 30px;
  margin: 30px auto;
  padding: 20px;
  background-color: #e3f6ff;
  background-image:
   repeating-linear-gradient(-45deg,
   #fff, #fff 7px,
   transparent 0, transparent 14px);
}
}

@media screen and (min-width:761px){
.cv-type {
  max-width: 400px;
  text-align: center;
}
}

@media screen and (max-width:760px){
.cv-type {
  max-width: 150px;
  text-align: center;
}
}

.cv-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.cv-type img {
  width: 380px;
  padding-top: 10px;
}

@media screen and (min-width:761px){
.cv-type-container p {
  font-size: 40px;
  background: linear-gradient(transparent 80%, #ffd243 20%);
  width: 450px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.2rem;
}
}

@media screen and (max-width:760px){
.cv-type-container p {
  font-size: 20px;
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.2rem;
  background: linear-gradient(transparent 80%, #ffd243 20%);
}
}

@media screen and (min-width:761px){
.waku-orange {
  font-size: 70px;
  font-weight: bold;
  color: #ff805a;
  text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
              -3px 3px 0 #FFF, 3px -3px 0 #FFF,
              0px 3px 0 #FFF,  0 -3px 0 #FFF,
              -3px 0 0 #FFF, 3px 0 0 #FFF,4px 4px 3px rgba(0, 0, 0, 0.4);
}
}

@media screen and (max-width:760px){
.waku-orange {
  font-size: 40px;
  font-weight: bold;
  color: #ff805a;
  text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
              -3px 3px 0 #FFF, 3px -3px 0 #FFF,
              0px 3px 0 #FFF,  0 -3px 0 #FFF,
              -3px 0 0 #FFF, 3px 0 0 #FFF,4px 4px 3px rgba(0, 0, 0, 0.4);
}
}

.present {
  background-color: #ffd243;
  padding-bottom: 30px;
}

@media screen and (min-width:761px){
.present-container {
  display: block;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 10px;
}
}

@media screen and (min-width:761px){
.present img {
  width: 100%;
}
}

@media screen and (max-width:760px){
.present img {
  display: block;
  max-width: 350px;
  margin: 0 auto;
}
}

@media screen and (min-width:761px){
.present p {
  text-align: center;
  font-size: 10px;
}
}

@media screen and (max-width:760px){
.present p {
  max-width: 350px;
  font-size: 10px;
  margin: 0 auto;
  padding: 0 10px;
}
}

.select-container {
  background-color: #7ccdc9;
}

@media screen and (min-width:761px){
.select-title-wrap {
  padding: 50px 0 40px;
}
}

@media screen and (max-width:760px){
.select-title-wrap {
  padding: 60px 0 40px;
}
}

@media screen and (min-width:761px){
.select-title {
  max-width: 320px;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  background: linear-gradient(transparent 60%, #ffd243 40%);
}
}

@media screen and (max-width:760px){
.select-title {
  max-width: 220px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  background: linear-gradient(transparent 60%, #ffd243 40%);
}
}

@media screen and (min-width:761px){
.select-title2 {
  max-width: 350px;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  margin-top: -10px;
  background: linear-gradient(transparent 75%, #ffd243 25%);
}
}

@media screen and (max-width:760px){
.select-title2 {
  max-width: 250px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-top: -10px;
  background: linear-gradient(transparent 75%, #ffd243 25%);
}
}

@media screen and (max-width:760px){
.point {
  padding: 0 10px;
}
}

@media screen and (min-width:761px){
.point-flex01 {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  align-items: center;
  margin: 20px auto;
  max-width: 900px;
  height: 200px;
}
}

@media screen and (max-width:760px){
.point-flex01 {
  display: flex;
  justify-content: flex-start;
  background-color: #fff;
  align-items: center;
  margin: 20px auto 0;
  max-width: 400px;
}
}

@media screen and (min-width:761px){
.point-flex02 {
  display: flex;
  justify-content: space-between;
  background-color: #fff2e4;
  align-items: center;
  margin: 20px auto;
  max-width: 900px;
  height: 200px;
}
}

@media screen and (max-width:760px){
.point-flex02 {
  display: flex;
  justify-content: flex-start;
  background-color: #fff2e4;
  align-items: center;
  margin: 20px auto 0;
  max-width: 400px;
}
}

@media screen and (min-width:761px){
.point-text {
  max-width: 560px;
  margin-right: 30px;
}
}

@media screen and (min-width:761px){
.point-flex01 img {
  max-height: 200px;
  max-width: 324px;
}
}

@media screen and (max-width:760px){
.point-flex01 img {
  height: 55px;
}
}

@media screen and (min-width:761px){
.point-flex02 img {
  max-height: 200px;
  max-width: 324px;
}
}

@media screen and (max-width:760px){
.point-flex02 img {
  height: 55px;
}
}


@media screen and (min-width:761px){
.point-title {
  font-size: 22px;
  color: #464646;
  border-bottom: #464646 1px dashed;
  padding: 20px 0 10px;
  font-weight: bold;
}
}

@media screen and (max-width:760px){
.point-title {
  font-size: 16px;
  color: #464646;
  border-bottom: #464646 1px dashed;
  padding: 3px 0;
}
}

.point-text article {
  padding: 10px 0 20px;
  font-size: 16px;
  line-height: 1.5rem;
}

.pointarticle {
  background-color: #fff;
  padding: 10px;
  max-width: 400px;
  margin: 0 auto;
}

.pointarticle2 {
  background-color: #fff2e4;
  padding: 10px;
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (min-width:761px){
.green02 {
  font-size: 32px;
  font-weight: bold;
  color: #008f80;
}
}

@media screen and (max-width:760px){
.green02 {
  font-size: 20px;
  font-weight: bold;
  color: #008f80;
}
}


@media screen and (min-width:761px){
.small-font {
  font-size: 24px;
}
}

@media screen and (max-width:760px){
.small-font {
  font-size: 16px;
}
}

.hyoka {
  display: block;
  max-width: 850px;
  margin: 0 auto;
}

@media screen and (min-width:761px){
.hyoka-flex {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin: 0 auto;
}
}

@media screen and (max-width:760px){
.hyoka-flex {
  display: block;
  max-width: 350px;
  margin: 0 auto;
}
}

@media screen and (min-width:761px){
.hyoka-box01 {
  background-color: #fff;
  max-width: 400px;
}
}

@media screen and (max-width:760px){
.hyoka-box01 {
  background-color: #fff;
  max-width: 400px;
  margin: 0 5px;
}
}

@media screen and (min-width:761px){
.hyoka-box02 {
  background-color: #fff1e4;
  max-width: 400px;
}
}

@media screen and (max-width:760px){
.hyoka-box02 {
  background-color: #fff1e4;
  max-width: 350px;
  margin: 10px 5px 0;
}
}

@media screen and (min-width:761px){
.hyoka-title {
  background-color: #008f80;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
}

@media screen and (max-width:760px){
.hyoka-title {
  background-color: #008f80;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
}

.hyoka-flex img {
  padding-top: 20px;
}

@media screen and (min-width:761px){
.hyouka-chushaku {
  padding: 10px 0 40px;
}
}

@media screen and (max-width:760px){
.hyouka-chushaku {
  padding: 10px 10px 40px;
}
}


@media screen and (min-width:761px){
.company {
  background-color: #fff;
  background-image:
  radial-gradient(#e3f3d8 30%, transparent 30%);
  background-size: 20px 20px;
  padding: 80px 0 20px;
}
}

@media screen and (max-width:760px){
.company {
  background-color: #fff;
  background-image:
  radial-gradient(#e3f3d8 30%, transparent 30%);
  background-size: 20px 20px;
  padding: 40px 10px;
}
}

@media screen and (min-width:761px){
.flow {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  background-color: #d9e8e6;
  border-radius: 20px;
  padding: 40px 0;
}
}

@media screen and (max-width:760px){
.flow {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  background-color: #d9e8e6;
  border-radius: 20px;
  padding: 40px 10px;
}
}

@media screen and (min-width:761px){
.flow-title {
  font-size: 40px;
  background: linear-gradient(transparent 70%, #7dbab3 30%);
  width: 350px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.2rem;
}
}

@media screen and (max-width:760px){
.flow-title {
  font-size: 26px;
  background: linear-gradient(transparent 70%, #7dbab3 30%);
  width: 250px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.2rem;
  margin-bottom: 40px;
}
}

@media screen and (min-width:761px){
.flow-box {
  display: block;
  max-width: 800px;
  margin: 40px auto 0;
  border: #7dbab3 solid 5px;
  background-color: #fff;
  position: relative;
  box-shadow: 2px 2px 5px 1px #bbb;
}
}

@media screen and (max-width:760px){
.flow-box {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  border: #7dbab3 solid 3px;
  background-color: #fff;
  position: relative;
  box-shadow: 2px 2px 5px 1px #bbb;
}
}

@media screen and (min-width:761px){
.flow-subtitle img{
  position: absolute;
  top: -35px;
  left: 20px;
  height: 70px;
}
}

@media screen and (max-width:760px){
.flow-subtitle img{
  position: absolute;
  top: -2px;
  height: 40px;
  left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
}

.flow-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width:761px){
.flow-flex img {
  width: 200px;
}
}

.flow-photo {
  position: absolute;
  top: 50px;
  right: 5px;
  width: 100px;
}

@media screen and (min-width:761px){
.flow-text {
  font-size: 22px;
  font-weight: bold;
  color: #464646;
  margin-left: 40px;
}
}

@media screen and (max-width:760px){
.flow-text {
  font-size: 16px;
  font-weight: bold;
  color: #464646;
  padding: 20px 10px;
}
}

.flow-line {
 position: relative;
}

@media screen and (min-width:761px){
.under {
  display: block;
  margin: 20px auto 0;
}
}

@media screen and (max-width:760px){
.under {
  display: block;
  margin: 20px auto;
  max-width: 20px;
}
}


@media screen and (min-width:761px){
.voice {
  display: block;
  max-width: 900px;
  margin: 60px auto;
  background-color: #d9e8e6;
  border-radius: 20px;
  padding-top: 40px;
}
}

@media screen and (max-width:760px){
.voice {
  display: block;
  max-width: 900px;
  margin: 40px auto;
  background-color: #d9e8e6;
  border-radius: 20px;
  padding-top: 40px;
}
}

@media screen and (min-width:761px){
.voice-title {
  font-size: 40px;
  background: linear-gradient(transparent 70%, #7dbab3 30%);
  width: 350px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.2rem;
}
}

@media screen and (max-width:760px){
.voice-title {
  font-size: 26px;
  background: linear-gradient(transparent 70%, #7dbab3 30%);
  width: 200px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.2rem;
}
}

@media screen and (min-width:761px){
.voice-flex {
  display: flex;
  max-width: 850px;
  flex-wrap: wrap;
  margin: 50px auto 40px;
  justify-content: space-around;
  align-items: center;
}
}

@media screen and (max-width:760px){
.voice-flex {
  display: flex;
  max-width: 850px;
  flex-wrap: wrap;
  margin: 40px auto;
  justify-content: space-around;
  align-items: center;
}
}

@media screen and (min-width:761px){
.voice-box {
  max-width: 360px;
}
}

@media screen and (max-width:760px){
.voice-box {
  max-width: 400px;
  padding: 0 20px;
}
}

@media screen and (min-width:761px){
.voice-box article {
  font-size: 18px;
  line-height: 1.8rem;
  padding: 20px;
  background-size: 20px 20px ;
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent 19px, #e6e6e6 20px), linear-gradient(0deg, transparent 19px, #e6e6e6 20px);
}
}

@media screen and (max-width:760px){
.voice-box article {
  font-size: 16px;
  line-height: 1.5rem;
  padding: 20px;
  background-size: 20px 20px ;
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent 19px, #e6e6e6 20px), linear-gradient(0deg, transparent 19px, #e6e6e6 20px);
}
}

.orange-line {
  border-bottom: #fea561 solid 3px;
}

@media screen and (min-width:761px){
.prof-text {
  text-align: right;
  padding: 10px 0 40px;
  color: #464646;
}
}

@media screen and (max-width:760px){
.prof-text {
  text-align: right;
  padding: 10px 0 40px;
  color: #464646;
  font-size: 14px;
}
}

@media screen and (min-width:761px){
.question {
  display: block;
  max-width: 900px;
  margin: 60px auto;
  background-color: #d9e8e6;
  border-radius: 20px;
  padding-top: 40px;
}
}

@media screen and (max-width:760px){
.question {
  display: block;
  max-width: 900px;
  margin: 40px auto;
  background-color: #d9e8e6;
  border-radius: 20px;
  padding-top: 40px;
}
}

@media screen and (min-width:761px){
.question-title {
  font-size: 40px;
  background: linear-gradient(transparent 70%, #7dbab3 30%);
  width: 350px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.2rem;
}
}

@media screen and (max-width:760px){
.question-title {
  font-size: 26px;
  background: linear-gradient(transparent 70%, #7dbab3 30%);
  width: 250px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.2rem;
}
}

@media screen and (min-width:761px){
.question-wrap {
  padding: 40px 0;
}
}

@media screen and (max-width:760px){
.question-wrap {
  padding: 30px 10px;
}
}

@media screen and (min-width:761px){
.question-flex {
  display: flex;
  justify-content: flex-start;
  padding: 10px 20px;
  align-items: center;
  background-color: #008f80;
  max-width: 800px;
  margin: 20px auto 0;
}
}

@media screen and (max-width:760px){
.question-flex {
  display: flex;
  justify-content: flex-start;
  padding: 10px;
  align-items: center;
  background-color: #008f80;
  max-width: 400px;
  margin: 20px auto 0;
}
}

.question-flex img {
  max-width: 30px;
}

@media screen and (min-width:761px){
.question-text {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-left: 20px;
}
}

@media screen and (max-width:760px){
.question-text {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-left: 20px;
}
}

@media screen and (min-width:761px){
.answer-flex {
  display: flex;
  justify-content: flex-start;
  padding: 20px;
  align-items: flex-start;
  background-color: #fff;
  border: #008f80 solid 2px;
  max-width: 800px;
  margin: 0 auto;
}
}

@media screen and (max-width:760px){
.answer-flex {
  display: flex;
  justify-content: flex-start;
  padding: 10px;
  align-items: flex-start;
  background-color: #fff;
  border: #008f80 solid 2px;
  max-width: 400px;
  margin: 0 auto;
}
}

.answer-flex img {
  max-width: 30px;
}

@media screen and (min-width:761px){
.answer-text {
  font-size: 18px;
  color: #464646;
  margin-left: 20px;
  line-height: 1.6rem;
  max-width: 700px;
}
}

@media screen and (max-width:760px){
.answer-text {
  font-size: 16px;
  color: #464646;
  margin-left: 20px;
  line-height: 1.3rem;
}
}

.footer-bg03 {
  background-color: #008f80;
}

.footer-flex03 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 600px;
  padding: 40px 20px;
  font-size: 12px;
  color: #fff;
}

.footer-flex03 img {
  width: 130px;
  padding: 15px 0;
}

.copylight03 {
  text-align: center;
  font-size: 12px;
  padding-bottom: 20px;
  color: #fff;
}

@media screen and (min-width:761px){
.page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ff784e;
  opacity: 0.6;
  border-radius: 15px;
  margin: 0 10px 170px;
}
}

@media screen and (max-width:760px){
.page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ff784e;
  opacity: 0.6;
  border-radius: 15px;
  margin: 0 5px 110px;
}
}

@media screen and (min-width:761px){
.page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
}

@media screen and (max-width:760px){
.page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
}

@media screen and (min-width:761px){
.page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
}

@media screen and (max-width:760px){
.page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
}

.page_top a::after{
  content: 'TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.footer-cv {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #ffe5c4;
  position: sticky;
  bottom: 0;
}

@media screen and (min-width:761px){
.footer-cv p {
  font-size: 20px;
  font-weight: bold;
  color: #464646;
  text-align: center;
  padding: 5px 0;
}
}

@media screen and (max-width:760px){
.footer-cv p {
  font-size: 18px;
  font-weight: bold;
  color: #464646;
  text-align: center;
  padding: 5px 0;
}
}

.footer-cv-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}