@charset "UTF-8";

/*--------------------------------------------------
  body
--------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #111;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	/*overflow-x: hidden;*/
}

a {
	display: block;
  color: #111;
  transition: all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
}

img {
	width: 100%;
	max-width: 100%;
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

body, html {
	height: 100%;
}

.sp_only {
  display: none;
}
.pc_only {
  display: block;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.cl-wh {
  color: #fff;
}
.cl-pk {
  color: #ec6d65;
}
.cl-bl {
  color: #114890;
}
.cl-gr {
  color: #01a0a5;
}
.cl-rd {
  color: #9c0008;
}

.fb {
  font-weight: 600;
}
.fb span {
  font-weight: 600;
}

h2,
h3,
h4,
h5 {
  font-weight: 600;
}
h2 span,
h3 span,
h4 span,
h5 span {
  font-weight: 600;
}

/* SP ----------------------------------------*/
@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}





/*--------------------------------------------------
  header
--------------------------------------------------*/
header {
  background: #fff;
  max-width: 750px;
  margin: auto;
  padding: 20px 0;
  box-shadow: 0px 4px 10px -5px rgba(0,0,0,0.06);
  position: relative;
  z-index: 1;
}

header .logo {
  max-width: 410px;
  margin: auto;
}

/* SP ----------------------------------------*/
@media screen and (max-width: 768px) {
  header {
    max-width: 100%;
    padding: 10px 10px;
  }

  header .logo {
    max-width: 65%;
  }
}



/*--------------------------------------------------
  contents
--------------------------------------------------*/
#contents {
	width: 100%;
  /*overflow: hidden;*/
  position: relative;
  z-index: 0;
}

.bg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg_fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/bg.webp") center top no-repeat;
	background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}

.contents_inner {
  background: #fff;
  width: 750px;
  margin: auto;
  overflow: hidden;
}

/* SP ----------------------------------------*/
@media screen and (max-width: 768px) {
  .bg_wrap {
    display: none;
  }

  .contents_inner {
    width: 100%;
  }
}



/*--------------------------------------------------
  mv
--------------------------------------------------*/
.mv_wrap {
  max-width: 750px;
  margin: auto;
}

.mv {
  background: url("../img/mv_bg.webp") center top no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 0;
  padding-top: calc(100%*806/750);
  position: relative;
}

.mv .mv_ttl {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%,0);
  width: 90%;
  margin: auto;
}

/* SP ----------------------------------------*/
@media screen and (max-width: 768px) {
  .mv .mv_ttl {
    top: 15px;
  }
}



/*--------------------------------------------------
  questionary
--------------------------------------------------*/
.questionary {
  background: #ec6d65;
  padding: 40px 20px 40px;
  position: relative;
}
.questionary::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translate(-50%,0);
  background: #ec6d65;
  width: calc(100% + 12px);
  height: 60px;
  box-sizing: border-box; 
  clip-path: polygon(50% 100%, 100% 0, 0 0);
}

.questionary_ttl01 {
  font-size: 48px;
  text-align: center;
  line-height: 1.2;
}
.questionary_ttl01 .large {
  font-size: 74px;
}
.questionary_ttl01 .oswald {
  font-size: 82px;
}
.questionary_ttl01 .mark {
  display: inline;
  background: linear-gradient(transparent 0%, #fff 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 8px;
  border-radius: 6px;
  line-height: 1.8;
}

.questionary_inner {
  margin: 60px 0 0;
}

.questionary_ttl02 {
  margin: 0 0 30px;
  font-size: 39px;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
.questionary_ttl02 span {
  display: inline-block;
  padding: 0 60px;
  position: relative;
}
.questionary_ttl02 span::before,
.questionary_ttl02 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: url("../img/deco01.webp") left top no-repeat;
  background-size: contain;
  width: 46px;
  height: 70px;
  box-sizing: border-box;
}
.questionary_ttl02 span::before {
  left: 0;
}
.questionary_ttl02 span::after {
  right: 0;
  transform: scale(-1,1);
}


.question {
  display: none;
  background: #fff;
  padding: 50px 30px 50px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.17);
}
.question:first-child {
  display: block;
}
.question:last-child {
  margin: 0 0 0;
}

