@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}

.text-main {
  color: #000055;
}

.text-red {
  color: #cc0000;
}

.text-gray {
  color: #949494;
}

.text-light-gray {
  color: #f1f1f1;
}

.text-black {
  color: #000000;
}

.text-white {
  color: #ffffff;
}

.bg-main {
  background-color: #000055;
}

.bg-red {
  background-color: #cc0000;
}

.bg-gray {
  background-color: #dcdcdc;
}

.bg-light-gray {
  background-color: #f1f1f1;
}

.bg-dark-gray {
  background-color: #949494;
}

.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #ffffff;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.hidden-pc {
  display: none;
}

a {
  color: #000055;
}

/* main */
main {
  width: calc(100% - 300px);
}
main .index-top {
  position: relative;
  width: 100%;
}
main .index-top img {
  width: 100%;
}
main .index-heading {
  padding: 10rem 0;
  text-align: center;
  font-size: 2rem;
  background-image: url("img/main_title_bg.png");
  background-position: center bottom;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
main .index-heading.visible {
  opacity: 1;
  animation: moveBackground 1s ease-out forwards;
}
@keyframes moveBackground {
  0% {
    background-position: center 100%;
  }
  100% {
    background-position: center center;
  }
}
main .index-section-white {
  color: #000055;
  background-color: #ffffff;
  padding: 50px;
  position: relative;
}
main .index-section-white .animonItem {
  display: block;
  margin-bottom: 2rem;
}
main .index-section-white .index-section-white-detail h2 {
  color: #ffffff;
  margin-bottom: 2rem;
  background-color: #000055;
  font-weight: normal;
  padding: 0.5rem;
  border-bottom: solid 3px #cc0000;
}
main .index-section-white .index-section-white-detail .index-columns {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .index-section-white .index-section-white-detail .index-column {
  background-color: #000055;
  padding: 2rem;
  width: calc(50% - 1.5rem);
}
main .index-section-white .index-section-white-detail .index-column-header {
  background-color: #ffffff;
  color: #000055;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  display: block;
  text-align: center;
}
main .index-section-white .index-section-white-detail .index-column-content {
  text-align: center;
}
main .index-section-white .index-section-white-detail .index-column-content .column-title {
  color: #ffffff;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 2rem;
}
main .index-section-white .index-section-white-detail .index-column-content .btn-more {
  margin: auto;
}
main .index-section-white .index-section-white-detail p {
  margin: 2rem 2rem 2rem 0;
  line-height: 2;
}
main .index-section-white .index-section-white-detail .btn-more {
  border-color: #cc0000;
}
main .index-section-blue {
  color: #ffffff;
  background-color: #000055;
  padding: 50px;
  position: relative;
}
main .index-section-blue .animonItem {
  margin-bottom: 2rem;
}
main .index-section-blue .index-section-blue-detail {
  flex: 1;
}
main .index-section-blue .index-section-blue-detail h2 {
  color: #000055;
  margin-bottom: 2rem;
  background-color: #ffffff;
  font-weight: normal;
  padding: 0.5rem;
  border-bottom: solid 3px #cc0000;
}
main .index-section-blue .index-section-blue-detail .index-columns {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .index-section-blue .index-section-blue-detail .index-column {
  background-color: #ffffff;
  padding: 2rem 2rem 5rem;
  position: relative;
  width: calc(50% - 1.5rem);
}
main .index-section-blue .index-section-blue-detail .index-column-header {
  background-color: #000055;
  color: #ffffff;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  display: block;
  text-align: center;
}
main .index-section-blue .index-section-blue-detail .index-column-content {
  text-align: center;
}
main .index-section-blue .index-section-blue-detail .index-column-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  text-align: left;
}
main .index-section-blue .index-section-blue-detail .index-column-content ul li {
  color: #000055;
  font-size: 1.5rem;
  padding-left: 1.5rem;
  line-height: 1.5;
}
main .index-section-blue .index-section-blue-detail .index-column-content ul li small {
  display: block;
}
main .index-section-blue .index-section-blue-detail .index-column-content ul li::before {
  content: "⬤";
  color: #000055;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
}
main .index-section-blue .index-section-blue-detail .index-column-content ul li br {
  margin-top: 0.3rem;
}
main .index-section-blue .index-section-blue-detail .btn-more {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  border-color: #cc0000;
}
main .index-section-blue p {
  margin: 2rem auto;
  line-height: 2;
  text-align: left;
  max-width: 900px;
}
main .index-section-gray {
  background-color: #f1f1f1;
  padding: 50px;
}
main .index-section-gray ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
main .index-section-gray ul li {
  text-align: left;
  font-size: 0.9rem;
  line-height: 2;
}
main .index-section-gray ul li::before {
  content: "●";
  color: #000000;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
}
main .index-image-right {
  margin-bottom: 3rem;
}
main .btn-more {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  width: 15rem;
  position: relative;
  text-align: left;
}
main .btn-more::after {
  content: "▶";
  display: block;
  animation: sway 1s ease-in-out infinite;
}
main .btn-more.btn-white {
  color: #000055;
  background-color: #ffffff;
  border: solid 1px #000055;
}
main .btn-more.btn-blue {
  color: #ffffff;
  background-color: #000055;
  border: solid 1px #ffffff;
  margin-left: 2rem;
}
main .btn-more.btn-red {
  background-color: #cc0000;
  color: #ffffff;
}
main .btn-more.btn-yellow {
  background-color: #ffcc00;
  color: #000055;
}
main .btn-more.btn-lightyellow {
  background-color: #ffe066;
  color: #000055;
}
main .btn-more.btn-border-red {
  color: #000055;
  background-color: #ffffff;
  border: solid 1px #cc0000;
}
main .btn-anime {
  position: relative;
  text-decoration: none;
}
main .btn-anime::after {
  content: "▶";
  color: #ffffff;
  display: block;
  animation: sway 1s ease-in-out infinite;
  position: absolute;
  bottom: 20px;
  right: 80px;
}
main .btn-anime2 {
  position: relative;
  text-decoration: none;
}
main .btn-anime2::after {
  content: "▶";
  color: #ffffff;
  display: block;
  animation: sway 1s ease-in-out infinite;
  position: absolute;
  bottom: 20px;
  right: 110px;
}
main .index-company {
  color: #ffffff;
  background-color: #000055;
  width: 100%;
  position: relative;
  padding-bottom: 150px;
  min-height: 860px;
}
main .index-company video {
  margin: 5rem 0 0 5rem;
  width: calc(100% - 5rem);
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 35px 0 0 35px;
}
main .index-company .company-wrapper {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 2;
}
main .index-company .company-wrapper h2 {
  display: inline-block;
  width: auto;
  background-color: #ffffff;
  padding: 3rem 4rem 4rem 3rem;
  border-radius: 0 20px 20px 0;
}
main .index-company .cacth-copy {
  display: inline-block;
  color: #000055;
  background-color: #ffffff;
  font-size: 1.2rem;
  padding: 1rem 1rem 1rem 4rem;
  margin: 3rem 0;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
main .index-company .cacth-copy + hr {
  visibility: hidden;
  margin-top: 1rem;
}
main .index-company .company-text {
  display: inline-block;
  color: #ffffff;
  background-color: #000055;
  padding: 1rem 1rem 1rem 4rem;
}
main .index-company .company-text + hr {
  visibility: hidden;
  margin-top: 0.5rem;
}
main .index-company .text-center {
  margin: 3rem 0;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
}
main .index-news {
  color: #000055;
  background-color: #f1f1f1;
  padding: 50px 0 5rem;
}
main .index-news h2 {
  text-align: center;
}
main .index-news .news-swiper {
  background-color: #f1f1f1;
  margin-bottom: 2rem;
  text-align: left;
}
main .index-news .news-swiper .swiper-wrapper .swiper-slide {
  color: #ffffff;
  background-color: #000055;
  height: auto;
}
main .index-news .news-swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
  background-color: #949494;
}
main .index-news .news-swiper .swiper-wrapper .swiper-slide .swiper-slide-item {
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  display: block;
}
main .index-news .news-swiper .swiper-wrapper .swiper-slide .swiper-slide-item time {
  display: block;
  font-size: 1.5rem;
  line-height: 0.8;
  margin: 1rem 1rem 0;
}
main .index-news .news-swiper .swiper-wrapper .swiper-slide .swiper-slide-item time::first-letter {
  color: #cc0000;
}
main .index-news .news-swiper .swiper-wrapper .swiper-slide .swiper-slide-item time small {
  font-size: 1rem;
}
main .index-news .news-swiper .swiper-wrapper .swiper-slide .swiper-slide-item h3 {
  font-size: 0.9rem;
  font-weight: normal;
  margin: 0.5rem 1rem 0;
}
main .index-news .news-swiper .swiper-wrapper .swiper-slide .swiper-slide-item h3 a {
  color: #ffffff;
  text-decoration: none;
}
main .index-news .news-swiper .swiper-wrapper .swiper-slide .swiper-slide-item p {
  margin-top: 1rem;
  font-size: 0.8rem;
  margin: 1rem;
}
main .index-news .btn-more {
  border-color: #cc0000;
}
main .page-header {
  background-color: #000055;
  padding: 2rem 4rem 4rem;
}
main .page-blue-heading {
  background-color: #000055;
  text-align: center;
  padding: 5rem 0;
}
main .page-section {
  padding: 5rem;
  max-width: 1094px;
  margin: 0 auto;
}
main .page-section h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: normal;
}
main .page-section h3 img {
  width: 100%;
}
main .page-section .first-red-heading {
  font-size: 4rem;
  font-weight: normal;
  letter-spacing: 0.5rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
main .page-section .first-red-heading::first-letter {
  color: #cc0000;
}
main .page-section > p {
  font-size: 1rem;
  line-height: 2.5;
  margin: 2rem auto;
}
main .page-section > p.life-text {
  font-size: 1.5rem;
  line-height: 2.5;
}
main .page-section > p a {
  color: #cc0000;
  text-decoration: underline;
}
main .page-section > p strong {
  color: #cc0000;
  font-weight: normal;
}
main .page-section .features {
  margin: 0 auto 5rem;
  list-style: none;
}
main .page-section .features li {
  font-size: 1rem;
  color: #000055;
  border-bottom: solid 2px #000055;
  align-items: center;
  position: relative;
  padding: 2rem 0 2rem 120px;
}
main .page-section .features li strong {
  color: #cc0000;
  font-weight: normal;
  display: inline;
}
main .page-section .features li:nth-child(2n) {
  background-color: #ffffff;
}
main .page-section .features li:nth-child(2n+1) {
  background-color: #f1f1f1;
}
main .page-section .features li:before {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-45%);
}
main .page-section .features li:nth-child(1):before {
  content: url(img/features01.png);
}
main .page-section .features li:nth-child(2):before {
  content: url(img/features02.png);
}
main .page-section .features li:nth-child(3):before {
  content: url(img/features03.png);
}
main .page-section .features li:nth-child(4):before {
  content: url(img/features04.png);
}
main .page-section .features li:nth-child(5):before {
  content: url(img/features05.png);
}
main .page-section .points {
  margin: 0 auto 5rem;
  list-style: none;
}
main .page-section .points li {
  font-size: 1rem;
  color: #000055;
  border-bottom: solid 2px #000055;
  align-items: center;
  position: relative;
  padding: 2rem 1rem 2rem 140px;
}
main .page-section .points li a {
  color: #cc0000;
}
main .page-section .points li:nth-child(2n) {
  background-color: #ffffff;
}
main .page-section .points li:nth-child(2n+1) {
  background-color: #f1f1f1;
}
main .page-section .points li:before {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-40%);
}
main .page-section .points li:nth-child(1):before {
  content: url(img/point01.png);
}
main .page-section .points li:nth-child(2):before {
  content: url(img/point02.png);
}
main .page-section .points li:nth-child(3):before {
  content: url(img/point03.png);
}
main .page-section .btn-center {
  text-align: center;
}
main .page-section .btn-center .btn-more {
  text-align: left;
  width: 20rem;
  margin: auto;
}
main .page-section .red-border-heading {
  color: #ffffff;
  margin-bottom: 2rem;
  background-color: #000055;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 0.5rem;
  border-bottom: solid 3px #cc0000;
  text-align: center;
}
main .page-section .yellow-border-heading {
  color: #ffffff;
  margin-bottom: 2rem;
  background-color: #000055;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 0.5rem;
  border-bottom: solid 3px #ffcc00;
  text-align: center;
}
main .page-section > h4 {
  font-size: 1.2rem;
  border-top: solid 1px #000055;
  border-bottom: solid 1px #000055;
  padding: 1rem 0;
  text-align: center;
  margin: 5rem auto 0;
}
main .page-section h5 {
  color: #cc0000;
  font-size: 1.2rem;
  background-color: #f1f1f1;
  border-left: solid 10px #000055;
  margin-top: 3rem;
  padding: 0 1rem;
  height: 5rem;
  display: flex;
  align-items: center;
}
main .page-section h5 strong {
  color: #ffffff;
  background-color: #cc0000;
  margin-left: 1rem;
  padding: 0 0.2rem;
}
main .page-section .policy-heading {
  color: #000055;
  font-size: 1.2rem;
  background-color: #f1f1f1;
  border-left: solid 10px #000055;
  margin-top: 3rem;
  padding: 0 1rem;
  height: 5rem;
  display: flex;
  align-items: center;
}
main .page-section .policy-heading-small {
  font-size: 1rem;
  font-weight: normal;
  border: 0;
  border-bottom: solid 1px #000055;
  line-height: 2;
  padding: 0;
  text-align: left;
  height: auto;
  background-color: initial;
  color: #000055;
}
main .page-section .large-text {
  font-size: 2rem;
  text-align: center;
  margin: 3rem 0;
  max-width: initial;
  line-height: initial;
}
main .page-section .policy-list {
  margin: 0 auto;
}
main .page-section .policy-list li {
  margin: 0 0 1rem 1rem;
}
main .page-section .company-list {
  list-style: none;
  margin: 0 auto 5rem;
}
main .page-section .company-list li {
  margin-bottom: 1rem;
}
main .page-section .heading-bluegray {
  font-size: 1.2rem;
  font-weight: normal;
  color: #ffffff;
  border: 0;
  padding: 0.5rem;
  text-align: left;
  background-color: #8080aa;
}
main .page-section .insurance-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}
main .page-section .insurance-table th, main .page-section .insurance-table td {
  border: solid 1px #000055;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
main .page-section .insurance-table th {
  background-color: #f1f1f1;
  font-weight: normal;
}
main .page-section .insurance-table td:has(dl) {
  padding-right: 0;
  padding-top: 1rem;
}
main .page-section .insurance-table td dl {
  margin: 1rem 0 0 1rem;
  line-height: 2;
}
main .page-section .insurance-table td dl dt {
  border-bottom: solid 1px #000055;
}
main .page-section .policy-note {
  line-height: initial;
}
main .page-section .card {
  margin-bottom: 5rem;
}
main .page-section .card .card-header {
  background-color: #8080aa;
  color: #ffffff;
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
}
main .page-section .card .card-body {
  background-color: #f1f1f1;
  text-align: center;
  padding: 2rem 0;
}
main .page-section .card .card-body.btn-more {
  width: auto;
}
main .page-section .school-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 1rem 0;
}
main .page-section .school-list li {
  width: 30%;
  padding: 1rem 1rem;
  text-align: left;
}
main .page-section .school-list li a {
  width: 100%;
}
main .page-section .ins-info {
  text-align: center;
}
main .page-section .ins-info dt {
  border-bottom: solid 1px #000055;
  padding: 0.5rem 0;
}
main .page-section .ins-info dd {
  margin-bottom: 1rem;
  padding: 0.5rem 0;
}
main .page-section .guide-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
main .page-section .guide-info .guide-info-left {
  width: 380px;
  text-align: center;
}
main .page-section .guide-info .guide-info-left h4 {
  text-align: left;
  font-size: 1.1rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
main .page-section .guide-info .guide-info-left h4::before {
  content: "⬤";
  color: #000055;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
}
main .page-section .guide-info .guide-info-left img {
  margin-bottom: 2rem;
}
main .page-section .guide-info .guide-info-left .process-list {
  list-style: none;
  width: 100%;
}
main .page-section .guide-info .guide-info-left .process-list li {
  margin-bottom: 1rem;
  text-align: left;
  padding: 0 2rem;
}
main .page-section .guide-info .guide-info-left .process-list li a {
  width: 100%;
}
main .page-section .guide-info .guide-info-left p {
  margin: 2rem auto;
}
main .page-section .guide-info .guide-info-left .card .btn-more {
  border-color: #cc0000;
}
main .page-section .guide-info .guide-info-right {
  text-align: center;
}
main .page-section .medical-insurance-list {
  list-style: none;
  width: 20rem;
  margin: 0 auto;
}
main .page-section .medical-insurance-list li {
  font-size: 1.5rem;
  text-align: center;
  text-align: left;
  line-height: 1.5;
}
main .page-section .medical-insurance-list li small {
  display: block;
}
main .page-section .medical-insurance-list li::before {
  content: "⬤";
  color: #000055;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
}
main .page-section .small {
  font-size: 0.9rem;
}
main .page-section .list-supplement {
  text-align: center;
  margin-bottom: 5rem;
}
main .page-section .inquiry-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
main .page-section .inquiry-buttons .btn-more {
  width: 20rem;
}
main .page-section .inquiry-buttons .btn-more.btn-white {
  border-color: #cc0000;
}
main .page-section .insurance-payout {
  margin: 0 auto;
}
main .page-section .insurance-payout h6 {
  color: #ffffff;
  background-color: #8080aa;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0.5rem;
}
main .page-section .insurance-payout .example-heading {
  display: block;
  border-bottom: solid 1px #000055;
  margin: 1rem 0;
  line-height: 2;
}
main .page-section .insurance-payout .example-box {
  background-color: #f1f1f1;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}
main .page-section .insurance-payout .example-box p {
  background-color: #ffffff;
  padding: 1rem 2rem;
  margin-top: 1rem;
}
main .page-section .insurance-coverage-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}
main .page-section .insurance-coverage-table th, main .page-section .insurance-coverage-table td {
  border: solid 1px #000055;
  font-weight: normal;
  padding: 0.5rem 0;
  text-align: center;
}
main .page-section .insurance-coverage-table thead {
  background-color: #f1f1f1;
}
main .page-section .insurance-coverage-table tfoot td {
  border: 0;
}
main .page-section.page-property {
  padding-left: 0;
}
main .page-section.page-property .property-message {
  display: flex;
  gap: 5rem;
}
main .page-section.page-property .property-message p {
  font-size: 1.2rem;
  line-height: 3;
}
main .page-section.page-property .property-message .property-list {
  list-style-type: none;
  counter-reset: item;
  margin: 3rem 0;
}
main .page-section.page-property .property-message .property-list li {
  display: flex;
  justify-content: space-between;
  counter-increment: item;
  border-top: solid 1px #000055;
  margin-bottom: 5rem;
}
main .page-section.page-property .property-message .property-list li span {
  display: block;
  padding: 2rem;
  width: 100%;
  font-size: 1.2rem;
  font-weight: normal;
}
main .page-section.page-property .property-message .property-list li::before {
  content: counter(item, decimal-leading-zero);
  color: #ffffff;
  background-color: #000055;
  padding: 2rem;
  font-size: 4rem;
}
main .page-section.page-property .property-message .property-list li:nth-child(2n)::before {
  content: "";
  padding: 0;
}
main .page-section.page-property .property-message .property-list li:nth-child(2n)::after {
  content: counter(item, decimal-leading-zero);
  color: #ffffff;
  background-color: #000055;
  padding: 2rem;
  font-size: 4rem;
}
main .feature .feature-header {
  position: relative;
}
main .feature .feature-header .feature-title {
  position: absolute;
  left: 0;
  bottom: 0;
}
main .feature .feature-header .feature-title-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
main .feature .feature-header .feature-bg {
  width: 100%;
  display: block;
}
main .feature > p {
  padding: 5rem 5rem calc(5rem + 50px);
  font-size: 1.2rem;
  line-height: 2;
}
main .button-link {
  padding: 5rem 5rem calc(5rem + 50px);
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
main .alternately-list {
  padding: 5rem 0;
}
main .alternately-list li {
  display: flex;
  margin-bottom: 2rem;
}
main .alternately-list li .list-title {
  background-color: #000055;
  color: #ffffff;
  width: 178px;
  padding: 2rem;
  font-size: 2rem;
  text-align: right;
}
main .alternately-list li .list-title span {
  writing-mode: vertical-rl;
}
main .alternately-list li .list-detail {
  background-color: #ffffff;
  color: #000055;
  width: calc(90% - 178px);
  border-radius: 0 16px 16px 0;
  padding: 3rem;
}
main .alternately-list li .list-detail h3 {
  font-size: 1.5rem;
}
main .alternately-list li .list-detail p {
  margin: 2rem 0;
  color: #000000;
  font-size: 1.2rem;
  line-height: 2;
}
main .alternately-list li:nth-child(2n) {
  flex-direction: row-reverse;
}
main .alternately-list li:nth-child(2n) .list-title {
  text-align: left;
}
main .alternately-list li:nth-child(2n) .list-detail {
  border-radius: 16px 0 0 16px;
}
main .company-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .company-info div {
  width: 48%;
}
main .company-info div dt {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: solid 1px #000055;
  padding-bottom: 1rem;
}
main .company-info div dt::first-letter {
  color: #cc0000;
}
main .company-info div dd {
  padding: 2rem;
  font-weight: bold;
  font-size: 1.5rem;
}
main .company-info div dd ul {
  list-style: none;
}
main .company-info div dd ul li {
  position: relative;
  padding-left: 1.1rem;
}
main .company-info div dd ul li::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #000055;
  border-radius: 50%;
}
main .timeline {
  position: relative;
  margin: 0 auto;
}
main .timeline .timeline-item {
  padding: 30px 0;
  position: relative;
  display: flex;
  align-items: center;
}
main .timeline .date {
  padding: 2rem 1rem 2rem 0;
  border-right: solid 2px #000055;
}
main .timeline .date .year {
  display: block;
  font-size: 4.5rem;
}
main .timeline .date .year::first-letter {
  color: #cc0000;
}
main .timeline .date .month-day {
  display: block;
  font-size: 2rem;
}
main .timeline .date .era {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
}
main .timeline .content {
  flex: 1;
  position: relative;
  padding-left: 80px;
  font-size: 1.2rem;
  /* 矢印のスタイリング */
}
main .timeline .content .arrow {
  position: absolute;
  height: 2px;
  background-color: #000;
  left: 0;
  top: 50%;
  width: 60px;
  /* 矢印の先端（三角形） */
}
main .timeline .content .arrow::after {
  content: "";
  position: absolute;
  right: -6px;
  top: -3px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #000;
}
main .timeline .content .description {
  margin: 0;
  line-height: 1.5;
}
main .timeline .content dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
main .timeline .content dl dt {
  text-align: right;
  width: 5.5rem;
}
main .timeline .content dl dd {
  width: calc(100% - 6.5rem);
}
main .office-list {
  list-style: none;
}
main .office-list li .office-name {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: solid 1px #000055;
}
main .office-list li .office-name::first-letter {
  color: #cc0000;
}
main .office-list li .office-detail {
  display: flex;
  padding: 2rem;
  justify-content: space-between;
}
main .office-list li .office-detail div:first-child {
  width: 32rem;
}
main .office-list li .office-detail .office-map {
  flex: 1;
  text-align: center;
}
main .office-list li .office-detail .office-map iframe {
  width: 320px;
  height: 320px;
}
main .office-list li ul {
  list-style-type: disc;
  list-style-position: inside;
}
main .news-buttons ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
main .news-buttons ul li {
  width: 19%;
}
main .news-buttons ul li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  border: solid 1px #000055;
  border-radius: 25px;
  padding: 1rem 0.5rem;
  text-decoration: none;
}
main div.pagination {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 1rem 0;
}
main div.pagination .page-text {
  font-size: 0.8rem;
}
main div.pagination .nav-links {
  display: flex;
  gap: 0.5rem;
}
main div.pagination .nav-links .page-numbers {
  color: #ffffff;
  background-color: #000055;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  border-radius: 50%;
  text-decoration: none;
  border: solid 1px #000055;
}
main div.pagination .nav-links .page-numbers.current {
  color: #000055;
  background-color: #dcdcdc;
}
main .news-list {
  list-style: none;
}
main .news-list li {
  background-color: #000055;
}
main .news-list li:nth-child(2n) {
  background-color: #949494;
}
main .news-list li a {
  display: flex;
  margin-bottom: 1rem;
  color: #ffffff;
  gap: 2rem;
  text-decoration: none;
  align-items: center;
  padding: 1rem 0.5rem;
}
main .news-list li a .news-info {
  padding: 1rem;
}
main .news-list li a .news-info .news-date {
  font-size: 2rem;
  display: block;
  white-space: nowrap;
  line-height: 0.6;
}
main .news-list li a .news-info .news-date::first-letter {
  color: #cc0000;
}
main .news-list li a .news-info .news-date small {
  font-size: 1rem;
}
main .news-list li a h3 {
  font-size: 1rem;
  font-weight: normal;
  padding: 1rem;
  white-space: nowrap;
  margin: 0;
  text-align: left;
}
main .news-article {
  border: solid 1px #000055;
  padding: 2rem;
}
main .news-article img {
  display: block;
  margin: 0 auto 3rem;
}
main .news-article .article-main header {
  background-color: #000055;
  color: #ffffff;
  display: flex;
  padding: 1rem;
  align-items: center;
  gap: 5rem;
}
main .news-article .article-main header .article-date {
  font-size: 2rem;
  display: block;
  white-space: nowrap;
}
main .news-article .article-main header .article-date::first-letter {
  color: #cc0000;
}
main .news-article .article-main header .article-year {
  display: block;
}
main .news-article .article-main header h3 {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
main .news-article .article-main .article {
  border: solid 1px #000055;
  padding: 3rem;
}
main .news-article .article-main p {
  font-size: 0.9rem;
  line-height: 2;
}
main .page-privacy p {
  font-size: 1rem;
  margin: 1rem 0;
}
main .page-privacy p.first-letter-red::first-letter {
  color: #cc0000;
}
main .page-privacy h3 {
  font-size: 1.5rem;
  border-bottom: solid 1px #000055;
  padding-bottom: 0.5rem;
  margin-top: 3rem;
}
main .page-privacy h3::first-letter {
  color: #cc0000;
}
main .page-privacy ol {
  list-style: decimal-leading-zero;
  padding-left: 1.5rem;
  margin: 1rem 0;
}
main .page-privacy ol li {
  margin-bottom: 1rem;
}
main .page-privacy ol li::marker {
  color: #cc0000;
}
main .page-privacy ol li ul {
  list-style-type: disc;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
main .page-privacy ol li ul li {
  margin-bottom: 0;
}
main .page-privacy ol li ul li ::marker {
  color: #949494;
  font-size: 1.5rem;
}
main .page-privacy ul {
  padding-left: 1.5rem;
}
main .page-privacy ul li {
  margin-bottom: 1rem;
}
main .page-privacy ul li a {
  color: #cc0000;
}
main .page-privacy ul li::marker {
  color: #cc0000;
  font-size: 1.5rem;
}
main .page-privacy ul li::before {
  content: "";
  margin-left: -0.5rem;
}
main .page-privacy ul.narrow-line {
  margin: -1rem 0;
}
main .page-privacy ul.narrow-line li {
  margin-bottom: 0;
}
main .sitemap {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2%;
}
main .sitemap > li {
  width: 49%;
}
main .sitemap > li img {
  display: block;
  max-width: 100%;
}
main .sitemap > li a:not(.imglink) {
  color: #000055;
  text-decoration: none;
  margin-top: 0.5rem;
  display: block;
}
main .sitemap > li a:not(.imglink)::before {
  content: "▶";
  color: #cc0000;
  margin-right: 0.5rem;
}
main .sitemap > li.imageless {
  width: 100%;
}
main .sitemap > li:nth-child(5) {
  border-top: solid 2px #000055;
  padding-top: 3rem;
}
main .sitemap > li > ul {
  list-style: none;
  margin-left: 1rem;
}
main .sitemap > li > ul a::before {
  color: #000055 !important;
}

.right-rounded {
  position: relative;
  margin-top: -35px;
  border-radius: 0 35px 0 0;
}

.left-rounded {
  position: relative;
  margin-top: -35px;
  border-radius: 35px 0 0 0;
}

/* sidebar */
.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 100;
  box-shadow: -6px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 3rem 0 0 1.5rem;
}
.sidebar .global-nav .menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sidebar .global-nav .menu li:not(.submenu) a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  color: #ffffff;
  background-color: #000055;
  border-radius: 30px 0 0 30px;
  padding: 0.9rem 0 0.9rem 1.7rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.sidebar .global-nav .menu li:not(.submenu) a::before {
  content: "▶";
  font-size: 0.6rem;
}
.sidebar .global-nav .menu li:not(.submenu).active a {
  color: #000055;
  background-color: #949494;
}
.sidebar .global-nav .menu li:not(.submenu).underline a {
  background-color: #ffffff;
  border-radius: 0;
  border-bottom: 1px solid #000055;
  font-size: 0.8rem;
  padding: 1rem 1rem 0.5rem;
  margin: 0;
  color: #000055;
}
.sidebar .global-nav .menu li:not(.submenu).underline a::before {
  color: #000055;
}
.sidebar .global-nav .menu .submenu {
  display: none;
}
.sidebar .global-nav .menu .submenu.visible {
  display: block;
}
.sidebar .global-nav .menu .submenu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 0.5rem;
}
.sidebar .global-nav .menu .submenu ul li {
  width: 90%;
}
.sidebar .global-nav .sns-icons {
  list-style: none;
  display: none;
  justify-content: center;
  margin-top: 1rem;
  gap: 1rem;
}
.sidebar .closebtn {
  position: fixed;
  top: 1%;
  right: 1%;
  display: none;
}

