@charset "UTF-8";

* {
  box-sizing: border-box;
}

html {
  font-size: 40%;
  scroll-behavior: smooth;
}

@media (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 2.5445292621vw;
  }
}

body {
  font-size: 1.6rem;
  font-weight: 500;
  color: #222222;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  overflow-x: hidden;
  margin-bottom: 130px;
}

@media (max-width: 767px) {
  body {
    font-size: 2.6rem;
    margin-bottom: 150px;
  }
}

li {
  list-style: none;
}

a {
  color: #333333;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

@media (max-width: 767px) {

  .pc-only,
  .pc {
    display: none;
  }
}

@media (min-width: 768px) {

  .sp-only,
  .sp {
    display: none;
  }
}

.flex {
  display: flex;
}

@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}

/* コンテンツ幅 */
.content_width {
  max-width: 103.5rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .content_width {
    width: 600px;
    max-width: 100%;
  }
}

/* 黄色マーカー */
.marker-y {
  background: linear-gradient(transparent 52%, #FFF000 0);
}

/* セクションタイトル */
.section_title {
  font-size: 4rem;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 767px) {
  .section_title {
    font-size: 2rem;
  }
}

/* 下線タイトル */
.underline {
  position: relative;
  padding-bottom: 4.8rem;
}

@media (max-width: 767px) {
  .underline {
    padding-bottom: 2rem;
  }
}

.underline:after {
  position: absolute;
  content: "";
  background: #222222;
  height: 7px;
  border-radius: 10px;
  width: 9.2rem;
  left: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(-50%);
  bottom: 0;
}

@media (max-width: 767px) {
  .underline:after {
    height: 3px;
    width: 5.4rem;
  }
}

/* セクションテキスト */
.section_text {
  font-size: min(2vw, 3rem);
  text-align: center;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .section_text {
    font-size: 1.6rem;
  }
}

/* セクション※ */
.small-attention {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 3.3rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .small-attention {
    /* font-size: 1rem; */
    font-size: 2.8vw;
    line-height: 1.5;
    margin-top: 1rem;
  }
}

.red {
  color: #FF3030;
}

/* プラン */
.domestic {
  background: #00C3E2;
}

.overseas {
  background: #FFD60C;
}

/* ヘッダー */
.header {
  padding: 1rem;
}

.header .header-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.header .header-company {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

.header p {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  color: #707070;
  padding-top: 11px;
}

@media (max-width: 767px) {
  .header {
    padding: 1.6rem 1.5rem 1rem;
  }

  .header .header-company {
    display: flex;
    flex-flow: column;
    margin-top: 10px;
  }

  .header .header-company p {
   padding-top: 0;
  }
}

.header .header_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: unset;
}

.header-logo {
  width: 214px;
  margin-right: 33px;
}

@media (max-width: 767px) {
  .header-logo {
    width: 97px;
  }
}

.sonpo-logo {
  width: 137px;
}

@media (max-width: 767px) {
  .sonpo-logo {
    width: 61px;
  }
}

/* メインビジュアル */
.mv {
  position: relative;
}

.mv .mv_photo img {
  width: 100%;
}

.mv .example_img {
  position: absolute;
  z-index: 1;
  bottom: 4.06%;
  right: 8.7%;
  width: 21.98%;
}

@media (max-width: 767px) {
  .mv .example_img {
    width: 41.98%;
  }
}

/* トップ */
.top {
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.top-list {
  display: flex;
  justify-content: center;
  margin: 0.5% auto 0;
  max-width: 1200px;
}

.top-list li {
  width: 50%;
}

.top-list li:first-child {
  margin-right: 7.1%;
}

@media (max-width: 767px) {
  .top-list li:first-child {
    margin-right: 3%;
  }
}

.top-text {
  text-align: center;
}

.top-text span {
  display: inline-block;
  font-size: clamp(calc(23/1920 * 1200px), calc(23/1920 * 100vw), 23px);
  font-weight: 400;
  text-align: center;
  position: relative;
  padding: 0 0.5em;
}

.top-text span::before {
  content: "";
  width: 1px;
  height: 21px;
  background: #3F51B5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-30deg);
}

.top-text span::after {
  content: "";
  width: 1px;
  height: 21px;
  background: #3F51B5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}

@media (max-width: 767px) {
  .top-text span {
    font-size: 3.7vw;
  }
}

.top-box {
  width: 100%;
  display: block;
  max-width: 580px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  padding: 12px 0em 8px;
}

.top-box h2 {
  font-size: 4rem;
  margin: 0
}

@media (max-width: 767px) {
  .top-box h2 {
    font-size: 2rem;
  }
}

.top-box p {
  font-size: 3rem;
  padding-top: 10px;
  margin: 0
}

@media (max-width: 767px) {
  .top-box p {
    font-size: 1rem;
    padding-top: 5px;
    line-height: 1.2;
  }
}

.top-box p span {
  font-size: min(1vw, 2rem);
  font-size: clamp(calc(19/1920 * 1200px), calc(19/1920 * 100vw), 19px);
}

@media (max-width: 767px) {
  .top-box p span {
    display: block;
    font-size: 2.8vw;
  }
}

/* 実績 */
.actual {
  background: #FEFDDF;
  padding: 47px 0 0px;
  margin-top: 105px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .actual {
    margin-top: 10.6%;
  }
}

.actual-heading {
  font-size: min(2vw, 4rem);
  text-align: center;
  line-height: 2;
}

.actual-heading img {
  width: 26.7vw;
  max-width: 325px;
  margin: 0 0.3em;
  vertical-align: top;
}

@media (max-width: 767px) {
  .actual-heading {
    font-size: 1.6rem;
  }

  .actual-heading img {
    width: 210px;
  }
}

.actual-image {
  text-align: center;
  position: relative;
  padding: 1% 0 2%;
  margin-top: 2.6%;
}

.actual-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
  background: #fff;
  width: 120%;
  height: 100%;
}

.actual-image img {
  width: 37.5vw;
  max-width: 500px;
  position: relative;
}

@media screen and (max-width:767px) {
  .actual-image img {
    width: 57.5vw;
  }
}

.actual-notes {
  display: block;
  font-size: 2rem;
  line-height: 2.2;
  text-align: center;
  margin-top: 1em;
  position: relative;
}

@media (max-width: 767px) {
  .actual-notes {
    font-size: 2.5vw;
    margin-top: 2.8em;
  }
}

/* お客様の声 */
.voice {
  padding: 3.6em 0 82px;
  background: #FEFDDF;
}

@media screen and (max-width:767px) {
  .voice {
    padding-top: 2.7em;
  }
}

.voice-notes {
  font-size: min(2.1vw, 2rem);
  line-height: 2.2;
  text-align: center;
  color: #707070;
  font-weight: 500;
  padding-top: 1.7em;
}

@media screen and (max-width:767px) {
  .voice-notes {
    font-size: min(calc(10/480 * 100vw), calc(10/480 * 600px));
    text-align: left;
    padding-left: 2em;
    text-indent: -2em;
    width: 97%;
    margin: 0 auto;
  }
}

.voice-items {
  margin-top: 5.6%;
  padding: 0 2.5%;
}

@media screen and (max-width:767px) {
  .voice-items {
    padding: 0 0.2em;
  }
}

.voice-items li {
  display: flex;
  align-items: start;
}

@media screen and (max-width:767px) {
  .voice-items li:nth-child(n + 2) {
    margin-top: 1em;
  }

  .voice-items li:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .voice-items li:nth-child(2n) .voice-item-text p {
    margin-right: auto;
    margin-left: unset;
  }

  .voice-items li:nth-child(2n) .voice-item-text p::after {
    background: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/mysurance_cancel/images/voice2.png?20241206) no-repeat center center /100%;
    width: 7%;
    aspect-ratio: 45/48;
    left: unset;
    right: 0.1%;
    top: 30%;
    transform: translate(100%, -50%);
  }
}

.voice-item-image {
  width: 18%;
}

.voice-item-image p {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width:767px) {
  .voice-item-image p {
    font-size: min(calc(10/393 * 100vw), calc(10/393 * 600px));
  }
}

.voice-item-text {
  background: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/mysurance_cancel/images/vice-speech.png?20241206) no-repeat center center/100%;
  position: relative;
  width: 83%;
  aspect-ratio: 1609/364;
}

