html {
    font-size: 10px;
  }
body {
  margin: 0;
  background-color: #fff;
  color: #333333;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; 
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

h2 span,
h3 span,
h4 span {
  display: inline-block;
}
.spbr {
  display: none;
}
    
/*-- header --*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #222960;
  box-shadow: 0 0 5px #33333399;
}
.header_inner {
  width: 100%;
  max-width: 1180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 16px 20px;
}
.header_left {
  display: flex;
  align-items: center;
}
.header_logo {
  max-width: 281px;
}
.header h1 {
  margin-left: 30px;
}
.header h1 a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: calc(27 / 16);
  color: #ffffff;
}
.header_right_top {
  display: flex;
  align-items: center;
}
.label {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #222960;
  padding: 10px;
  height: fit-content;
  background-color: #FFE272;
  border-radius: 4px;
  margin-right: 10px;
}
.header_right_top div {
  width: 284px;
}
.header_right_bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_right_bottom div {
  width: 17px;
  margin-right: 7px;
}
.header_right_bottom .time {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  letter-spacing: calc(15px * 0.08);
  color: #ffffff;
}

main {
  margin-top: 105px;
}

.fv {
  width: 100%;
  background: url(../images/img_fv_bg02.jpg) no-repeat center center;
  background-size: cover;
  padding: ;
}
.fv .wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: auto;
}
.fv .image-left {

}
.fv .image-right {
  max-width: 410px;
  align-self: flex-end;
}



.first .wrapper {
  background: url(../images/img_first_bg01.jpg) no-repeat center center;
  background-size: cover;
  padding: 110px 0 160px;
  position: relative;
}
.first .title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #222960;
}
.first ul {
  margin: 70px auto 0;
  max-width: 500px;
}
.first ul li {
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  margin-top: 40px;
  padding-left: 2em;
  position: relative;
}
.first ul li:first-of-type {
  margin-top: 0;
}
.first ul li::before {
  position: absolute;
  top: -6px;
  left: 0;
  content: '';
  width: 1.6em;
  height: 1.38em;
  background: url(../images/img_check_icon.png) no-repeat;
  background-size: contain;
}
.first .icon-box {
  max-width: 376px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.second {
  width: 100%;
  padding-bottom: 100px;
}
.second .wrapper {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 150px 0 115px;
}
.second .bubble {
  font-family: fot-chiaro-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  width: fit-content;
  text-align: center;
  margin: auto;
  position: relative;
  padding: 0 1em;
}
.second .bubble::before,
.second .bubble::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 32px;
  height: 1px;
  background-color: #333333;
}
.second .bubble::before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.second .bubble::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.second .title {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  color: #222960;
  margin-top: 20px;
}
.second .container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 920px;
  padding: 0 10px;
  margin: 70px auto 0;
  column-gap: 20px;
}
.second .desc {
  max-width: 481px;
  line-height: calc(40 / 16);
}
.second .image-box {
  width: 100%;
  max-width: 333px;
}
.second .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; /* そのままでもOK。整列変えたいなら start でも */
  gap: 40px 2%;                  /* 行間40px / 横方向は2%のすき間 */
  padding: 40px 0;               /* ← 上下40pxの余白は親に付ける */
  box-sizing: border-box;
}
.second .card {
  flex: 0 1 30%;                 /* だいたい30%で3枚並び → 4枚目は自動で改行 */
  max-width: 278px;
  background: #fff;              /* シャドウを見やすく */
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.second .card a {
  display: block;
}

.second .card .plan-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
  background: linear-gradient(#0076CC, #59A0D5);
}

.second .card .jumokuso-box .plan-box {
  background: linear-gradient(#0d850f, #77c179);
}

.second .plan-name {
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.second .card .carsol-box {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
}
.second .card .carsol-box::after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-top: 1px solid #0076CC;
  border-right: 1px solid #0076CC;
  -webkit-transform: rotate(45deg);
  top: calc(50% - 2px);
  left: calc(50% - 2px);
  transform: rotate(45deg);
}
.second .card-box {
  width: 100%;
}
.second .card-image {
  width: 100%;
  line-height: 0;
}

.call-message {
  font-size: 32px;
  font-weight: 600;
  color: #1C83C9;
  text-align: center;
  line-height: 1.2;
  margin-top: 90px;
  position: relative;
}
.call-message span {
  display: inline-block;
}
.call-message::before {
  position: absolute;
  content: '';
  bottom: -60px;
	left: 50%;
	width: 1.125em;
	height: 1.125em;
	border-top: 2px solid #1C83C9;
	border-right: 2px solid #1C83C9;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg) translateX(50%);
  animation: arrowmove1 1s ease-in-out infinite;
}
.call-message::after {
  position: absolute;
  content: '';
  bottom: -80px;
	left: 50%;
	width: 1.125em;
	height: 1.125em;
	border-top: 2px solid #1C83C9;
	border-right: 2px solid #1C83C9;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg) translateX(50%);
  animation: arrowmove2 1s ease-in-out infinite;
}
@keyframes arrowmove1 {
  0% {bottom: -60px;}
  50% {bottom: -70px;}
 100% {bottom: -60px;}
}
@keyframes arrowmove2 {
  0% {bottom: -80px;}
  50% {bottom: -90px;}
 100% {bottom: -80px;}
}

.contact {
  width: 100%;
  background-color: #222960;
  padding: 80px 0;
}
.contact .wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin: auto;
  padding: 0 10px;
}
.contact .circle {
  width: 196px;
  height: 196px;
  border-radius: 50%;
  background-color: #1C83C9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact .circle p {
  font-size: 27px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.contact .circle p span.big {
  display: inline-block;
  font-size: 37px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #FFE272;
  margin: 0.3em 0;
}
.contact .circle p span.medium {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.05em;
  color: #ffffff;
}
.contact .circle p span.small {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.09em;
  color: #ffffff;
}
.contact .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px;
}
.contact h2 {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}
.contact h2 span {
  color: #FFE272;
  margin-right: 0.5em;
}
.contact .container a {
  display: inline-block;
  max-width: 554px;
}
.contact .inner {
  display: flex;
  justify-content: center;
  border-top: 0.5px solid #ffffff;
  border-bottom: 0.5px solid #ffffff;
  padding: 8px 0;
}
.contact .inner div {
  width: 23px;
  margin-right: 11px;
}
.contact .time {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  color: #ffffff;
}

.third {
  width: 100%;
  background-color: #f5f5f5;
  padding: 160px 0 220px;
}
.third .wrapper {
  max-width: 900px;
  margin: auto;
  padding: 0 10px;
}
.third .title {
  font-size: 34px;
  font-weight: 600;
  color: #222960;
  letter-spacing: 0.05em;
  line-height: calc(50 / 34);
  text-align: center;
}
.third .cards {
  width: 100%;
  margin-top: 60px;
}
.third .card {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #222960;
  border-radius: 19px;
  padding: 50px;
  margin-top: 100px;
}
.third .card:first-of-type {
  margin-top: 0;
}
.third .card-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
  background-color: #222960;
  padding: 13px 0;
}

