@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

body{
  font-family: 'Noto Sans JP', sans-serif;
  font-size:62.5%
}
div img {
  width: 100%;
  vertical-align: middle;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

@media only screen and (min-width: 769px){
  .pc{
    display: block!important;
  }
  .sp{
    display: none!important;
  }
  main {
    padding: 0;
  }
  a:hover {
    opacity: .8;
    transition: .3s;
  }
  .entry-form button:hover {
    opacity: .8;
    transition: .3s;
  }
}

@media only screen and (max-width: 768px){
  .pc{
    display: none!important;
  }
  .sp{
    display: block!important;
  }
  .entry header {
    position: fixed;
    top: 0;
    z-index: 9999;
  }
  .entry main {
    padding: 18.933vw 0 0 0;
  }
  .entry-btn-fl {
    position: fixed;
    bottom: 0px;
    z-index: 9999;
  }
  .entry-btn-fl a {
    display: block;
  }
}

@media only screen and (min-width: 769px){
  .pc-header {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 125px;
    width: 100%;
    list-style: none;
  }
  .is-fixed .pc-header {
    box-sizing: border-box;
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .pc-header li img {
    width: auto;
    max-height: 125px;
  }
  .pc-header li .entry-btn-fl {
    text-align: center;
    padding-top: 15px;
    margin-left: -30px;
  }
  .pc-header li .entry-btn-fl img {
    max-height: 21px;
  }
  .pc-header li .entry-btn-fl a {
    display: block;
    margin-top: 10px;
  }
  .pc-header li .entry-btn-fl a img {
    max-height: 75px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .pc-header {
    max-height: 10.417vw;
  }
  .pc-header li img {
    max-height: 10.417vw;
  }
  .pc-header li .entry-btn-fl {
    padding-top: 1.583vw;
    margin-left: -2.667vw;
  }
  .pc-header li .entry-btn-fl img {
    max-height: 1.75vw;
  }
  .pc-header li .entry-btn-fl a {
    margin-top: 0.667vw;
  }
  .pc-header li .entry-btn-fl a img {
    max-height: 6.25vw;
  }
}

@media only screen and (max-width: 768px) {
  .sp-header {
    display: flex;
    background-color: #fff;
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .sp-header img {
    width: auto;
    /* height: 18.933vw; */
    height: 18.8vw;
  }
}

/* sec-001 */
.sec-001 {
  text-align: center;
  position: relative;
}
.sec-001:after {
	top: 106%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 40px;
	margin-left: -40px;
}
.sec-001 .ttl-001 {
  width: 523px;
  margin: 50px auto;
}
.sec-001 .logo {
  width: 401px;
  display: block;
  margin: 40px auto 25px;
}
.sec-001 .logo + p {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 768px){
  .sec-001:after {
    top: 105%;
    left: 50%;
    border-width: 8vw;
    margin-left: -8vw;
  }
  .sec-001 .ttl-001 {
    width: 78.667vw;
    margin: 13.333vw auto;
  }
  .sec-001 .logo {
    width: 60.267vw;
    display: block;
    margin: 10.667vw auto 6.667vw;
  }
  .sec-001 .logo + p {
    font-size: 3.2vw;
  }
}

/* sec-002 */
.sec-002 {
  background-color: #e6f3f6;
  padding: 100px 0 0;
  margin: 60px 0 0;
}
.sec-002 .feature-wrap {
  display: flex;
  max-width: 1000px;
  width: 83.3333%;
  margin: auto;
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 222;
}
.sec-002 .feature-wrap li {
  width: 33.333%;
  background-color: #fff;
  -moz-box-shadow: 5px 5px 10px 0px rgba(170, 170, 170, 0.4);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(170, 170, 170, 0.4);
  -ms-box-shadow: 5px 5px 10px 0px rgba(170, 170, 170, 0.4);
  box-shadow: 5px 5px 10px 0px rgba(170, 170, 170, 0.4);
}
.sec-002 .feature-wrap li:nth-child(2) {
  margin: 0 35px;
}
.sec-002 .feature-wrap li .title {
  background-color: #39aeb9;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 76px;
  color: #fff;
}
.sec-002 .feature-wrap li:nth-child(1) .title {
  background-color: #39aeb9;
}
.sec-002 .feature-wrap li:nth-child(2) .title {
  background-color: #47bbe6;
}
.sec-002 .feature-wrap li:nth-child(3) .title {
  background-color: #8570eb;
}
.sec-002 .feature-wrap li h4 {
  font-size: 15px;
  font-weight: 400;
  position: relative;
  text-align: center;
  padding: 25px 0 0;
}
.sec-002 .feature-wrap li h4::after {
  background-color: #39aeb9;
  content: "";
  position: absolute;
  margin: auto;
  height: 2px;
  width: 50%;
  bottom: -8px;
  left: 0;
  right: 0;
}
.sec-002 .feature-wrap li:nth-child(1) h4::after {
  background-color: #39aeb9;
}
.sec-002 .feature-wrap li:nth-child(2) h4::after {
  background-color: #47bbe6;
}
.sec-002 .feature-wrap li:nth-child(3) h4::after {
  background-color: #8570eb;
}
.sec-002 .feature-wrap li h4 + p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.651;
  padding: 30px 30px 40px;
}
.sec-002 .sec-002-bottom {
  background-color: #fff;
  padding: 70px 0 90px;
  position: relative;
}
.sec-002-bottom::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 200px;
  position: absolute;
  top: -100px;
  z-index: 1;
}
.sec-002 .sec-002-bottom h3 {
  background-color: #47bbe6;
  font-size: 18px;
  font-weight: 700;
  line-height: 65px;
  text-align: center;
  color: #fff;
  width: 57.3333%;
  max-width: 680px;
  margin: auto;
  position: relative;
  z-index: 3;
}
.sec-002 .sec-002-bottom h3:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(71, 187, 230, 0);
	border-top-color: #47bbe6;
	border-width: 15px;
	margin-left: -15px;
}
.sec-002 .sec-002-bottom .innerbox {
  background-color: #e6f3f6;
  max-width: 1000px;
  width: 83.3333%;
  margin: -30px auto 0;
  position: relative;
  padding: 60px 0 20px;
  z-index: 2;
  -moz-box-shadow: 5px 5px 10px 0px rgba(170, 170, 170, 0.4);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(170, 170, 170, 0.4);
  -ms-box-shadow: 5px 5px 10px 0px rgba(170, 170, 170, 0.4);
  box-shadow: 5px 5px 10px 0px rgba(170, 170, 170, 0.4);
}
.sec-002 .sec-002-bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 630px;
  margin: auto;
  list-style: none;
  padding: 0;
}
.sec-002 .sec-002-bottom ul li {
  font-size: 14px;
  font-weight: 700;
  margin: 0 30px 20px 0;
}
.sec-002 .sec-002-bottom ul li span {
  color: #47bbe6;
  margin-right: 3px;
}