@media screen and (max-width:767px) {
  .voice-item-text {
    aspect-ratio: unset;
    padding: 0;
    background: none;
  }
}

.voice-item-text p {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  width: 87%;
  font-size: min(1.945vw, 1.9rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (max-width:767px) {
  .voice-item-text p {
    font-size: min(calc(12/393 * 100vw), calc(12/393 * 600px));
    position: relative;
    right: 0;
    margin-left: auto;
    width: 93%;
    transform: unset;
    border: 1px solid #707070;
    background: #fff;
    border-radius: 18px;
    box-shadow: 2px 2px 0 #000;
    padding: 1em;
  }

  .voice-item-text p::after {
    content: '';
    position: absolute;
    background: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/mysurance_cancel/images/voice1.png?20241206) no-repeat center center /100%;
    width: 6%;
    aspect-ratio: 41/51;
    left: 0.1%;
    top: 30%;
    transform: translate(-100%, -50%);
  }
}

.voice-bottom-text {
  font-size: min(2vw, 4rem);
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  padding-top: 2.3em;
}

@media screen and (max-width:767px) {
  .voice-bottom-text {
    font-size: min(calc(18/393 * 100vw), calc(18/393 * 600px));
  }
}


/* お悩み */
.worries {
  background: #DBFEFB;
  padding: 5.5rem 2rem 12.6rem;
  position: relative;
}

@media (max-width: 767px) {
  .worries {
    padding: 3.6rem 1rem 7rem;
  }
}

.worries::before {
  content: "";
  width: 100%;
  height: 14rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
}

@media (max-width: 767px) {
  .worries::before {
    height: 5.3rem;
  }
}

.worries::after {
  content: "";
  width: 100%;
  height: 14rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
  clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
}

@media (max-width: 767px) {
  .worries::after {
    height: 5.3rem;
  }
}

.worries .section_title {
  margin-bottom: 1.8rem;
}

@media (max-width: 767px) {
  .worries .section_title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .worries .section_text .marker-y {
    background: none;
  }
}

.worries .worries_list {
  margin-top: 8rem;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .worries .worries_list {
    margin-top: 4rem;
    padding: 0;
  }
}

.worries .worries_list li {
  background: #fff;
  max-width: 45.89%;
  width: 100%;
  border-radius: 1.6rem;
  padding: 2.9rem 0.8rem 15rem 3.4rem;
  margin-right: 8.21%;
  margin-bottom: 5.8rem;
  position: relative;
}

@media (max-width: 767px) {
  .worries .worries_list li {
    padding: 1.5rem;
    max-width: 77%;
    margin: 0 0 1rem auto;
  }
}

.worries .worries_list li p {
  font-size: 2rem;
  line-height: 2.2;
}

@media (max-width: 767px) {
  .worries .worries_list li p {
    font-size: 1.3rem;
  }
}

.worries .worries_list li::after {
  position: absolute;
  content: "";
  background-size: contain;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .worries .worries_list li::after {
    left: -31%;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
  }
}

.worries .worries_list li:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .worries .worries_list li:nth-child(2n) {
    margin: 0 auto 1rem 0;
  }
}

@media (max-width: 767px) {
  .worries .worries_list li:nth-child(2n)::after {
    right: -31%;
    left: inherit;
  }
}

.worries .worries_list li:nth-child(1)::after {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/mysurance_cancel/images/worries-1.png?20241206);
  width: 17.5rem;
  height: 18.1rem;
}

@media (max-width: 767px) {
  .worries .worries_list li:nth-child(1)::after {
    background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/mysurance_cancel/images/sp-worries-1.png?20241206);
    width: 7.9rem;
    height: 7.9rem;
  }
}

.worries .worries_list li:nth-child(2)::after {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/mysurance_cancel/images/worries-2.png?20241206);
  width: 19.5rem;
  height: 18.1rem;
}

@media (max-width: 767px) {
  .worries .worries_list li:nth-child(2)::after {
    background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/mysurance_cancel/images/sp-worries-2.png?20241206);
    width: 7.9rem;
    height: 7.9rem;
  }
}

.worries .worries_list li:nth-child(3)::after {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/mysurance_cancel/images/worries-3.png?20241206);
  width: 18.9rem;
  height: 19.4rem;
}

@media (max-width: 767px) {
  .worries .worries_list li:nth-child(3)::after {
    background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/mysurance_cancel/images/sp-worries-3.png?20241206);
    width: 7.9rem;
    height: 7.9rem;
  }
}

.worries .worries_list li:nth-child(4)::after {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/mysurance_cancel/images/worries-4.png?20241206);
  width: 20.7rem;
  height: 19.4rem;
}

@media (max-width: 767px) {
  .worries .worries_list li:nth-child(4)::after {
    background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/mysurance_cancel/images/sp-worries-4.png?20241206);
    width: 7.9rem;
    height: 7.9rem;
  }
}

.worries .bottom_text_wrapper {
  margin-top: 1.6rem;
  text-align: center;
}

@media (max-width: 767px) {
  .worries .bottom_text_wrapper .section_text {
    font-size: 1.4rem;
  }
}

.worries .bottom_text_wrapper .marker_wrapper {
  margin: 4.9rem auto 4.3rem;
}

@media (max-width: 767px) {
  .worries .bottom_text_wrapper .marker_wrapper {
    line-height: 1.2;
    margin: 2rem auto;
  }
}

.worries .bottom_text_wrapper .marker-y {
  font-size: 4rem;
}

@media (max-width: 767px) {
  .worries .bottom_text_wrapper .marker-y {
    font-size: 1.6rem;
  }
}

.feature {
  margin-top: 4.6%;
}

@media (min-width: 768px) {
  .feature .section_title {
    padding: 0 2rem;
  }
}

.feature .section_title img {
  width: 582px;
}

@media (max-width: 767px) {
  .feature .section_title img {
    width: 90%;
    /*width: 26.2rem;*/
  }
}

.feature .feature_title {
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .feature .feature_title {
    font-size: 2rem;
    flex-direction: row;
    align-items: flex-start;
  }
}

.feature .feature_title img {
  margin-right: 6.6rem;
}

@media (max-width: 767px) {
  .feature .feature_title img {
    margin-right: 1.2rem;
  }
}

.feature .feature_title small {
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .feature .feature_title small {
    font-size: 1rem;
  }
}

.feature .section_text {
  margin-top: 2.1rem;
}

