@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: 241px;
  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: 80px 5px 0;
}
}

@media screen and (min-width:761px){
.content-top-flex article {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  font-size: 19px;
  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;
}
}

@media screen and (max-width:760px){
.content-main {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 10px;
}
}

@media screen and (min-width:761px){
.content-main h2 {
  font-size: 180%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #008f80;
  padding: 15px;
  letter-spacing: 0.2rem;
}
}

@media screen and (max-width:760px){
.content-main h2 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #008f80;
  padding: 15px 0;
}
}

.content-main-container {
  background-color: #fff;
  max-width: 1000px;
  padding: 30px 0;
}

@media screen and (min-width:761px){
.content-main-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 10px 0;
}
}

@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;
  padding: 0 10px;
}
}

@media screen and (max-width:760px){
  .nenkin-typebox {
    padding-bottom: 20px;
  }
  }

@media screen and (min-width:761px){
.nenkin-typebox img {
  padding-bottom: 20px;
  max-width: 450px;
  width: 100%;
}
}

@media screen and (max-width:760px){
.nenkin-typebox img {
  padding-bottom: 20px;
  max-width: 300px;
}
}

.nenkin-typeflex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 15px;
}

@media screen and (min-width:761px){
.nenkin-typeflex p {
  font-size: 18px;
}
}

@media screen and (max-width:760px){
.nenkin-typeflex p {
  font-size: 16px;
}
}

.nenkin-type-title {
  padding: 10px;
  background-color: #008f80;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
}

.nenkin-typebox article {
  margin-left: 20px;
}

.yellow-line {
  background: linear-gradient(transparent 60%, yellow 30%);
}

@media screen and (min-width:761px){
.method-img {
  width: 400px;
}
}

@media screen and (max-width:760px){
.method-img {
  width: 300px;
  padding-bottom: 20px;
}
}

@media screen and (min-width:761px){
.method-img p {
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
}
}

@media screen and (max-width:760px){
.method-img p {
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
}
}

.yen {
  display: block;
  margin: 0 auto;
  width: 400px;
  padding-top: 30px;
}

@media screen and (min-width:761px){
.anxiety h2 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  background-color: #008f80;
  max-width: 550px;
  padding: 20px 10px;
  margin: 30px auto;
  letter-spacing: 0.1rem;
}
}

@media screen and (max-width:760px){
.anxiety h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #008f80;
  max-width: 330px;
  padding: 10px;
  margin: 30px auto 10px;
  letter-spacing: 0.1rem;
}
}

.anxiety-big {
  font-size: 45px;
}

@media screen and (min-width:761px){
.anxiety-type {
  background-image: url(../img/section2-1.png); 
  background-size: contain;  
  background-repeat: no-repeat; 
  max-width: 1000px;
  height: 439px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
}
}

@media screen and (max-width:760px){
.anxiety-type {
  background-image: url(../img/section2-1s.png); 
  background-size:  contain;  
  background-repeat: no-repeat; 
  width: 350px;
  height: 244px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
}
}

@media screen and (min-width:761px){
.anxiety-type01 {
  position: absolute;
  top: 30px;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  font-size: 24px;
  font-weight: bold;
  line-height: 2rem;
}
}

@media screen and (max-width:760px){
.anxiety-type01 {
  position: absolute;
  top: 7px;
  left: 110px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1rem;
}
}

@media screen and (min-width:761px){
.anxiety-type02 {
  position: absolute;
  top: 143px;
  left: 55px;
  font-size: 24px;
  font-weight: bold;
  line-height: 2rem;
}
}

@media screen and (max-width:760px){
.anxiety-type02 {
  position: absolute;
  top: 75px;
  left: 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1rem;
}
}

@media screen and (min-width:761px){
.anxiety-type03 {
  position: absolute;
  top: 288px;
  left: 55px;
  font-size: 24px;
  font-weight: bold;
  line-height: 2rem;
}
}

@media screen and (max-width:760px){
.anxiety-type03 {
  position: absolute;
  top: 70px;
  right: 20px;
  font-size: 12px;
  font-weight: bold;
}
}

@media screen and (min-width:761px){
.anxiety-type04 {
  position: absolute;
  top: 143px;
  right: 55px;
  font-size: 24px;
  font-weight: bold;
  line-height: 2rem;
}
}

@media screen and (max-width:760px){
.anxiety-type04 {
  position: absolute;
  top: 157px;
  left: 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1rem;
}
}

@media screen and (min-width:761px){
.anxiety-type05 {
  position: absolute;
  top: 288px;
  right: 35px;
  font-size: 24px;
  font-weight: bold;
  line-height: 2rem;
}
}

