@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  display: block;
}

html {
  width: 100%;
  height: -webkit-fill-available;
  font-size: 16px;
}

body {
  margin: 0;
  letter-spacing: 1px;
  font-size: 1rem;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", -apple-system, BlinkMacSystemFont, "Poppins", sans-serif;
  font-weight: 400;
  color: #191f33;
  text-align: justify;
  word-break: break-all;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

a {
  transition: all 0.4s;
  text-decoration: none;
  display: block;
}

a,
span {
  color: inherit;
}

ul,
dl {
  list-style: none;
}

ul {
  margin: 0;
}
ul li {
  margin: 0;
}

input:hover {
  cursor: pointer;
}

input,
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.6;
  border: none;
}

input,
textarea {
  display: inline-block;
  background: #fff;
  font-size: inherit;
  border-radius: 4px;
  width: 100%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 1rem;
  color: #b2b2b2;
  font-weight: normal;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 1rem;
  color: #b2b2b2;
  font-weight: normal;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 1rem;
  color: #b2b2b2;
  font-weight: normal;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 1rem;
  color: #b2b2b2;
  font-weight: normal;
}
input::placeholder,
textarea::placeholder {
  font-size: 1rem;
  color: #b2b2b2;
  font-weight: normal;
}
input:hover,
textarea:hover {
  cursor: pointer;
}

select {
  text-overflow: ellipsis;
  cursor: pointer;
}

button {
  border: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: none;
}

hr {
  border-color: #b9b9b9;
  border-width: 1px 0 0 0;
  margin: 1em auto;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

address {
  font-style: 400;
  margin-top: 2rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}

address {
  margin: 0;
}

rt {
  font-weight: 400;
  font-size: 1rem;
}

strong {
  font-size: 1.125rem;
}

.ui-datepicker {
  padding: 0.5rem !important;
  border: none !important;
  background-color: #f8f8f8 !important;
  box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.0784313725) !important;
}

.ui-datepicker-header {
  background: rgb(227, 227, 227) !important;
  border: none !important;
  margin: -0.5rem !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding: 0.5rem 0 !important;
}

.ui-datepicker-year, .ui-datepicker-month {
  line-height: 1 !important;
  padding: 0.35rem 0.5rem !important;
  border-radius: 4px !important;
  text-align: right !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: white !important;
  border: 2px solid #f8f8f8 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #fff39a !important;
  border-color: transparent !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 7px !important;
}

.ui-datepicker .ui-datepicker-title {
  display: flex;
  gap: 0.5rem;
}

.modal-video-movie-wrap {
  background-color: transparent !important;
}

.modal-video-body {
  max-width: 1280px !important;
}

.en {
  font-family: "Poppins", "Helvetica neue", sans-serif;
}

.title1 {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.title1 .title {
  color: #0a4d85;
  font-weight: 600;
  font-size: 2rem;
}
.title1 .en {
  color: #6c9ac1;
  text-transform: uppercase;
  line-height: 1;
}

.title2 {
  margin-bottom: 2rem;
}
.title2 .en {
  color: #6c9ac1;
  font-style: italic;
}
.title2 .title {
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
  color: #0a4d85;
}

.menu-btn {
  position: relative;
  z-index: 2;
  width: 1.5rem;
  height: 0.75rem;
  margin: auto;
}
.menu-btn .line {
  background-color: white;
  height: 1px;
  width: 100%;
}
.menu-btn .line:last-child {
  position: absolute;
  z-index: 1;
  bottom: 0;
}

.btn-box-line {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #b7001e;
  color: #b7001e;
  line-height: 1;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
}
.btn-box-line:hover {
  background-color: #b7001e;
  color: white;
}
.btn-box-line:hover.main {
  color: white;
  background-color: #0a4d85;
}
.btn-box-line:hover.orange {
  color: white;
  background-color: #f47a20;
}
.btn-box-line.main {
  color: #0a4d85;
  border-color: #0a4d85;
}
.btn-box-line.orange {
  color: #f47a20;
  border-color: #f47a20;
}

.view-more a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.view-more a svg {
  width: 2rem;
  height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease;
}
.view-more a circle {
  fill: #0a4d85;
  width: 100%;
  height: 100%;
}
.view-more a:hover {
  color: #2b75d8;
}
.view-more a:hover svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.view-more a:hover circle {
  fill: #2b75d8;
}

.read-more {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.read-more svg {
  transition: all 0.6s ease;
}
.read-more svg circle {
  fill: #0a4d85;
}
.read-more:hover {
  color: #2b75d8;
}
.read-more:hover svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.read-more:hover svg circle {
  fill: #2b75d8;
}

.more svg {
  transition: all 0.6s ease;
}
.more:hover svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.more:hover svg path {
  stroke: #2b75d8;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  .slick-prev,
.slick-next {
    height: 50px;
    width: 50px;
  }
}

.slick-prev {
  left: -25px;
  display: none !important;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
  background-image: url(../img/arrow-circle-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 10px;
  height: 10px;
  background: #0a4d85;
  border-radius: 50%;
  font-family: "slick";
  font-size: 0;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.bubble-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bubble-wrapper:not(:first-of-type) {
  margin-top: 40px;
}

.bubble-wrapper:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.bubble-wrapper::after {
  display: block;
  content: "";
}

.bubble {
  position: relative;
  max-width: 60%;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 20px;
  border-radius: 20px;
}

.bubble::after {
  display: block;
  position: absolute;
  content: "";
  width: 18px;
  height: 20px;
  bottom: 20px;
}

.bubble-wrapper:nth-of-type(2n) .bubble {
  background-color: #4c4c6d;
  color: white;
}

.bubble-wrapper:nth-of-type(2n + 1) .bubble {
  background-color: #e8f6ef;
  color: #222;
}

.bubble-wrapper:nth-of-type(2n) .bubble::after {
  background-color: #4c4c6d;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  right: -16px;
}

.bubble-wrapper:nth-of-type(2n + 1) .bubble::after {
  background-color: #e8f6ef;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  left: -16px;
}
/*# sourceMappingURL=maps/slick-theme.css.map */