/*

  全体レイアウト

================================================================
*/
#wrapper {
  position: relative;
  max-width: 2000px;
  min-width: 1300px;
  margin: 0 auto;}
.inner {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;}
#container {
  position: relative;}
.pcn {
  display: none;}
.spn {
  display: inline-block;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#wrapper {
  max-width: 100%;
  min-width: 100%;}
.inner {
  width: 100%;}
.pcn {
  display: inline-block;}
.spn {
  display: none;}}

/*

  MV

================================================================
*/
#mv {
  position: relative;
  width: 100%;
  height: 650px;
  background: url(../img/mvpc.jpg) no-repeat top center / 2000px auto;}
#mv .flex {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-left: 80px;}
#mv .flex img {
  width: 612px;
  height: auto;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#mv {
  overflow: hidden;
  height: 150vw;
  background: url(../img/mvsp.jpg) no-repeat top center / 100% auto;}
#mv .flex {
  padding-top: 23vw;
  padding-left: 0;}
#mv .flex img {
  width: 90vw;}}

/*

  sec01

================================================================
*/
.sec_a {
  position: relative;
  padding: 80px 0 60px;
  text-align: center;}
.box-price {
  position: relative;
  padding: 60px 80px;
  border: 2px solid #fe6e0e;
  border-radius: 10px;}