body > footer {
  width: calc(100% - 300px);
  padding-top: 50px;
}
body > footer .footer-insurance {
  padding: 50px 0;
}
body > footer .footer-insurance h2 {
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  font-weight: normal;
}
body > footer .footer-insurance p {
  text-align: left;
  max-width: 780px;
  margin: 2rem auto;
}
body > footer .footer-info {
  padding: 50px 50px 80px;
}
body > footer .footer-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body > footer .footer-info ul li {
  text-align: left;
  font-size: 0.9rem;
  line-height: 2;
}
body > footer .footer-info ul li::before {
  content: "●";
  color: #000000;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
}
body > footer .insurance-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  gap: 2rem 0;
}
body > footer .insurance-list li {
  flex-basis: 49%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
}
body > footer .insurance-list li:nth-child(2n) {
  text-align: left;
}

.footer {
  color: #000055;
  background-color: #ffffff;
  text-align: center;
  padding-top: 5rem;
}
.footer address {
  font-size: 0.9rem;
  font-style: normal;
}
.footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  width: 80%;
  margin: 2rem auto;
}
.footer .footer-nav li a {
  display: block;
  width: 100%;
  border-radius: 30px;
  padding: 1rem 0;
  text-align: center;
}
.footer .footer-nav li a::after {
  content: "▶";
}
.footer .footer-nav .btn-half {
  width: 48%;
}
.footer .footer-nav .btn-half a {
  color: #ffffff;
  background-color: #000055;
  text-decoration: none;
}
.footer .footer-nav .btn-one-third {
  width: 31%;
}
.footer .footer-nav .btn-one-third a {
  color: #000055;
  background-color: #ffffff;
  border: solid 1px #000055;
  text-decoration: none;
  font-size: 0.8rem;
}
.footer .copyright {
  font-size: 0.8rem;
}