.question .flow {
  display: flex;
  justify-content: center;
  text-align: center;
}
.question .flow li {
  width: 33.33%;
  color: #afafaf;
  font-size: 46px;
  position: relative;
}
.question .flow li.active {
  color: #00a0a5;
}
.question .flow li::before {
  content: "";
  position: absolute;
  top: calc(100% + 17px);
  left: 50%;
  background: #afafaf;
  width: 100%;
  height: 6px;
}
.question .flow li:last-child::before {
  display: none;
}
#q1-block .flow li:nth-child(1)::before {
  background: #afafaf;
}
#q2-block .flow li:nth-child(2)::before {
  background: #afafaf;
}
.question .flow li.active::before {
  background: #00a0a5;
}
.question .flow li::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%,0);
  background: #afafaf;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: border-box;
}
.question .flow li.active::after {
  background: #00a0a5;
}

.question .imgBox {
  margin: 60px 0 0;
}

.question .q_ttl {
  margin: 40px 0 0;
  padding: 0 0 0 60px;
  font-size: 46px;
  line-height: 1.4;
  position: relative;
}
.question .q_ttl .q_num {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
}

.question_btn {
  margin: 40px 0 0;
}
.question_btn label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #114890;
  width: 100%;
  height: 110px;
  margin: 0 0 30px;
  box-sizing: border-box;
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  border-radius: 100px;
  box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.32);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.question_btn label:last-child {
  margin: 0 0 0;
}
.question_btn label:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.question_btn label span {
  font-weight: 600;
}
.question_btn .small {
  display: block;
  margin: 10px 0 0;
  font-size: 20px;
}
.question_btn .small02 {
  font-size: 32px;
}
.question_btn input {
  display: none;
}
.question_btn .icon {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0,-50%);
  width: 70px;
}

.thanks_txt {
  display: none;
  margin: 110px 0 0;
  font-size: 44px;
  text-align: center;
  line-height: 1.4;
}

/* SP ----------------------------------------*/
@media screen and (max-width: 768px) {
  .questionary {
    padding: 30px 15px 30px;
  }
  .questionary::after {
    height: 30px;
  }

  .questionary_ttl01 {
    font-size: 24px;
  }
  .questionary_ttl01 .large {
    font-size: 37px;
  }
  .questionary_ttl01 .oswald {
    font-size: 40px;
  }
  .questionary_ttl01 .mark {
    padding: 0 5px;
    border-radius: 3px;
  }

  .questionary_inner {
    margin: 30px 0 0;
  }

  .questionary_ttl02 {
    margin: 0 0 20px;
    font-size: 20px;
  }
  .questionary_ttl02 span {
    padding: 0 30px;
  }
  .questionary_ttl02 span::before,
  .questionary_ttl02 span::after {
    width: 23px;
    height: 35px;
  }


  .question {
    padding: 30px 15px 30px;
    border-radius: 10px;
  }

  .question .flow li {
    font-size: 23px;
  }
  .question .flow li::before {
    top: calc(100% + 10px);
    height: 2px;
  }
  .question .flow li::after {
    top: calc(100% + 6px);
    width: 10px;
    height: 10px;
  }

  .question .imgBox {
    margin: 30px 0 0;
  }

  .question .q_ttl {
    margin: 20px 0 0;
    padding: 0 0 0 35px;
    font-size: 23px;
  }

  .question_btn {
    margin: 20px 0 0;
  }
  .question_btn label {
    height: 55px;
    margin: 0 0 15px;
    font-size: 5vw;
  }
  .question_btn .small {
    margin: 5px 0 0;
    font-size: 10px;
  }
  .question_btn .small02 {
    font-size: 15px;
  }  
  .question_btn .icon {
    left: 15px;
    width: 32px;
  }

  .thanks_txt {
    margin: 50px 0 0;
    font-size: 22px;
  }
}



/*--------------------------------------------------
  plan
--------------------------------------------------*/
.plan_wrap {
  margin: 50px 0 0;
}

.plan_ttl01 {
  display: none;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
}

.plan {
  display: none;
}