@media only screen and (max-width: 768px){
  .sec-002 {
    background-color: #e6f3f6;
    padding: 10.667vw 0 0;
    margin: 8vw 0 0;
  }
  .sec-002 .feature-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: calc(100% - 10.667vw);
    z-index: 222;
  }
  .sec-002 .feature-wrap li {
    width: 100%;
    margin-bottom: 5.333vw;
  }
  .sec-002 .feature-wrap li:nth-child(2) {
    margin: 0 0 5.333vw;
  }
  .sec-002 .feature-wrap li:last-child {
    margin: 0;
  }
  .sec-002 .feature-wrap li .title {
    font-size: 4.533vw;
    line-height: 20.267vw;
  }
  .sec-002 .feature-wrap li h4 {
    font-size: 3.733vw;
    padding: 8vw 0 0;
  }
  .sec-002 .feature-wrap li h4::after {
    background-color: #39aeb9;
    content: "";
    position: absolute;
    margin: auto;
    height: 0.533vw;
    width: 40%;
    bottom: -2.667vw;
    left: 0;
    right: 0;
  }
  .sec-002 .feature-wrap li h4 + p {
    font-size: 3.2vw;
    line-height: 1.666;
    padding: 8vw 10.667vw 10.667vw;
  }
  .sec-002 .sec-002-bottom {
    background-color: #fff;
    padding: 8vw 0;
    position: relative;
  }
  .sec-002 .sec-002-bottom h3 {
    font-size: 4vw;
    line-height: 8.8vw;
    width: 78.667vw;
    max-width: 100%;
  }
  .sec-002 .sec-002-bottom h3:after {
    top: 100%;
    left: 50%;
    border-width: 2.667vw;
    margin-left: -2.667vw;
  }
  .sec-002 .sec-002-bottom .innerbox {
    max-width: 100%;
    width: calc(100% - 10.667vw);
    margin: -4vw auto 0;
    padding: 10.667vw 0 2.667vw;
  }
  .sec-002 .sec-002-bottom ul {
    width: 100%;
  }
  .sec-002 .sec-002-bottom ul li {
    font-size: 3.2vw;
    margin: 0 4vw 4vw 0;
  }
  .sec-002 .sec-002-bottom ul li:nth-child(3) {
    margin: 0 0 4vw 0;
    width: 100%;
    text-align: center;
  }
  .sec-002 .sec-002-bottom ul li:nth-child(2) ,
  .sec-002 .sec-002-bottom ul li:last-child {
    margin: 0 0 4vw 0;
  }
}