@media screen and (max-width:760px){
.anxiety-type05 {
  position: absolute;
  top: 145px;
  right: 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1rem;
}
}

@media screen and (min-width:761px){
.anxiety-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 30px;
}
}

@media screen and (max-width:760px){
.anxiety-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 350px;
  margin: 0 auto;
  padding-bottom: 30px;
}
}

@media screen and (max-width:760px){
.anxiety-flex img {
  width: 300px;
}
}

@media screen and (min-width:761px){
.anxiety-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  max-width: 550px;
  margin-left: 20px;
  box-shadow: 2px 2px 4px gray;
}
}

@media screen and (max-width:760px){
.anxiety-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 350px;
  box-shadow: 2px 2px 4px gray;
}
}

@media screen and (min-width:761px){
.anxiety-box p {
  font-size: 28px;
  font-weight: bold;
}
}

@media screen and (max-width:760px){
.anxiety-box p {
  font-size: 22px;
  font-weight: bold;
}
}

@media screen and (min-width:761px){
.red-big {
  font-size: 50px;
  font-weight: bold;
  color: red;
}
}

@media screen and (max-width:760px){
.red-big {
  font-size: 28px;
  font-weight: bold;
  color: red;
}
}

@media screen and (min-width:761px){
.anxiety-box article {
  padding-top: 40px;
  font-size: 18px;
  line-height: 1.8rem;
}
}

@media screen and (max-width:760px){
.anxiety-box article {
  padding-top: 20px;
  font-size: 18px;
  line-height: 1.6rem;
}
}

.yutori-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
}

.yutori-flex img {
  width: 150px;
}

@media screen and (min-width:761px){
.yutori-flex article {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 2.5rem;
}
}

@media screen and (max-width:760px){
.yutori-flex article {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.8rem;
  margin-left: 10px;
}
}

@media screen and (min-width:761px){
.little-big {
  font-size: 40px;
}
}

@media screen and (max-width:760px){
.little-big {
  font-size: 30px;
}
}

@media screen and (min-width:761px){
.small-right {
  font-size: 12px;
  text-align: right;
}
}

@media screen and (max-width:760px){
.small-right {
  font-size: 10px;
  text-align: right;
  line-height: 1rem;
}
}

@media screen and (min-width:761px){
.public {
  padding: 40px 0;
}
}

@media screen and (max-width:760px){
.public {
  padding: 40px 10px 0;
}
}

@media screen and (min-width:761px){
.public-container {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  border: #008f80 solid 2px;
  position: relative;
}
}

@media screen and (max-width:760px){
.public-container {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  border: #008f80 solid 2px;
  position: relative;
}
}

@media screen and (min-width:761px){
.public-title {
  font-size: 40px;
  font-weight: bold;
  color: #008f80;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 450px;
  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){
.public-title {
  font-size: 24px;
  font-weight: bold;
  color: #008f80;
  position: absolute;
  top: -20px;
  left: 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);
}
}

@media screen and (min-width:761px){
.public-wrap {
  padding: 30px;
}
}

@media screen and (max-width:760px){
.public-wrap {
  padding: 10px;
}
}

@media screen and (min-width:761px){
.example-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}
}

@media screen and (max-width:760px){
.example-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
  padding: 10px 0;
}
}

@media screen and (min-width:761px){
.green-box {
  background-color: #008f80;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 24px;
  color: #fff;
  max-width: 230px;
}
}

@media screen and (max-width:760px){
.green-box {
  background-color: #008f80;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  max-width: 120px;
}
}

@media screen and (min-width:761px){
.example-text {
  font-size: 24px;
  padding-top: 10px;
}
}

@media screen and (max-width:760px){
.example-text {
  font-size: 12px;
  padding-top: 10px;
}
}

@media screen and (min-width:761px){
.old-pason {
  width: 200px;
}
}

@media screen and (max-width:760px){
.old-pason {
  width: 110px;
}
}

@media screen and (min-width:761px){
.yorou {
  background-color: #fe7f5a;
  border-radius: 10px;
  padding: 10px 30px;
  width: 200px;
}
}

@media screen and (max-width:760px){
.yorou {
  background-color: #fe7f5a;
  border-radius: 10px;
  padding: 3px;
  width: 85px;
}
}

@media screen and (min-width:761px){
.kosei {
  background-color: #058e80;
  border-radius: 10px;
  padding: 10px 30px;
  width: 200px;
}
}

@media screen and (max-width:760px){
.kosei {
  background-color: #058e80;
  border-radius: 10px;
  padding: 3px;
  width: 85px;
}
}

@media screen and (min-width:761px){
.jukyugaku {
  background-color: #fea561;
  border-radius: 10px;
  padding: 10px 30px;
  width: 200px;
}
}