.plan_upper {
  background: #ec6d65;
  margin: 30px 0 0;
  padding: 20px 20px;
  border-radius: 22px;
}
.plan_upper_inner {
  padding: 40px 30px;
  border: 3px solid #fff;
  border-radius: 19px;
}
.plan_upper .plan_name {
  font-size: 39px;
  text-align: center;
  line-height: 1.4;
}
.plan_upper .plan_name .large {
  display: inline-block;
  background: #d9111a;
  margin: 20px 0 0;
  padding: 8px 15px;
  font-size: 74px;
  line-height: 1;
}
.plan_upper .imgBox {
  margin: 40px 0 0;
}
.plan_upper .imgBox img {
  border: 3px solid #fff;
}


.plan_detail {
  margin: 100px 0 0;
}
.plan_ttl02 {
  font-size: 46px;
  text-align: center;
  line-height: 1.4;
}
.plan_detail .detail_block {
  margin: 50px 0 0;
}
.plan_detail .detail_item {
  margin: 0 0 100px;
}
.plan_detail .detail_item:last-child {
  margin: 0 0 0;
}
.plan_detail .imgBox {
  max-width: 80%;
}
.plan_detail .detail_item:nth-child(odd) .imgBox {
  margin: 0 0 0 auto;
}
.plan_detail .detail_item:nth-child(odd) .imgBox img {
  border-radius: 10px 0 0 10px;
}
.plan_detail .detail_item:nth-child(even) .imgBox {
  margin: 0 0 0 0;
}
.plan_detail .detail_item:nth-child(even) .imgBox img {
  border-radius: 0 10px 10px 0;
}
.plan_detail .txtBox {
  background: #ffedee;
  max-width: 80%;
  padding: 40px 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.17);
  position: relative;
}
.plan_detail .detail_item:nth-child(odd) .txtBox {
  margin: -50px 0 0 0;
}
.plan_detail .detail_item:nth-child(even) .txtBox {
  margin: -50px 0 0 auto;
}
.plan_detail .eng {
  position: absolute;
  bottom: calc(100% - 20px);
  width: 30%;
}
.plan_detail .detail_item:nth-child(odd) .eng {
  left: 20px;
}
.plan_detail .detail_item:nth-child(even) .eng {
  right: 20px;
}
.plan_detail .txt {
  font-size: 27px;
  line-height: 1.8;
}


.plan_fee {
  margin: 120px 0 0;
}
.plan_fee .txt {
  margin: 20px 0 0;
  font-size: 28px;
  text-align: center;
}
.plan_fee .link {
  margin: 20px 0 0;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
}
.plan_fee .link span {
  display: inline-block;
  padding: 0 30px;
  position: relative;
  text-decoration: underline;
}
.plan_fee .link span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: url("../img/icon_hatena.webp") left top no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
}
.plan_fee .fee_block {
  margin: 40px 0 0;
}

.fee_table table {
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.17);
}
.fee_table table tr {
  width: 100%;
  box-sizing: border-box;
}
.fee_table table th {
  background: #114890;
  width: 50%;
  padding: 20px 20px;
  box-sizing: border-box;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  border-left: 3px solid #fff;
}
.fee_table table th:first-child {
  border-left: none;
}
.fee_table table td {
  vertical-align: top;
  padding: 20px 20px 30px;
  box-sizing: border-box;
  text-align: center;
  border-left: 3px solid #114890;
}
.fee_table table td:first-child {
  border-left: none;
}
.fee_table table .td01 {
  padding: 20px 0 0;
  position: relative;
}
.fee_table table .td01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: #114890;
  width: 3px;
  height: 20px;
  margin: auto;
}
.fee_table table .bg_pk {
  background: #ffedee;
}
.fee_table table .bg_wh {
  background: #fff;
}
.fee_table .sub {
  display: inline-block;
  background: #d9111a;
  padding: 8px 10px;
  font-size: 35px;
  position: relative;
}
.fee_table .fee_txt01 {
  font-size: 37px;
  line-height: 1.2;
}
.fee_table .fee_txt01 .large {
  font-size: 62px;
  font-weight: 500;
}
.fee_table .fee_txt02 {
  margin: 0 0 15px;
  font-size: 30px;
  line-height: 1.2;
}
.fee_table .fee_txt02:last-of-type {
  margin: 0 0 0;
}
.fee_table .fee_txt02 .large {
  font-size: 50px;
  font-weight: 500;
}
.fee_table .fee_txt02 .small {
  font-size: 25px;
  font-weight: 500;
}
.fee_table .note {
  margin: 50px 0 0;
  font-size: 24px;
  text-align: justify;
  line-height: 1.6;
}

