@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  margin: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "Zen Kaku Gothic New";
  scroll-behavior: smooth;
}

.pageName {
  display: none;
}

body {
  width: 100%;
  max-width: 100vw;
  position: relative;
  font-family: "Zen Kaku Gothic New";
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  max-width: 100vw;
  background-color: #f5f5f5;
  color: #3E3A39;
}

li {
  list-style: none;
}

button {
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  appearance: none;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-style: none;
}

br.-sp {
  display: none;
}
br.-pc {
  display: block;
}

.pageTop {
  display: none;
}

main {
  display: block;
  line-height: 1.5;
  transition: opacity 0.3s ease;
  transition: all 1s cubic-bezier(0.59, 0, 0.265, 0.995);
  transition-timing-function: cubic-bezier(0.59, 0, 0.265, 0.995);
}
@media (max-width: 767px) {
  main {
    margin-top: 0px !important;
  }
}
main.-show {
  margin-top: 0px !important;
  opacity: 1;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

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

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}

button,
select {
  text-transform: none;
}

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  -webkit-appearance: none;
  border-radius: 0px;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 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;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (max-width: 767px) {
  br.-sp {
    display: inline;
  }
  br.-pc {
    display: none;
  }
}
embed,
iframe,
object {
  max-width: 100%;
}

figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

table {
  width: 100%;
  display: inline-flex;
  overflow: hidden;
}