@media screen and (max-width:760px){
.jukyugaku {
  background-color: #fea561;
  border-radius: 10px;
  padding: 3px;
  width: 85px;
}
}


@media screen and (min-width:761px){
.example-money {
  font-size: 22px;
  color: #fff;
  text-align: center;
}
}

@media screen and (max-width:760px){
.example-money {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
}

@media screen and (min-width:761px){
.money-big {
  font-size: 34px;
  font-weight: bold;
}
}

@media screen and (max-width:760px){
.money-big {
  font-size: 18px;
  font-weight: bold;
}
}

@media screen and (min-width:761px){
.calculation {
  width: 30px;
}
}

@media screen and (max-width:760px){
.calculation {
  width: 20px;
  padding: 0 5px 10px;
}
}

@media screen and (min-width:761px){
.month {
  background-color: #928075;
  border-radius: 10px;
  padding: 10px 30px;
  width: 200px;
}
}

@media screen and (max-width:760px){
.month {
  background-color: #928075;
  border-radius: 10px;
  padding: 3px;
  width: 80px;
}
}

@media screen and (min-width:761px){
.example-answer p {
  font-size: 26px;
  background: linear-gradient(transparent 80%, #ffd243 20%);
}
}

@media screen and (max-width:760px){
.example-answer p {
  font-size: 12px;
  background: linear-gradient(transparent 80%, #ffd243 20%);
}
}

@media screen and (min-width:761px){
.monthy-money {
  font-size: 40px;
  font-weight: bold;
}
}

@media screen and (max-width:760px){
.monthy-money {
  font-size: 18px;
  font-weight: bold;
}
}

@media screen and (min-width:761px){
.note {
  background-image: url(../img/section2-4.png); 
  background-size:  contain;  
  background-repeat: no-repeat; 
  max-width: 900px;
  height: 205px;
  position: relative;
  margin: 0 auto;
}
}

@media screen and (max-width:760px){
.note {
  background-image: url(../img/section2-4s.png); 
  background-size:  contain;  
  background-repeat: no-repeat; 
  width: 310px;
  height: 105px;
  position: relative;
}
}

@media screen and (min-width:761px){
.note-wrap {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 620px;
}
}

@media screen and (max-width:760px){
.note-wrap {
  position: absolute;
  top: 10px;
  left: 25px;
  padding: 0 10px;
}
}

@media screen and (min-width:761px){
.note p {
  font-size: 24px;
  color: red;
  font-weight: bold;
}
}

@media screen and (max-width:760px){
.note p {
  font-size: 16px;
  color: red;
  font-weight: bold;
}
}

@media screen and (min-width:761px){
.note article {
  font-size: 20px;
  padding-top: 10px;
}
}

@media screen and (max-width:760px){
.note article {
  font-size: 14px;
  padding-top: 10px;
}
}

@media screen and (min-width:761px){
.resolution {
  padding-top: 80px;
}
}

@media screen and (max-width:760px){
.resolution {
  padding-top: 40px;
}
}

@media screen and (min-width:761px){
.resolution-wrap {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  border: #008f80 solid 2px;
  position: relative;
}
}

@media screen and (max-width:760px){
.resolution-wrap {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
}
}

@media screen and (min-width:761px){
.resolution-title {
  font-size: 34px;
  font-weight: bold;
  color: #008f80;
  position: absolute;
  padding-bottom: 5px;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 620px;
  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){
.resolution-title {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  color: #008f80;
  text-align: center;
  padding-bottom: 5px;
  line-height: 1.8rem;
  background: linear-gradient(transparent 40%, #ffd243 50%);
  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 (min-width:761px){
.resolution-wrap article {
  font-size: 20px;
  padding: 30px 20px 20px;
  line-height: 1.8rem;
}
}

@media screen and (max-width:760px){
.resolution-wrap article {
  font-size: 18px;
  padding: 10px;
  line-height: 1.8rem;
  border: #008f80 solid 2px;
  margin-top: 10px;
}
}

@media screen and (min-width:761px){
.resolution-big {
  font-size: 28px;
  font-weight: bold;
  color: #008f80;
}
}

@media screen and (max-width:760px){
.resolution-big {
  font-size: 24px;
  font-weight: bold;
  color: #008f80;
}
}


@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;
  -webkit-text-stroke: 3px #fff;
  text-shadow: 2px 2px 3px #464646 ;
}
}

@media screen and (max-width:760px){
.waku-orange {
  font-size: 40px;
  font-weight: bold;
  color: #ff805a;
  -webkit-text-stroke: 1px #fff;
  text-shadow: 2px 2px 3px #464646 ;
}
}

.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;
}
}s

@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);
}