.detail_btn a {
  background: #fff;
  max-width: calc(100% - 40px);
  margin: 60px auto 0;
  padding: 25px 60px;
  color: #114890;
  font-size: 37px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  border: 3px solid #114890;
  border-radius: 100px;
  box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
  position: relative;
}
.detail_btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
  background: url("../img/icon_link.webp") left top no-repeat;
  background-size: contain;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}


.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal_block {
  background: #fff;
  padding: 80px 20px 80px;
  position: relative;
  max-width: 750px;
  width: 90%;
  margin: auto;
  max-height: 100%;
  overflow-y: auto;
}
.modal_block::-webkit-scrollbar {
  display: none;
}
.modal_close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 50px;
  cursor: pointer;
}
.modal_block .note {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 1.4;
}
.modal_block .note.ta-c {
  text-align: center;
}
.modal_block .txt {
  margin: 60px 0 0;
  font-size: 26px;
  line-height: 1.4;
}
.modal_achieve {
  background: #f1f1f1;
  margin: 10px 0 0;
  padding: 60px 20px 60px;
}
.modal_txt01 {
  font-size: 33px;
  text-align: center;
  line-height: 1.4;
}
.modal_achieve .imgBox {
  max-width: 410px;
  margin: 40px auto 0;
}
.modal_achieve .imgBox img {
  display: block;
  margin-left: -40px;
}
.modal_txt02 {
  font-size: 35px;
  text-align: center;
  line-height: 1.4;
}
.modal_txt02 .large {
  font-size: 45px;
}
.modal_txt02 .num {
  font-size: 65px;
}