/* sec-003 */
.sec-003 {
  background-color: #47bbe6;
}
.sec-003 .sec-003-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1637px;
  height: 871.5px;
  background-color: #47bbe6;
  background-image: url(../img/img_003_bg_pc.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec-003 .sec-003-inner .right-box {
  max-width: 1000px;
  margin: auto;
}
.sec-003 h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  margin: 0 0 0 auto;
  padding: 55px 0 20px 0;
  width: 600px;
}
.sec-003 .jb-wrap {
  flex-wrap: wrap;
  display: flex;
  margin: 0 0 0 auto;
  width: 600px;
}
.sec-003 .jb-wrap .jb-tile {
  background-color: #fff;
  color: #4c4c4c;
  margin: 0 15px 15px 0;
  max-width: 292px;
}
.sec-003 .jb-wrap .jb-tile:nth-of-type(2n) {
  margin: 0 0 15px 0;
}
.sec-003 .jb-wrap .jb-title {
  background-color: #e6f3f6;
  font-size: 12px;
  font-weight: 700;
  line-height: 32.5px; 
}
.sec-003 .jb-wrap .jb-title span {
  background-color: #cee8ee;
  display: inline-block;
  text-align: center;
  width: 75px;
  margin-right: 15px;
}
.sec-003 .jb-wrap .jb-tile h4 {
  min-height: 3em;
  font-size: 13px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.sec-003 .jb-wrap .jb-tile .jb-tile-inner {
  padding: 10px 10px 20px 15px;
}
.sec-003 .jb-wrap .jb-tile .jb-info {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec-003 .jb-wrap .jb-tile .jb-info li {
  font-size: 11px;
  line-height: 30px;
  position: relative;
  padding: 0 3px 0 19px;
  white-space: nowrap;
}
.sec-003 .jb-wrap .jb-tile .jb-info li:last-child {
  padding: 0 0 0 17px;
}
.sec-003 .jb-wrap .jb-tile .jb-info li:first-child span {
font-weight: 700;
font-size: 14px;
}
.sec-003 .jb-wrap .jb-tile .jb-info li::before {
  content: "";
  background-size: contain;
  width: 17px;
  height: 17px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.sec-003 .jb-wrap .jb-tile .jb-info li:nth-child(1):before {
  background-image: url(../img/icon_003_01.png);
}
.sec-003 .jb-wrap .jb-tile .jb-info li:nth-child(2):before {
  background-image: url(../img/icon_003_02.png);
}
.sec-003 .jb-wrap .jb-tile .jb-info li:nth-child(3):before {
  background-image: url(../img/icon_003_03.png);
}
.sec-003 .jb-wrap .jb-tile .detail {
  font-size: 10px;
  line-height: 1.25;
}
.sec-003 .jb-wrap .jb-tile .detail .indent{
  padding-left: 1em;
  text-indent: -1em;
}
.sec-003 .sec-003-bottom {
  background-color: #e6f3f6;
  margin: 15px 0 0 auto;
  padding: 5px;
  width: 600px;
}
.sec-003 .sec-003-bottom p {
  border: 4px solid #47bbe6;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
}
.sec-003 .sec-003-bottom p span {
  color: #47bbe6;;
  font-size: 21px;
  font-weight: 700;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sec-003 .sec-003-inner {
    background-position: 57% top;
  }
}

@media only screen and (max-width: 768px){
  .sec-003 .sec-003-inner {
    margin: 0 auto;
    padding: 0 5.333vw 5.333vw;
    max-width: 100%;
    height: auto;
    background-image: url(../img/img_003_bg_sp.png);
    background-size: 100%;
  }
  .sec-003 .sec-003-inner .right-box {
    max-width: 100%;
  }
  .sec-003 h3 {
    font-size: 4.8vw;
    margin: 0 auto;
    padding: 14.667vw 5.333vw;
    width: 100%;
    text-align: center;
  }
  .sec-003 .jb-wrap {
    flex-wrap: wrap;
    display: flex;
    margin: 0 0 0 auto;
    width: 100%;
  }
  .sec-003 .jb-wrap .jb-tile {
    margin: 0 0 5.333vw;
    max-width: 100%;
    width: 100%;
  }
  .sec-003 .jb-wrap .jb-tile:nth-of-type(2n) {
    margin: 0 0 5.333vw;
  }
  .sec-003 .jb-wrap .jb-title {
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 8.667vw; 
  }
  .sec-003 .jb-wrap .jb-title span {
    background-color: #cee8ee;
    display: inline-block;
    text-align: center;
    width: 20vw;
    margin-right: 4vw;
  }
  .sec-003 .jb-wrap .jb-tile h4 {
    min-height: 3em;
    font-size: 3.467vw;
    line-height: 1.5;
    display: flex;
    align-items: center;
  }
  .sec-003 .jb-wrap .jb-tile .jb-tile-inner {
    padding: 2.667vw 4vw 5.333vw;
  }
  .sec-003 .jb-wrap .jb-tile .jb-info {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .sec-003 .jb-wrap .jb-tile .jb-info li {
    font-size: 2.933vw;
    line-height: 8vw;
    position: relative;
    padding: 0 1.067vw 0 5.333vw;
    white-space: nowrap;
  }
  .sec-003 .jb-wrap .jb-tile .jb-info li:last-child {
    padding: 0 0 0 5.333vw;
  }
  .sec-003 .jb-wrap .jb-tile .jb-info li:first-child span {
    font-weight: 700;
    font-size: 3.733vw;
  }
  .sec-003 .jb-wrap .jb-tile .jb-info li::before {
    width: 4.8vw;
    height: 4.8vw;
  }
  .sec-003 .jb-wrap .jb-tile .detail {
    font-size: 2.933vw;
    line-height: 1.25;
  }
  .sec-003 .sec-003-bottom {
    background-color: #e6f3f6;
    margin: 0 auto;
    padding: 1.333vw;
    width: 100%;
  }
  .sec-003 .sec-003-bottom p {
    font-size: 3.733vw;
    line-height: 1.5;
    padding: 2.667vw 0;
  }
  .sec-003 .sec-003-bottom p span {
    font-size: 4.8vw;
    font-weight: 700;
  }
}

/* sec-004 */
.sec-004 {
  max-width: 1000px;
  width: 83.3333%;
  text-align: center;
  margin: auto;
  padding: 0 0 40px;
  position: relative;
  z-index: 2;
}
.sec-004 h3 {
  font-size: 23px;
  font-weight: 700;
  position: relative;
  margin: 70px auto 75px;
}
.sec-004 h3::after {
  content: "";
  background-color: #47bce6;
  height: 3px;
  width: 110px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -25px;
}
.sec-004 p {
  font-size: 16px;
  margin: 0 auto 60px;
}
.sec-004 img {
  max-width: 688px;
}
.sec-004 .note {
  list-style: none;
  padding: 0;
  max-width: 50%;
  margin: 50px 0 0 auto;
}
.sec-004 .note li {
  color: #737373;
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 0;
  text-align: left;
}

@media only screen and (max-width: 768px){
  .sec-004 {
    max-width: 100%;
    width: 83.3333%;
    padding: 0 0 8vw;
    margin-bottom: -26.667vw;
  }
  .sec-004 h3 {
    font-size: 4.267vw;
    margin: 10.667vw auto 13.333vw;
  }
  .sec-004 h3::after {
    height: 0.533vw;
    bottom: -5.333vw;
  }
  .sec-004 p {
    font-size: 2.933vw;
    margin: 0 0 8vw;
  }
  .sec-004 .note {
    max-width: 100%;
    margin: 8vw 0 8vw;
  }
  .sec-004 .note li {
    font-size: 2.667vw;
  }
}

/* sec-005 */
.sec-005 {
  background-color: #eee;
  padding: 170px 0 40px;
  margin-top: -100px;
  position: relative;
}
.sec-005::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 200px;
  position: absolute;
  top: -100px;
  z-index: 1;
}
.sec-005 h3 {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin: 0 auto 60px;
}
.sec-005 h3::after {
  content: "";
  background-color: #47bce6;
  height: 3px;
  width: 110px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -25px;
}
.sec-005 p.note {
  color: #737373;
  font-size: 10px;
  width: 500px;
  margin: 0 auto 40px;
}
.sec-005 p.note a {
  color: #47bce6;
  text-decoration: none;
}
.entry-form dl {
  display: flex;
  align-items: center;
  max-width: 614px;
  margin: 0 auto 20px;
}
.entry-form dl dt {
  font-size: 14px;
  text-align: right;
  width: 100px;
  margin-right: 15px;
}
.entry-form dl dt::after {
  font-size: 11px;
  color: #e60012;
  content: "※必須";
  display: block;
}
.entry-form dl dd {
  width: calc(100% - 180px);
}
.entry-form dl dd input[type="text"] ,
.entry-form dl dd input[type="tel"] {
  background-color: #fff;
  width: 100%;
  padding: 15px;
}
.entry-form-btn {
  text-align: center;
}
.entry-form button {
  width: 100%;
  max-width: 574px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px){
  .sec-005 {
    padding: 18.667vw 0 10.667vw;
  }
  .sec-005::after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 53.333vw;
    position: absolute;
    top: -34.667vw;
    z-index: 1;
  }
  .sec-005 h3 {
    font-size: 4.267vw;
    margin: 10.667vw auto 13.333vw;
  }
  .sec-005 h3::after {
    height: 0.533vw;
    bottom: -5.333vw;
  }
  .sec-005 .entry-btn {
    width: calc(100% - 10.667vw);
    margin: 0 auto;
  }
  .sec-005 p.note {
    font-size: 2.667vw;
    width: calc(100% - 10.667vw);
    margin: 0 auto 8vw;
  }
  .entry-form dl {
    width: calc(100% - 10.667vw);
    margin: 0 auto 4vw;
  }
  .entry-form dl dt {
    font-size: 2.667vw;
    width: 18.667vw;
    margin-right: 2.667vw;
  }
  .entry-form dl dd {
    width: calc(100% - 21.333vw);
  }
  .entry-form dl dd input[type="text"] ,
  .entry-form dl dd input[type="tel"] {
    padding: 3.2vw;
  }
  .entry-form dl dt::after {
    font-size: 2.667vw;
    transform: scale(0.9); 
  }
  .entry-form button {
    width: calc(100% - 10.667vw);
    margin: 0 auto;
  }
}
/* footer */
footer {
  background: #4d4d4d;
  padding: 40px 0 30px;
}
.footer-wrap {
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1000px;
  width: 83.3333%;
  margin: auto;
}
.footer-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-wrap .footer-left {
  /* width: calc(100% - 320px); */
  padding-right: 40px;
}
.footer-wrap .footer-left ul li {
  font-size: 11px;
  font-weight: 400;
}
.footer-wrap .footer-left ul li:first-child {
  font-size: 13px;
  font-weight: 700;
}
.footer-wrap .footer-left ul li:last-child {
  margin-top: 2em;
}
.footer-wrap .footer-right {
  /* width: 320px; */
}
.footer-wrap .footer-right ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footer-wrap .footer-right ul li {
  font-size: 11px;
  padding: 0 12px 0 0;
  white-space: nowrap;
}
.footer-wrap .footer-right ul li:last-child {
  padding: 0 0px 0 18px;
}
.footer-wrap ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-wrap .footer-right ul li:last-child img {
  width: 75px;
}
footer .copy {
  color: #a6a6a6;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.15em;
  margin-top: 40px;
}
@media only screen and (max-width: 768px){
  footer {
    padding: 8vw 0 5.333vw;
  }
  .footer-wrap {
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .footer-wrap .footer-left {
    width: 100%;
    padding-right: 0;
  }
  .footer-wrap .footer-left ul li {
    font-size: 2.667vw;
    transform: scale(0.9); 
  }
  .footer-wrap .footer-left ul li:first-child {
    font-size: 2.667vw;
  }
  .footer-wrap .footer-right {
    width: 100%;
  }
  .footer-wrap .footer-right ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 37.333vw);
    margin: 6.667vw auto 0;
  }
  .footer-wrap .footer-right ul li:last-child img {
    width: 11.2vw;
  }
  .footer-wrap .footer-right ul li {
    font-size: 2.667vw;
    transform: scale(0.9); 
  }
  .footer-wrap .footer-right ul li a {
    font-size: 2.667vw;
    transform: scale(0.9); 
  }
  footer .copy {
    font-size: 2.667vw;
    transform: scale(0.6); 
    margin-top: 5.333vw;
    margin-bottom: 19.733vw;
  }
}

/* entry-comp */
.entry-comp .sec-comp {
  background-color: #47bbe6;
  margin: 0 auto;
  padding: 20px;
  height: 570px;
  background-image: url(../img/img_comp_bg_pc.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.entry-comp .sec-comp .comp-inner {
  background-color:rgba(255,255,255,0.85);
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 120px 20px 25px;
}
.entry-comp .sec-comp .comp-inner h3 {
  font-size: 23px;
}
.entry-comp .sec-comp .comp-inner h3::before {
  content: "";
  background-image: url(../img/img_comp_icon_check.png);
  background-size: contain;
  width: 64px;
  height: 64px;
  margin: auto;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
}
.entry-comp .sec-comp .comp-inner .p-mid {
  font-size: 15px;
  margin: 20px auto;
}
.entry-comp .sec-comp .comp-inner .p-bottom {
  border: 1px solid #ccc;
  max-width: 725px;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  margin: 30px auto;
  padding: 10px 20px;
}
.entry-comp .sec-comp .comp-inner .p-bottom span {
  color: #47bbe6;
  font-weight: 600;
  margin-bottom: 0.25em;
  display: block;
}
.entry-comp .sec-comp .comp-inner .btn-box {
  width: 411px;
  margin: auto;
}
@media only screen and (max-width: 768px){
  .entry-comp main {
    padding: 0;
  }
  .entry-comp footer .copy {
    font-size: 2.667vw;
    transform: scale(0.6);
    margin-top: 5.333vw;
    margin-bottom: 0;
  }
  .entry-comp .sec-comp {
    background-image: url(../img/img_comp_bg_sp.png);
    background-color: #47bbe6;
    margin: 0 auto;
    padding: 5.333vw;
    height: 100%;
  }
  .entry-comp .sec-comp .comp-inner {
    text-align: left;
    padding: 29.333vw 5.333vw 2.667vw;
  }
  .entry-comp .sec-comp .comp-inner h3 {
    font-size: 4.533vw;
    text-align: center;
  }
  .entry-comp .sec-comp .comp-inner h3::before {
    width: 12.533vw;
    height: 12.533vw;
    top: 10.667vw;
  }
  .entry-comp .sec-comp .comp-inner .p-mid {
    font-size: 3.467vw;
    margin: 5.333vw auto 0;
  }
  .entry-comp .sec-comp .comp-inner .p-bottom {
    font-size: 3.2vw;
    max-width: 100%;
    margin: 4vw auto 5.333vw;
    padding: 4vw;
  }
  .entry-comp .sec-comp .comp-inner .btn-box {
    max-width: 100%;
    margin: auto;
  }
}