@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: 297px;
  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-wrap {
  display: block;
  max-width: 900px;
  height: 360px;
  margin: 0 auto;
  background-image:url("../img/main_bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size:contain;
  position: relative;
}
}

@media screen and (max-width:760px){
.content-main-wrap {
  display: block;
  width: 350px;
  height: 356px;
  margin: 0 auto;
  background-image:url("../img/main_bg_sp.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size:cover;
  position: relative;
}
}

@media screen and (min-width:761px){
.main01 {
  color: #008f80;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: 110px;
  top: 35px;
}
}

@media screen and (max-width:760px){
.main01 {
  color: #008f80;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 37px;
  top: 45px;
}
}

@media screen and (min-width:761px){
.main02 {
  color: #008f80;
  line-height: 1.6rem;
  font-size: 18px;
  max-width: 180px;
  position: absolute;
  left: 80px;
  top: 115px;
}
}

@media screen and (max-width:760px){
.main02 {
  color: #008f80;
  line-height: 0.9rem;
  font-size: 13px;
  max-width: 150px;
  position: absolute;
  left: 180px;
  top: 22px;
}
}

@media screen and (min-width:761px){
.main03 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: 385px;
  top: 35px;
}
}

@media screen and (max-width:760px){
.main03 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 40px;
  top: 153px;
}
}

@media screen and (min-width:761px){
.main04 {
  color: #fff;
  line-height: 2.5rem;
  font-size: 20px;
  font-weight: bold;
  max-width: 180px;
  position: absolute;
  left: 365px;
  top: 115px;
}
}

@media screen and (max-width:760px){
.main04 {
  color: #fff;
  line-height: 1.5rem;
  font-size: 16px;
  font-weight: bold;
  max-width: 180px;
  position: absolute;
  left: 25px;
  top: 205px;
}
}

@media screen and (min-width:761px){
.main05 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  right: 110px;
  top: 35px;
}
}

@media screen and (max-width:760px){
.main05 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: 40px;
  top: 153px;
}
}

@media screen and (min-width:761px){
.main06 {
  color: #008f80;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: 90px;
  top: 118px;
}
}

@media screen and (max-width:760px){
.main06 {
  color: #008f80;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 25px;
  top: 202px;
}
}

@media screen and (min-width:761px){
.main07 {
  color: #fff;
  line-height: 2rem;
  font-size: 20px;
  font-weight: bold;
  max-width: 180px;
  position: absolute;
  right: 150px;
  top: 160px;
}
}

@media screen and (max-width:760px){
.main07 {
  color: #fff;
  line-height: 1.2rem;
  font-size: 16px;
  font-weight: bold;
  max-width: 180px;
  position: absolute;
  right: 65px;
  top: 235px;
}
}

@media screen and (min-width:761px){
.main-bigtext {
  font-size: 32px;
  color: #028d80;
  font-weight: bold;
  max-width: 800px;
  padding: 20px 10px;
  margin: 0 auto;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF,
              2px 2px 6px rgba(0, 0, 0, 0.4);
}
}

@media screen and (max-width:760px){
.main-bigtext {
  font-size: 20px;
  color: #028d80;
  font-weight: bold;
  max-width: 800px;
  padding: 20px;
  margin: 0 auto;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF,
              2px 2px 6px rgba(0, 0, 0, 0.4);
}
}

@media screen and (min-width:761px){
.exmple {
  padding: 30px 50px;
}
}

@media screen and (max-width:760px){
.exmple {
  padding: 0 20px;
}
}


.exmple-title {
  padding-top: 30px;
  max-width: 900px;
  position: relative;
}

@media screen and (min-width:761px){
.exmple-title-main {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  background-color: #008f80;
  padding: 10px;
  max-width: 400px;
  text-align: center;
}
}

@media screen and (max-width:760px){
.exmple-title-main {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #008f80;
  padding: 10px;
  max-width: 250px;
  text-align: center;
}
}