@media (max-width: 767px) {
  .feature .section_text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

.feature .section_text small {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .feature .section_text small {
    font-size: 1rem;
  }
}

.feature .feature-1 {
  max-width: 107rem;
  margin: 3em auto 8rem;
  padding: 0 2rem;
}

@media (max-width: 767px) {
  .feature .feature-1 {
    margin-bottom: 6rem;
    margin-top: 50px;
    padding: 0 0.5rem;
  }
}

@media (max-width: 767px) {
  .feature .feature-1 .feature_title img {
    width: 1.2rem;
  }
}

.feature .feature-1 .point-1_img {
  margin-top: 9rem;
  margin-left: -5%;
  width: 110%;
}

@media screen and (max-width:1200px) {
  .feature .feature-1 .point-1_img {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .feature .feature-1 .point-1_img {
    margin-top: 2rem;
  }
}

.feature .feature-2 {
  padding-bottom: 7.1%;
  position: relative;
}

@media (max-width: 767px) {
  .feature .feature-2 {
    padding: 0 1rem 0;
  }
}

.feature .feature-2::before {
  content: "";
  width: 100%;
  height: 19rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
  display: none;
}

@media (max-width: 767px) {
  .feature .feature-2::before {
    height: 7.3rem;
  }
}

.feature .feature-2::after {
  content: "";
  width: 100%;
  height: 19rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
  clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
  display: none;
}

@media (max-width: 767px) {
  .feature .feature-2::after {
    height: 7.3rem;
  }
}

.feature-2-text {
  font-size: min(2.56vw, 3rem);
  line-height: 2;
  text-align: center;
  padding-top: 1.3em;
}

@media (max-width: 767px) {
  .feature-2-text {
    font-size: 4vw;
  }
}

.feature-2-content {
  margin-top: 3.75%;
}

.feature-2-content h4 {
  font-size: min(3.56vw, 3rem);
  font-weight: 900;
  color: #00496A;
  text-align: center;
  line-height: 5rem;
}

@media (max-width: 767px) {
  .feature-2-content h4 {
    font-size: 5.5vw;
    margin-top: 60px;
  }
}

.feature-2-content h4 div {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .feature-2-content h4 div {
    display: block;
  }
}

.feature-2-content h4 img {
  width: 45rem;
}

@media (max-width: 767px) {
  .feature-2-content h4 img {
    width: 30rem;
    display: block;
    margin: auto;
  }
}

.feature-2-content h4 span {
  background: #00496A;
  border-radius: 7px;
  color: #Fff;
  font-size: 1.5rem;
  margin: 0 6px;
  padding: 7px 10px;
}

.feature-2-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  margin: 43px auto 0;
}

@media screen and (max-width:767px) {
  .feature-2-items {
    flex-direction: column;
    margin: 17px auto 0;
    align-items: center;
    background: #E4F8FF;
    border-radius: 26px;
    padding: 0.6em 0;
  }
}

.feature-2-items li {
  width: 48%;
  background: #E4F8FF;
  border-radius: 26px;
  padding: 23px;
}

@media screen and (max-width:767px) {
  .feature-2-items li {
    width: 100%;
    padding: 0 0.45em;
  }
}

@media screen and (min-width:768px) {
  .feature-2-items li:nth-child(n + 3) {
    margin-top: 2.1em;
  }
}

@media screen and (max-width:767px) {
  .feature-2-items li:nth-child(n + 2) {
    margin-top: 0.2em;
  }
}

.feature-2-items li .box {
  background: #fff;
  border-radius: 26px;
  padding: 3.2em 1.8em;
  margin-top: 20px;
  aspect-ratio: 630/372;
}

@media screen and (max-width:767px) {
  .feature-2-items li .box {
    margin-top: 7px;
    padding: 0.8em 0.4em;
    aspect-ratio: unset;
    position: relative;
    border-radius: 19px;
  }
}

.feature-2-items li .box p {
  font-size: min(calc(14/768 * 100vw), 18px);
  line-height: 1.7;
}

@media screen and (max-width:767px) {
  .feature-2-items li .box p {
    font-size: min(calc(13/393 * 100vw), calc(13/393 * 600px));
  }
}

.feature-2-items li .box p:nth-child(n + 2) {
  padding-top: 1.1em;
}

@media screen and (max-width:767px) {
  .feature-2-items li .box p:nth-child(n + 2) {
    padding-top: 0.4em;
  }
}

.feature-2-items li .box span {
  text-align: left;
  margin-top: 1em;
}

.feature-2-items .box img {
  width: 49%;
  vertical-align: baseline;
  margin-right: 0.4em;
}

@media screen and (max-width:767px) {
  .feature-2-items .box img {
    margin: 0 0.1em;
  }
}

.feature-2-items .box img.feature2-text3 {
  width: 30%;
}

@media screen and (max-width:767px) {
  .feature-2-items .box img.feature2-text3 {
    width: 23%;
  }

}

@media screen and (max-width:1200px) {
  .feature-2-items .box .small-attention {
    white-space: unset;
  }
}

@media screen and (max-width:767px) {
  .feature-2-items .box .small-attention {
    width: 95%;
    bottom: 0.3em;
    line-height: 1.5;
  }
}

.feature-2-item-title {
  text-align: center;
}

@media screen and (max-width:767px) {
  .feature-2-item-title {
    text-align: left;
  }
}

.feature-2-item-title span {
  display: inline-block;
  font-size: min(2vw, 3rem);
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 0.2em 0em 0;
  background: #4297AC;
  border-radius: 24px;
  max-width: 100%;
  width: 403px;
}

@media screen and (max-width:767px) {
  .feature-2-item-title span {
    display: block;
    font-size: min(3.25vw, 2rem);
    border-radius: 1.8em;
    padding: 0.2em 1.5em;
    width: unset;
  }
}

.feature-2-bottom {
  margin-top: 4.1%;
  /*display: flex;*/
  display: none;
  justify-content: center;
}

.feature-2-bottom a {
  font-size: min(1.95vw, 2.6rem);
  line-height: 2;
  color: #fff;
  text-align: center;
  padding: 0.5em 1.1em;
  border-radius: 39px;
}

.feature-2-bottom a:first-child {
  margin-right: 2%;
}

@media screen and (max-width:767px) {
  .feature-2-bottom {
    display: block;
  }

  .feature-2-bottom a {
    display: block;
    font-size: 1.8rem;
    border-radius: 20px;
  }

  .feature-2-bottom a:first-child {
    margin-right: 0;
    margin-bottom: 3%;
  }
}

.feature .feature-3 {
  padding-bottom: 3.4rem;
}

@media (max-width: 767px) {
  .feature .feature-3 {
    margin-top: 5rem;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .feature .feature-3 .feature_title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .feature .feature-3 .feature_title img {
    width: 2.7rem;
  }
}

.feature .feature-3 .section_text {
  margin-bottom: 4.3rem;
}

@media (max-width: 767px) {
  .feature .feature-3 .section_text {
    margin-bottom: 8.4rem;
  }
}

.feature .feature-3 .bg-gray {
  background: #F5F5F5;
  background: linear-gradient(180deg, transparent 0%, transparent 5%, #f5f5f5 5%, #f5f5f5 100%);
  position: relative;
  padding-bottom: 4rem;
}

.feature .feature-3 .bg-gray::before {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 14.2rem 100vw 0 0;
  top: 5%;
  left: 0;
  content: "";
  height: 0;
  position: absolute;
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .feature .feature-3 .bg-gray::before {
    border-width: 3rem 100vw 0 0;
  }
}

.feature .feature-3 .bg-gray::after {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 14.2rem 100vw 0 0;
  bottom: 0;
  left: 0;
  content: "";
  height: 0;
  position: absolute;
}

@media (max-width: 767px) {
  .feature .feature-3 .bg-gray::after {
    border-width: 3rem 100vw 0 0;
  }
}

.feature .feature-3 .step_wrapper {
  max-width: 136rem;
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
  padding: 0 2rem;
}

.feature .feature-3 .step_wrapper:nth-child(n + 2) {
  margin-top: 4%;
}

@media screen and (max-width:767px) {
  .feature .feature-3 .step_wrapper:nth-child(n + 2) {
    margin-top: 8%;
  }
}

@media (min-width: 768px) {
  .feature .feature-3 .step_wrapper {
    padding-top: 6rem;
  }
}

.feature .feature-3 .step_wrapper .step_title {
  font-size: 4.1rem;
  text-align: center;
}

@media (max-width: 767px) {
  .feature .feature-3 .step_wrapper .step_title {
    font-size: 2.2rem;
  }
}

.feature .feature-3 .step_wrapper .step_list {
  margin: 3.4rem auto 0;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 100%;
  width: 890px;
}

@media (max-width: 767px) {
  .feature .feature-3 .step_wrapper .step_list {
    margin-top: 6.7rem;
    padding: 0 2rem;
    align-items: center;
  }
}

.feature .feature-3 .step_wrapper .step_list li {
  max-width: 37.8rem;
  width: 100%;
  margin-right: 8.68%;
}

@media (max-width: 767px) {
  .feature .feature-3 .step_wrapper .step_list li {
    margin-bottom: 6rem;
    margin-right: 0;
  }
}

.feature .feature-3 .step_wrapper .step_list li p {
  margin-top: 1.6rem;
  font-size: 2rem;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .feature .feature-3 .step_wrapper .step_list li p {
    font-size: 1.8rem;
    margin-top: 1.8rem;
  }
}

.feature .feature-3 .step_wrapper .step_list li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .feature .feature-3 .step_wrapper .step_list li:last-child {
    margin-bottom: 0;
  }
}

/* 見積り */
.estimate {
  margin-top: 105px;
  background: #DBFEFB;
  padding: 160px 0 6px;
}

@media screen and (max-width:767px) {
  .estimate {
    padding: 8.3% 0 60px;
    margin-top: 50px;
  }
}

.estimate .content_width {
  width: 70%;
}

@media screen and (max-width:767px) {
  .estimate .content_width {
    width: 600px;
    max-width: 100%;
    padding: 0 2%;
  }
}

.estimate-top {
  background: #fff;
  border-radius: 31px;
  padding: 1.7% 6.3% 10%;
  position: relative;
}

@media screen and (max-width:767px) {
  .estimate-top {
    padding: 1.7% 2.3% 8%;
  }
}

.estimate-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5vw min(24vw, 49rem);
  /*min(calc(131/1160 * 100vw), 131px) min(calc(500/1160  * 100vw), 500px) 0 min(calc(500/1160  * 100vw), 500px);*/
  border-color: #fff transparent transparent transparent;
}

@media screen and (max-width:767px) {
  .estimate-top::after {
    transform: translate(-50%, 93%);
  }
}

.estimate-top-text {
  margin-top: 5.4%;
  text-align: center;
  line-height: 2.2;
}

@media screen and (max-width:767px) {
  .estimate-top-text {
    margin-top: 8.4%;
    line-height: 1.3;
  }
}

.estimate-top-text p {
  font-size: min(3.77vw, 3.4rem);
  line-height: 1;
}

.estimate-top-text p:last-of-type {
  font-size: min(1.56vw, 3rem);
  margin-top: 1.5em;
}

@media screen and (max-width:767px) {
  .estimate-top-text p:last-of-type {
    font-size: min(calc(22/393 * 100vw), calc(22/393 * 600px));
    font-feature-settings: 'palt';
    margin-top: 0.4em;
  }
}

.estimate-top-text span {
  font-size: min(2.34vw, 4.5rem);
}

@media screen and (max-width:767px) {
  .estimate-top-text span {
    font-size: min(calc(14/393 * 100vw), calc(14/393 * 600px));
  }
}

.estimate-content {
  margin: 14.1% auto 0;
  padding: 1.9% 8.5% 3.5%;
  background: #fff;
  box-shadow: 6px 6px 0 #000;
  max-width: 98%;
  position: relative;
  z-index: 5;
}

@media screen and (max-width:767px) {
  .estimate-content {
    max-width: 100%;
    padding: 1.9% 0.2em 3.5%;
  }
}

.tab-btn {
  display: none;
}

.tab-list-wrap {
  display: flex;
  width: 900px;
  max-width: 100%;
  justify-content: space-between;
}

.tab-list-wrap li {
  width: 48%;
}

.tab-list {
  display: block;
  font-size: min(2.5vw, 2.8rem);
  color: #222;
  border: 1px solid #707070;
  width: 100%;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 29px;
}

@media screen and (max-width:767px) {
  .tab-list {
    padding: 0.7em 0;
    font-size: max(2.5vw, 1.4rem);
  }
}

.tab-content-wrap {
  margin-top: 3.3em;
}

@media screen and (max-width:767px) {
  .tab-content-wrap {
    margin-top: 1.2em;
  }
}

.tab-content {
  display: none;
}

.tab-content p {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 0.9em;
  font-feature-settings: 'palt';
}

@media screen and (max-width:767px) {
  .tab-content p {
    font-size: min(calc(12/393 * 100vw), calc(12/393 * 600px));
    line-height: 1.5;
  }
}

.tab-content span {
  display: block;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width:767px) {
  .tab-content span {
    font-size: min(calc(12/393 * 100vw), calc(12/393 * 600px));
  }
}

#tab-content2 {
  box-shadow: 0px 0px 20px #00BCBC;
  width: 108%;
  margin-left: -4%;
  border-radius: 15px;
  padding: 2em 1em 3.1em;
  margin-bottom: 2.7em;
}