.menubtn {
  display: none;
}

/* mobile */
@media screen and (max-width: 1024px) {
  img {
    max-width: 100%;
  }
  main {
    width: 100%;
  }
  main .index-top {
    margin-bottom: 1rem;
  }
  main .index-top .main-images {
    max-width: 100%;
    gap: 1rem;
  }
  main .index-top .main-images > img {
    width: 40%;
  }
  main .index-top .main-images .main-anime-wrapper {
    width: 50%;
    height: 50%;
  }
  main .index-heading {
    padding: 5rem 0;
    font-size: 1.5rem;
    background-size: 70%;
  }
  main .index-section-white {
    padding: 25px 1rem;
  }
  main .index-section-white .animonItem {
    width: 80%;
  }
  main .index-section-white .index-section-white-detail h2 {
    margin-bottom: 0.5rem;
  }
  main .index-section-white .index-section-white-detail .title-line {
    margin-bottom: 2rem;
  }
  main .index-section-white .index-section-white-detail .index-columns {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  main .index-section-white .index-section-white-detail .index-column {
    padding: 1.5rem;
    width: 100%;
  }
  main .index-section-white .index-section-white-detail .index-column-content .column-title {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  main .index-section-white .index-section-white-detail .business-header {
    display: flex;
    align-items: center;
  }
  main .index-section-white .index-section-white-detail .business-header > img {
    margin: 0 2%;
    width: 50%;
    height: 50%;
  }
  main .index-section-white .index-section-white-detail h3 {
    margin-top: 1rem;
  }
  main .index-section-white .index-section-white-detail h3, main .index-section-white .index-section-white-detail p, main .index-section-white .index-section-white-detail .btn-more {
    margin-left: 1rem;
  }
  main .index-section-white .index-section-white-detail .btn-more {
    margin-bottom: 1rem;
  }
  main .index-section-blue {
    padding: 25px 0;
    overflow: hidden;
  }
  main .index-section-blue .index-section-blue-detail {
    padding: 0 1rem;
  }
  main .index-section-blue .index-section-blue-detail .business-header {
    display: flex;
    align-items: center;
  }
  main .index-section-blue .index-section-blue-detail .business-header .text-right {
    margin: 0 2%;
  }
  main .index-section-blue .index-section-blue-detail h3 {
    margin-top: 1rem;
  }
  main .index-section-blue .index-section-blue-detail h3, main .index-section-blue .index-section-blue-detail p, main .index-section-blue .index-section-blue-detail .btn-more {
    margin-right: 1rem;
  }
  main .index-section-blue .index-section-blue-detail .btn-more {
    position: static;
    margin: auto;
    margin-bottom: 1rem;
    transform: none;
  }
  main .index-section-blue .index-section-blue-detail .index-columns {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  main .index-section-blue .index-section-blue-detail .index-column {
    padding: 1.5rem;
    width: 100%;
    text-align: center;
  }
  main .index-section-blue .index-section-blue-detail .index-column ul li {
    font-size: 1.2rem;
  }
  main .index-section-blue .index-section-blue-detail .index-column ul li::before {
    font-size: 1.2rem;
  }
  main .index-company {
    min-height: auto;
    padding-bottom: 50px;
  }
  main .index-company .text-center {
    position: static;
  }
  main .index-company video {
    margin: 2rem 0 0 2rem;
    width: calc(100% - 2rem);
    border-radius: 20px 0 0 20px;
  }
  main .index-company .company-wrapper {
    top: 50px;
  }
  main .index-company .company-wrapper h2 {
    width: 60%;
    padding: 1rem 2rem 2rem 1rem;
  }
  main .index-company .cacth-copy {
    display: block;
    padding: 0.5rem;
  }
  main .index-company .company-text {
    padding: 0 0 0 1.5rem;
  }
  main .index-company .company-text + hr {
    display: none;
  }
  main .page-section {
    padding: 2rem 0;
  }
  main .page-section h3 img {
    width: auto;
  }
  main .page-section > p {
    font-size: 1rem;
    padding: 1rem;
  }
  main .page-section > p.life-text {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  main .page-section.page-property .property-message header {
    display: flex;
    align-items: center;
  }
  main .page-section.page-property .property-message header h2 img {
    width: 50%;
  }
  main .page-section.page-property .property-message .property-list li {
    align-items: flex-start;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
  main .page-section.page-property .property-message .property-list li span {
    font-size: 1rem;
    padding: 1rem;
  }
  main .page-section.page-property .property-message .property-list li::before {
    padding: 1rem;
    font-size: 2rem;
  }
  main .page-section.page-property .property-message .property-list li:nth-child(2n)::after {
    padding: 1rem;
    font-size: 2rem;
  }
  main .page-section.page-property .property-message p {
    padding-left: 1rem;
    line-height: 2;
    font-size: 1rem;
  }
  main .page-section.page-news {
    padding: 2rem 1rem;
  }
  main .page-section .features li, main .page-section .points li {
    padding: 1rem;
  }
  main .page-section .features li::before, main .page-section .points li::before {
    display: block;
    position: static;
    transform: none;
  }
  main .page-section .school-list li {
    width: 100%;
    padding: 0 1rem;
  }
  main .page-section .guide-info {
    flex-direction: column;
  }
  main .page-section .guide-info .guide-info-left {
    width: 100%;
  }
  main .page-section .inquiry-buttons {
    flex-direction: column;
    padding: 0 1rem;
  }
  main .page-section .inquiry-buttons .btn-more {
    width: 100%;
  }
  main .page-section .insurance-coverage-table {
    font-size: 0.8rem;
  }
  main .page-section .insurance-coverage-table th {
    white-space: nowrap;
  }
  main .page-section .text-red, main .page-section .card, main .page-section .insurance-payout, main .page-section .policy-heading,
  main .page-section .policy-heading-small, main .page-section .company-list, main .page-section .heading-bluegray {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  main .page-section .policy-list {
    margin-left: 2rem;
    margin-right: 1rem;
  }
  main .page-section h5 {
    height: auto;
    padding: 2rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  main .page-section .list-supplement {
    font-size: 0.8rem;
  }
  main .page-section .insurance-table {
    margin: 2rem 1rem;
  }
  main .page-section .insurance-table tr {
    display: flex;
    flex-direction: column;
  }
  main .page-section .insurance-table tr th, main .page-section .insurance-table tr td {
    width: calc(100% - 2rem);
  }
  main .page-section .insurance-table tr td {
    border-width: 0 1px;
    padding: 0.5rem 1rem;
  }
  main .page-section .insurance-table tr:last-child > td {
    border-bottom-width: 1px;
  }
  main .feature .feature-header .feature-title, main .feature .feature-header .feature-title-right {
    width: 45%;
  }
  main .feature > p {
    padding: 2rem 2rem calc(2rem + 50px);
    font-size: 1rem;
  }
  main .alternately-list {
    padding: 2rem 0;
  }
  main .alternately-list li .list-title {
    width: 5rem;
    font-size: 1.2rem;
    padding: 1rem;
  }
  main .alternately-list li .list-detail {
    width: calc(92% - 5rem);
    padding: 1rem;
  }
  main .alternately-list li .list-detail h3 {
    font-size: 1.1rem;
  }
  main .alternately-list li .list-detail p {
    font-size: 1rem;
    line-height: 2;
    margin: 1rem 0;
  }
  main .alternately-list li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  main .alternately-list li:nth-child(2n) .list-title {
    text-align: left;
  }
  main .alternately-list li:nth-child(2n) .list-detail {
    border-radius: 16px 0 0 16px;
  }
  main .button-link {
    flex-direction: column;
    padding: 2rem 2rem calc(2rem + 50px);
  }
  main .company-info div {
    width: 100%;
  }
  main .company-info div dd {
    padding: 2rem 0 5rem;
  }
  main .timeline .timeline-item {
    flex-direction: column;
    align-items: flex-start;
  }
  main .timeline .timeline-item .date {
    border-right: 0;
    border-bottom: solid 2px #000055;
    width: 100%;
  }
  main .timeline .timeline-item .content {
    padding: 1rem;
  }
  main .timeline .timeline-item .content .arrow {
    display: none;
  }
  main .office-list li .office-name {
    font-size: 1.5rem;
  }
  main .office-list li .office-detail {
    flex-direction: column;
    padding: 0;
  }
  main .office-list li .office-detail div {
    width: 100% !important;
    margin: 1rem 0;
  }
  main .news-buttons ul {
    flex-wrap: wrap;
    gap: 1rem 0;
  }
  main .news-buttons ul li {
    width: 49%;
  }
  main .news-buttons ul li a {
    font-size: 0.7rem;
  }
  main .pagination {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
  main .pagination .page-text {
    font-size: 1rem;
  }
  main .news-list li a {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  main .news-list li a header {
    padding-right: 1rem;
  }
  main .news-list li a header .news-info {
    flex-wrap: wrap;
  }
  main .news-list li a header .news-info span {
    width: 100%;
  }
  main .news-list li a header h3 {
    white-space: initial;
  }
  main .news-article {
    padding: 0;
    border: 0;
    margin-bottom: 2rem;
  }
  main .news-article .article-main header {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    border-bottom: solid 2px #000055;
    padding-bottom: 1rem;
  }
  main .news-article .article-main .article {
    border: 0;
  }
  main .sitemap > li {
    width: 100%;
  }
  main .btn-anime::after {
    right: 18vw;
    bottom: 4.5vw;
  }
  main .btn-anime2::after {
    right: 25vw;
    bottom: 4.5vw;
  }
  body > footer {
    width: 100%;
  }
  body > footer .footer-insurance {
    padding: 1rem;
  }
  body > footer .footer-insurance .insurance-list {
    flex-direction: column;
    gap: 1rem;
  }
  body > footer .footer-insurance .insurance-list li {
    width: 100%;
    text-align: center !important;
  }
  .footer {
    width: 100%;
  }
  .footer .footer-nav {
    width: 100%;
    padding: 0 1rem;
    justify-content: space-between;
  }
  .footer .footer-nav .btn-half {
    width: 100%;
  }
  .footer .footer-nav .btn-one-third {
    width: 47%;
    font-size: 0.8rem;
    padding: 0.5rem 0;
  }
  .sidebar {
    visibility: hidden;
    overflow: scroll;
    opacity: 0;
    transition: all 0.3s linear;
  }
  .sidebar.active {
    visibility: visible;
    opacity: 1;
  }
  .sidebar .closebtn {
    display: block;
  }
  .menubtn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
  }
  .menu-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 37, 0.8);
    z-index: 98;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
  }
  .menu-bg.active {
    visibility: visible;
    display: block;
    opacity: 1;
  }
  .hidden-sp {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .right-rounded {
    position: relative;
    margin-top: -50px;
    border-radius: 0 20px 0 0;
  }
  .left-rounded {
    position: relative;
    margin-top: -20px;
    border-radius: 20px 0 0 0;
    text-align: right;
  }
}
@keyframes sway {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}/*# sourceMappingURL=style.css.map */