@media screen and (min-width:761px){
.exmple-title-sub {
  font-size: 26px;
  color: #028d80;
  font-weight: bold;
  padding: 10px 0;
  max-width: 400px;
  text-align: center;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF,
              2px 2px 6px rgba(0, 0, 0, 0.4);
}
}

@media screen and (max-width:760px){
.exmple-title-sub {
  font-size: 16px;
  color: #028d80;
  font-weight: bold;
  padding: 10px 0;
  max-width: 250px;
  text-align: center;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF,
              2px 2px 6px rgba(0, 0, 0, 0.4);
}
}

@media screen and (min-width:761px){
.exmple-illust {
  position: absolute;
  width: 150px;
  top: -20px;
  right: 30px;
}
}

@media screen and (max-width:760px){
.exmple-illust {
  position: absolute;
  width: 120px;
  top: 100px;
  right: 5px;
}
}

@media screen and (min-width:761px){
.exmple-graph-wrap {
  display: block;
  max-width: 900px;
  height: 464px;
  margin: 20px auto;
  background-image:url("../img/exmple_graph.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size:contain;
  position: relative;
}
}

@media screen and (max-width:760px){
.exmple-graph-wrap {
  display: block;
  width: 300px;
  height: 474px;
  margin: 20px auto;
  background-image:url("../img/exmple_graph_sp.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size:cover;
  position: relative;
}
}

@media screen and (min-width:761px){
.exmple01 {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  top: 20px;
  left: 110px;
  color: #008f80;
}
}

@media screen and (max-width:760px){
.exmple01 {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  top: 12px;
  left:22px;
  color: #008f80;
}
}

@media screen and (min-width:761px){
.exmple02 {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  top: 20px;
  left: 390px;
  color: #fff;
}
}

@media screen and (max-width:760px){
.exmple02 {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  top: 110px;
  left: 15px;
  color: #fff;
}
}

@media screen and (min-width:761px){
.exmple03 {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  top: 20px;
  right: 105px;
  color: #fff;
}
}

@media screen and (max-width:760px){
.exmple03 {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  top: 110px;
  right: 15px;
  color: #fff;
}
}

@media screen and (min-width:761px){
.red-big {
  font-size: 46px;
  font-weight: bold;
  color: red;
}
}

@media screen and (max-width:760px){
.red-big {
  font-size: 26px;
  font-weight: bold;
  color: red;
}
}

@media screen and (min-width:761px){
.exmple04 {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  top: 70px;
  left: 85px;
  background: linear-gradient(transparent 75%, #ffd243 25%);
}
}

@media screen and (max-width:760px){
.exmple04 {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  top: 42px;
  left: 15px;
  background: linear-gradient(transparent 75%, #ffd243 25%);
}
}

@media screen and (min-width:761px){
.exmple05 {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  top: 70px;
  left: 320px;
}
}

@media screen and (max-width:760px){
.exmple05 {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  top: 140px;
  left: 5px;
}
}

@media screen and (min-width:761px){
.exmple06 {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  top: 70px;
  right: 70px;
}
}

@media screen and (max-width:760px){
.exmple06 {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  top: 140px;
  right: 5px;
}
}

@media screen and (min-width:761px){
.exmple07 {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  top: 152px;
  left: 73px;
}
}

@media screen and (max-width:760px){
.exmple07 {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  bottom: 93px;
  left: 10px;
}
}

@media screen and (min-width:761px){
.exmple08 {
  position: absolute;
  font-size: 14px;
  top: 190px;
  left: 65px;
}
}

@media screen and (max-width:760px){
.ex-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 300px;
}
}

@media screen and (max-width:760px){
.ex-flex p{
  font-size: 10px;
  line-height: 0.8rem;
  padding-right: 10px;
}
}

@media screen and (max-width:760px){
.exmple08 {
  position: absolute;
  font-size: 14px;
  top: 190px;
  left: 65px;
}
}

@media screen and (max-width:760px){
.exmple08 {
  position: absolute;
  top: 400px;
  left: 10px;
}
}

@media screen and (min-width:761px){
.exmple09 {
  position: absolute;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  top: 160px;
  left: 360px;
  line-height: 2rem;
}
}

@media screen and (max-width:760px){
.exmple09 {
  position: absolute;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  top: 190px;
  left: 5px;
  line-height: 1rem;
}
}

@media screen and (min-width:761px){
.black {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-left: 80px;
}
}

@media screen and (max-width:760px){
.black {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-left: 40px;
}
}


@media screen and (min-width:761px){
.exmple10 {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  color: #008f80;
  top: 163px;
  right: 70px;
}
}

@media screen and (max-width:760px){
.exmple10 {
  position: absolute;
  font-size: 15px;
  font-weight: bold;
  color: #008f80;
  top: 185px;
  right: 4px;
}
}

@media screen and (min-width:761px){
.exmple11 {
  position: absolute;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  top: 215px;
  right: 80px;
  line-height: 1.6rem;
}
}

@media screen and (max-width:760px){
.exmple11 {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  top: 215px;
  right: 15px;
  line-height: 1rem;
}
}

@media screen and (min-width:761px){
.chintai-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
}

@media screen and (max-width:760px){
.chintai-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 350px;
  margin: 0 auto;
}
}

.chintai-flex img {
  width: 100px;
}

.main-bigtext2 {
  font-size: 20px;
  color: #028d80;
  font-weight: bold;
  max-width: 350px;
  padding: 40px 0 20px;
  margin: 0 auto;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF,
              2px 2px 6px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width:761px){
.meyasu-text {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 900px;
  line-height: 1.8rem;
  padding: 0 10px;
}
}

@media screen and (max-width:760px){
.meyasu-text {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 400px;
  line-height: 1.5rem;
  padding: 0 20px;
}
}

.meyasu-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 0 10px;
}

@media screen and (min-width:761px){
.meyasu-box {
  width: 220px;
  height: 300px;
  border: #008f80 solid 2px;
  position: relative;
  margin-bottom: 10px;
}
}

@media screen and (max-width:760px){
.meyasu-box {
  width: 160px;
  height: 300px;
  border: #008f80 solid 2px;
  position: relative;
  margin-bottom: 10px;
}
}

@media screen and (min-width:761px){
.meyasu-box img {
  position: absolute;
  height: 150px;
  bottom: 2px;
  right: 2px;
}
}

@media screen and (max-width:760px){
.meyasu-box img {
  position: absolute;
  height: 100px;
  bottom: 2px;
  right: 2px;
}
}

@media screen and (min-width:761px){
.meyasu-box-title {
  font-size: 20px;
  color: #fff;
  background-color: #008f80;
  padding: 10px;
  text-align: center;
}
}

@media screen and (max-width:760px){
.meyasu-box-title {
  font-size: 16px;
  color: #fff;
  background-color: #008f80;
  padding: 5px;
  text-align: center;
}
}

@media screen and (min-width:761px){
.meyasu-box-subtitle {
  background-color: #fe954d;
  border-radius: 30px;
  padding: 5px;
  color: #fff;
  max-width: 180px;
  margin: 10px auto;
  text-align: center;
}
}

@media screen and (max-width:760px){
.meyasu-box-subtitle {
  background-color: #fe954d;
  border-radius: 30px;
  padding: 5px;
  color: #fff;
  max-width: 150px;
  margin: 10px auto;
  text-align: center;
  font-size: 14px;
}
}

@media screen and (min-width:761px){
.meyasu-box-pay {
  text-align: center;
  font-size: 14px;
}
}

@media screen and (max-width:760px){
.meyasu-box-pay {
  text-align: center;
  font-size: 12px;
}
}

@media screen and (min-width:761px){
.green-big {
  color: #008f80;
  font-size: 28px;
  font-weight: bold;
}
}

@media screen and (max-width:760px){
.green-big {
  color: #008f80;
  font-size: 20px;
  font-weight: bold;
}
}

.meyasu-box-text {
  padding: 10px;
  font-weight: bold;
  line-height: 1.5rem;
}

@media screen and (min-width:761px){
.hoken-type-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
  max-width: 800px;
  margin: 0 auto;
}
}