@media screen and (max-width:767px) {
  #tab-content2 {
    width: 93%;
    margin: 0 auto 1em;
    padding: 1em 0.3em;
    box-shadow: 0px 0px 8px #00BCBC;
  }
}

.plan-wrap {
  display: flex;
  justify-content: center;
}

.plan-name {
  width: 160px;
  aspect-ratio: 160/38;
  border-radius: 5px;
  background-color: #00627B;
  color: #fff;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
  padding: 10px;
}

@media screen and (max-width:767px) {
  .plan-name {
    font-size: min(calc(15/393 * 100vw), calc(15/393 * 600px));
    width: 100%;
    margin-bottom: 1em;
  }
}

.plan-wrap li:nth-child(2) {
  margin-left: 2em;
}

@media screen and (max-width:767px) {
  .plan-wrap li:nth-child(2) {
    margin-left: 1em;
  }
}

.plan-wrap li:nth-child(2) .plan-name {
  background-color: #01C8E8;
}

.plan-wrap p {
  text-align: left;
}

.plan-wrap img {
  width: 108px;
  margin-right: 0.6em;
}

@media screen and (max-width:767px) {
  .plan-wrap img {
    width: 70%;
  }
}


#tab-btn1:checked~.tab-list-wrap #tab-list1,
#tab-btn2:checked~.tab-list-wrap #tab-list2 {
  background: #0099D2;
  border: 1px solid #0099D2;
  color: #fff;
}

#tab-btn1:checked~.tab-content-wrap #tab-content1,
#tab-btn2:checked~.tab-content-wrap #tab-content2 {
  display: block;
}

.estimate-input,
.estimate-input-select {
  margin-top: 0px;
  width: 840px;
  max-width: 100%;
  margin: 1em auto 2.4em;
}

@media screen and (max-width:767px) {

  .estimate-input,
  .estimate-input-select {
    margin: 0.5em auto 0;
  }
}