.box-price .debut {
  position: absolute;
  top: -.5em;
  left: 0;
  width: 100%;
  font-family: "syf";
  font-weight: normal;
  font-size: 36px;
  color: #fe6e0e;}
.box-price .debut span {
  position: relative;
  display: inline-block;
  padding: 0 140px;
  background-color: #fff;}
.box-price .debut span:before {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 40px;
  width: 63px;
  height: 78px;
  background: url(../img/sec_a01.png) no-repeat center / cover;}
.box-price .debut span:after {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: -10px;
  right: 40px;
  width: 63px;
  height: 78px;
  background: url(../img/sec_a02.png) no-repeat center / cover;}
.box-price .debut i {
  font-feature-settings: normal;
  letter-spacing: .03em;}
.box-price .read {
  font-weight: 600;
  font-size: 18px;}
.box-price ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;}
.box-price ul li {
  width: 31%;}
.box-price ul li .title {
  margin-bottom: 35px;
  padding: 9px 0 12px;
  font-family: "syf";
  font-weight: normal;
  font-size: 26px;
  color: #fff;}
.box-price ul li:nth-child(1) .title {
  background-color: #ffc000;}
.box-price ul li:nth-child(2) .title {
  background-color: #fe6e0e;}
.box-price ul li:nth-child(3) .title {
  background-color: #0ab6cc;}
.box-price ul li > div {
  position: relative;}
.box-price ul li > div img {
  width: 100%;
  height: auto;}
.box-price ul li > div p {
  position: absolute;
  top: -15px;
  right: 0;
  width: 58%;
  padding: 5px 0;
  border: 1px solid #555;
  background-color: #fff;
  font-weight: 600;
  font-size: 16px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.sec_a {
  padding: 12vw 5vw 5vw;}
.box-price {
  padding: 10vw 7vw 7vw;
  border-radius: 2vw;}
.box-price .debut {
  top: -1.5em;
  font-size: 6.2vw;
  line-height: 1.2;}
.box-price .debut span {
  padding: 0 15vw;}
.box-price .debut span:before {
  bottom: 2vw;
  left: 5vw;
  width: 10vw;
  height: 13vw;
  background-position: top left;
  background-size: 100% auto;}
.box-price .debut span:after {
  bottom: 2vw;
  right: 5vw;
  width: 10vw;
  height: 13vw;
  background-position: top left;
  background-size: 100% auto;}
.box-price .read {
  line-height: 1.6;
  font-size: 3.6vw;}
.box-price ul {
  flex-direction: column;
  margin-top: 5vw;}
.box-price ul li {
  width: 100%;}
.box-price ul li + li {
  margin-top: 5vw;}
.box-price ul li .title {
  margin-bottom: 2.5vw;
  padding: 1vw 0 1.5vw;
  font-size: 4.5vw;}
.box-price ul li > div {
  display: flex;
  justify-content: flex-end;}
.box-price ul li > div img {
  width: 70%;}
.box-price ul li > div p {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  width: auto;
  padding: 1vw 1.5vw;
  font-size: 2.8vw;}}

/*

  sec02

================================================================
*/
.sec_b {
  position: relative;
  padding: 70px 0;
  text-align: center;
  background-color: #fff9e5;}
.sec_b h2 {
  margin-bottom: 50px;
  font-family: "syf";
  font-weight: normal;
  font-size: 36px;
  color: #fe6e0e;}
.sec_b .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;}
.sec_b .flex > figure {
  width: 480px;}
.sec_b .flex .right {
  flex: 1;
  margin-left: 50px;}
.sec_b .flex .right .box {
  position: relative;
  padding: 50px;
  background-color: #fff;
  box-shadow: 5px 5px 30px rgba(255, 230, 160, .8);}
.sec_b .flex .right .box:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: -40px;
  left: -40px;
  width: 182px;
  height: 194px;
  background: url(../img/sec_b03.png) no-repeat center / cover;}
.sec_b .flex .right .box h3 {
  margin-bottom: 30px;
  font-family: "syf";
  font-weight: normal;
  font-size: 24px;
  color: #fe6e0e;}
.sec_b .flex .right .box h3 span {
  display: inline-block;
  padding: 2px 0;
  padding-left: 40px;
  background: url(../img/sec_b02.png) no-repeat left center / auto 100%;}
.sec_b .flex .right .box p {
  text-align: left;
  font-size: 16px;
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%),linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 12px 100%,100% 2.5em;
  line-height: 2.5em;}
.sec_b .flex .right .box p span {
  font-weight: 600;
  color: #fe6e0e;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.sec_b {
  padding: 10vw 0 5vw;}
.sec_b h2 {
  margin-bottom: 10vw;
  line-height: 1.3;
  font-size: 6vw;}
.sec_b .flex {
  flex-direction: column-reverse;}
.sec_b .flex > figure {
  width: 90%;}
.sec_b .flex .right {
  width: 100%;
  margin-bottom: 10vw;
  margin-left: 0;}
.sec_b .flex .right .box {
  padding: 10vw 8vw;
  box-shadow: 2vw 2vw 5vw rgba(255, 230, 160, .8);}
.sec_b .flex .right .box:before {
  top: -5vw;
  left: -2vw;
  width: 25vw;
  height: 30vw;
  background-position: top left;
  background-size: 100% auto;}
.sec_b .flex .right .box h3 {
  margin-bottom: 7vw;
  font-size: 5.2vw;
  line-height: 1.4;}
.sec_b .flex .right .box h3 span {
  padding: 0;
  padding-left: 12vw;
  background-size: 8vw auto;}
.sec_b .flex .right .box p {
  font-size: 3.6vw;}}

/*

  sec03

================================================================
*/
.sec_c {
  position: relative;
  padding: 70px 0;
  text-align: center;}
.sec_c h2 {
  margin-bottom: 50px;
  font-family: "syf";
  font-weight: normal;
  font-size: 36px;
  color: #fe6e0e;}
.sec_c .flex {
  display: flex;
  justify-content: space-between;}
.sec_c .flex .left {
  width: 700px;
  text-align: left;}
.sec_c .flex .left h3 {
  position: relative;
  margin-bottom: 20px;
  font-family: "syf";
  font-weight: normal;
  font-size: 24px;
  color: #fff;}
.sec_c .flex .left h3:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 2px dashed #0ab6cc;}
.sec_c .flex .left h3 span {
  position: relative;
  display: inline-block;
  padding: 8px 30px 10px;
  border-radius: 100svh;
  background-color: #0ab6cc;
  z-index: 2;}
.sec_c .flex .left p {
  line-height: 2.0;
  font-size: 16px;}
.sec_c .flex .left p span {
  font-weight: 600;
  color: #fe6e0e;}
.sec_c .flex .left p + h3 {
  margin-top: 30px;}
.sec_c .flex figure {
  width: 450px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.sec_c {
  padding: 10vw 0;}
.sec_c h2 {
  margin-bottom: 7vw;
  line-height: 1.3;
  font-size: 6vw;
  letter-spacing: -.05em;}
.sec_c .flex {
  padding: 0 5vw;
  flex-direction: column;}
.sec_c .flex .left {
  width: 100%;}
.sec_c .flex .left h3 {
  margin-bottom: 3.5vw;
  font-size: 4.8vw;}
.sec_c .flex .left h3 span {
  padding: 1.5vw 5vw 1.8vw;}
.sec_c .flex .left p {
  font-size: 3.6vw;}
.sec_c .flex .left p + h3 {
  margin-top: 7vw;}
.sec_c .flex figure {
  width: 85%;
  margin: 0 auto;}}

/*

  sec04

================================================================
*/
.sec_d {
  position: relative;
  padding: 70px 0;
  background-color: #e6f8fa;}
.sec_d h2 {
  margin-bottom: 30px;
  font-family: "syf";
  font-weight: normal;
  font-size: 36px;
  line-height: 1.5;
  color: #0ab6cc;}
.sec_d .flex {
  display: flex;
  align-items: center;}
.sec_d .flex .left {
  width: 750px;}
.sec_d .flex .left .read {
  margin-bottom: 30px;
  font-family: "syf";
  font-weight: normal;
  font-size: 24px;
  line-height: 1.6;}
.sec_d .flex .left .read span {
  color: #fe6e0e;}
.sec_d .flex .left .txt {
  font-size: 16px;
  line-height: 2.2;}
.sec_d .flex > figure {
  width: 220px;
  margin-left: 80px;}
.sec_d ul {
  display: flex;
  flex-direction: column;
  margin-top: 70px;}
.sec_d ul li {
  position: relative;
  padding-left: 140px;}
.sec_d ul li .box {
  position: relative;
  padding: 50px;
  padding-left: 280px;
  background-color: #fff;
  box-shadow: 5px 5px 30px rgba(164, 228, 236, .8);}
.sec_d ul li .box h3 {
  margin-bottom: 30px;
  font-family: "syf";
  font-weight: normal;
  font-size: 24px;}
.sec_d ul li .box h3 span {
  display: inline-block;
  padding: 2px 0;
  padding-left: 40px;
  background: url(../img/sec_b02.png) no-repeat left center / auto 100%;}
.sec_d ul li .box h3 span i {
  font-size: 110%;
  color: #0ab6cc;}
.sec_d ul li .box p {
  padding-left: 1em;
  line-height: 2.0;
  font-size: 16px;}
.sec_d ul li .box p span {
  font-weight: 600;
  color: #0ab6cc;}
.sec_d ul li > figure {
  position: absolute;
  top: 30px;
  left: 0;}
.sec_d ul li > figure img {
  width: 430px;}
.sec_d ul li + li {
  margin-top: 50px;}
.sec_d ul li .out {
  position: relative;
  margin-top: 30px;
  margin-left: 1em;
  padding: 40px;
  border-radius: 30px;
  background-color: #fff9e5;}
.sec_d ul li .out figure {
  pointer-events: none;
  position: absolute;
  bottom: -30px;
  right: 30px;}
.sec_d ul li .out figure img {
  width: 90px;}
.sec_d ul li h4 {
  margin-bottom: 20px;
  font-family: "syf";
  font-weight: normal;
  font-size: 22px;
  color: #0ab6cc;}
.sec_d ul li h4 + p {
  padding-left: 0!important;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.sec_d {
  padding: 10vw 5vw;}
.sec_d h2 {
  margin-bottom: 7vw;
  font-size: 6vw;
  letter-spacing: 0;}
.sec_d .flex {
  flex-direction: column;}
.sec_d .flex .left {
  width: 100%;}
.sec_d .flex .left .read {
  margin-bottom: 5vw;
  font-size: 4.8vw;}
.sec_d .flex .left .txt {
  font-size: 3.6vw;
  line-height: 2.0;}
.sec_d .flex > figure {
  position: absolute;
  top: -20vw;
  right: -3vw;
  width: 24vw;
  margin-left: 0;}
.sec_d ul {
  margin-top: 65vw;}
.sec_d ul li {
  padding-left: 0;}
.sec_d ul li .box {
  padding: 15vw 5vw 17vw;
  box-shadow: 2vw 2vw 5vw rgba(164, 228, 236, .8);}
.sec_d ul li .box h3 {
  margin-bottom: 5vw;
  line-height: 1.4;
  font-size: 4.8vw;}
.sec_d ul li .box h3 span {
  padding: 0;
  padding-left: 12vw;
  background-size: 8vw auto;}
.sec_d ul li .box p {
  padding: 0 2vw;
  font-size: 3.6vw;}
.sec_d ul li > figure {
  top: -60vw;}
.sec_d ul li > figure img {
  width: 100%;}
.sec_d ul li + li {
  margin-top: 65vw;}
.sec_d ul li .out {
  margin-top: 7vw;
  margin-left: 0;
  padding: 5vw;
  border-radius: 2vw;}
.sec_d ul li .out figure {
  bottom: -12vw;
  right: 3vw;}
.sec_d ul li .out figure img {
  width: 20vw;}
.sec_d ul li h4 {
  margin-bottom: 3.5vw;
  text-align: center;
  line-height: 1.5;
  font-size: 4.5vw;}}

/*

  sec05

================================================================
*/
.sec_e {
  position: relative;
  padding: 70px 0;
  text-align: center;}
.sec_e h2 {
  margin-bottom: 50px;
  font-family: "syf";
  font-weight: normal;
  font-size: 36px;
  line-height: 1.4;
  color: #fe6e0e;}
.sec_e ul {
  display: flex;
  justify-content: center;}
.sec_e ul li {
  width: 300px;
  text-align: center;}
.sec_e ul li + li {
  margin-left: 30px;}
.sec_e ul li figure {
  width: 300px;
  margin: 0 auto;}
.sec_e ul li p.txt {
  margin-top: 15px;
  font-family: "syf";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;}
.sec_e ul li p.center {
  padding-top: 10px;}
.sec_e ul li p.note {
  margin-top: 10px;
  font-size: 14px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.sec_e {
  padding: 10vw 5vw;}
.sec_e h2 {
  margin-bottom: 7vw;
  font-size: 6vw;}
.sec_e ul {
  flex-wrap: wrap;
  justify-content: center;}
.sec_e ul li {
  width: 48%;}
.sec_e ul li + li {
  margin-left: 2%;}
.sec_e ul li:nth-child(2n+1) {
  margin-left: 0;}
.sec_e ul li:nth-child(3) {
  margin-top: 3vw;}
.sec_e ul li figure {
  width: 100%;}
.sec_e ul li p.txt {
  margin-top: 3vw;
  font-size: 4vw;}
.sec_e ul li p.center {
  padding-top: 0;}
.sec_e ul li p.note {
  margin-top: 2vw;
  line-height: 1.4;
  font-size: 2.8vw;}}

/*

  sec06

================================================================
*/
.sec_f {
  position: relative;
  padding: 70px 0;
  background-color: #fff9e5;
  text-align: center;}
.sec_f h2 {
  margin-bottom: 50px;
  font-family: "syf";
  font-weight: normal;
  font-size: 36px;
  line-height: 1.4;
  color: #0ab6cc;}
.sec_f .box-price .debut span {
  background-color: #fff9e5;}
.link_a {
  position: relative;
  width: 420px;
  height: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  border-radius: 100svh;
  font-weight: 600;
  font-size: 20px;
  border: 2px solid #0ab6cc;
  background: url(../img/sec_f01.png) no-repeat right 20px center / auto 40%;
  background-color: #fff;
  color: #0ab6cc;
  transition: .2s;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.sec_f {
  padding: 10vw 5vw;}
.sec_f h2 {
  margin-bottom: 15vw;
  font-size: 6vw;}
.link_a {
  width: 80%;
  height: 13vw;
  margin-top: 5vw;
  font-size: 3.8vw;
  background-size: auto 30%;
  background-position: right 4vw center;}}

/*

  sec07

================================================================
*/
.sec_g {
  position: relative;
  padding: 70px 0;}
.sec_g h2 {
  margin-bottom: 50px;
  text-align: center;
  font-family: "syf";
  font-weight: normal;
  font-size: 36px;
  color: #0ab6cc;}
.sec_g dl {
  position: relative;}
.sec_g dl dt {
  position: relative;
  margin-bottom: 20px;
  padding-top: 7px;
  padding-left: 60px;
  font-family: "syf";
  font-weight: normal;
  font-size: 22px;
  color: #0ab6cc;}
.sec_g dl dt:before {
  pointer-events: none;
  content: 'Q';
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  background-color: #0ab6cc;
  border-radius: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 0;}
.sec_g dl dd {
  position: relative;
  padding-left: 60px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #b3b3b3;
  line-height: 2.0;
  font-size: 16px;}
.sec_g dl dd:before {
  pointer-events: none;
  content: 'A';
  position: absolute;
  top: 15px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  border-radius: 100%;
  font-family: "syf";
  font-weight: normal;
  font-size: 18px;
  color: #0ab6cc;
  line-height: 0;}
.sec_g dl dd + dt {
  margin-top: 20px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.sec_g {
  padding: 10vw 5vw;}
.sec_g h2 {
  margin-bottom: 7vw;
  font-size: 6vw;}
.sec_g dl dt {
  margin-bottom: 5vw;
  padding-top: 1vw;
  padding-left: 10vw;
  font-size: 4.5vw;}
.sec_g dl dt:before {
  width: 7vw;
  font-size: 4vw;}
.sec_g dl dd {
  padding-left: 10vw;
  padding-bottom: 5vw;
  line-height: 1.9;
  font-size: 3.6vw;}
.sec_g dl dd:before {
  top: 3vw;
  width: 7vw;
  font-size: 4.5vw;}
.sec_g dl dd + dt {
  margin-top: 5vw;}}

/*

  sec08

================================================================
*/
.sec_h {
  position: relative;
  padding: 70px 0;
  border-top: 1px solid #eee;}
.sec_h h2 {
  margin-bottom: 60px;
  text-align: center;
  font-family: "syf";
  font-weight: normal;
  font-size: 36px;
  color: #0ab6cc;}
.sec_h .a01 {
  display: flex;
  justify-content: center;}
.sec_h .a01 li {
  position: relative;
  display: flex;
  align-items: center;
  width: 530px;
  height: 70px;
  padding-left: 100px;
  border-radius: 100svh;
  background-color: #0ab6cc;
  font-family: "syf";
  font-weight: normal;
  font-size: 20px;
  color: #fff;}
.sec_h .a01 li:nth-child(1) {
  padding-left: 120px;
  font-size: 24px;}
.sec_h .a01 li + li {
  margin-left: 30px;}
.sec_h .a01 li img {
  position: absolute;
  left: 20px;
  bottom: 10px;
  width: auto;
  height: 80px;}
.sec_h .a01 li:nth-child(2) img {
  left: 20px;
  bottom: 0;
  height: 90px;}
.sec_h .b01 {
  display: flex;
  flex-direction: column;
  margin-top: 40px;}
.sec_h .b01 li {
  overflow: hidden;
  display: flex;
  border-radius: 10px;}
.sec_h .b01 li .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;}
.sec_h .b01 li .right {
  width: 60%;}
.sec_h .b01 li .right iframe {
  width: 100%;
  aspect-ratio: 1/.5;}
.sec_h .b01 li + li {
  margin-top: 30px;}
.sec_h .b01 li .left img {
  width: 80px;}
.sec_h .b01 li .left .name {
  margin-top: 20px;
  font-weight: 600;}
.sec_h .b01 li .left table {
  width: 80%;
  margin-top: 20px;
  line-height: 1.6;}
.sec_h .b01 li .left table tr + tr {
  border-top: 1px solid #ccc;}
.sec_h .b01 li .left table th {
  white-space: nowrap;
  vertical-align: top;
  padding: 10px 0;}
.sec_h .b01 li .left table td {
  padding: 10px 0;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.sec_h {
  padding: 10vw 5vw;}
.sec_h h2 {
  margin-bottom: 10vw;
  font-size: 6vw;}
.sec_h .a01 {
  justify-content: space-between;}
.sec_h .a01 li {
  width: 49%;
  height: auto;
  padding-left: 0;
  padding: 3vw 5vw!important;
  padding-bottom: 25vw!important;
  border-radius: 2vw;
  text-align: center;
  line-height: 1.4;
  font-size: 4vw;}
.sec_h .a01 li:nth-child(1) {
  padding-left: 0;
  font-size: 4vw;}
.sec_h .a01 li + li {
  margin-left: 0;}
.sec_h .a01 li img {
  left: 50%;
  bottom: 4.5vw;
  width: 18vw;
  height: auto;
  margin-left: -9vw;}
.sec_h .a01 li:nth-child(2) img {
  left: 50%;
  bottom: 0;
  height: auto;}
.sec_h .b01 {
  margin-top: 10vw;}
.sec_h .b01 li {
  flex-direction: column;
  border-radius: 2vw;}
.sec_h .b01 li .left {
  width: 100%;}
.sec_h .b01 li .right {
  width: 100%;
  margin-top: 5vw;}
.sec_h .b01 li .right iframe {
  aspect-ratio: 1/.7;}
.sec_h .b01 li + li {
  margin-top: 10vw;}
.sec_h .b01 li .left img {
  width: 15vw;}
.sec_h .b01 li .left .name {
  margin-top: 3.5vw;
  font-size: 3.8vw;}
.sec_h .b01 li .left table {
  width: 90%;
  margin-top: 5vw;
  font-size: 3.4vw;}
.sec_h .b01 li .left table th {
  padding: 2vw 0;}
.sec_h .b01 li .left table td {
  padding: 2vw 0;}}

/*

  cta

================================================================
*/
.cta {
  padding: 70px 0;
  background-color: #0ab6cc;
  text-align: center;}
.cta h2 {
  margin-bottom: 30px;
  font-family: "syf";
  font-weight: normal;
  font-size: 36px;
  color: #ffc000;}
.cta .read {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 1.7;}
.cta .line {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0 160px;}
.cta .line li {
  position: relative;
  width: 420px;
  height: 70px;}
.cta .line li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 100svh;
  font-weight: 600;
  font-size: 20px;
  transition: .2s;}
.cta .line li:nth-child(1) a {
  border: 2px solid #00c300;
  background: url(../img/cta03.png) no-repeat right 20px center / auto 40%;
  background-color: #00c300;
  color: #fff;}
.cta .line li:nth-child(1) a:hover {
  background-color: #fff;
  color: #00c300;}
.cta .line li:nth-child(1) a:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 30px;
  width: 40px;
  height: 38px;
  margin-top: -19px;
  background: url(../img/cta01.png) no-repeat center / cover;
  z-index: 2;}
.cta .line li:nth-child(2) a {
  border: 2px solid #00c300;
  background: url(../img/cta04.png) no-repeat right 20px center / auto 40%;
  background-color: #fff;
  color: #00c300;}
.cta .line li:nth-child(2) a:hover {
  background-color: #00c300;
  color: #fff;}
.cta .line li:nth-child(2) a:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 30px;
  width: 40px;
  height: 38px;
  margin-top: -19px;
  background: url(../img/cta02.png) no-repeat center / cover;
  z-index: 2;}
.cta .line li span {
  pointer-events: none;
  position: absolute;
  top: -1.5em;
  left: 0;
  width: 100%;
  font-size: 16px;}
.cta .line li span i {
  position: relative;
  display: inline-block;
  padding: 6px 10px 8px 15px;
  background-color: #fe6e0e;
  font-family: "syf";
  font-weight: normal;
  border-radius: 100svh;
  color: #fff;}
.cta .line li span i:before {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-style: solid;
  border-width: 12px 5px 0 5px;
  border-color: #fe6e0e transparent transparent transparent;
  transform: rotate(15deg);
  z-index: 1;}
.cta .line li span i em {
  font-feature-settings: normal;
  letter-spacing: .1em;}
.cta .tel {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0 100px;}
.cta .tel li {
  width: 480px;}
.cta .tel li a {
  pointer-events: none;
  display: block;
  width: 100%;
  color: #fff;}
.cta .tel li a span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;}
.cta .tel li a span i {
  display: inline-block;
  width: 140px;
  margin-right: 20px;
  padding: 6px 0 7px;
  background-color: #fff;
  border-radius: 100svh;
  font-weight: 600;
  font-size: 18px;
  color: #0ab6cc;}
.cta .tel li a span img {
  width: auto;
  height: 27px;}
.cta .tel li a p {
  margin-top: 15px;
  font-weight: 600;
  font-size: 16px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.cta {
  padding: 10vw 5vw;}
.cta h2 {
  margin-bottom: 5vw;
  font-size: 5.8vw;}
.cta .read {
  font-size: 3.8vw;}
.cta .line {
  margin-top: 10vw;
  padding: 0;}
.cta .line li {
  width: 48.5%;
  height: 13vw;}
.cta .line li a {
  justify-content: flex-start;
  padding-left: 5vw;
  font-size: 3.6vw;}
.cta .line li:nth-child(1) a {
  background-size: auto 30%;
  background-position: right 2.5vw center;}
.cta .line li:nth-child(1) a:before {
  display: none;}
.cta .line li:nth-child(2) a {
  background-size: auto 30%;
  background-position: right 2.5vw center;}
.cta .line li:nth-child(2) a:before {
  display: none;}
.cta .line li span {
  top: -1.7em;
  font-size: 3vw;}
.cta .line li span i {
  padding: 1.3vw 2vw 1.8vw 3vw;}
.cta .line li span i:before {
  bottom: -1.5vw;
  margin-left: -1vw;
  border-width: 2vw 1vw 0 1vw;}
.cta .tel {
  margin-top: 5vw;
  padding: 0;}
.cta .tel li {
  width: 48%;}
.cta .tel li a {
  pointer-events: auto;}
.cta .tel li a span {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  padding-bottom: 2.5vw;}
.cta .tel li a span i {
  display: block;
  width: auto;
  margin-bottom: 2.5vw;
  margin-right: 0;
  padding: 1.5vw 5vw 1.2vw;
  font-size: 3.2vw;}
.cta .tel li a span img {
  width: 100%;
  height: auto;}
.cta .tel li a p {
  margin-top: 1.5vw;
  line-height: 1.5;
  font-size: 3.3vw;}}

/*

  コピーライト

================================================================
*/
small {
  display: block;
  padding: 15px 0;
  text-align: center;
  font-family: "syf";
  font-weight: normal;
  font-size: 14px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
small {
  padding: 4vw 0;
  font-size: 2.8vw;}}