@media screen and (max-width:760px){
.hoken-type-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  max-width: 800px;
  margin: 0 auto;
}
}

.hoken-type {
  width: 500px;
  line-height: 1.8rem;
  font-size: 18px;
}

.hoken-type-flex img {
  width: 250px;
}

.orange-line {
  border-bottom: #ffd243 solid 3px;
}

article {
  color: #464646;
}

@media screen and (min-width:761px){
.fly-money {
  margin-right: 30px;
  padding-bottom: 10px;
}
}

@media screen and (max-width:760px){
.fly-money {
  text-align: center;
  padding-bottom: 10px;
  width: 180px;
}
}

@media screen and (min-width:761px){
#need article {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5rem;
  padding-bottom: 30px;
}
}

@media screen and (max-width:760px){
#need article {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5rem;
  padding-bottom: 30px;
  padding: 0 10px;
}
}

@media screen and (min-width:761px){
.graph-title {
  font-size: 26px;
  font-weight: bold;
  color: #008f80;
  text-align: center;
}
}

@media screen and (max-width:760px){
.graph-title {
  font-size: 22px;
  font-weight: bold;
  color: #008f80;
  text-align: center;
  padding-top: 30px;
}
}

@media screen and (min-width:761px){
.need-graph {
  padding: 10px 50px;
}
}