.estimate-input input,
.estimate-input-select select {
  width: 100%;
  max-width: 100%;
  border: 1px solid #989898;
  border-radius: 10px;
  font-size: 2rem;
  padding: 0.8em;
  line-height: 1.5em;
}

.estimate-input input::placeholder {
  color: #ACACAC;
}

.estimate-input-select {
  position: relative;
  margin-bottom: 40px;
}

.estimate-input-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/mysurance_cancel/images/icon-pulldown.png?20241206) no-repeat center center/contain;
  width: 20px;
  aspect-ratio: 1/1;
}

@media screen and (max-width:767px) {

  .estimate-input input,
  .estimate-input-select select {
    font-size: 1.4rem;
  }

  .estimate-input-select::after {
    width: 10px;
  }
}

.estimate-submit {
  text-align: center;
  margin: 40px 0 55px;
}

@media screen and (max-width:767px) {
  .estimate-submit {
    margin: 0.2em 0;
  }
}

.estimate-submit button {
  display: inline-block;
  font-size: 1.8rem;
  padding: 0.5em;
  border-radius: 45px;
  background: linear-gradient(to right, #00d7ff 0%, #bc68ff 100%);
  position: relative;
  width: 162px;
  height: 37px;
}

@media screen and (max-width:767px) {
  .estimate-submit button {
    font-size: min(calc(13/393 * 100vw), calc(13/393 * 600px));
    width: 140px;
    height: 40px;
    margin-top: 1em;
  }
}

.estimate-submit button::before {
  content: '';
  position: absolute;
  background: #fff;
  border-radius: 45px;
  width: 160px;
  height: 35px;
  left: 50%;
  top: 50%;
  top: 1px;
  left: 1px;
}

@media screen and (max-width:767px) {
  .estimate-submit button::before {
    width: 138px;
    height: 38px;
  }
}

.estimate-submit button span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width:767px) {
  .estimate-submit button span {
    font-size: 14px;
  }
}

.estimate-result p {
  font-size: min(3.25vw, 2.4rem);
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width:767px) {
  .estimate-result p {
    font-size: min(calc(18/393 * 100vw), calc(18/393 * 600px));
    margin-top: 1em;
  }
}

