[v-cloak] {
  display: none;
}

/* conversion-button */

#wrapper .mod_cv02 {
  max-width: 700px;
  margin: 11vw 3vw 0;
}
.pc #wrapper .mod_cv02 {
  margin: 50px auto 0;
}

.mod_cv02 .mod_cv02_tit {
  line-height: 1.8;
  font-size: 4.8vw;
  background-color: #0071be;
  color: #fff;
  padding: 1vw 0 3vw;
  margin: 0;
}
.pc .mod_cv02 .mod_cv02_tit {
  font-size: 2.6rem;
  padding: 0 0 16px;
}

.sp .mod_cv02 {
  margin: 3vw 2vw;
}

.mod_cv02 .mod_cv02_tit span {
  font-size: 3.5vw;
}
.pc .mod_cv02 .mod_cv02_tit span {
  font-size: 1.8rem;
}

.mod_cv02 .mod_cv02_area_btn {
  width: 100%;
}
.pc .mod_cv02 .mod_cv02_area_btn {
  width: 50%;
}
.sp .mod_cv02 .mod_cv02_area_btn {
  margin-top: 6vw;
}

.mod_cv02 .mod_cv02_area_btn .mod_btn01 {
  margin: 0 auto;
  max-width: 90vw;
}
.pc .mod_cv02 .mod_cv02_area_btn .mod_btn01 {
  max-width: 600px;
}

.mod_cv02 .mod_cv02_area_tel {
  width: 100%;
}
.pc .mod_cv02 .mod_cv02_area_tel {
  width: 50%;
}

.mod_cv02 .mod_cv02_area_tel .mod_cv02_tel_time {
  width: 80vw;
  margin: 1vw auto 0;
}
.pc .mod_cv02 .mod_cv02_area_tel .mod_cv02_tel_time {
  width: 100%;
  margin: 5px auto 0;
  font-size: 1.4rem;
}

.mod_cv02 .mod_cv02_area_tel .mod_cv02_tel {
  border: none;
  box-shadow: none;
}

.mod_cv02 .mod_cv02_tel.is_rubi [data-rubi]:before {
  top: -1em;
  font-size: 1rem;
}

.mod_cv02 .mod_cv02_tel.is_rubi .mod_cv02_tel_num {
  padding-bottom: 0;
  padding-top: 18px;
}

.pc .mod_cv02 .mod_cv02_tel .mod_cv02_tel_tit {
  font-size: 1.3rem;
}

.pc .mod_cv02 .mod_cv02_tel .mod_cv02_tel_num > span {
  font-size: 3.5rem;
}

.mod_cv02 .mod_cv02_area_title {
  width: 110%;
  border-left: none;
  margin: 0vw -5% 4vw -5%;
  padding-bottom: 0 0 5vw;
}
.pc .mod_cv02 .mod_cv02_area_title {
  width: 100%;
  border-bottom: 1px solid #0071be;
  margin: 0px 0px 20px 0px;
  padding: 0 0 15px;
}

#wrapper .mod_cv02 .mod_cv02_area_title h4 {
  font-size: 4.5vw;
  text-align: center;
  font-weight: bold;
}
.pc #wrapper .mod_cv02 .mod_cv02_area_title h4 {
  font-size: 25px;
}

.mod_cv02 .mod_cv02_area_title p {
  font-size: 4vw;
  text-align: center;
  margin-bottom: 10px;
}
.pc .mod_cv02 .mod_cv02_area_title p {
  font-size: 17px;
}

.mod_cv02 .mod_cv02_area_title h4 span {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.8em; /* 線の太さ */
  text-decoration-color: rgba(255, 255, 0, 0.6); /* 線の色 */
  text-underline-offset: -0.4em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
  font-weight: bold;
}

.mod_cv02 .mod_cv02_item {
  background-color: #fff;
}

.mod_cv02 .mod_cv02_btn a {
  text-align: left;
  line-height: 1.6;
}

.mod_cv02 .mod_cv02_btn span {
  font-size: 5vw;
}
.pc .mod_cv02 .mod_cv02_btn span {
  font-size: 2rem;
}