/* SP ----------------------------------------*/
@media screen and (max-width: 768px) {
  .plan_wrap {
    margin: 40px 0 0;
    padding: 0 15px 0;
  }

  .plan_ttl01 {
    font-size: 20px;
  }

  .plan_upper {
    margin: 20px 0 0;
    padding: 10px 10px;
    border-radius: 10px;
  }
  .plan_upper_inner {
    padding: 20px 15px;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .plan_upper .plan_name {
    font-size: 20px;
  }
  .plan_upper .plan_name .large {
    margin: 10px 0 0;
    padding: 5px 10px;
    font-size: 36px;
  }
  .plan_upper .imgBox {
    margin: 20px 0 0;
  }
  .plan_upper .imgBox img {
    border: 2px solid #fff;
  }


  .plan_detail {
    width: calc(100% + 30px);
    margin: 50px 15px 0 -15px;
  }
  .plan_ttl02 {
    font-size: 22px;
  }
  .plan_detail .detail_block {
    margin: 30px 0 0;
  }
  .plan_detail .detail_item {
    margin: 0 0 40px;
  }
  .plan_detail .detail_item:nth-child(odd) .imgBox img {
    border-radius: 5px 0 0 5px;
  }
  .plan_detail .detail_item:nth-child(even) .imgBox img {
    border-radius: 0 5px 5px 0;
  }
  .plan_detail .txtBox {
    padding: 20px 20px;
    border-radius: 5px;
  }
  .plan_detail .detail_item:nth-child(odd) .txtBox {
    margin: -30px 0 0 0;
  }
  .plan_detail .detail_item:nth-child(even) .txtBox {
    margin: -30px 0 0 auto;
  }
  .plan_detail .eng {
    bottom: calc(100% - 10px);
    width: 30%;
  }
  .plan_detail .detail_item:nth-child(odd) .eng {
    left: 10px;
  }
  .plan_detail .detail_item:nth-child(even) .eng {
    right: 10px;
  }
  .plan_detail .txt {
    font-size: 14px;
    line-height: 1.6;
  }


  .plan_fee {
    margin: 60px 0 0;
  }
  .plan_fee .txt {
    margin: 10px 0 0;
    font-size: 14px;
  }
  .plan_fee .link {
    margin: 10px 0 0;
    font-size: 12px;
  }
  .plan_fee .link span {
    padding: 0 20px;
  }
  .plan_fee .link span::before {
    width: 15px;
    height: 15px;
  }
  .plan_fee .fee_block {
    margin: 30px 0 0;
  }


  .fee_table table th {
    padding: 10px 10px;
    font-size: 20px;
    border-left: 2px solid #fff;
  }
  .fee_table table th:first-child {
    border-left: none;
  }
  .fee_table table td {
    padding: 10px 10px 15px;
    border-left: 2px solid #114890;
  }
  .fee_table table td:first-child {
    border-left: none;
  }
  .fee_table table .td01 {
    padding: 10px 0 0;
  }
  .fee_table table .td01::before {
    width: 2px;
    height: 10px;
  }  
  .fee_table .sub {
    padding: 5px 10px;
    font-size: 17px;
  }
  .fee_table .fee_txt01 {
    font-size: 19px;
  }
  .fee_table .fee_txt01 .large {
    font-size: 30px;
  }
  .fee_table .fee_txt02 {
    font-size: 15px;
  }
  .fee_table .fee_txt02 {
    margin: 0 0 8px;
  }
  .fee_table .fee_txt02 .large {
    font-size: 25px;
  }
  .fee_table .fee_txt02 .small {
    font-size: 14px;
  }
  .fee_table .note {
    margin: 30px 0 0;
    font-size: 12px;
  }

  .detail_btn a {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 15px 30px;
    font-size: 18px;
    border: 2px solid #114890;
  }
  .detail_btn a::after {
    right: 15px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
  
  .modal {
    width: 100%;
  }
  .modal_block {
    padding: 60px 15px 40px;
    max-width: 100%;
    width: 100%;
  }
  .modal_close {
    top: 5px;
    right: 5px;
    font-size: 40px;
  }
  .modal_block .note {
    margin: 10px 0 0;
    font-size: 10px;
  }
  .modal_block .txt {
    margin: 30px 0 0;
    font-size: 12px;
  }
  .modal_achieve {
    background: #f1f1f1;
    margin: 10px 0 0;
    padding: 30px 15px 30px;
  }
  .modal_txt01 {
    font-size: 16px;
  }
  .modal_achieve .imgBox {
    max-width: 70%;
    margin: 20px auto 0;
  }
  .modal_achieve .imgBox img {
    margin-left: -20px;
  }
  .modal_txt02 {
    font-size: 16px;
  }
  .modal_txt02 .large {
    font-size: 22px;
  }
  .modal_txt02 .num {
    font-size: 30px;
  }
  
}




/*--------------------------------------------------
  about
--------------------------------------------------*/
.about_wrap {
  margin: 100px 0 0;
  padding: 0 20px;
}

.about_wrap .sub {
  display: inline-block;
  background: #114890;
  padding: 8px 10px;
  font-size: 50px;
  text-align: left;
  line-height: 1;
  transform: rotate(-5deg);
}

.about {
  display: none;
  background: #fff;
  padding: 40px 30px 60px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.17);
}

.about_ttl01 {
  margin: 20px 0 0;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
.fs42 {
  font-size: 42px;
}
.fs52 {
  font-size: 52px;
}
.fs50 {
  font-size: 50px;
}
.fs56 {
  font-size: 56px;
}
.fs60 {
  font-size: 60px;
}
.fs76 {
  font-size: 76px;
}

.about .imgBox {
  margin: 50px 0 0;
}

.about .txt {
  margin: 40px 0 0;
  font-size: 39px;
  line-height: 1.8;
}
.about .txt .mark {
  display: inline;
  background: linear-gradient(transparent 0%, #01a0a5 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 8px;
  color: #fff;
  border-radius: 5px;
  line-height: 1.8;
}

.about .note {
  margin: 20px 0 0;
  font-size: 24px;
  line-height: 1.8;
}
.about .note.ta_r {
  text-align: right;
}

/* SP ----------------------------------------*/
@media screen and (max-width: 768px) {
  .about_wrap {
    margin: 30px 0 0;
    padding: 0 15px;
  }

  .about_wrap .sub {
    padding: 5px 10px;
    font-size: 25px;
  }
  
  .about {
    padding: 20px 15px 30px;
    border-radius: 10px;
  }
  
  .about_ttl01 {
    margin: 15px 0 0;
  }
  .fs42 {
    font-size: 20px;
  }
  .fs52 {
    font-size: 26px;
  }
  .fs50 {
    font-size: 25px;
  }
  .fs56 {
    font-size: 28px;
  }
  .fs60 {
    font-size: 30px;
  }
  .fs76 {
    font-size: 38px;
  }

  .about .imgBox {
    margin: 20px 0 0;
  }

  .about .txt {
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 1.6;
  }
  .about .txt .mark {
    padding: 0 5px;
    border-radius: 3px;
  }

  .about .note {
    margin: 10px 0 0;
    font-size: 12px;
  }
}



/*--------------------------------------------------
  CTA
--------------------------------------------------*/
.cta {
  background: #feffcc;
  margin: 140px 0 0;
  padding: 80px 20px 40px;
}

.cta .cta_ttl01 {
  margin: 0 0 80px;
  font-size: 50px;
  text-align: center;
  position: relative;
}
.cta .cta_ttl01::after {
  content: "";
  display: block;
  background: url("../img/deco02.webp") left top no-repeat;
  background-size: contain;
  width: 76px;
  height: 45px;
  margin: 20px auto 0;
}

.cta .cta_block {
  background: #fff;
  margin: 0 0 100px;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
.cta .web_block {
  border: 2px solid #7f94a8;
}
.cta .tel_block {
  margin: 0 0 0;
  border: 2px solid #c88186;
}

.cta .cta_ttl02 {
  max-width: calc(100% - 100px);
  margin: auto;
  padding: 15px 20px;
  font-size: 37px;
  line-height: 1.3;
  border-radius: 10px;
  position: relative;
}
.cta .web_block .cta_ttl02 {
  background: #7f94a8;
  margin: -40px auto 0;
}
.cta .tel_block .cta_ttl02 {
  background: #c88186;
  margin: -60px auto 0;
}
.cta .cta_ttl02 span {
  display: inline-block;
  position: relative;
}
.cta .web_block .cta_ttl02 span {
  padding: 0 0 0 130px;
}
.cta .tel_block .cta_ttl02 span {
  padding: 0 0 0 80px;
}
.cta .cta_ttl02 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  box-sizing: border-box;
}
.cta .web_block .cta_ttl02 span::before {
  background: url("../img/icon_cta01.webp") left top no-repeat;
  background-size: contain;
  width: 110px;
  height: 54px;
}
.cta .tel_block .cta_ttl02 span::before {
  background: url("../img/icon_cta04.webp") left top no-repeat;
  background-size: contain;
  width: 60px;
  height: 76px;
}

.cta .cta_box {
  padding: 40px 40px 40px;
}

.cta .btn_wrap {
  margin: 0 0 50px;
}
.cta .btn_wrap:last-child {
  margin: 0 0 0;
}

.cta .btn_wrap .sub {
  display: inline-block;
  margin: 0 0 15px;
  padding: 0 35px;
  font-size: 28px;
  position: relative;
}
.cta .btn_wrap .sub::before,
.cta .btn_wrap .sub::after {
	content: "";
	display: inline-block;
	position: absolute;
  top: 50%;
  transform: translate(0,-50%);
	background: #000;
	width: 30px;
	height: 2px;
}
.cta .btn_wrap .sub::before {
	left: 0;
	transform: translate(0,-50%) rotate(65deg);
}
.cta .btn_wrap .sub::after {
	right: 0;
	transform: translate(0,-50%) rotate(-65deg);
}

.cta_btn a {
  max-width: 100%;
  padding: 30px 30px;
  color: #fff;
  font-size: 37px;
  font-weight: 600;
  text-align: center;
  border-radius: 100px;
  box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
  position: relative;
}
.cta_btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translate(0,-50%);
  width: 50px;
  height: 60px;
  box-sizing: border-box;
}
.cta_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0,-50%);
  width: 26px;
  height: 26px;
  box-sizing: border-box;
}
.cta_btn01 a {
  background: #01519b;
}
.cta_btn01 a::before {
  background: url("../img/icon_cta02.webp") left top no-repeat;
  background-size: contain;
}
.cta_btn01 a::after {
  background: url("../img/arrow01.webp") left top no-repeat;
  background-size: contain;
}
.cta_btn02 a {
  background: #fff;
  color: #01519b;
  border: 3px solid #01519b;
}
.cta_btn02 a::before {
  background: url("../img/icon_cta03.webp") left top no-repeat;
  background-size: contain;
}
.cta_btn02 a::after {
  background: url("../img/arrow02.webp") left top no-repeat;
  background-size: contain;
}
.cta_btn03 a {
  background: #e70312;
}
.cta_btn03 a::before {
  background: url("../img/icon_cta05.webp") left top no-repeat;
  background-size: contain;
}
.cta_btn03 a::after {
  background: url("../img/arrow01.webp") left top no-repeat;
  background-size: contain;
}
.cta_btn03.pc_only a {
  pointer-events: none;
}