.estimate-result p .num {
  display: inline-block;
  line-height: 1;
  font-size: min(3.1vw, 6rem);
  background: linear-gradient(135deg, #4FACFE 0%, #00F2FE 100%);
  background: -webkit-linear-gradient(-45deg, #4FACFE 0%, #00F2FE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 0.25em;
}

@media screen and (max-width:767px) {
  .estimate-result p .num {
    font-size: 4rem;
  }
}

.estimate-bottom {
  text-align: center;
}

@media screen and (max-width:767px) {
  .estimate-btn {
    width: 50%;
    margin: 0 auto;
  }
}

.estimate-btn a {
  display: flex;
  font-size: min(3vw, 3rem);
  color: #fff;
  padding: 0;
  background: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/mysurance_cancel/images/btn-bg.png?20250916) no-repeat center center/100%;
  aspect-ratio: 816/156;
  width: 410px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .estimate-btn a {
    font-size: min(3.7vw, 1.7rem);
  }
}

.estimate-bottom-text {
  font-size: min(2.25vw, 2.4rem);
  line-height: 2;
  margin-top: 1.1em;
}

.estimate-bottom-text span {
  font-size: min(2vw, 2rem);
}

.estimate-bottom-text span.marker-y {
  font-size: unset;
}

@media screen and (max-width:767px) {
  .estimate-bottom-text p {
    font-size: min(calc(17/393 * 100vw), calc(17/393 * 600px));
  }

  .estimate-bottom-text p:nth-of-type(2),
  .estimate-bottom-text span {
    font-size: min(calc(10/393 * 100vw), calc(10/393 * 600px));
  }
}

.estimate-dec {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10vw 50vw 0 50vw;
  border-color: #DBFEFB transparent transparent transparent;
}

@media screen and (max-width:767px) {
  .estimate-dec {
    border-width: 23.3vw 50vw 0 50vw;
  }
}


/*  サポート */
.support {
  padding: 6.4rem 2rem 0;
}

@media (max-width: 767px) {
  .support {
    padding: 3.6rem 1rem;
  }
}

.support .section_title img {
  width: 86.2rem;
}

@media (max-width: 767px) {
  .support .section_title img {
    width: 27.6rem;
  }
}

.support .support_list {
  max-width: 175rem;
  margin: 4.8rem auto 0;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.support_list .flex {
  align-items: center;
}

@media (max-width: 767px) {
  .support_list .flex {
    flex-direction: row;
    justify-content: start;
  }
}

@media (max-width: 767px) {
  .support .support_list {
    margin-top: 3rem;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
    max-width: 100%;
    padding: 2.4rem 1.4rem 1.4rem 1.4rem;
    ;
  }
}

.support .support_list li {
  width: 32.43%;
  height: 152px;
  border: solid 3px #333333;
  margin-bottom: 2.4rem;
  margin-right: 1.21%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-left: 2.3em;
}

@media (max-width: 1200px) {
  .support .support_list li {
    padding-left: 0.5em;
  }
}

@media (max-width: 767px) {
  .support .support_list li {
    border: none;
    width: 100%;
    padding: 0;
    height: auto;
    aspect-ratio: unset;
    display: block;
  }
}

.support .support_list li img {
  width: 12.07%;
  margin-right: 1.1rem;
}

@media (max-width: 767px) {
  .support .support_list li img {
    width: 3.3rem;
  }
}

.support .support_list li p {
  font-size: min(calc(14/780 * 100vw), 18px);
  line-height: 1.6;
}

@media (max-width: 767px) {
  .support .support_list li p {
    font-size: 1.4rem;
  }
}

.support .support_list li span {
  display: block;
  font-size: 1.4rem;
  text-align: inherit;
  padding-top: 1em;
  width: 100%;
  position: absolute;
  bottom: 1vw;
}

@media (max-width: 767px) {
  .support .support_list li span {
    text-align: left;
    padding-left: 4.5rem;
    padding-top: 0;
    font-size: 0.9rem;
    position: static !important;
  }
}

.support .support_list li:nth-child(3n) {
  margin-right: 0;
}

.support .bottom_text_wrapper {
  margin: 1.8rem auto 8rem;
}

@media (max-width: 767px) {
  .support .bottom_text_wrapper {
    margin-bottom: 4.6rem;
  }
}

.support .bottom_text_wrapper .small-attention {
  margin: 0rem auto 1.7rem;
}

@media (max-width: 767px) {
  .support .bottom_text_wrapper .small-attention {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .support .bottom_text_wrapper .large {
    font-size: 2.2rem;
  }
}

.support .bottom_text_wrapper .sp-small {
  font-size: 1rem;
}

.support .bottom_text_wrapper .marker_wrapper {
  text-align: center;
  margin: 5.2rem auto 0;
}

@media (max-width: 767px) {
  .support .bottom_text_wrapper .marker_wrapper {
    margin-top: 2rem;
    line-height: 1.6;
  }
}

.support .bottom_text_wrapper .marker-y {
  font-size: 4rem;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .support .bottom_text_wrapper .marker-y {
    font-size: 2.4rem;
  }
}

.support .travel_illust {
  max-width: 106.3rem;
  width: 100%;
  margin: 0 auto;
  display: block;
}

/* 商品概要 */
.about {
  padding: 0 2rem;
}

@media (max-width: 767px) {
  .about {
    padding: 0 1rem;
  }
}

.about .about_text {
  font-size: 2rem;
  line-height: 2.2;
  text-align: center;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .about .about_text {
    font-size: 1.4rem;
  }
}

.about .about_item_wrapper {
  max-width: 126.8rem;
  margin: 5rem auto 0;
}

.about .about_item {
  margin-top: 5rem;
}

.about .about_item .about_title {
  background: #2697AC;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  display: inline-block;
  padding: 1.4rem;
  line-height: 1;
  text-align: center;
}

@media (min-width: 768px) {
  .about .about_item .about_title {
    min-width: 28rem;
  }
}

@media (max-width: 767px) {
  .about .about_item .about_title {
    font-size: 1.8rem;
    width: 79%;
    margin: 0 auto;
    display: block;
    padding: 1.3rem 0 0.9rem;
  }
}

.about .about_item .about_item_text {
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 3.2rem;
}

@media (max-width: 767px) {
  .about .about_item .about_item_text {
    font-size: 1.4rem;
    margin-top: 2.2rem;
  }
}

.about .about_table {
  margin-top: 3.6rem;
  border-collapse: separate;
  border-spacing: 0 6.5px;
}

@media (max-width: 767px) {
  .about .about_table {
    margin-top: 7.6rem;
  }
}

@media (max-width: 767px) {
  .about .about_table .no-item {
    display: none;
  }
}

.about .about_table .head-reason {
  color: #707070;
  background: #E9F5F7;
  font-size: 2rem;
  text-align: center;
  padding: 0.7rem 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .about .about_table .head-reason {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    padding: 0;
  }
}

.about .about_table .things {
  color: #707070;
  background: #E9F5F7;
  border-bottom: solid 1px #707070;
  padding: 1.2rem 2.2rem 0.8rem 3.3rem;
  position: relative;
}

@media (max-width: 767px) {
  .about .about_table .things {
    padding: 1rem 1rem;
    border-top: solid 1px #707070;
    border-bottom: none;
  }
}

.about .about_table .things::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 6.5px;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .about .about_table .things::after {
    top: 0;
    height: 4px;
  }
}

.about .about_table .things p {
  text-align: left;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .about .about_table .things p {
    font-size: 1.8rem;
  }
}

.about .about_table .things .reason-1 {
  margin-bottom: 3.5rem;
}

@media (max-width: 767px) {
  .about .about_table .things .reason-1 {
    margin-bottom: 0.5rem;
  }
}

.about .about_table .things .label_wrapper {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  margin-top: 1.2rem;
}

@media (max-width: 767px) {
  .about .about_table .things .label_wrapper {
    margin-top: 0;
  }
}

.about .about_table .things .label_wrapper .plan_label {
  font-size: 1.8rem;
  height: 3.8rem;
}

@media (max-width: 767px) {
  .about .about_table .things .label_wrapper .plan_label {
    font-size: 1.2rem;
    height: 2.4rem;
  }
}

.about .about_table .things .label_wrapper .simple {
  width: 15.8rem;
}

@media (max-width: 767px) {
  .about .about_table .things .label_wrapper .simple {
    width: 11.7rem;
  }
}

.about .about_table .things .label_wrapper .wide {
  width: 14.7rem;
}

@media (max-width: 767px) {
  .about .about_table .things .label_wrapper .wide {
    width: 11.7rem;
  }
}

.about .about_table td {
  padding: 2.2rem 7.4rem 1.1rem 10.4rem;
  border-bottom: solid 1px #707070;
}

@media (max-width: 767px) {
  .about .about_table td {
    padding: 1.5rem 0 1.5rem 2rem;
  }
}

.about .about_table td .reason_list li {
  font-size: 2rem;
  margin-bottom: 2rem;
  list-style-type: disc;
  padding-left: 3rem;
}

@media (max-width: 767px) {
  .about .about_table td .reason_list li {
    font-size: 1.4rem;
    padding-left: 0.5rem;
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 767px) {
  .about .about_table tr {
    display: flex;
    flex-direction: column;
  }
}

.about .about_table tr:last-of-type .things,
.about .about_table tr:last-of-type td {
  border: none;
}

.about .table-attention {
  font-size: 2rem;
  margin-top: 3.2rem;
  line-height: 2.2;
  display: block;
}

@media (max-width: 767px) {
  .about .table-attention {
    font-size: 1.4rem;
    margin-top: 0;
  }
}

.about .about_box {
  max-width: 135rem;
  margin: 13.7rem auto 0;
  background: linear-gradient(to right, #00d7ff 0%, #bc68ff 100%);
  padding: 2.3rem;
}

@media (max-width: 767px) {
  .about .about_box {
    margin-top: 5rem;
    padding: 0.8rem;
  }
}

.about .about_box .bg-white {
  background: #fff;
  padding: 7.7rem 5% 8.6rem;
}

@media (max-width: 767px) {
  .about .about_box .bg-white {
    padding: 4rem 1rem;
  }
}

.about .about_box .bg-white .about_box_title {
  font-size: min(2.3vw, 4rem);
  font-weight: 700;
  text-align: center;
  line-height: 2.2;
}

@media (max-width: 767px) {
  .about .about_box .bg-white .about_box_title {
    font-size: 1.4rem;
  }
}

.about .about_box .bg-white .check_list_wrapper {
  border-radius: 32px;
  background: #fff;
  border: 1px solid #707070;
  box-shadow: 6px 6px 0px #000;
  margin-top: 6.7rem;
  padding: 6.3rem 0 6.3rem 0;
}

@media (max-width: 767px) {
  .about .about_box .bg-white .check_list_wrapper {
    margin-top: 3.5rem;
    padding: 1.8rem 2rem 1.8rem 2rem;
  }
}

.about .about_box .bg-white .check_list {
  width: 74%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .about .about_box .bg-white .check_list {
    width: 100%;
  }
}

.about .about_box .bg-white .check_list li {
  font-size: 2.4rem;
  margin-bottom: 1.7rem;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .about .about_box .bg-white .check_list li {
    font-size: 1.4rem;
  }
}

.about .about_box .bg-white .check_list li:last-child {
  margin-bottom: 0;
}

.about .about_box .bg-white .check_list li img {
  width: 3.5rem;
  margin-right: 1.9rem;
}

@media (max-width: 767px) {
  .about .about_box .bg-white .check_list li img {
    width: 2rem;
    margin-right: 1rem;
    padding-top: 0.6rem;
  }
}

.about .about_box .bg-white .section_text {
  margin-top: 7rem;
}

@media (max-width: 767px) {
  .about .about_box .bg-white .section_text {
    margin-top: 5rem;
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .about .about_box .bg-white .section_text .logo-cansel {
    display: none;
  }
}

@media (max-width: 767px) {
  .about .about_box .bg-white .section_text .logo-cansel {
    width: 21.7rem;
    vertical-align: top;
  }
}

.about .about_box .attention_box {
  border: 3px solid #f77;
  border-radius: 32px;
  text-align: center;
  padding: 4rem;
  margin-top: 4.4rem;
}

@media (max-width: 767px) {
  .about .about_box .attention_box {
    padding: 1.2rem 0.5rem 2rem;
    margin-top: 4rem;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
  }
}

.about .about_box .attention_box .attention_title {
  font-size: 3.6rem;
}

@media (max-width: 767px) {
  .about .about_box .attention_box .attention_title {
    font-size: 1.6rem;
  }
}

.about .about_box .attention_box .attention_title img {
  width: 5.3rem;
  margin-right: 1.8rem;
}

@media (max-width: 767px) {
  .about .about_box .attention_box .attention_title img {
    width: 2rem;
    vertical-align: middle;
  }
}

.about .about_box .attention_box .red {
  color: #FF3636;
  font-size: min(2.73vw, 3.4rem);
  line-height: 2.2058823529;
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .about .about_box .attention_box .red {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
}

.about .about_box .attention_box .attention_text {
  font-size: min(2vw, 3rem);
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .about .about_box .attention_box .attention_text {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
}

.about .about_box .attention_box .attention_text small {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .about .about_box .attention_box .attention_text small {
    font-size: 1rem;
  }
}

.about-note {
  text-align: center;
  margin: 3em 0 3.6em;
  font-size: 18px;
}

@media (max-width: 767px) {
  .about-note {
    font-size: 10px;
  }
}

.about-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1062px;
  margin: 5% auto 0;
}

.about-btn-wrap li {
  width: 49%;
}

@media (max-width: 767px) {
  .about-btn-wrap {
    display: block;
  }

  .about-btn-wrap li {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }

  .about-btn-wrap li:first-child {
    margin-bottom: 15px;
  }
}

.about-btn {
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  border-radius: 6px;
}

.about-btn h2 {
  font-size: min(1.8vw, 2rem);
}

.about-btn h2 span {
  font-size: min(3vw, 3rem);
}

.about-btn p {
  font-size: min(2vw, 3.8rem);
  line-height: 1.2;
}

.about-btn p span {
  font-size: min(1.5vw, 2rem);
  display: block;
}

@media (max-width: 767px) {
  .about-btn h2 {
    font-size: 1.4rem;
  }

  .about-btn h2 span {
    font-size: 2rem;
  }

  .about-btn p {
    font-size: 1.9rem;
  }

  .about-btn p span {
    font-size: 1.4rem;
  }
}

/* よくあるご質問 */
.faq {
  margin-top: 13rem;
  position: relative;
  padding-bottom: 6.5rem;
}

@media (max-width: 767px) {
  .faq {
    padding: 0 1rem;
    margin-top: 5rem;
  }
}

.faq .faq_width {
  max-width: 122rem;
  margin: 0 auto;
  padding: 0 2rem;
}

@media (max-width: 767px) {
  .faq .faq_width {
    width: 100%;
    padding: 0;
  }
}

.faq .faq_width .section_title {
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 7.7rem;
}

@media (max-width: 767px) {
  .faq .faq_width .section_title {
    font-size: 2.4rem;
    margin-bottom: 2.7rem;
  }
}

.faq .faq_width .faq_wrapper {
  padding: 2.5rem 0;
  background: #fff;
  border: 1px solid #707070;
  box-shadow: 0px 4px 1px rgba(0, 229, 255, 0.4);
  border-radius: 19px;
  margin-bottom: 3.6rem;
}

@media (max-width: 767px) {
  .faq .faq_width .faq_wrapper {
    padding: 1.3rem 0;
    border-radius: 9px;
    margin-bottom: 1.6rem;
  }
}

.faq .faq_width .faq_wrapper .question {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  padding-left: 2.4rem;
}

@media (max-width: 767px) {
  .faq .faq_width .faq_wrapper .question {
    align-items: flex-start;
  }
}

.faq .faq_width .faq_wrapper .question:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 2px;
  background: #707070;
  right: 5.9rem;
  bottom: 50%;
  top: 50%;
  transform: rotate(40deg);
}

@media (max-width: 767px) {
  .faq .faq_width .faq_wrapper .question:before {
    width: 10px;
    height: 1px;
    right: 2.5rem;
  }
}

.faq .faq_width .faq_wrapper .question:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 2px;
  background: #707070;
  right: 5.1rem;
  bottom: 50%;
  top: 50%;
  transform: rotate(-40deg);
}

@media (max-width: 767px) {
  .faq .faq_width .faq_wrapper .question:after {
    width: 10px;
    height: 1px;
    right: 1.7rem;
  }
}

.faq .faq_width .faq_wrapper .question .icon_q {
  width: 2.7rem;
}

@media (max-width: 767px) {
  .faq .faq_width .faq_wrapper .question .icon_q {
    width: 1.3rem;
    padding-top: 0.7rem;
  }
}

.faq .faq_width .faq_wrapper .question .question_title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-left: 1.5rem;
  font-weight: 500;
  padding-right: 5rem;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}

@media (max-width: 767px) {
  .faq .faq_width .faq_wrapper .question .question_title {
    font-size: 1.4rem;
    padding-right: 4rem;
  }
}

.faq .faq_width .faq_wrapper .question.open:before {
  transform: rotate(140deg);
}

.faq .faq_width .faq_wrapper .question.open:after {
  transform: rotate(-140deg);
}

.faq .faq_width .faq_wrapper .answer {
  display: none;
  padding-top: 1.8rem;
}

.faq .faq_width .faq_wrapper .answer .answer_flex {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .faq .faq_width .faq_wrapper .answer .answer_flex {
    align-items: flex-start;
  }
}

.faq .faq_width .faq_wrapper .answer .icon_a {
  width: 8rem;
}

@media (max-width: 767px) {
  .faq .faq_width .faq_wrapper .answer .icon_a {
    width: 7.7rem;
  }
}

.faq .faq_width .faq_wrapper .answer p {
  font-size: 2.3rem;
  line-height: 2;
  padding: 1rem 3rem;
}

@media (max-width: 767px) {
  .faq .faq_width .faq_wrapper .answer p {
    font-size: 1.4rem;
    padding: 0rem 2rem;
  }
}

.faq .faq_link {
  text-align: center;
  font-size: 2rem;
  margin-top: 9.5rem;
}

@media (max-width: 767px) {
  .faq .faq_link {
    font-size: 1.2rem;
    margin-top: 4rem;
  }
}

.faq .faq_link a {
  text-decoration: underline;
}

.faq .faq_number {
  font-size: 1.8rem;
  text-align: right;
  margin-top: 15.7rem;
  padding-right: 10.7rem;
}

@media (max-width: 767px) {
  .faq .faq_number {
    font-size: 1rem;
    padding-right: 0;
    margin-top: 5.7rem;
    margin-bottom: 1rem;
  }
}

.footer {
  background: #191919;
  padding: 5.4rem 0;
  text-align: center;
}

@media (max-width: 767px) {
  .footer {
    padding: 1rem 0;
    display: flex;
    justify-content: center;
  }
}

.footer .footer_logo {
  max-width: 31.2rem;
  width: 100%;
}

@media (max-width: 767px) {
  .footer .footer_logo {
    max-width: 10.1rem;
  }
}

@media (max-width: 768px) {
  .agency-logo-area.active {
    font-size: 10px;
  }

  .agency-logo-area .agency-logo img {
    max-width: 150px;
    margin: auto;
    padding: 3vw;
  }
}

/* 全体のレイアウト */
.support1 {
  padding: 9.8rem 2rem 0;
}

/* テキストスタイル */
.support-text {
  background: linear-gradient(to right, #00d7ff, #bc68ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  font-size: 20.25px;
  font-weight: 600;
  line-height: 1.4;
}

.small-attention {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}

.estimate-input .inputError {
  color: #f4333c;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

/* 代理店ロゴ */
.agency-logo-area {
  display: none;
  text-align: center;
}

.agency-logo-area.active {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.agency-logo-area .agency-logo {
  margin-left: 20px;
}

.agency-logo-area .agency-logo img {
  width: auto;
}

/* 音声アイテム */
.voice-item-text_l {
  background: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/mysurance_cancel/images/vice-speech_large.png?20241206) no-repeat center center / 100%;
  position: relative;
  width: 83%;
  aspect-ratio: 1609 / 474;
}

.voice-item-text_l p {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  width: 87%;
  font-size: min(1.945vw, 1.9rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.voice-items li {
  display: flex;
  align-items: center;
}

/* ステップアイコン */
.step_icon img {
  transform: scale(0.4) translateY(-50%);
  display: block;
  margin: 0 auto;
  width: auto;
}

/* 特徴セクション */
.feature .feature-3 .step_wrapper .step_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.feature .feature-3 .step_wrapper .step_list li p {
  margin-bottom: 3.6rem;
  font-size: 2.4rem;
  line-height: 1.25;
  text-align: center;
  position: relative;
}

.feature .feature-3 .step_wrapper .step_list li .step_arrow.pc-only {
  position: absolute;
  right: -20%;
  top: 75%;
  transform: translateY(-50%);
}

/* メインビジュアル */
.image-container.pc-only {
  position: relative;
}

.text-block {
  position: absolute;
  top: 10%;
  left: 2%;
}

.travel-companion {
  font-size: clamp(20px, 2.09vw, 23px); ;
  line-height: 2.0;
  color: white;
  box-decoration-break: clone;
}

.travel-companion span {
  background-color: rgba(128, 128, 128, 0.7);
  color: white;
  padding: 5px 10px;
  box-decoration-break: clone;
  display: inline;
}

.insurance-info {
  margin-top: 5%;
  font-size: clamp(11px, 4.09vw, 45px);
  font-weight: bold;
  line-height: 1.6;
  color: white;
  box-decoration-break: clone;
}

.insurance-info span {
  background-color: rgba(128, 128, 128, 0.7);
  color: white;
  padding: 10px 10px 0px;
  box-decoration-break: clone;
  display: inline;
}

.insurance-limit {
  font-size: clamp(10px, 1.36vw, 15px);
}

.final-note-background {
  margin-top: 5%;
  position: relative;
  display: inline-block;
}

.final-note-background::before {
  content: "";
  background-color: rgb(255 255 255 / 70%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: blur(5px);
}

.final-note {
  font-size: clamp(16px, 3.63vw, 40px);
  line-height: 1.7;
  background: linear-gradient(to right, #00d7ff, #bc68ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-weight: bold;
  position: relative;
}

.small-text {
  font-size: 15px;
  background-color: transparent !important;
  padding: 0 !important;
}

/* 詳細ビューボタン */
.view-domestic-detail {
  margin: auto;
  width: 40rem;
  font-size: 2.5rem;
  color: #fff;
}

.view-domestic-detail .button {
  align-items: center;
  background: linear-gradient(to right, rgb(26, 147, 170), rgb(105, 50, 143));
  border-color: rgb(243, 243, 243);
  border-radius: 2vw;
  border-style: solid;
  border-width: 0;
  display: flex;
  height: 40px;
  justify-content: center;
}

/* メディアクエリ */
@media print,
screen and (max-width: 768px) {
  .support-text {
    font-size: 18.22px;
    line-height: 1.5;
  }

  .agency-logo-area.active {
    display: block;
  }

  .agency-logo-area .agency-logo {
    margin: 5px auto;
  }

  .image-container.sp-only {
    position: relative;
  }

  .travel-companion {
    font-size: 11px;
    line-height: 2;
  }

  .insurance-info {
    font-size: 16px;
    line-height: 2;
  }

  .insurance-info span,
  .travel-companion span {
    padding: 2px 5px 1px;
  }

  .insurance-limit {
    font-size: 10px;
  }

  .final-note {
    font-size: 16px;
    line-height: 1.4;
    background: linear-gradient(to right, #00d7ff, #bc68ff);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }

  .small-text {
    font-size: 10px;
  }

  .step_arrow.sp-only img {
    width: 70%;
    height: auto;
  }

  .feature .feature-3 .step_wrapper .step_list li p {
    font-size: 1.4rem;
  }

  .feature .feature-3 .step_wrapper .step_list li .step_arrow.sp-only {
    position: absolute;
    top: 108%;
  }

  .feature-2-items .box img.feature2-text3 {
    width: 36%;
  }

  .about .about_box .bg-white .check_list li img {
    padding-top: 0rem;
  }

  .view-domestic-detail {
    width: 55vw;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .small-attention {
    font-size: 1rem;
    margin-top: 1rem;
  }

  .voice-item-text_l {
    background: none;
  }

  .voice-item-text_l p {
    font-size: min(calc(12 / 393 * 100vw), calc(12 / 393 * 600px));
    position: relative;
    right: 0;
    top: 0%;
    margin-left: auto;
    width: 93%;
    transform: unset;
    border: 1px solid #707070;
    background: #fff;
    border-radius: 18px;
    box-shadow: 2px 2px 0 #000;
    padding: 1em;
  }

  .voice-items li:nth-child(2n) .voice-item-text_l p {
    margin-right: auto;
    margin-left: unset;
  }

  .voice-items li:nth-child(2n) .voice-item-text_l p::after,
  .voice-item-text_l p::after {
    content: '';
    position: absolute;
    background: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/mysurance_cancel/images/voice2.png?20241206) no-repeat center center / 100%;
    width: 7%;
    aspect-ratio: 45 / 48;
    left: 0.1%;
    top: 30%;
    transform: translate(-100%, -50%) rotate(180deg);
  }
}

/*footer*/
footer .footer-primary {
  background-color: #f2f3f0;
}

footer .footer-inr {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 50px 20px;
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 200;
}

footer .footer-txt {
  margin-top: 16px;
}

footer .footer-info {
  text-align: left;
}

footer .footer-cknum {
  text-align: right;
  margin-top: 20px;
}

footer .footer__copyrightWrap {
  background-color: #c02;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

footer .footer__copyright {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 14px;
}

@media (max-width: 767px) {
  footer .footer-inr {
    padding: 30px 10px 20px;
    font-size: 10px;
    line-height: 1.7;
    font-weight: 200;
  }

  footer .footer__copyright {
    font-size: 10px;
  }
}

.t-info {
  background: #FFEBEB;
}

.t-info-inr {
  max-width: 1000px;
  margin: 0 auto;
  text-align:left;
  padding: 25px 10px;
  line-height: 1;
  font-weight: 400;
}
.t-info-flex {
  display: flex;
  align-items: center;
}

.t-info-top {
  color: #333;
  font-size: 18px;
  padding-right: 10px;
  font-weight: bold;
}

.t-info-txt {
  padding-left: 15px;
  border-left: 1px solid #BDC1C4;
}

.t-info-ttl {
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}

.t-info-sub {
  color: #333;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.t-info-date {
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
}

.t-info-list {
  color: #333;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  list-style-type: disc;
  line-height: 1.5;
  padding: 0 1.5rem;
  max-width: 740px;
}

.t-info-list .t-info-list-left {
  flex: 1 1 30%;
  list-style-type: disc;
}

.t-info-list .t-info-list-right {
  flex: 1 1 64%;
  list-style-type: disc;
}

.t-info-note {
  font-size: 12px;
}

@media (max-width: 822px) {
  .t-info-flex {
    display: block;
  }

  .t-info-inr {
    line-height: 1.5;
  }

  .t-info-top {
    text-align: center;
    border-bottom: 1px solid #BDC1C4;
    width: 5em;
    margin: 0 auto 10px;
    padding-right: 0;
  }

  .t-info-ttl {
    font-size: 14px;
  }

  .t-info-sub {
    font-size: 14px;
  }

  .t-info-date {
    font-size: 14px;
  }

  .t-info-list {
    font-size: 14px;
  }

  .t-info-txt {
    padding-left: 0px;
    border-left: 0px solid #BDC1C4;
  }

  .t-info-list {
    display: block;
  }
}