@media screen and (max-width:760px){
.need-graph {
  padding: 10px;
}
}


.small-text-center {
  font-size: 10px;
  text-align: center;
}

@media screen and (min-width:761px){
.type-wrap {
  display: block;
  margin:  20px auto;
  border: #464646 solid 2px;
  max-width: 850px;
  padding: 30px 0;
}
}

@media screen and (max-width:760px){
.type-wrap {
  display: block;
  margin:  0 auto;
  max-width: 400px;
  padding: 20px 10px;
}
}

@media screen and (min-width:761px){
.type-title {
  font-size: 26px;
  font-weight: bold;
  color: #008f80;
  border-bottom: #008f80 solid 2px;
  width: 250px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
}

@media screen and (max-width:760px){
.type-title {
  font-size: 22px;
  font-weight: bold;
  color: #008f80;
  border-bottom: #008f80 solid 2px;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
}

.osatsu {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  padding-top: 20px;
}

.type-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 800px;
}

@media screen and (min-width:761px){
.insu-type-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 580px;
  padding-bottom: 40px;
}
}

@media screen and (max-width:760px){
.insu-type-flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 580px;
  padding: 20px 0 40px;
  margin: 0 auto;
}
}

@media screen and (min-width:761px){
.insu-type {
  margin: 0 10px;
}
}

@media screen and (min-width:761px){
.insu-type {
  padding: 0 10px;
}
}

@media screen and (min-width:761px){
.insu-type p {
  font-size: 28px;
  font-weight: bold;
  color: #008f80;
  padding-top: 20px;
}
}

@media screen and (max-width:760px){
.insu-type p {
  font-size: 22px;
  font-weight: bold;
  color: #008f80;
}
}

@media screen and (min-width:761px){
.insu-type article {
  font-size: 14px;
  max-width: 240px;
  padding-top: 10px;
}
}

@media screen and (max-width:760px){
.insu-type article {
  font-size: 14px;
  max-width: 350px;
  padding: 10px 0 30px;
}
}


@media screen and (min-width:761px){
.type-flex img {
  width: 180px;
}
}

@media screen and (max-width:760px){
.shorui {
  display: block;
  max-width: 400px;
  width: 150px;
  margin: 0 auto;
}
}

@media screen and (min-width:761px){
.article-center {
  max-width: 800px;
  text-align: center;
  line-height: 1.5rem;
  margin: 0 auto;
}
}

@media screen and (max-width:760px){
.article-center {
  max-width: 800px;
  line-height: 1.5rem;
  margin: 0 auto;
}
}