.third h3.card-title.jumokuso {
  background-color: #0d850f;
}

.third .card-title span {
  color: #FFE272;
}
.third .container {
  display: flex;
  column-gap: 55px;
  margin-top: 30px;
}
.third .image-box {
  width: 53.6%;
  max-width: 429px;
}
.third .price-box {
  width: calc(46.4% - 55px);
}
.third .plan {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.third .price {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
.third .price span {
  font-size: 90px;
  letter-spacing: -0.03em;
  color: #1C83C9;
}

.third p.price.jumokuso span {
  color: #0d850f;
}

.third .annotation {
  font-size: 18px;
  font-weight: 600;
  color: #E11D52;
  text-align: center;
  padding: 12px 0;
  margin-top: 25px;
  border: 1px solid #E11D52;
}

p.annotation.jumokuso {
  margin-top: 10px;
}


.third .desc-list {
  width: 100%;
  margin-top: 40px;
}
.third .desc {
  font-size: 18px;
  line-height: calc(40 / 18);
}
.third .desc:first-of-type {
  margin-top: 0;
}
.third .desc::before {
  display: inline-block;
  content: '';
  width: 0.55em;
  height: 0.55em;
  background-color: #1C83C9;
  margin-right: 0.55em;
}

.third .desc.jumokuso::before {
  background-color: #0d850f;
}

.third .card.kobetsu .price {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.third  .card.kobetsu .price span {
  font-size: 55px;
  letter-spacing: 0;
  color: #1C83C9;
}
.third  .card.kobetsu .price span.mark {
  font-size: 33px;
  color: #333333;
}
.third .card.kobetsu .option-name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
.third .card.kobetsu .option-price {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 9px;
}
.third .card.kobetsu .option-price span {
  font-size: 34px;
  font-weight: 500;
  color: #1C83C9;
  letter-spacing: 0;
}
.third .card.ippan .message {
  font-size: 20px;
  font-weight: 600;
  color: #222960;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  margin-top: 30px;
}
.third .card.ippan .message span {
  display: inline-block;
}
.third .card.ippan .message span.underline {
  background: linear-gradient(transparent 0%, transparent 64%, #FFE272 65%, #FFE272 100% );
}
.third .card.ippan .container {
  display: flex;
  column-gap: 38px;
}
.third .card.ippan .image-box {
  max-width: 272px;
}
.third .card.ippan .price-box {
  width: calc(66% - 38px);
}
.third .point {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #1C83C9;
  padding: 12px 0;
  border: 1px solid #1C83C9;
  border-radius: 24px;
}
.third .card.ippan .plan {
  letter-spacing: 0.05em;
  margin-top: 30px;
}
.third .card.ippan .price {
  margin-top: 4px;
}
.third .annotation-box {
  margin-top: 20px;
}
.third .card.ippan .annotation {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(30 / 16);
  color: #333333;
  text-align: start;
  border: none;
  padding: 0;
  margin-top: 0;
}
.third .card.ippan .container:not(first-of-type) {
  margin-top: 50px;
}
.third .card.pet {
  background-color: #E8F3FA;
}
.third .card.pet .container {
  column-gap: 40px;
}
.third .card.pet .image-box {
  max-width: 400px;
}
.third .card.pet .price-box {
  width: calc(50% - 40px);
}
.third .description {
  letter-spacing: 0.03em;
  line-height: 2;
}
.third .card.pet .price {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  color: #333333;
  display: flex;
  align-items: baseline;
  margin-left: 32px;
}
.third .card.pet .price span.middle {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.05em;
  align-self: center;
}
.third .card.pet .price span {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: 0;
}

.fourth {
  width: 100%;
  background: url(../images/img_fourth_bg01.png) repeat;
  background-size: contain;
  padding: 200px 0 180px;
}
.fourth .wrapper {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0 10px;
}
.fourth .title {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  color: #222960;
}
.fourth .container {
  width: 100%;
  height: 262px;
  margin: 80px auto 0;
  padding: 30px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .16);
  background-color: #fdfdfd;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.fourth .container:not(:first-of-type) {
  margin: 120px auto 0;
}
.fourth .container:not(:last-of-type)::before {
  position: absolute;
  content: '';
  bottom: -30px;
	left: 50%;
	width: 36px;
	height: 36px;
	border-top: 2px solid #1C83C9;
	border-right: 2px solid #1C83C9;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg) translateX(50%);
}
.fourth .container:not(:last-of-type)::after {
  position: absolute;
  content: '';
  bottom: -50px;
	left: 50%;
	width: 36px;
	height: 36px;
	border-top: 2px solid #1C83C9;
	border-right: 2px solid #1C83C9;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg) translateX(50%);
}
.fourth .image-box {
  width: 43.4%;
  position: absolute;
  top: -26px;
  left: -20px;
}
.fourth .number {
  position: absolute;
  top: -26px;
  left: -20px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #1C83C9;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.fourth .flow-box {
  width: 56.6%;
  max-width: 510px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fourth .title-box {
  width: 100%;
}
.fourth .flow-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  width: 100%;
  padding: 8px 0;
  background-color: #222960;
}
.fourth .flow-box p {
  font-size: 19px;
  font-weight: 600;
  margin-top: 20px;
}
.fourth .flow-box p span {
  display: inline-block;
}
.fourth .flow-box p span.big {
  font-size: 24px;
  font-weight: 600;
  color: #EA7A03;
}
.fourth .flow-box a {
  display: inline-block;
  max-width: 345px;
  margin-top: 6px;
}
.fourth .flow-box .time {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #333333;
  margin-top: 6px;
}
.fourth .flow-box p.p-18 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(31 / 18);
  text-align: start;
  color: #333333;
  padding-left: 18px;
  margin-top: 20px;
}


.fifth {
  padding: 200px 0 250px;
}
.fifth .wrapper {
  max-width: 940px;
  margin: auto;
  padding: 0 20px;
}
.fifth .title {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #222960;
  text-align: center;
}
.fifth .container {
  width: 100%;
  border: 1px solid #222960;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 60px;
}
.fifth .container:last-of-type {
  padding-bottom: 67px;
}
.fifth .question-box {
  background-color: #222960;
  padding: 15px 42px;
  display: flex;
  align-items: center;
}
.fifth .icon {
  font-size: 24px;
  font-weight: 900;
  color: #222960;
  text-transform: uppercase;
  width: 38px;
  height: 38px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fifth .question {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  margin-left: 12px;
}
.fifth .answer-box {
  background-color: #ffffff;
  padding: 33px 40px 40px 40px;
  height: max-content;
}
.fifth .answer {
  font-size: 18px;
  line-height: calc(30 / 18);
}
.fifth .answer a {
  text-decoration: underline;
}
.fifth .answer.m-t30 {
  margin-top: 30px;
}
.fifth .image-box {
  display: flex;
  justify-content: space-around;
  column-gap: 20px;
  padding-left: 40px;
  max-width: 782px;
}
/* Google Map */
.fifth .googlemap {
  position: relative;
  width: 90%;
  height: 0;
  padding-top: 52%;
  margin-top: 50px;
  margin-left: 40px;
}
.fifth .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fifth .address {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 15px;
}

.sixth {
  width: 100%;
  background-color: #F5F5F5;
  padding: 120px 0 100px;
}
.sixth .title {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #222960;
  text-align: center;
}
.sixth .wrapper {
  max-width: 900px;
  margin: 80px auto 0;
  background-color: #FFFFFF;
  border: 1px solid #222960;
  border-radius: 19px;
  padding: 50px 50px 120px;
}
.sixth .subtitle {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 13px 10px;
  background-color: #222960;
}
.sixth .navigation {
  letter-spacing: 0.07em;
  line-height: calc(40 / 16);
  width: 100%;
  margin-top: 30px;
}
/* Google Map */
.sixth .googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 52%;
  margin-top: 50px;
}
.sixth .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sixth .address {
  text-align: center;
  margin-top: 10px;
}
.sixth h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1C83C9;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #222960;
  border-radius: 19px;
  width: 100%;
  padding: 12px 0;
  margin-top: 80px;
}
.sixth .desc {
  font-size: 18px;
  line-height: calc(40 / 18);
  margin-top: 26px;
}
.sixth .annotation {
  letter-spacing: 0.05em;
  text-align: end;
  margin-top: 23px;
}

/*-- footer --*/
.footer {
  width: 100%;
  padding: 90px 0 35px;
  background-color: #ECF4FD;
}
.footer .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}
.footer .name {
  font-size: 43px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #222960;
}
.footer .phone {
  display: flex;
  align-items: baseline;
  margin-top: 24px;
}
.footer .phone span {
  font-size: 26px;
  letter-spacing: 0.02em;
  color: #222960;
  text-transform: uppercase;
}
.footer .phone a {
  font-size: 35px;
  letter-spacing: 0.02em;
  color: #222960;
}
.footer .time {
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #222960;
  margin-top: 20px;
}
.footer .small {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #222960;
  text-align: center;
  margin-top: 90px;
}

/*-- privacy --*/
.content .privacy {
  width: 70%;
  margin: 180px auto 100px;
  letter-spacing: 0;
}
.content .privacy > * {
  line-height: 1.85;
}
.content .privacy h2 {
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 24px;
  line-height: 1.5;
}