.mod_btn01.is_contact.has_no_ico a {
  padding: 4vw 0 5vw 13.5vw;
}
.pc .mod_btn01.is_contact.has_no_ico a {
  padding: 22px 0 23px 40px;
}

#gFooter,
.pc #gFooter {
  margin-top: 0;
}

.sns_btn {
  padding-bottom: 9.375vw;
}
.pc .sns_btn {
  padding-bottom: 80px;
}

/*
  ページデザイン
*/

html {
  scroll-behavior: smooth;
}

.pc #contents {
  width: 100%;
}

.pc #contents.is_full_column {
  width: 100%;
}

#wrapper {
  background-image: url("/img/pref/saitekizemi/back.png");
}

section {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-size: 4vw;
  margin-bottom: 12vw;
  box-sizing: border-box;
}
.pc section {
  font-size: 16px;
  margin: 0 auto 80px;
  width: 1000px;
}

#mv {
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: solid 10px #0097e0;
  width: 100%;
}

#mv h1 {
  width: 100vw;
}
.pc #mv h1 {
  position: relative;
  width: 1000px;
  height: 420px;
  display: block;
  margin: 0 auto;
}

.pc #mv h1 img {
  position: absolute;
  width: 1400px;
  max-width: 1400px;
  height: 420px;
  left: -200px;
  top: 0;
}

#plan {
  margin-top: 7vw;
}
.pc #plan {
  margin-top: 80px;
}

h2 {
  color: #333;
  font-weight: bold;
  font-size: 6vw;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 7vw;
}
.pc h2 {
  font-size: 34px;
  margin-bottom: 30px;
}

h2 strong {
  color: #0097e0;
  font-size: 7.3vw;
  vertical-align: -0.01em;
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: rgba(255, 255, 0, 0.6);
  text-underline-offset: -0.1em;
  text-decoration-skip-ink: none;
}
.pc h2 strong {
  font-size: 42px;
}

h2 .bold900 {
  font-weight: 900;
}

h5 {
  color: #333;
  font-weight: bold;
  font-size: 5vw;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 7vw;
}
.pc h5 {
  font-size: 22px;
  margin-bottom: 40px;
}

.plan-box {
  background-color: #E8F6FF;
  padding: 5vw 3vw 4vw;
  margin: 0 auto;
}
.pc .plan-box {
  width: 750px;
  padding: 40px 80px 25px;
  margin: 0 auto;
}

.plan-box2 {
  background-color: #FFF;
  padding: 5vw 3vw 4vw;
  margin: 0 auto;
  margin-bottom: 3vw;
}
.pc .plan-box2 {
  padding: 40px 100px 30px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.plan-box2-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 4vw;
  line-height: 1.7;
  align-items: flex-start;
}
.pc .plan-box2-table {
  font-size: 18px;
}

.plan-box2-table h6 {
  font-weight: bold;
  background-color: #0097e0;
  color: #fff;
  width: 22%;
  text-align: center;
  margin-bottom: 10px;
}

.plan-box2-table p {
  font-weight: bold;
  width: 76%;
  margin-bottom: 10px;
}

.plan-box2-table p small {
  font-weight: normal;
  font-size: 3.5vw;
}
.pc .plan-box2-table p small {
  font-size: 14px;
}

.plan-box2 .note {
  font-size: 3.5vw;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
.pc .plan-box2 .note {
  font-size: 14px;
}

.plan-box .message {
  font-size: 4vw;
  text-align: center;
}
.pc .plan-box .message {
  font-size: 16px;
}

#point {
  background-color: #0052A7;
  width: 100%;
  padding: 10vw 0 2vw;
  margin-bottom: 10vw;
}
.pc #point {
  padding: 60px 0 50px;
  margin-bottom: 80px;
}

#point section {
  margin-bottom: 0;
}

#point h2 {
  color: #FFE65B;
  font-size: 8vw;
  line-height: 1.2;
}
.pc #point h2 {
  font-size: 52px;
}

#point h2 span.wide {
  transform: scale(3, 1);
  margin: 0 0.5em;
}