@media screen and (min-width:761px){
.type-box {
  display: block;
  border-radius: 10px;
  max-width: 250px;
  border: #008f80 solid 3px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
}

@media screen and (max-width:760px){
.type-box {
  display: block;
  border-radius: 10px;
  max-width: 300px;
  border: #008f80 solid 3px;
  position: relative;
  padding-bottom: 10px;
  margin: 10px 0 30px;
}
}

.pay-type {
  font-size: 24px;
  color: #008f80;
  background-color: #fff;
  width: 150px;
  position: absolute;
  top: -3px;
  font-weight: bold;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.type-title2 {
  font-size: 24px;
  font-weight: bold;
  color: #008f80;
  border-bottom: #008f80 solid 2px;
  width: 250px;
  margin: 50px auto 40px;
  text-align: center;
  padding-bottom: 5px;
}

.melit {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  background-color: #008f80;
  border-radius: 5px;
  width: 150px;
  padding: 5px 0;
  margin: 20px auto 0;
  text-align: center;
}

.demelit {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  background-color: #b20404;
  border-radius: 5px;
  width: 150px;
  padding: 5px 0;
  margin: 20px auto 0;
  text-align: center;
}

.type-box article {
  font-size: 14px;
  padding: 5px 10px;
}

@media screen and (min-width:761px){
.type2 {
  display: block;
  max-width: 850px;
  margin:  0 auto;
  border: #464646 solid 2px;
}
}

@media screen and (max-width:760px){
.type2 {
  display: block;
  max-width: 850px;
  margin:  0 auto;
  border-top: #464646 dotted 2px;
}
}

@media screen and (min-width:761px){
.type2-flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 30px;
}
}

@media screen and (max-width:760px){
.type2-flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 20px 10px 0;
}
}

@media screen and (min-width:761px){
.type2-flex img {
  padding: 20px 20px 0 0;
  min-width: 150px;
}
}

@media screen and (max-width:760px){
.type2-flex img {
  padding: 20px;
}
}

@media screen and (min-width:761px){
.type2-title {
  font-size: 28px;
  color: #008f80;
  font-weight: bold;
  margin-bottom: 15px;
}
}

@media screen and (max-width:760px){
.type2-title {
  font-size: 22px;
  color: #008f80;
  font-weight: bold;
  margin-bottom: 15px;
}
}

@media screen and (min-width:761px){
.type2-flex article {
  width: 600px;
  line-height: 1.6rem;
}
}

@media screen and (max-width:760px){
.type2-flex article {
  max-width: 380px;
  line-height: 1.6rem;
}
}


@media screen and (min-width:761px){
.bigtext {
  font-size: 36px;
  color: #008f80;
  font-weight: bold;
}
}

@media screen and (max-width:760px){
.bigtext {
  font-size: 26px;
  color: #008f80;
  font-weight: bold;
}
}

.green {
  color: #008f80;
  font-weight: bold;
}

@media screen and (min-width:761px){
.last-wrap {
  display: block;
  max-width: 850px;
  margin: 60px auto 20px;
  border: #000 solid 2px;
  padding: 40px 20px 20px;
  position: relative;
}
}

@media screen and (max-width:760px){
.last-wrap {
  display: block;
  max-width: 350px;
  margin: 0 auto 20px;
  border: #000 solid 2px;
  padding: 20px 10px 10px;
  position: relative;
}
}

@media screen and (min-width:761px){
.last-wrap p {
  font-size: 40px;
  font-weight: bold;
  color: #008f80;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 600px;
  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 75%, #ffd243 25%);
}
}

@media screen and (max-width:760px){
.last-wrap p {
  font-size: 20px;
  font-weight: bold;
  color: #008f80;
  position: absolute;
  margin: 0 10px;
  top: -15px;
  padding-bottom: 5px;
  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 75%, #ffd243 25%);
}
}

@media screen and (min-width:761px){
.last-wrap article{
  font-size: 22px;
}
}

@media screen and (max-width:760px){
.last-wrap article{
  font-size: 18px;
}
}

@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;
}
}

@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);
}
}

@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);
}