.cta .note {
  margin: 30px 0 0;
  font-size: 24px;
  line-height: 1.5;
}
.cta .note a {
  display: inline-block;
  text-decoration: underline;
}


.back_btn {
  display: block;
  background: #01a0a5;
  max-width: 420px;
  margin: 40px auto 0;
  padding: 25px 50px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  border: 5px solid #fff;
  box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.26);
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.back_btn::after {
  content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 25px;
	transform: translate(0,-50%);
	width: 0;
	height: 0;
	box-sizing: border-box;
	border: 10px solid transparent;
	border-bottom: 16px solid #fff;
}
.back_btn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/* SP ----------------------------------------*/
@media screen and (max-width: 768px) {
  .cta {
    margin: 60px 0 0;
    padding: 40px 15px 20px;
  }

  .cta .cta_ttl01 {
    margin: 0 0 40px;
    font-size: 23px;
  }
  .cta .cta_ttl01::after {
    width: 12%;
    height: 0;
    margin: 10px auto 0;
    padding-top: calc(12%*45/76);
  }

  .cta .cta_block {
    margin: 0 0 50px;
    border-radius: 5px;
  }
  .cta .web_block {
    border: 1px solid #7f94a8;
  }
  .cta .tel_block {
    margin: 0 0 0;
    border: 1px solid #c88186;
  }
  
  .cta .cta_ttl02 {
    max-width: calc(100% - 20px);
    padding: 8px 10px;
    font-size: 18px;
    border-radius: 5px;
  }
  .cta .web_block .cta_ttl02 {
    margin: -20px auto 0;
  }
  .cta .tel_block .cta_ttl02 {
    margin: -25px auto 0;
  }
  .cta .web_block .cta_ttl02 span {
    padding: 0 0 0 18%;
  }
  .cta .tel_block .cta_ttl02 span {
    padding: 0 0 0 12%;
  }
  .cta .web_block .cta_ttl02 span::before {
    width: 20%;
    height: 0;
    padding-top: calc(20%*54/110);
  }
  .cta .tel_block .cta_ttl02 span::before {
    width: 12%;
    height: 0;
    padding-top: calc(12%*76/60);
  }

  .cta .cta_box {
    padding: 20px 15px 30px;
  }

  .cta .btn_wrap {
    margin: 0 0 25px;
  }

  .cta .btn_wrap .sub {
    margin: 0 0 10px;
    padding: 0 20px;
    font-size: 15px;
  }
  .cta .btn_wrap .sub::before,
  .cta .btn_wrap .sub::after {
    width: 20px;
    height: 1px;
  }

  .cta_btn a {
    max-width: 100%;
    padding: 20px 20px;
    font-size: 18px;
  }
  .cta_btn a::before {
    left: 20px;
    width: 25px;
    height: 30px;
  }
  .cta_btn a::after {
    right: 20px;
    width: 18px;
    height: 18px;
  }
  .cta_btn02 a {
    border: 2px solid #01519b;
  }

  .cta .note {
    margin: 15px 0 0;
    font-size: 11px;
  }
  
  
  .back_btn {
    max-width: 80%;
    margin: 30px auto 0;
    padding: 20px 40px;
    font-size: 20px;
    border: 3px solid #fff;
  }
  .back_btn::after {
    top: calc(50% - 3px);
    right: 18px;
    border: 8px solid transparent;
    border-bottom: 14px solid #fff;
  }
}