#point h2 .sub {
  display: block;
  color: #FFF;
  font-size: 6vw;
  font-weight: bold;
}
.pc #point h2 .sub {
  font-size: 35px;
}

.point-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.pc .point-box {
  justify-content: space-between;
  margin: 0 auto;
}

.point-box .point-content {
  width: 280px;
  position: relative;
}

.point-content:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 280px;
  height: 280px;
  border-radius: 140px;
  border: solid 1px #FFF;
}

.point-content img {
  width: 100%;
  margin-bottom: 20px;
}

.point-content h3 {
  font-weight: bold;
  width: 120%;
  margin: 0 -10% 16px -10%;
  font-size: 5.5vw;
  color: #fff;
  line-height: 1.6;
  text-align: center;
}
.pc .point-content h3 {
  font-size: 21px;
}

.point-content p {
  color: #fff;
  font-size: 4vw;
  margin-bottom: 10vw;
}
.pc .point-content p {
  font-size: 16px;
  margin-bottom: 0;
}

.sp #method {
  margin-bottom: 8vw;
}

.method-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.pc .method-box {
  justify-content: space-between;
}

.method-box img {
  width: 90%;
  margin-bottom: 5vw;
}
.pc .method-box img {
  width: 49%;
  margin-bottom: 30px;
}

#recommended {
  background-color: #EEE;
  width: 100%;
  padding: 40px 0 0;
  margin-bottom: 10vw;
}
.pc #recommended {
  margin-bottom: 80px;
}

#recommended section {
  margin-bottom: 0;
}

#recommended h2 {
  margin-bottom: 0;
  line-height: 1.2;
}

.recommended-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.pc .recommended-box {
  justify-content: space-between;
}

.recommended-box-text {
  width: 100%;
}
.pc .recommended-box-text {
  width: 55%;
  position: relative;
}

.sp .recommended-box-img {
  width: 80vw;
  height: 55vw;
  overflow: hidden;
  margin: -6vw -6vw 0 auto;
}
.sp .recommended-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* 比率を維持して枠いっぱいに表示 */
  object-position: top;   /* 上部を基準に表示し、下をカットする */
}
.pc .recommended-box-img {
  width: 43%;
}

.recommended-box-text ul {
  width: 92%;
  margin: 8vw 3% 0 5%;
}
.pc .recommended-box-text ul {
  position: absolute;
  top: 40px;
  left: 180px;
  width: 600px;
  margin: 0;
}

.recommended-box li {
  font-size: 4.3vw;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 3vw;
  padding-left: 0.6em;
  text-indent: -0.6em;
}
.pc .recommended-box li {
  font-size: 22px;
  margin-bottom: 20px;
}

.campaign-title {
  display: flex;
  margin: 0 auto 6vw;
  position: relative;
  align-items: center;
  width: 85vw;
  justify-content: space-between;
}
.pc .campaign-title {
  margin: 0 auto 40px;
  width: 430px;
}

.campaign-title h2 {
  line-height: 1.2;
  margin-bottom: 0;
}

.campaign-title img {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
  width: 25vw;
  max-width: 100px;
}
.pc .campaign-title img {
  width: 100px;
}

.campaign-title p {
  position: absolute;
  font-size: 3.5vw;
  bottom: -1vw;
  right: 12vw;
}
.pc .campaign-title p {
  font-size: 16px;
  bottom: 1px;
  right: -105px;
}

#campaign h3 {
  font-size: 6vw;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 5vw;
}
.pc #campaign h3 {
  font-size: 34px;
  margin-bottom: 30px;
}

#campaign h3 strong {
  color: #F83D42;
}

#campaign h4.line {
  font-size: 4.2vw;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 5vw;
}
.pc #campaign h4.line {
  font-size: 22px;
  margin-bottom: 30px;
}

#campaign .note {
  display: block;
  width: 90%;
  font-size: 3.5vw;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 auto;
  line-height: 1.5;
}
.pc #campaign .note {
  font-size: 14px;
  width: 750px;
}

#wrapper #campaign .mod_cv02 {
  margin-top: 6vw;
}
.pc #wrapper #campaign .mod_cv02 {
  margin-top: 40px;
}