tbody {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

tr {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

th {
  display: inline-block;
  text-align: left;
  padding-right: 1em;
}

td {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  font-family: "Zen Kaku Gothic New";
}

p {
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
}

body,
button,
input,
select,
optgroup,
textarea {
  font-weight: normal;
  font-style: normal;
}

span {
  display: inline-block;
}

.grecaptcha-badge {
  display: none !important;
}

.anchor {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -150px;
  left: 0;
  width: 1px;
  height: 1px;
  display: block;
}

.burger {
  cursor: pointer;
  position: fixed;
  right: clamp(16px, 3.5vw, 50px);
  top: 30px;
  z-index: 20;
  padding: 5px;
}

.burgerWrap {
  width: 20px;
  height: 15px;
  position: relative;
}

.burgerBar {
  height: 3px;
  width: 30px;
  background-color: #c1d3da;
  position: absolute;
  left: 50%;
  transition: all 0.2s cubic-bezier(0.24, 0.63, 0.57, 1.5);
}
.burgerBar:nth-of-type(1) {
  top: 0%;
  transform: translate(-50%, 0%) rotate(0deg);
}
.burgerBar:nth-of-type(1).-active {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.burgerBar:nth-of-type(2) {
  top: 100%;
  transform: translate(-50%, -100%) rotate(0deg);
}
.burgerBar:nth-of-type(2).-active {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.breadcrumbList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 5px;
  width: 100%;
}

.breadcrumbItem {
  font-size: clamp(1.1rem, (1vw), 1.4rem);
  font-weight: 300;
  line-height: 1.2;
  color: black;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 767px) {
  .breadcrumbItem {
    line-height: 1.2;
  }
}
.breadcrumbItem:not(:last-of-type)::after {
  color: black;
  content: "/";
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.pagination {
  padding-top: clamp(55px, 4.4vw, 64px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(24px, 4.2vw, 60px);
}

.paginationPrev.-hide,
.paginationNext.-hide {
  pointer-events: none;
  opacity: 0;
}
.paginationPrev::after,
.paginationNext::after {
  content: "";
  display: block;
  width: 13px;
  height: 25px;
  background-image: url(./optimized/news/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.paginationPrev::after {
  rotate: 180deg;
}

.paginationInner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(18px, 3.3vw, 48px);
}

.paginationNumber {
  position: relative;
  font-size: clamp(1.6rem, (1.4vw), 2rem);
  line-height: 1.2;
}
.paginationNumber.-current::after {
  content: "";
  display: block;
  width: clamp(24px, 2.4vw, 34px);
  height: 1px;
  background: white;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.blocks {
  position: absolute;
  pointer-events: none;
}
.blocks.-topRight {
  top: 0;
  right: 0;
}
.blocks.-bottomRight {
  bottom: 0;
  right: 0;
}
.blocks.-topLeft {
  top: 0;
  left: 0;
}
.blocks.-bottomLeft {
  bottom: 0;
  left: 0;
}

.blocksInner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(clamp(20px, 2.8vw, 40px) * 2);
  max-width: calc(clamp(20px, 2.8vw, 40px) * 2);
}

.blocksItem {
  width: clamp(20px, 2.8vw, 40px);
  height: clamp(20px, 2.8vw, 40px);
}
.blocksItem.-blue {
  background-color: #70C7DA;
}
.blocksItem.-red {
  background-color: #E8465A;
}
.blocksItem.-gray {
  background-color: #898989;
}

.head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.headTtl.-en {
  text-transform: uppercase;
  font-family: "Lato";
  font-size: clamp(3.35rem, (3.3vw), 4.8rem);
  font-weight: 600;
  line-height: 1.5;
}
.headTtl.-ja {
  font-size: clamp(1.4rem, (1.4vw), 2rem);
  font-weight: 700;
  line-height: 1.8;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  column-gap: 8px;
}
.headTtl.-ja::before {
  margin-top: clamp(7px, 0.7vw, 10px);
  content: "";
  display: block;
  width: clamp(11.2px, 1.1vw, 16px);
  min-width: clamp(11.2px, 1.1vw, 16px);
  height: clamp(11.2px, 1.1vw, 16px);
  background: #E8465A;
}

@keyframes btnPop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.btn {
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
.btn:hover .btnLink {
  animation: btnPop 0.3s ease;
}

.btnLink {
  border-radius: 100px;
  background: #E8465A;
  padding-left: clamp(16.7px, 1.7vw, 24px);
  padding-right: clamp(7px, 0.7vw, 10px);
  padding-top: clamp(7px, 0.7vw, 10px);
  padding-bottom: clamp(7px, 0.7vw, 10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: clamp(40px, 5.6vw, 80px);
  border: 1px solid #E8465A;
}
.btnLink:hover {
  opacity: 1;
  background-color: white;
}
.btnLink:hover .btnTxt {
  color: #E8465A;
}
.btnLink:hover .btnImg.-white {
  display: none;
}
.btnLink:hover .btnImg.-red {
  display: block;
}

.btnTxt {
  color: #FFF;
  font-size: clamp(1.12rem, (1.1vw), 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  min-width: 0;
  text-decoration: underline;
}

.btnImg {
  width: clamp(16.7px, 1.7vw, 24px);
  height: clamp(16.7px, 1.7vw, 24px);
  object-fit: contain;
}
.btnImg.-red {
  display: none;
}

.calc {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(20px, (11.1vw), 160px);
  padding-right: clamp(20px, (11.1vw), 160px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .calc {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.calc::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #b8cdd5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.calcInner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  border-radius: clamp(7px, 0.7vw, 10px);
  padding-top: clamp(70px, 6.9vw, 100px);
  padding-bottom: clamp(70px, 6.9vw, 100px);
  padding-left: clamp(16px, 2.2vw, 32px);
  padding-right: clamp(16px, 2.2vw, 32px);
}

.calcBody {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.calcBodyTtl {
  font-size: clamp(2.1rem, (2.1vw), 3rem);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.calcBodyTextarea {
  margin-top: 8px;
  width: 100%;
  background-color: #f1f1f1;
  border: none;
  font-size: clamp(1.4rem, (1.4vw), 2rem);
  line-height: 1.5;
  padding: clamp(11.2px, 1.1vw, 16px);
  border-radius: clamp(7px, 0.7vw, 10px);
  resize: vertical;
}

.calcBodyInputs {
  margin-top: 16px;
  width: 100%;
}

.calcBodyLabel {
  margin-top: clamp(28px, 2.8vw, 40px);
  width: 100%;
  display: block;
  text-align: left;
  font-size: clamp(1.4rem, (1.4vw), 2rem);
  font-weight: 500;
  line-height: 1.5;
}
.calcBodyLabel.-first {
  margin-top: clamp(28px, 2.8vw, 40px);
}

.calcBodyInput {
  width: 100%;
  margin-top: 8px;
  background-color: #f1f1f1;
  border: none;
  font-size: clamp(1.4rem, (1.4vw), 2rem);
  line-height: 1.5;
  padding: clamp(11.2px, 1.1vw, 16px);
  border-radius: clamp(7px, 0.7vw, 10px);
  resize: vertical;
}
@media (max-width: 767px) {
  .calcBodyInput {
    width: calc((100% - 0px) / 1);
  }
}

.calcActions {
  margin-top: 16px;
  width: 100%;
}

.calcActionsWrap {
  margin-top: 16px;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  row-gap: 16px;
  column-gap: 16px;
}

.calcResults {
  margin-top: clamp(28px, 2.8vw, 40px);
  width: 100%;
}

.calcResultsTable {
  width: 100%;
}
.calcResultsTable tbody {
  width: 100%;
}
.calcResultsTable tr {
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 1em;
  padding-top: 1.6em;
}
.calcResultsTable th {
  width: 50%;
  font-size: clamp(1.26rem, (1.3vw), 1.8rem);
  font-weight: 500;
  line-height: 1;
}
.calcResultsTable td {
  width: 50%;
  text-align: right;
  font-size: clamp(1.54rem, (1.5vw), 2.2rem);
  font-weight: 500;
  line-height: 1;
}

.calcActionsBtn {
  padding: 1em;
  font-size: clamp(1.4rem, 1.3888888889vw, 2rem);
  font-size: clamp(1.4rem, (1.4vw), 2rem);
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 5px;
}
.calcActionsBtn:hover {
  opacity: 0.6;
}
.calcActionsBtn.-full {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.calcActionsBtn.-sub {
  background-color: #b8cdd5;
  color: #fff;
  width: calc((100% - 32px) / 3);
}
@media (max-width: 767px) {
  .calcActionsBtn.-sub {
    width: calc((100% - 0px) / 1);
  }
}

.calcActionsInput {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
}

.calcBodyResult {
  margin-top: clamp(22.4px, 2.2vw, 32px);
  font-size: clamp(2.1rem, (2.1vw), 3rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.calcCaution {
  margin-top: 16px;
  color: white;
  font-size: 1.3rem;
}
.calcCaution a {
  text-decoration: underline;
}