/*--------------------------------------------------
  footer
--------------------------------------------------*/
footer {
  background: #e70312;
  max-width: 750px;
  margin: auto;
  padding: 30px 20px;
  position: relative;
}

.footer_nav {
  display: flex;
  justify-content: center;
  text-align: center;
}
.footer_nav li {
  padding: 0 20px;
  font-size: 24px;
  position: relative;
}
.footer_nav li::after {
  content: "|";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0,-50%);
  color: #fff;
}
.footer_nav li:last-child::after {
  display: none;
}
.footer_nav li a {
  color: #fff;
}

.footer_inner .copy {
  margin: 30px 0 0;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
}

/* SP ----------------------------------------*/
@media screen and (max-width: 768px) {
  footer {
    max-width: 100%;
    padding: 15px 15px;
  }

  .footer_nav {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .footer_nav li {
    padding: 0 10px;
    font-size: 12px;
  }

  .footer_inner .copy {
    margin: 15px 0 0;
    font-size: 12px;
  }
}



/*--------------------------------------------------
  side_cta
--------------------------------------------------*/
.contents_wrap {
  display: flex;
  justify-content: space-between;
}
.contents_wrap .left {
  width: calc(100% - 750px);
}
.contents_wrap .center {
  width: 750px;
}
.contents_wrap .right {
  width: calc(100% - 750px);
}

.side_cta {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  width: 100%;
}

.side_cta .cta {
  background: none;
  margin: 0 0 0;
  padding: 0 0 0;
}

.side_cta .cta_block {
  background: none;
  margin: 0 0 0;
  border-radius: 0;
  border: none;
}

.side_cta .cta_box {
  max-width: 75%;
  margin: 0 auto 40px;
  padding: 0 0 0;
}

.side_cta .btn_wrap {
  margin: 0 0 40px;
}
.side_cta .btn_wrap:last-child {
  margin: 0 0 0;
}

.side_cta .btn_wrap .sub {
  padding: 0 25px;
  font-size: 0.8vw;
}
.side_cta .btn_wrap .sub::before,
.side_cta .btn_wrap .sub::after {
	width: 20px;
}

.side_cta .cta_btn a {
  max-width: 100%;
  padding: 25px 30px;
  font-size: 1.3vw;
}
.side_cta .cta_btn a::before {
  left: 20px;
  width: 8%;
  height: 0;
  padding-top: calc(8%*60/50);
}
.side_cta .cta_btn a::after {
  right: 15px;
  width: 6%;
  height: 0;
  padding-top: 6%;
}

.side_cta .tel_txt {
  display: inline-block;
  padding: 0 8% 0 12%;
  font-size: 2vw;
  font-weight: bold;
  position: relative;
}
.side_cta .tel_txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: url("../img/icon_cta06.webp") left top no-repeat;
  background-size: contain;
  width: 10%;
  height: 0;
  padding-top: calc(10%*60/50);
}

@media screen and (max-width:1366px) {
  .side_cta .cta_box {
    max-width: 90%;
    margin: 0 auto 20px;
  }

  .side_cta .btn_wrap .sub {
    padding: 0 16px;
    font-size: 0.7vw;
  }  
  .side_cta .btn_wrap .sub::before,
  .side_cta .btn_wrap .sub::after {
    width: 15px;
  }

  .side_cta .cta_btn a {
    padding: 18px 30px;
  }

  .side_cta .tel_txt {
    padding: 0 6% 0 10%;
    font-size: 1.8vw;
  }
}

@media screen and (max-width:1100px) {
  .side_cta {
    display: none;
  }
}